/*
Theme Name: CREA Website
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Alphabet
Author URI: https://alphabetcreative.com/
Description: 
Version: 1.0
License: 
License URI: 
Tags: CREA, Alphabet
Text Domain: twentyfifteen
*/


.modern-grid,
.modern-grid * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modern-grid .grid-1{width:6.873428331936295%; width:calc( (100% / 12) * 1 ); margin: 0;}
.modern-grid .grid-2{width:15.33948030176027%; width:calc( (100% / 12) * 2 ); margin: 0;}
.modern-grid .grid-3{width:23.805532271584244%; width:calc( (100% / 12) * 3 ); margin: 0;}
.modern-grid .grid-4{width:32.27158424140821%; width:calc( (100% / 12) * 4 ); margin: 0;}
.modern-grid .grid-5{width:40.737636211232186%; width:calc( (100% / 12) * 5 ); margin: 0;}
.modern-grid .grid-6{width:49.20368818105616%; width:calc( (100% / 12) * 6 ); margin: 0;}
.modern-grid .grid-7{width:57.66974015088013%; width:calc( (100% / 12) * 7 ); margin: 0;}
.modern-grid .grid-8{width:66.13579212070411%; width:calc( (100% / 12) * 8 ); margin: 0;}
.modern-grid .grid-9{width:74.60184409052808%; width:calc( (100% / 12) * 9 ); margin: 0;}
.modern-grid .grid-10{width:83.06789606035206%; width:calc( (100% / 12) * 10 ); margin: 0;}
.modern-grid .grid-11{width:91.53394803017602%; width:calc( (100% / 12) * 11 ); margin: 0;}
.modern-grid .grid-12{width:100%; margin: 0;}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.page-id-24724 #mobile_holder{
	min-height: auto !important;
}

.podcast-pagination-top { 
  display:flex; 
  align-items:center;
  margin-bottom:35px;
}

.podcast-pagination-top svg {
  display:block;
  position:absolute;
  bottom:1px;
}

.podcast-pagination-top div:first-child {
  text-align: left;
  width:33.33%;
}

.podcast-pagination-top div:first-child svg { left:-24px; }
.podcast-pagination-top div:first-child a { margin-left:24px; }

.podcast-pagination-top p {
  line-height:1.125;
  text-align: center;
  width:33.33%;
  color:#B2B2B2;
  font-weight:bold;
  font-size:16px;
  letter-spacing:0.025em;
  font-family:'AvenirLTStd-Heavy';
  margin:0;
}

.podcast-pagination-top div:last-child {
  text-align: right;
  width:33.33%;
}
.podcast-pagination-top div:last-child svg { right:-24px; }
.podcast-pagination-top div:last-child a { margin-right:24px; }

.podcast-pagination-top a,
.podcast-pagination-bottom span,
.podcast-pagination-bottom a {
  line-height:1;
  display:inline-block;
  padding:12px 16px 10px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
  font-size:16px;
  letter-spacing:0.025em;
  font-family:'AvenirLTStd-Heavy';
  background-color:transparent;
  transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom:2px solid transparent;
}

.podcast-pagination-bottom span,
.podcast-pagination-bottom a {
  margin:0 6px 6px;
}

.podcast-pagination-bottom a.prev,
.podcast-pagination-bottom a.next {
  padding:12px 2px 10px;
}

.podcast-pagination-top a:hover,
.podcast-pagination-top a:active,
.podcast-pagination-top a:focus,
.podcast-pagination-bottom a:hover,
.podcast-pagination-bottom a:active,
.podcast-pagination-bottom a:focus {
  border-bottom-color:#000;
}

.podcast-pagination-top a {
  position:relative;
  padding:0 4px 6px;
}

.podcast-pagination-bottom span {
  background-color:#000000;
  color:#ffffff;
  font-size:18px;
}

.podcast-pagination-bottom {
  width:100%;
  text-align:center;
  margin:65px 0 16px;
}

@media only screen  and (max-width : 760px) {
    .modern-grid .grid-1{width:100%;}
    .modern-grid .grid-2{width:100%;}
    .modern-grid .grid-3{width:100%;}
    .modern-grid .grid-4{width:100%;}
    .modern-grid .grid-5{width:100%;}
    .modern-grid .grid-6{width:100%;}
    .modern-grid .grid-7{width:100%;}
    .modern-grid .grid-8{width:100%;}
    .modern-grid .grid-9{width:100%;}
    .modern-grid .grid-10{width:100%;}
    .modern-grid .grid-11{width:100%;}
    .modern-grid .grid-12{width:100%;}

    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }


    .podcast-pagination-top p,
    .podcast-pagination-top a {
      font-size:14px;
    }

}

.limit-content {
    max-width: 640px;
    width: 100%;
    display: block;
    position: relative;
    margin: 25px auto;
}

.large {
    font-size: 20px;
    font-family: 'AvenirLTStd-Heavy';
    color: #000000;
    margin: 15px 0;
}

#homeb1_list li a.cafetitle_link {
    line-height: 1.55;
}

.home-bucket-wrappers {
    margin-top: -15px;
}

