html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'ostrich_sansblack';
  src: url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.eot");
  src: url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.woff2") format("woff2"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.woff") format("woff"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.ttf") format("truetype"), url("../fonts/ostrichsans/ostrichsans-black/ostrichsans-black-webfont.svg#ostrich_sansblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ostrich_sansmedium';
  src: url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.eot");
  src: url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.woff2") format("woff2"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.woff") format("woff"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.ttf") format("truetype"), url("../fonts/ostrichsans/ostrichsans-medium/ostrichsans-medium-webfont.svg#ostrich_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_light';
  src: url("../fonts/opensans/light/opensans-light-webfont.eot");
  src: url("../fonts/opensans/light/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/light/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans/light/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans/light/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_bold';
  src: url("../fonts/opensans/bold/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans/bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/bold/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/opensans/bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/opensans/bold/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_italic';
  src: url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.eot");
  src: url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.woff") format("woff"), url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("../fonts/opensans/lightitalic/OpenSans-LightItalic-webfont.svg#open_sanslight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
p a {
  color: #30A7E9;
  text-decoration: none; }

h1 {
  color: #30A7E9;
  font-family: 'ostrich_sansblack';
  font-size: 4em;
  margin: 1em 0; }

h2,
h3,
h4 {
  font-family: 'ostrich_sansmedium'; }

h2 {
  font-size: 2em;
  margin: .2em 0; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 1.35em; } }

h3 {
  font-size: 2.5em;
  margin: 1em 0; }

h4 {
  font-size: 2em;
  margin: .5em 0; }

h5 {
  font-family: 'open_sans_light';
  margin: 0;
  text-transform: uppercase; }

p {
  font-family: 'open_sans_light'; }

input,
textarea {
  border: 1px solid #95989A;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 1em;
  width: 100%; }
  input:focus,
  textarea:focus {
    border: 1px solid #30A7E9; }

textarea {
  resize: vertical; }

button, .btn, .btn-cta {
  background: #FFCC00;
  border: 0;
  color: #000000;
  display: inline-block;
  font-size: 1.4em;
  font-family: 'ostrich_sansmedium';
  letter-spacing: 0.1em;
  padding: .65em 1em;
  text-decoration: none; }
  button:hover, .btn:hover, .btn-cta:hover {
    cursor: pointer;
    text-decoration: none; }

.btn {
  background: #30A7E9;
  color: #FFFFFF; }

/* PODCAST PAGES */
.podcasts .wrap-content,
.podcast-entry .wrap-content,
.content-podcast .wrap-content,
.subscribe-block .wrap-content,
.ricardo-section .wrap-content,
.listen-more-podcasts .wrap-content {
  width: 800px; }
  @media screen and (max-width: 768px) {
    .podcasts .wrap-content,
    .podcast-entry .wrap-content,
    .content-podcast .wrap-content,
    .subscribe-block .wrap-content,
    .ricardo-section .wrap-content,
    .listen-more-podcasts .wrap-content {
      width: 100%; } }

.yellow-but {
  background: #ffcc00;
  color: #000000; }

.blue-but {
  background: #30A7E9;
  color: #fff; }
  .blue-but:active {
    box-shadow: inset 0 0 6px #2186be;
    opacity: 1; }

.pod-buts {
  height: 40px;
  line-height: 41px;
  padding: 0 15px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  font-family: 'open_sans_bold';
  text-align: left !important;
  margin-right: 4px;
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .pod-buts {
      width: 100%;
      display: block;
      box-sizing: border-box;
      margin-top: 7px; } }
  .pod-buts:hover {
    opacity: .9; }
  .pod-buts .fa {
    margin: 11px 10px 0 0;
    font-size: 18px;
    float: left; }

.main-banner {
  text-align: center;
  background: #fff url("../images/banner-bg-podcast.jpg") 0 160px;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  padding-bottom: 140px;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .main-banner {
      padding-bottom: 60px; } }
  .main-banner .logo {
    width: 200px;
    margin: 70px 0 0 0; }
    @media screen and (max-width: 768px) {
      .main-banner .logo {
        width: 140px;
        margin: 30px 0 0 0; } }
  .main-banner h1 {
    margin: 65px 0 15px 0; }
    @media screen and (max-width: 768px) {
      .main-banner h1 {
        font-size: 40px;
        margin-top: 25px; } }
  .main-banner h2 {
    font-weight: bold;
    color: #95989A;
    letter-spacing: .02em; }
    @media screen and (max-width: 768px) {
      .main-banner h2 {
        margin-bottom: 20px; } }

.int-banner {
  width: 100%;
  background: #fff url("../images/banner-bg-podcast.jpg") 0 -200px;
  background-size: cover;
  text-align: center;
  margin-top: 30px;
  padding: 20px 0 15px 0; }
  @media screen and (max-width: 768px) {
    .int-banner {
      background: #fff url("../images/banner-bg-podcast.jpg") 0 -270px;
      padding: 20px 0; } }
  .int-banner .wrap-content {
    width: 440px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .int-banner .wrap-content {
        width: 100%;
        text-align: center; } }
  .int-banner .logo {
    width: 120px;
    margin-top: 9px;
    float: left; }
    @media screen and (max-width: 768px) {
      .int-banner .logo {
        margin-bottom: 15px;
        float: none; } }
  .int-banner .int-banner-entry {
    margin-left: 160px;
    border-left: 2px solid #EAEAEA;
    padding: 15px 0 15px 40px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .int-banner .int-banner-entry {
        text-align: center;
        padding: 15px 0;
        margin-left: 0;
        border: none; } }
  .int-banner h1 {
    margin: 0;
    font-size: 40px; }
  .int-banner h2 {
    margin: 0;
    color: #95989A;
    font-size: 22px; }

.podcasts {
  text-align: center;
  padding: 60px 0; }
  .podcasts h3 {
    color: #30A7E9;
    margin: 20px 0 0 0; }
    @media screen and (max-width: 768px) {
      .podcasts h3 {
        font-size: 34px;
        text-align: left;
        margin: 0; } }

.podcasts-description {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #95989A; }
  @media screen and (max-width: 768px) {
    .podcasts-description {
      font-size: 17px;
      line-height: 27px;
      text-align: left; } }

.podcasts-list {
  text-align: left;
  margin: 50px 0 0 0;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .podcasts-list {
      margin-top: 30px; } }
  .podcasts-list li {
    list-style-type: none;
    margin: 50px 0 0 0;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 3em; }
    .podcasts-list li::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 768px) {
      .podcasts-list li {
        text-align: center;
        padding-top: 30px;
        margin-top: 30px; } }
    .podcasts-list li > img {
      width: 200px;
      float: left; }
      @media screen and (max-width: 768px) {
        .podcasts-list li > img {
          float: none; } }
  @media screen and (max-width: 768px) {
    .podcasts-list li:first-child {
      border-top: none;
      padding-top: 0;
      margin-top: 0; } }
  .podcasts-list li:last-child {
    border-bottom: 0px !important; }
  .podcasts-list .podcasts-infos {
    margin-left: 240px; }
    @media screen and (max-width: 768px) {
      .podcasts-list .podcasts-infos {
        margin: 20px 0 0 0;
        text-align: left; } }
    .podcasts-list .podcasts-infos .episode {
      margin-left: 20px; }
  .podcasts-list .full-width,
  .podcasts-list iframe {
    width: 100%;
    margin-top: 12px;
    margin-bottom: -5px; }
    @media screen and (max-width: 768px) {
      .podcasts-list .full-width,
      .podcasts-list iframe {
        margin-bottom: 0; } }
  .podcasts-list .pod-buts {
    height: 30px;
    line-height: 31px;
    padding: 0 12px; }
  .podcasts-list .fa {
    margin: 7px 10px 0 0; }
  .podcasts-list h4 {
    margin: 0 0 5px 0; }
    .podcasts-list h4 a {
      text-decoration: none;
      color: #30A7E9; }
      .podcasts-list h4 a:hover {
        opacity: .8; }
  .podcasts-list .post-infos {
    font-size: 11px;
    color: #95989A;
    font-family: 'open_sans_bold';
    display: block;
    text-transform: uppercase; }
  .podcasts-list p {
    font-size: 14px;
    margin: 7px 0 0 0;
    line-height: 22px; }
    @media screen and (max-width: 768px) {
      .podcasts-list p {
        margin-bottom: 15px; } }

.ricardo-section {
  background: #f7f7f7;
  padding: 1px 0 40px 0;
  text-align: center; }
  .ricardo-section .podcasts-list {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .ricardo-section .podcasts-list li {
        border-top: none;
        padding-top: 0;
        margin-top: 0; } }
    .ricardo-section .podcasts-list li img {
      float: right !important;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .ricardo-section .podcasts-list li img {
          float: none !important;
          margin-top: 40px; } }
  .ricardo-section .podcasts-infos {
    margin-right: 240px !important;
    margin-left: 20px !important;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .ricardo-section .podcasts-infos {
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: left; } }

.podcast-entry .wrap-content {
  border-bottom: 2px solid #EAEAEA;
  padding-bottom: 40px; }

.content-podcast {
  padding: 25px 0 30px 0; }
  .content-podcast h3 {
    color: #30A7E9;
    margin: 20px 0 0 0; }
    @media screen and (max-width: 768px) {
      .content-podcast h3 {
        font-size: 30px;
        text-align: left; } }
  .content-podcast p {
    line-height: 26px; }
    .content-podcast p b {
      margin-top: 20px;
      font-family: open_sans_bold; }

.listen-more-podcasts {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em; }
  .listen-more-podcasts::after {
    clear: both;
    content: "";
    display: block; }
  .listen-more-podcasts section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .listen-more-podcasts section:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .listen-more-podcasts section {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center; }
        .listen-more-podcasts section:last-child {
          margin-right: 0; } }
    .listen-more-podcasts section img {
      width: 50%; }
    .listen-more-podcasts section h5 {
      font-family: 'open_sans_bold';
      text-transform: initial; }
      .listen-more-podcasts section h5 a {
        color: #30A7E9;
        text-decoration: none; }

.podcast-coming-soon {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #ffcc00;
  display: inline-block;
  color: #000;
  font-family: 'open_sans_bold';
  font-size: 16px;
  text-transform: uppercase; }

.subscribe-block {
  background: #30A7E9;
  color: #FFFFFF;
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .subscribe-block {
      text-align: center; } }
  .subscribe-block img {
    float: left;
    height: 6em;
    width: 100px; }
    @media screen and (max-width: 768px) {
      .subscribe-block img {
        float: none !important;
        padding: 10px;
        background: rgba(255, 255, 255, 0.2);
        margin-bottom: 15px; } }
  .subscribe-block h2 {
    margin: 0 180px 0 120px; }
    @media screen and (max-width: 768px) {
      .subscribe-block h2 {
        width: 100%;
        font-size: 1.8em;
        margin: 0; } }
  .subscribe-block .btn-cta {
    float: right;
    margin-top: -70px; }
    @media screen and (max-width: 768px) {
      .subscribe-block .btn-cta {
        float: none !important;
        margin-top: 15px; } }
    .subscribe-block .btn-cta:hover {
      background: #fff; }

.social-share {
  margin-top: 10px;
  height: 30px; }
  .social-share p {
    height: 30px;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-family: open_sans_bold;
    font-size: 11px;
    display: inline-block;
    color: #95989A;
    vertical-align: middle; }
  .social-share span {
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 12px;
    line-height: 30px; }
  .social-share a {
    color: #95989A; }
    .social-share a:hover {
      color: #30A7E9; }
  .social-share div {
    color: #95989A; }
    .social-share div:hover {
      color: #30A7E9;
      cursor: pointer;
      cursor: hand; }

.lw-small-ad {
  border: 5px solid white;
  bottom: 1em;
  position: fixed;
  right: 1em; }
  .lw-small-ad a {
    display: flex; }
    .lw-small-ad a img {
      height: 130px; }

/*# sourceMappingURL=style.css.map */