.home-bucket-wrappers .grid-item {
    position: relative;
    margin: 0;
    cursor: pointer;
    overflow: hidden;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .scheduled {
    pointer-events: none;
    cursor: default;
    opacity: 1;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    background-color: #ffffff;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.podcast-bucket-wrappers .grid-item .home-bucket-inner:after {
    /* content: none; */
    content: "";
    position: absolute;
    width: 100%;
    height: 65%;
    opacity: 0.45;
    top: auto;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: -1;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.podcast-bucket-wrappers .scheduled .home-bucket-inner:after {

}

.home-bucket-wrappers .scheduled:after {
    content: none;
}

.home-bucket-wrappers .scheduled * {
    cursor: default;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.home-bucket-wrappers .scheduled .home-bucket-inner {
    /* opacity: 0.65; */
}

.home-bucket-wrappers .home-bucket-inner {
    position: relative;
    min-height: 470px;
    /* height: 0; */
    /* padding-bottom: 100%; */
    width: 100%;
    background-color: #cccccc;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    background-position: 50% 20%;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .home-bucket-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.home-bucket-wrappers .category-wrapper {
    position: absolute;
    width: 145px;
    height: 130px;
    top: 0;
    left: 0;
    z-index: 13;
    overflow: hidden;
    padding: 25px;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .category-wrapper p {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    line-height: 1.15;
}

.home-bucket-wrappers .category-wrapper.red:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 230px solid #d0191d;
    border-right: 230px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.home-bucket-wrappers .category-wrapper.black:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 230px solid #000000;
    border-right: 230px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.home-bucket-wrappers .category-wrapper.blue:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 230px solid #27479a;
    border-right: 230px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.home-bucket-wrappers .category-wrapper.dark-red:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 230px solid #a01e27;
    border-right: 230px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.home-bucket-wrappers .category-wrapper .category-wrapper-inner {
    position: absolute;
    bottom: 25px;
}



.home-bucket-wrappers a {
    text-decoration: none;
}

.home-bucket-wrappers .home-bucket-inner h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
    position: absolute;
    bottom: 75px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .home-bucket-inner p.label {
    display: block;
    padding: 0;
    color: #ffffff;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 16px;
    line-height: 1.35;
    position: absolute;
    bottom: 125px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}



.home-bucket-wrappers .grid-item:hover .category-wrapper,
.home-bucket-wrappers .grid-item:active .category-wrapper,
.home-bucket-wrappers .grid-item:focus .category-wrapper {
    top: 60px;
    left: 60px;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}



.home-bucket-wrappers .grid-item:hover .home-bucket-inner,
.home-bucket-wrappers .grid-item:active .home-bucket-inner,
.home-bucket-wrappers .grid-item:focus .home-bucket-inner {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-inner.hover-none,
.home-bucket-wrappers .grid-item:active .home-bucket-inner.hover-none,
.home-bucket-wrappers .grid-item:focus .home-bucket-inner.hover-none {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-inner.hover-none p.label,
.home-bucket-wrappers .grid-item:active .home-bucket-inner.hover-none p.label,
.home-bucket-wrappers .grid-item:focus .home-bucket-inner.hover-none p.label {
    bottom: 125px;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-inner.hover-none h2,
.home-bucket-wrappers .grid-item:active .home-bucket-inner.hover-none h2,
.home-bucket-wrappers .grid-item:focus .home-bucket-inner.hover-none h2 {
    bottom: 75px;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-inner h2,
.home-bucket-wrappers .grid-item:active .home-bucket-inner h2,
.home-bucket-wrappers .grid-item:focus .home-bucket-inner h2 {
    bottom: 115px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-inner p.label,
.home-bucket-wrappers .grid-item:active .home-bucket-inner p.label,
.home-bucket-wrappers .grid-item:focus .home-bucket-inner p.label {
    bottom: 165px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .home-bucket-arrow {
    position: absolute;
    bottom: 75px;
    max-width: 35px;
    left: 5%;
    opacity: 0;
    z-index: 3;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-arrow,
.home-bucket-wrappers .grid-item:active .home-bucket-arrow,
.home-bucket-wrappers .grid-item:focus .home-bucket-arrow {
    left: 14%;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-inner,
.home-bucket-wrappers .grid-item:active .home-bucket-inner,
.home-bucket-wrappers .grid-item:focus .home-bucket-inner {

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}


.home-bucket-arrow-text {
    position: absolute;
    bottom: 75px;
    left: 5%;
    opacity: 0;
    z-index: 3;
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    font-family: 'AvenirLTStd-Heavy';

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .grid-item:hover .home-bucket-arrow-text,
.home-bucket-wrappers .grid-item:active .home-bucket-arrow-text,
.home-bucket-wrappers .grid-item:focus .home-bucket-arrow-text {
    left: 14%;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.podcast-bucket-wrappers .home-bucket-arrow {
    position: absolute;
    bottom: 85px;
    max-width: 25px;
    left: 5%;
    margin-left: 85px;
}






@media (max-width: 1400px) {

    .home-bucket-wrappers .home-bucket-inner {
        min-height: auto;
        height: 0;
        padding-bottom: 100%;
    }

}



.podcast-bucket-wrappers .grid-item .home-bucket-inner {
    position: relative;
}

.podcast-bucket-wrappers .grid-item .home-bucket-inner:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    opacity: 0.45;

    z-index: 13;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.podcast-bucket-wrappers .grid-item:hover .home-bucket-inner:before,
.podcast-bucket-wrappers .grid-item:active .home-bucket-inner:before,
.podcast-bucket-wrappers .grid-item:focus .home-bucket-inner:before {
    top: 0;
    left: 0;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.podcast-bucket-wrappers .grid-item .home-bucket-inner.disabled:before {
    content: none;
}

.podcast-bucket-wrappers .podcast-details {
    position: absolute;
    bottom: 55px;
    width: 100%;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.podcast-bucket-wrappers .grid-item:hover .podcast-details,
.podcast-bucket-wrappers .grid-item:active .podcast-details,
.podcast-bucket-wrappers .grid-item:focus .podcast-details {
    bottom: 100px;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}


.podcast-bucket-wrappers .podcast-info {
    color: #ffffff;
    position: relative !important;
    bottom: auto !important;
    width: 80%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
    z-index: 3;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;

    list-style: none;
    display: block;
    color: #ffffff;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 16px;
}


.podcast-bucket-wrappers .podcast-info li,
.podcast-bucket-wrappers .podcast-info p {
    display: inline-block;
    padding: 0;
    color: #ffffff;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 16px;
}

.podcast-bucket-wrappers .podcast-info li:first-child:after {
    content: '/';
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-right: 15px;
}

.podcast-bucket-wrappers h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
    position: relative !important;
    bottom: auto !important;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.home-bucket-wrappers .grid-item:hover .podcast-info,
.home-bucket-wrappers .grid-item:active .podcast-info,
.home-bucket-wrappers .grid-item:focus .podcast-info {
    /* bottom: 195px; */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}



.label-title {
    font-size: 14px;
    font-family: 'AvenirLTStd-Heavy';
    margin: 0 0 10px 0;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}




.default-button {
    display: table;
    padding: 15px 25px;
    color: #ffffff;
    background-color: #333333;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    margin: 15px 0;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.default-button:hover,
.default-button:active,
.default-button:focus {
    background-color: #000000;
    color: #ffffff;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;

}


.default-button.blue {
    background-color: #345fa8;
}

.default-button.blue:hover,
.default-button.blue:active,
.default-button.blue:focus {
    background-color: #1e4280;
    color: #ffffff;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;

}

.default-button.red {
    background-color: #d0191d;
}

.default-button.red:hover,
.default-button.red:active,
.default-button.red:focus {
    background-color: #b31316;
    color: #ffffff;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;

}








@media (max-width: 1140px) {

    .podcast-bucket-wrappers .podcast-info li,
    .podcast-bucket-wrappers .podcast-info p {
        font-size: 14px;
    }

    .home-bucket-wrappers .home-bucket-inner h2 {
        font-size: 18px;
    }

    .home-bucket-arrow-text {
        font-size: 14px;
        bottom: 45px;
    }

    .podcast-bucket-wrappers .podcast-details {
        bottom: 25px;
    }
    
    .podcast-bucket-wrappers .grid-item:hover .podcast-details,
    .podcast-bucket-wrappers .grid-item:active .podcast-details,
    .podcast-bucket-wrappers .grid-item:focus .podcast-details {
        bottom: 70px;
    }

    .podcast-bucket-wrappers .home-bucket-arrow {
        bottom: 55px;
        max-width: 15px;
    }

}




.section {
    margin: 45px 0;
    display: inline-block;
}





.housing-market-wrapper .label-title {
    margin-top: 45px;
}








.home-about-section {
    position: relative;
    width: 100%;
}

.home-about-section .home-about-background {
    height: 640px;
    background-color: #f2f5f7;
    width: 100%;
    position: absolute;
    top: 155px;
}

.home-about-section .home-about-section-inner {
    position: relative;
    z-index: 13;
}

.home-about-section .modern-grid .grid-6 {
    padding: 10px;
}

.home-about-section .modern-grid .grid-6 img {
    margin-bottom: 25px;
}








body.page-template-template-podcast,
body.page-template-template-podcast-multiple {
    background-color: #f2f5f7;
}

body.page-template-template-podcast h1.entry-title,
body.page-template-template-realtime-magazine h1.entry-title,
body.single-realtime_magazine h1.entry-title {
    font-family: 'AvenirLTStd-Heavy';
    color: #000000 !important;
    font-size: 42px;
}


body.page-template-template-podcast-multiple h1.entry-title {
    color: #000000;
    margin-bottom: 30px;
    font-family: 'AvenirLTStd-Heavy';
}

body.page-template-template-podcast-multiple .intro-content p {
    color: #000000;
    font-size: 20px;
    font-family: 'AvenirLTStd-Book';
    line-height: 1.85;
    color: #000000;
}


.french-item .home-bucket-inner {
    min-height: 900px;
    background-position: center;
    background-size: cover;
    padding: 100px 85px;
}

.french-item h1,
.french-item p {
    color: #ffffff !important;
}
.french-item h1 {
    margin-bottom: 55px;
}

.french-item .podcast-details {
    width: 65%;
}

@media (max-width: 760px) {

    .french-item .home-bucket-inner {
        padding: 85px 25px;
        min-height: auto;
    }

    .french-item .podcast-details {
        width: 100%;
    }

}


body.single-realtime_magazine .entry-content {
    margin-top: 55px;
    margin-bottom: 55px;
}

body.single-realtime_magazine #breadcrumbs {
    margin-bottom: 25px;
}

body.single-realtime_magazine .mobile-only.bucket-slider .slick-dots {
    display: none !important;
}

.entry-content p {
    font-size: 18px;
    font-family: 'AvenirLTStd-Book';
    line-height: 1.55;
    color: #505050;
}


.podcast-article {
    width: 100%;
    display: flex;
    margin: 10px 0;
    background-color: #ffffff;
}

.podcast-article h2 {
    font-family: 'AvenirLTStd-Heavy';
    color: #000000 !important;
    font-size: 24px;
}

/* .podcast-article h2 .line[index="3"],
.podcast-article h2 .line[index="4"],
.podcast-article h2 .line[index="5"] {
    text-align: center;
} */

.podcast-icons {
    position: relative;
    /* width: 85%; */
    display: table;
    margin: 15px auto;
}

.listen-app {
    color: #000000 !important;
    margin-top: 30px;
}

.podcast-icons ul {
    padding: 0;
    margin: 0;
    display: table;
}

.podcast-icons ul li {
    display: inline-block;
}

.podcast-icons ul li a {
    display: block;
}

.podcast-icons ul li a img {
    max-width: 55px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
}






.podcast-article .entry-content .podcast-container-inner {
    display: block;
    position: relative;
    width: 100%;
}

.podcast-article .podcast-icons {
    position: relative;
    /* width: 85%; */
    display: block;
    margin: 15px auto;
    padding: 15px 0 30px 0;
}

.podcast-article .podcast-icons ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.podcast-article .podcast-icons ul li {
    flex: 1;
    display: block;
    border-left: 1px solid #000000;
}

.podcast-article .podcast-icons ul li:first-child {
    border-left: none;
}

.podcast-article .podcast-icons ul li a {
    display: block;
}

.podcast-article .podcast-icons ul li a img {
    display: block;
    max-width: 45px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    opacity: 0.85;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.podcast-article .podcast-icons ul li a:hover img,
.podcast-article .podcast-icons ul li a:active img,
.podcast-article .podcast-icons ul li a:focus img {
    opacity: 1;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.podcast-article .podcast-icons.colour-hover ul li a img {
    opacity: 0.3;

    -webkit-filter: grayscale(100%) brightness(0);
    -khtml-filter: grayscale(100%) brightness(0);
    -moz-filter: grayscale(100%) brightness(0);
    -ms-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}

.podcast-article .podcast-icons.colour-hover ul li a:hover img,
.podcast-article .podcast-icons.colour-hover ul li a:active img,
.podcast-article .podcast-icons.colour-hover ul li a:focus img {
    opacity: 1;
    
    -webkit-filter: grayscale(0) brightness(1);
    -khtml-filter: grayscale(0) brightness(1);
    -moz-filter: grayscale(0) brightness(1);
    -ms-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}


.podcast-article .podcast-icons ul li:first-child {
    flex: 0.65;
}

.podcast-article .podcast-icons ul li:first-child a img {
    margin-left: 0;
}



.podcast-article .podcast-thumb,
.podcast-article.latest .podcast-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    position: relative;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

/* .podcast-article.collapsed .podcast-thumb {
    width: 200px;
    height: 200px;
    padding-bottom: 0;
    display: block;
    position: relative;
} */



.podcast-article.latest {
    margin-top: 0;
}

.podcast-article .entry-content {
    padding-left: 60px;
    padding-right: 60px;
    flex: 1;
}

.podcast-article .entry-content p {
    font-size: 16px;
    font-family: 'AvenirLTStd-Book';
    line-height: 1.55;
    color: #505050;
}

.podcast-article .podcast-info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    display: inline-block;
    color: #757575;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 16px;
}

.podcast-article.collapsed .podcast-info {
    margin-top: 0 !important;
}

.podcast-article.collapsed .text-link {
    display: none;
}

.podcast-article .text-link {
    display: table;
}

.podcast-article.coming .podcast-info {
    margin-top: 25px;
}

.podcast-article.coming .podcast-info p {
    margin-bottom: 0;
}

.podcast-article.coming .pwp4-wrapper {
    display: none !important;
}

.podcast-article .podcast-info li,
.podcast-article .podcast-info p {
    display: inline-block;
    padding: 0;
    color: #757575;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 16px;
}

.podcast-article .podcast-info li:first-child:after {
    content: '/';
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-right: 15px;
}


.subscribe-trigger {
    position: fixed;
    right: -130px;
    z-index: 13;
    border-right: 55px solid #c11d25;

    top: 65%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.subscribe-trigger.scrolled {
    right: -55px;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.subscribe-trigger img {
    width: 75px;
    float: left;
}

.subscribe-container {
    background-color: #c11d25;
    position: absolute;
    width: 55px;
    display: table;
    margin: 0 auto;
    left: 75px;
}

.subscribe-container .podcast-icons {
    margin: 10px auto;
}

.subscribe-container .podcast-icons ul {
    margin-top: 15px;
}

.subscribe-container .podcast-icons ul li a img {
    padding: 8px 10px;
    max-width: 42px;
    width: 100%;
}

.subscribe-trigger:hover,
.subscribe-trigger:active,
.subscribe-trigger:focus {
    right: 0;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.podcast-sidebar {
    width: 100%;
}

.podcast-sidebar img {
    width: 100%;
    max-width: 300px;
}

.podcast-sidebar h2 {
    font-family: 'AvenirLTStd-Heavy';
    color: #000000 !important;
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.15;
}

.podcast-sidebar p {
    font-family: 'AvenirLTStd-Book';
    color: #505050 !important;
    font-size: 14px;
    line-height: 1.55;
}

.main-container#podcast #podcon {
    padding-right: 20px;
    padding-top: 0
}




body.page-template-template-podcast footer,
body.page-template-template-podcast-multiple footer {
    background-color: #ffffff;
    border-top: none;
}





.coming-soon .podcast-info {
    font-family: 'AvenirLTStd-Heavy';
    margin: 0;
}

.podcast-article.collapsed .podcast-content {
    height: 0;
    overflow: hidden;
}

.podcast-article .podcast-content {
    height: auto;
}

.podcast-article.collapsed .podcast-teaser {
    height: auto;
}

.podcast-article .podcast-teaser {
    height: 0;
    overflow: hidden;
}

.podcast-article {
    position: relative;
}

.article-trigger {
    position: absolute;
    width: 85px;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

.article-trigger .trigger-podcast {
    max-width: 40px;
    display: block;
    position: absolute;
    z-index: 5;
    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscribe-mobile-ribbon {
    display: none;
}

.podcast-article .grid-8 {
    height: 100%;
}

.podcast-article .entry-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media only screen and (max-width: 760px) {

    .article-trigger .trigger-podcast {
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .subscribe-trigger {
        display: none;
    }

    body.page-template-template-podcast-multiple .btn_scrollup {
        bottom: 72px;
    }

    .subscribe-mobile-ribbon {
        display: block;
        position: fixed;
        width: 100%;
        height: 72px;
        left: 0;
        bottom: 0;
        z-index: 5;
        overflow: hidden;
        cursor: pointer;
    }
    
    .subscribe-mobile-ribbon .subscribe-container {
        left: 0;
    }

    .subscribe-mobile-ribbon .subscribe-container .podcast-icons {
        position: absolute;
        display: block;
        padding: 0 15px;
        left: 0;
        right: 0;
        margin: 0 auto;

        top: 50%;
    
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .subscribe-mobile-ribbon .subscribe-container .podcast-icons ul {
        display: flex;
        margin-top: 0;
    }

    .subscribe-mobile-ribbon .subscribe-container .podcast-icons ul li {
        flex: 1;
        display: block;
    }

    .subscribe-mobile-ribbon .subscribe-container .podcast-icons ul li a img {
        display: block;
        max-width: 55px;
        margin: 0 auto;
    }

    .subscribe-mobile-ribbon .subscribe-toggle,
    .subscribe-mobile-ribbon .subscribe-container {
        position: relative;
        display: block;
        width: 100%;
        height: 72px;
        background-color: #c11d25;
        top: 0;

        -webkit-transition: 0.15s all ease-in-out;
        -moz-transition: 0.15s all ease-in-out;
        -ms-transition: 0.15s all ease-in-out;
        -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
    }

    .subscribe-mobile-ribbon .subscribe-toggle p {
        font-family: 'AvenirLTStd-Heavy';
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;

        top: 50%;

        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* .subscribe-mobile-ribbon:hover .subscribe-toggle,
    .subscribe-mobile-ribbon:active .subscribe-toggle,
    .subscribe-mobile-ribbon:focus .subscribe-toggle,

    .subscribe-mobile-ribbon:hover .subscribe-container,
    .subscribe-mobile-ribbon:active .subscribe-container,
    .subscribe-mobile-ribbon:focus .subscribe-container, */

    .subscribe-mobile-ribbon.scrolled .subscribe-toggle,
    .subscribe-mobile-ribbon.scrolled .subscribe-container {
        top: -72px;

        -webkit-transition: 0.15s all ease-in-out;
        -moz-transition: 0.15s all ease-in-out;
        -ms-transition: 0.15s all ease-in-out;
        -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
    }
    
    .podcast-article.collapsed .podcast-info {
        margin-top: 60px !important;
    }

}




.header-motif-wrapper {
    position: absolute;
    top: 155px;
    right: 0;
    width: 50%;
    max-width: 720px;
    display: block;
    pointer-events: none;
    z-index: -1;
    /* height: 1275px; */
}



@media (max-width: 1400px) {
    .header-motif-wrapper {
        top: 200px;
        right: -85px;
    }
}

@media (max-width: 900px) {
    .header-motif-wrapper {
        display: none;
    }
}


.newsroom-content-wrapper h2,
.newsroom-content-wrapper p {
    text-align: center;
}

.newsroom-category .grid-4 {
    padding: 10px;
    overflow: hidden;
}

.newsroom-category .grid-4 .newsroom-category-bucket {
    background-color: #cccccc;
    min-height: 235px;
    width: 100%;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-category .grid-4 .newsroom-category-bucket a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.newsroom-category .grid-4 .newsroom-category-bucket .newsroom-category-bucket-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;

    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-category .grid-4 .newsroom-category-bucket .newsroom-category-bucket-inner p {
    text-align: center;
    color: #ffffff;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.newsroom-bucket-wrappers,
.magazine-bucket-wrappers {
    margin-top: 25px;
}



.magazine-bucket-wrappers .home-bucket-inner {
    min-height: 360px;
}

.magazine-bucket-wrappers .grid-4 .home-bucket-inner {
    min-height: 420px;
}








.newsroom-bottom-wrapper .magazine-archived .grid-9 {
    padding-right: 60px;
}


.newsroom-bottom-wrapper .magazine-archived .grid-item {
    position: relative;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 10px;
    /* border: 10px solid #ffffff; */

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item:nth-child(2n+1) {
    border-left: none;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item:nth-child(2n) {
    border-right: none;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item .home-bucket-inner {
    position: relative;
    min-height: 225px;
    width: 100%;
    background-color: #cccccc;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    background-position: center;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-bottom-wrapper .magazine-archived a {
    text-decoration: none;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item .home-bucket-inner h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    position: absolute;
    bottom: 25px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}



/* .newsroom-bottom-wrapper .magazine-archived .grid-item:hover .home-bucket-inner,
.newsroom-bottom-wrapper .magazine-archived .grid-item:active .home-bucket-inner,
.newsroom-bottom-wrapper .magazine-archived .grid-item:focus .home-bucket-inner {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
} */

.newsroom-bottom-wrapper .magazine-archived .grid-item:hover .home-bucket-inner.hover-none,
.newsroom-bottom-wrapper .magazine-archived .grid-item:active .home-bucket-inner.hover-none,
.newsroom-bottom-wrapper .magazine-archived .grid-item:focus .home-bucket-inner.hover-none {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item:hover .home-bucket-inner h3,
.newsroom-bottom-wrapper .magazine-archived .grid-item:active .home-bucket-inner h3,
.newsroom-bottom-wrapper .magazine-archived .grid-item:focus .home-bucket-inner h3 {
    bottom: 75px;
    /* -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); */

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item .home-bucket-arrow {
    position: absolute;
    bottom: 35px;
    max-width: 25px;
    left: 5%;
    opacity: 0;
    z-index: 3;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item:hover .home-bucket-arrow,
.newsroom-bottom-wrapper .magazine-archived .grid-item:active .home-bucket-arrow,
.newsroom-bottom-wrapper .magazine-archived .grid-item:focus .home-bucket-arrow {
    left: 10%;
    opacity: 1;
    /* -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); */

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item:hover .home-bucket-inner,
.newsroom-bottom-wrapper .magazine-archived .grid-item:active .home-bucket-inner,
.newsroom-bottom-wrapper .magazine-archived .grid-item:focus .home-bucket-inner {

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item .home-bucket-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.25;

    z-index: 1;
    mix-blend-mode: multiply;
}

/* .newsroom-bottom-wrapper .magazine-archived .grid-item:nth-child(3n+1) .home-bucket-inner:after {
    background-color: #007a7e;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item:nth-child(3n+2) .home-bucket-inner:after {
    background-color: #d0191d;
}

.newsroom-bottom-wrapper .magazine-archived .grid-item:nth-child(3n) .home-bucket-inner:after {
    background-color: #27479a;
} */



.magazine-callout .magazine-callout-inner {
    margin-bottom: 35px;
}




@media only screen  and (max-width : 760px) {

    .main-container#podcast #podcon,
    .newsroom-bottom-wrapper .magazine-archived .grid-9 {
        padding-right: 0;
    }

    .newsroom-bottom-wrapper .magazine-archived .grid-item {
        border-left: none;
        border-right: none;
    }

    


    .podcast-article {
        display: block;
        margin: 10px 0;
    }


    .podcast-article .podcast-thumb {
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        overflow: hidden;
        float: none;
    }

    .podcast-article {
        padding-bottom: 45px;
    }

    .podcast-article.latest {
        min-height: 430px;
    }

    .podcast-article .entry-content {
        padding-left: 15px;
        padding-right: 15px;
        flex: none;
    }
}



.bucket-slider .slick-dots {
    bottom: -55px;
}

.bucket-slider .slick-dots li.slick-active button:before {
    font-size: 12px !important;
    color: #d0191d !important;
}

.bucket-slider .slick-dotted.slick-slider {
    margin-bottom: 45px;
}





.newsroom-releases {
    width: 100%;
}

.newsroom-releases .grid-item {
    position: relative;
    width: 100%;
    margin: 10px 0;
    background-color: #f2f5f7;
    border-left: 5px solid transparent;
    
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-releases .grid-item:hover,
.newsroom-releases .grid-item:active,
.newsroom-releases .grid-item:focus {
    border-left: 5px solid #27479a;
    
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.newsroom-releases .grid-item a {
    text-decoration: none;
    position: relative;
}

.newsroom-releases .grid-item h2 {
    font-size: 20px;
    padding: 25px;
    display: block;
    width: 100%;
}





.newsroom-archive-grid .read-more {
    display: none !important;
}


.newsroom-archive-grid {
    width: 100%;
}

.newsroom-archive-grid article {
    padding: 10px;
}

.newsroom-archive-grid article:nth-child(2n+1) {
    clear: left;
}

.newsroom-archive-grid article:nth-child(2n) {
    clear: right;
}

.newsroom-archive-grid article .inner-wrapper {
    background-color: #f2f5f7;
    padding: 25px 25px 85px 25px;
    min-height: 385px;
    position: relative;
}

.newsroom-archive-grid article .inner-wrapper h2 {
    font-size: 22px;
    line-height: 1.55;
}

.newsroom-archive-grid article .inner-wrapper p,
.newsroom-archive-grid article .inner-wrapper p a {
    color: #505050 !important;
    margin: 0;
}

.newsroom-archive-grid article .default-button {
    position: absolute;
    bottom: 10px;
    left: 25px;
}

@media (max-width: 760px) {

    .section {
        margin: 0;
    }

    .newsroom-archive-grid article .inner-wrapper {
        min-height: auto;
    }
    
    .newsroom-archive-grid article .default-button {
        position: relative;
        bottom: 0;
        left: 0;
    }

}








.comments-area li {
	list-style: none;
}

.comments-area ol.children {
	border-left: 3px solid #345fa8;
	padding-left: 25px;

	margin-top: 25px;
	margin-bottom: 25px;
}

.comments-area ol li.comment.depth-1 {
	border-top: 1px solid #eeeeee;
	margin-top: 35px;
	padding-top: 35px;
}

.comments-area ol.children li.comment {
	margin-top: 35px;
}

.comments-area footer.comment-meta {
    margin: 0;
    padding: 0;
}

.comments-area .comment-content {
    display: block;
    float: none;
    clear: both;
    padding-top: 0;
}

.comments-area .reply a {
    font-size: 14px;
}

body.page-template-template-2020-new-member {
    overflow-x: hidden;
}

.background-bucket-wrapper {
    background-color: #ffffff;
}

.background-bucket-wrapper .grid-item.grid-6 {
    border: 10px solid #ffffff;
}

.background-bucket-wrapper .grid-item.grid-3 .home-bucket-inner {
    min-height: 360px;
}

.background-bucket-wrapper .grid-item.grid-3 .category-wrapper p {
    font-size: 12px;
}

.background-bucket-wrapper .grid-item.grid-3 .home-bucket-inner h2 {
    font-size: 18px;
}

.background-bucket-wrapper .grid-item.grid-3 .category-wrapper {
    width: 125px;
    height: 110px;
}

.background-bucket-wrapper .grid-item.grid-3 .category-wrapper.red:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #d0191d;
    border-right: 200px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.background-bucket-wrapper .grid-item.grid-3 .category-wrapper.black:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #000000;
    border-right: 200px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.background-bucket-wrapper .grid-item.grid-3 .category-wrapper.blue:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #27479a;
    border-right: 200px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.background-bucket-wrapper .grid-item.grid-3 .category-wrapper.dark-red:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #a01e27;
    border-right: 200px solid transparent;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.background-bucket-wrapper .grid-item.grid-3:hover .category-wrapper,
.background-bucket-wrapper .grid-item.grid-3:active .category-wrapper,
.background-bucket-wrapper .grid-item.grid-3:focus .category-wrapper {
    top: 35px;
    left: 35px;
}









body.single-podcast {
    background-color: #f2f5f7;
}

body.single-podcast h1,
body.single-podcast h2 {
    font-family: 'AvenirLTStd-Heavy';
    color: #000000;
}

body.single-podcast h1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

body.single-podcast .podcast-article {
    background-color: transparent;
}

body.single-podcast #breadcrumbs {
    display: none !important;
}

body.single-podcast .transcript-container .transcript-content {
    position: relative;
    background-color: #ffffff;
    padding: 100px;
}

body.single-podcast .transcript-container .transcript-content .inner-content {
    height: auto;
}

body.single-podcast .transcript-container.collapsed .transcript-content .inner-content {
    height: 0;
    overflow: hidden;
}

body.single-podcast .transcript-container .transcript-content h2 {
    margin-bottom: 60px;
}

body.single-podcast .transcript-container.collapsed .transcript-content h2 {
    margin-bottom: 0;
}

body.single-podcast .listen-app {
    font-size: 20px;
}

body.single-podcast .podcast-info {
    margin-top: 0;
}

body.single-podcast .podcast-info li {
    font-size: 24px;
}

body.single-podcast .single-dist {
    display: flex;
    margin-bottom: 30px;
}

body.single-podcast .single-dist .grid-item {
    flex: 1;
    position: relative;
}

body.single-podcast .single-dist .grid-item .podcast-icons {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.single-podcast .single-dist .grid-item .text-link {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

body.single-podcast .podcast-sidebar {
    padding-top: 350px;
}

.text-link {
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
    color: #000000;
    font-family: 'AvenirLTStd-Heavy';
    font-size: 16px;
}

.text-link:hover,
.text-link:active,
.text-link:focus {
    color: #000000;
}

.text-link i {
    margin-right: 15px;
    
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.text-link:hover i,
.text-link:active i,
.text-link:focus i {
    margin-right: 30px;
    
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.text-link:after {
    content: "";
    position: absolute;
    background-color: #000000;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}

body.single-podcast .transcript-container.collapsed #btn-more-episodes {
    display: none;
}

body.single-podcast .transcript-container .article-trigger .trigger-podcast {
    max-width: 40px;
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;

    top: 100px;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


body.single-podcast .transcript-container  .article-trigger .trigger-podcast.open {
    display: none;
}


body.single-podcast .transcript-container  .article-trigger .trigger-podcast.close {
    display: block;
}


body.single-podcast .transcript-container.collapsed  .article-trigger .trigger-podcast.open {
    display: block;
}


body.single-podcast .transcript-container.collapsed .article-trigger .trigger-podcast.close {
    display: none;
}

body.single-podcast .podcast-article .entry-content p {
    font-size: 18px;
}

body.single-podcast .podcast-article .podcast-icons ul li a img {
    max-width: 55px;
}

#btn-more-episodes {
    clear: both;
    float: right;
    margin-top: 55px;
    max-width: 185px;
    display: block;
}



#btn-more-episodes-anim {
    margin-top: 55px;
    clear: both;
    float: right;
    height: 60px;
    position: relative;
    background-color: #000000;
    color: #ffffff;
    font-family: 'AvenirLTStd-Heavy';
    padding: 0 20px;
    cursor: pointer;
    user-select: none;
    display: table;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

#btn-more-episodes-anim span {
    color: #ffffff;
    font-family: 'AvenirLTStd-Heavy';

    position: relative;

    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;

    left: 0;
    right: 0;
    margin: 0 auto;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

#btn-more-episodes-anim:before {
    content: '';
    background-image: url('/wp-content/themes/creaweb_v1/img/realtime-btn-more-episodes-before.png');
    position: absolute;
    left: -43px;
    top: 0;
    width: 43px;
    height: 60px;
    background-size: 43px 60px;
    background-repeat: no-repeat;
    background-position: top left;
}

#btn-more-episodes-anim:hover,
#btn-more-episodes-anim:active,
#btn-more-episodes-anim:focus {
    padding-left: 40px;

    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}


#single-banner-podcast {
    width: 100%;
    max-width: 1475px;
    margin-left: 0;
    display: block;
    margin-top: -15px;
}



@media (max-width: 760px) {

    body.single-podcast .transcript-container .transcript-content {
        padding: 55px 35px;
    }

    body.single-podcast .single-dist {
        display: block;
    }
    
    body.single-podcast .single-dist .grid-item {
        flex: none;
        width: 100%;
    }
    
    body.single-podcast .single-dist .grid-item .text-link {
        position: relative;
        right: auto;
        bottom: auto;
        padding-top: 30px;
    }
    body.single-podcast .transcript-container .article-trigger .trigger-podcast {
        top: 0;
    }

    body.single-podcast .podcast-sidebar {
        padding-top: 0;
    }

    #single-banner-podcast {
        margin-top: 25px;
    }

}






/* EN DIRECT SINGLE STYLES */




body.single-crea_podcast_fr {
    background-color: #f2f5f7;
}

body.single-crea_podcast_fr h1,
body.single-crea_podcast_fr h2 {
    font-family: 'AvenirLTStd-Heavy';
    color: #000000;
}

body.single-crea_podcast_fr h1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

body.single-crea_podcast_fr .podcast-article {
    background-color: transparent;
}

body.single-crea_podcast_fr #breadcrumbs {
    display: none !important;
}

body.single-crea_podcast_fr .transcript-container .transcript-content {
    position: relative;
    background-color: #ffffff;
    padding: 100px;
}

body.single-crea_podcast_fr .transcript-container .transcript-content .inner-content {
    height: auto;
}

body.single-crea_podcast_fr .transcript-container.collapsed .transcript-content .inner-content {
    height: 0;
    overflow: hidden;
}

body.single-crea_podcast_fr .transcript-container .transcript-content h2 {
    margin-bottom: 60px;
}

body.single-crea_podcast_fr .transcript-container.collapsed .transcript-content h2 {
    margin-bottom: 0;
}

body.single-crea_podcast_fr .listen-app {
    font-size: 20px;
}

body.single-crea_podcast_fr .podcast-info {
    margin-top: 0;
}

body.single-crea_podcast_fr .podcast-info li {
    font-size: 24px;
}

body.single-crea_podcast_fr .single-dist {
    display: flex;
    margin-bottom: 30px;
}

body.single-crea_podcast_fr .single-dist .grid-item {
    flex: 1;
    position: relative;
}

body.single-crea_podcast_fr .single-dist .grid-item .podcast-icons {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.single-crea_podcast_fr .single-dist .grid-item .text-link {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

body.single-crea_podcast_fr .podcast-sidebar {
    padding-top: 350px;
}

body.single-crea_podcast_fr .transcript-container.collapsed #btn-more-episodes {
    display: none;
}

body.single-crea_podcast_fr .transcript-container .article-trigger .trigger-podcast {
    max-width: 40px;
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;

    top: 100px;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


body.single-crea_podcast_fr .transcript-container  .article-trigger .trigger-podcast.open {
    display: none;
}


body.single-crea_podcast_fr .transcript-container  .article-trigger .trigger-podcast.close {
    display: block;
}


body.single-crea_podcast_fr .transcript-container.collapsed  .article-trigger .trigger-podcast.open {
    display: block;
}


body.single-crea_podcast_fr .transcript-container.collapsed .article-trigger .trigger-podcast.close {
    display: none;
}

body.single-crea_podcast_fr .podcast-article .entry-content p {
    font-size: 18px;
}

body.single-crea_podcast_fr .podcast-article .podcast-icons ul li a img {
    max-width: 55px;
}


@media (max-width: 760px) {

    body.single-crea_podcast_fr .transcript-container .transcript-content {
        padding: 55px 35px;
    }

    body.single-crea_podcast_fr .single-dist {
        display: block;
    }
    
    body.single-crea_podcast_fr .single-dist .grid-item {
        flex: none;
        width: 100%;
    }
    
    body.single-crea_podcast_fr .single-dist .grid-item .text-link {
        position: relative;
        right: auto;
        bottom: auto;
        padding-top: 30px;
    }
    body.single-crea_podcast_fr .transcript-container .article-trigger .trigger-podcast {
        top: 0;
    }

    body.single-crea_podcast_fr .podcast-sidebar {
        padding-top: 0;
    }

}

body.page-template-template-annualreports #board_members li:nth-child(3n+1) {
    clear: left;
}