.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
section#advertiser-footer {
  height: 300px;
}
section#advertiser-footer p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 2px;
}
section#advertiser-footer .btn-outline-white:hover {
  color: #0d0d21;
}
section#advertiser-footer .container {
  height: 100%;
}
section#advertiser-footer .container .row {
  height: 100%;
}
section#advertiser-footer #pillar-copy {
  display: table;
  height: 100%;
}
section#advertiser-footer #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section#advertisers-footer {
  height: 400px;
}
section#advertisers-footer p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  section#advertisers-footer p {
    font-size: 2rem;
    line-height: normal;
  }
}
section#advertisers-footer .btn-outline-white:hover {
  color: #C6002B;
}
section#advertisers-footer .container {
  height: 100%;
}
section#advertisers-footer .container .row {
  height: 100%;
}
section#advertisers-footer #pillar-copy {
  display: table;
  height: 100%;
}
section#advertisers-footer #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#advertiser-performance {
  padding: 0 0 80px 0;
  background: #f5f5f9;
}
#advertiser-performance form {
  margin: 15px;
  margin-bottom: 45px;
}
#advertiser-performance form fieldset {
  background-color: #ffffff;
  border: thin solid #fafafb;
  padding: 1em 2em;
  margin: 1em 0;
}
#advertiser-performance form fieldset .form-group {
  /*width: 80%;*/
}
#advertiser-performance form fieldset h2 {
  border-bottom: thin #fafafb solid;
  padding-bottom: 0.1em;
  margin-bottom: 0.5em;
  width: 70%;
  color: #868690;
}
section#advertiser-platform {
  padding: 0 0 80px 0;
  background: #ffffff;
}
section#advertiser-platform .btn-row {
  padding: 0 0 40px 0;
}
section#advertiser-platform .card-two-column .card-container {
  background-color: #fafafb;
}
section#advertiser-platform .logo-divider {
  margin: 0 auto 40px auto;
}
section#advertiser-platform .logo-divider hr {
  padding: 0;
  border: none;
  border-top: medium solid #fafafb;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'futura-pt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section#advertiser-platform .logo-divider hr:after {
  content: 'Featured offerings:';
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 1em;
  border-radus: 50%;
  background: #ffffff;
}
@media (max-width: 991px) {
  section#advertiser-platform .logo-divider hr:after {
    font-size: 2rem;
  }
}
section#advertiser-platform .logo-divider img {
  display: block;
  margin: 0 auto;
  max-width: 36px;
}
section#advertiser-audience {
  background: url('../images/awu/audience.png') top center no-repeat #0d0d21;
  background-size: cover;
  padding: 0 0 80px 0;
}
section#advertiser-audience #pillar-sub-head p {
  color: #fafafb;
}
@media (max-width: 991px) {
  section#advertiser-audience .call-out {
    margin: 50px 0 0 0;
  }
}
section#advertiser-audience .call-out img {
  margin: 0 auto;
  max-width: 50%;
}
@media (max-width: 991px) {
  section#advertiser-audience .call-out img {
    max-width: 100%;
  }
}
section#advertiser-audience .call-out h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}
@media (max-width: 991px) {
  section#advertiser-audience .call-out h2 {
    margin: 10px 0 0 0;
    font-size: 4rem;
    text-align: center;
  }
}
section#advertiser-audience section.video img {
  max-width: 7%;
}
section#advertiser-audience section.video img:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  section#advertiser-audience section.video img {
    max-width: 16%;
  }
}
section#advertiser-roi section.pillar-solid-oneline {
  padding: 0 0 50px 0;
}
section#advertiser-roi .logo-divider {
  margin: 0 auto 40px auto;
}
section#advertiser-roi .logo-divider hr {
  padding: 0;
  border: none;
  border-top: medium solid #fafafb;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'futura-pt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
section#advertiser-roi .logo-divider hr:after {
  content: 'We reach every kind of audience you want to reach';
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 1em;
  border-radus: 50%;
  background: #0d0d21;
}
@media (max-width: 991px) {
  section#advertiser-roi .logo-divider hr:after {
    font-size: 2rem;
  }
}
section#advertiser-roi .logo-divider img {
  display: block;
  margin: 0 auto;
  max-width: 36px;
}
section#advertiser-roi #pillar-sub-head p {
  font-weight: 300;
}
section#advertiser-roi #pillar-sub-head p small {
  font-size: 14px;
  color: #868690;
}
@media (max-width: 991px) {
  section#advertiser-roi #pillar-sub-head p small {
    display: none;
  }
}
section#advertiser-case-studies {
  padding: 0 0 80px 0;
}
#swiper-advertiser .slide-container {
  margin-bottom: 8px;
  margin-top: 8px;
}
#swiper-advertiser .slide-container .slide-media {
  min-height: auto;
  max-height: 100%;
  height: auto;
  border: none;
  background: #ffffff;
}
#swiper-advertiser .slide-container .slide-media h2 {
  padding: 20px 0 0 0;
  margin: 0;
}
/*# sourceMappingURL=pages.css.map */
.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
#iheartmedia-brands-platform {
  padding: 80px 0 40px 0;
  background: #f5f5f9;
}
#iheartmedia-brands-platform .card .card-container .content h3 {
  text-align: center;
}
/*# sourceMappingURL=pages.css.map */
.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
#iheartmedia-events-platform {
  padding-top: 40px;
  background: #f5f5f9;
}
#iheartmedia-events-platform .card .card-container .content h3 {
  text-align: center;
}
/*# sourceMappingURL=pages.css.map */
.grid-header #category-select-container {
  padding-top: 2em;
}
@media (max-width: 991px) {
  .grid-header #category-select-container .select-container {
    text-align: center;
  }
}
.grid-row {
  border-bottom: thin solid #eee;
  border-top: thin solid #eee;
  margin-top: 30px;
}
.grid-row .bootgrid-header,
.grid-row .bootgrid-footer {
  padding: 15px;
  background-color: #f9f9f9;
  margin: 0;
}
.grid-row .bootgrid-table {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .grid-row .bootgrid-table {
    table-layout: auto;
    text-align: center;
  }
  .grid-row .bootgrid-table td,
  .grid-row .bootgrid-table th {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.grid-row table.data-grid thead th {
  border-right: thin solid #eee;
  border-top: thin solid #eee;
  padding: 15px 30px;
}
.grid-row table.data-grid thead th:first-child {
  border-left: thin solid #eee;
}
@media (max-width: 991px) {
  .grid-row table.data-grid td:nth-child(2),
  .grid-row table.data-grid th:nth-child(2) {
    display: none;
  }
}
.grid-row table.data-grid tr td {
  border-right: thin solid #eee;
  vertical-align: middle;
  padding: 15px 30px;
}
.grid-row table.data-grid tr td:first-child,
.grid-row table.data-grid tr td {
  border-left: thin solid #eee;
}
.grid-row table.data-grid tr td a.icon-column img {
  height: 45px;
  width: auto;
}
.dropdown-menu {
  margin-top: 0;
  padding-top: 0;
  border-radius: 0 0 3px 3px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #dd0030 !important;
}
/*
 @pagination-active-bg: @radio-color;
@pagination-active-border: @radio-color;
*/
.pagination > li > a,
.pagination > li > span {
  color: #dd0030;
}
.pagination {
  /*
    display: inline-block;
    padding-left: 0;
    margin: @line-height-computed 0;
    border-radius: @border-radius-base;
  */
}
.pagination > li > a,
.pagination > li > span {
  color: #dd0030;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #dd0030;
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #dd0030;
  border-color: #dd0030;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  /*
            color: @pagination-disabled-color;
            background-color: @pagination-disabled-bg;
            border-color: @pagination-disabled-border;
      */
}
/*
// Large
.pagination-lg {
  .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-radius-large);
}
// Small
.pagination-sm {
  .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-radius-small);
}
*/
/* INVESTORS STYLE */
section#investors-header {
  height: 600px;
}
section#investors-header h1 {
  font-size: 108px;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 8px;
}
section#investors-header p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 2px;
}
section#investors-header .container {
  height: 100%;
}
section#investors-header .container .row {
  height: 100%;
}
section#investors-header #pillar-copy {
  display: table;
  height: 100%;
}
section#investors-header #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.filings-header {
  padding: 10px 0;
  font-weight: 600;
}
h4.quick-links {
  padding-top: 30px;
}
div.quick-links-row {
  padding: 0px 0px!important;
}
.investor-documents {
  padding-bottom: 80px;
}
.investor-documents .form-inline {
  padding: 20px 10px;
  text-align: center;
}
.investor-documents .form-inline .form-group {
  margin-right: 20px;
}
.investor-filings .row {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
section#investors-footer {
  height: 400px;
}
section#investors-footer p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 2px;
}
section#investors-footer .btn-outline-white:hover {
  color: #dd0030;
}
section#investors-footer .container {
  height: 100%;
}
section#investors-footer .container .row {
  height: 100%;
}
section#investors-footer #pillar-copy {
  display: table;
  height: 100%;
}
section#investors-footer #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section#investors-platform {
  padding: 0 0 100px 0;
}
@media (max-width: 991px) {
  section#investors-platform {
    padding: 25px 0;
  }
}
section#investors-platform .btn-row {
  padding: 0 0 40px 0;
}
section#investors-platform blockquote {
  margin: 0 0 20px;
  font-size: 16px;
}
@media (max-width: 991px) {
  section#investors-platform blockquote {
    font-size: 1.4rem;
  }
}
.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: .6;
}
#ihc_cards-small-template .investor-modal.modal-dialog {
  width: 70%;
}
#ihc_cards-small-template .investor-modal.modal-dialog .modal-header {
  border-bottom: 2px solid #C6002B;
  color: #0d0d21;
}
#ihc_cards-small-template .investor-modal.modal-dialog .modal-header .modal-title {
  text-transform: uppercase;
}
#ihc_cards-small-template .investor-modal.modal-dialog .modal-header .modal-title-sub {
  margin-bottom: 0;
  font-size: 96%;
  font-weight: 400;
  color: #868690;
}
#ihc_cards-small-template .investor-modal.modal-dialog .modal-header i {
  font-size: 30px;
  line-height: 26px;
}
#ihc_cards-small-template .investor-modal.modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  background: #ffffff;
}
#ihc_cards-small-template .investor-modal.modal-dialog .modal-body {
  padding: 15px;
}
#ihc_cards-small-template .investor-modal.modal-dialog .card-media {
  min-height: 80px;
}
#swiper-investors .slide-container {
  margin-bottom: 8px;
  margin-top: 8px;
}
#swiper-investors .slide-container .slide-media {
  min-height: auto;
  max-height: 100%;
  height: auto;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(236, 236, 236, 0.8);
  -moz-box-shadow: 0px 0px 8px 2px rgba(236, 236, 236, 0.8);
  box-shadow: 0px 0px 8px 2px rgba(236, 236, 236, 0.8);
}
#swiper-investors .slide-container .slide-media h2 {
  padding: 20px 0 0 0;
  margin: 0;
}
body.page-investors {
  background: #f5f5f9;
}
section#investor-faq,
section#investor-ep-list,
section#investors-grid-container {
  background: #f5f5f9;
}
section#investor-faq .card,
section#investor-ep-list .card,
section#investors-grid-container .card {
  margin: 25px 0;
}
section#investor-faq .card .copy,
section#investor-ep-list .card .copy,
section#investors-grid-container .card .copy {
  padding: 1% 2%;
}
section#investor-faq .card .copy h3,
section#investor-ep-list .card .copy h3,
section#investors-grid-container .card .copy h3 {
  text-transform: none;
  letter-spacing: normal;
}
section#investor-faq .card .copy address,
section#investor-ep-list .card .copy address,
section#investors-grid-container .card .copy address {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 1.75;
}
#investor-ep-list {
  padding-top: 25px;
  padding-bottom: 50px;
}
#investor-ep-list .event {
  margin-top: 25px;
  padding: 3% 5%;
  background-color: white;
}
#investor-ep-list .event h3 {
  color: #0d0d21;
  margin-top: 0;
}
#investor-ep-list .event .sub-head {
  padding: 0 0 40px 0;
}
/*Code of Conduct*/
ul.conduct-docs {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-type: none;
}
/*# sourceMappingURL=pages.css.map */
.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
#bios .img-circle {
  border: thick solid #ffffff;
}
section#our-team-header h1 {
  font-size: 108px;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 8px;
}
section#our-team-header p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 2px;
}
section#our-team-header .container {
  height: 100%;
}
section#our-team-header .container .row {
  height: 100%;
}
section#our-team-header #pillar-copy {
  display: table;
  height: 100%;
}
section#our-team-header #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section#our-team-footer {
  height: 400px;
}
section#our-team-footer p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 2px;
}
section#our-team-footer .btn-outline-white:hover {
  color: #dd0030;
}
section#our-team-footer .container {
  height: 100%;
}
section#our-team-footer .container .row {
  height: 100%;
}
section#our-team-footer #pillar-copy {
  display: table;
  height: 100%;
}
section#our-team-footer #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section#our-team-platform {
  padding: 0 0 100px 0;
}
section#our-team-platform .btn-row {
  padding: 0 0 40px 0;
}
/*# sourceMappingURL=pages.css.map */
.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
section#outdoor {
  padding: 40px 0 100px 0;
  background: #ffffff;
}
section#outdoor .btn-row {
  padding: 0 0 40px 0;
}
/*# sourceMappingURL=pages.css.map */
.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
section#philanthropy-header h1 {
  font-size: 108px;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 8px;
}
section#philanthropy-header p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  letter-spacing: 2px;
}
section#philanthropy-header .container {
  height: 100%;
}
section#philanthropy-header .container .row {
  height: 100%;
}
section#philanthropy-header #pillar-copy {
  display: table;
  height: 100%;
}
section#philanthropy-header #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section#philanthropy-communities {
  padding: 0 0 100px 0;
  background: #f5f5f9;
}
section#philanthropy-communities .ihm-communities-logo {
  max-width: 50%;
}
@media (max-width: 991px) {
  section#philanthropy-communities .ihm-communities-logo {
    max-width: 80%;
  }
}
section#philanthropy-communities .btn-row {
  padding: 0 0 40px 0;
}
section#philanthropy-communities .card-two-column {
  margin-top: 40px;
}
section#philanthropy-communities .logo-divider hr {
  padding: 0;
  border: none;
  border-top: medium solid #ececec;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'futura-pt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section#philanthropy-communities .logo-divider hr:after {
  content: 'National Campaigns';
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 1em;
  border-radius: 50%;
  background: #f5f5f9;
}
@media (max-width: 991px) {
  section#philanthropy-communities .logo-divider hr:after {
    font-size: 2rem;
  }
}
section#philanthropy-communities .logo-divider img {
  display: block;
  margin: 0 auto;
  max-width: 36px;
}
section#philanthropy-national-impact {
  background: #ffffff;
  background-size: cover;
}
section#philanthropy-national-impact .pillar-sub-head p {
  margin: 0 0 50px 0;
  color: #0d0d21;
}
section#philanthropy-national-impact .call-out {
  margin: 100px 0 0 0;
}
section#philanthropy-national-impact .call-out img {
  margin: 0 auto;
  max-width: 50%;
}
section#philanthropy-national-impact .call-out h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  border-bottom: thin solid rgba(255, 255, 255, 0.4);
}
section#philanthropy-national_impact {
  padding: 0 0 80px 0;
  background: #ffffff;
}
section#philanthropy-national_impact #previous-psa-campaigns .card-borderless-modal .card-container h1 {
  display: none;
}
section#philanthropy-national_impact #previous-psa.logo-divider {
  margin-bottom: 40px;
}
section#philanthropy-national_impact #previous-psa.logo-divider hr {
  padding: 0;
  border: none;
  border-top: medium solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-weight: 300;
  font-family: 'futura-pt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0d0d21;
}
section#philanthropy-national_impact #previous-psa.logo-divider hr:after {
  content: 'Previous PSA Campaigns';
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2.6em;
  padding: 0 1em;
  border-radius: 50%;
  background: #0d0d21;
}
@media (max-width: 991px) {
  section#philanthropy-national_impact #previous-psa.logo-divider hr:after {
    font-size: 2rem;
  }
}
section#philanthropy-national_impact #previous-psa.logo-divider img {
  display: block;
  margin: 0 auto;
  max-width: 36px;
}
section#philanthropy-national_impact #previous-campaigns h2 {
  margin: 50px 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: thin solid black;
  color: #0d0d21;
}
section#philanthropy-national_impact #previous-campaigns .logo-list {
  height: 130px;
}
@media (max-width: 991px) {
  section#philanthropy-national_impact #previous-campaigns .logo-list {
    height: auto;
  }
}
section#philanthropy-national_impact #previous-campaigns .logo-list h4 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  font-weight: 400;
  text-align: center;
  color: #0d0d21;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
section#philanthropy-national_impact #previous-campaigns .logo-list h4:hover {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
@media (max-width: 991px) {
  section#philanthropy-national_impact #previous-campaigns .logo-list h4 {
    display: block;
    font-size: 1.5rem;
  }
}
section#philanthropy-national_impact #previous-campaigns .logo-list .col-md-1 {
  display: table;
  height: 100%;
}
section#philanthropy-national_impact #previous-campaigns .logo-list .col-md-2 {
  display: table;
  height: 100%;
}
section#philanthropy-national_impact #previous-campaigns .logo-list .col-md-3 {
  display: table;
  height: 100%;
}
section#philanthropy-national_impact #previous-campaigns .logo-list .col-xs-6 {
  height: 100px;
}
section#philanthropy-national_impact #previous-campaigns .logo-list .col-xs-12 {
  height: 100px;
}
section#philanthropy-national_impact .pillar-sub-head p {
  font-weight: 300;
}
section#philanthropy-national_impact .pillar-sub-head p small {
  font-size: 14px;
  color: #868690;
}
section#show-stripes {
  padding: 0 0 80px 0;
  background: #f5f5f9;
}
section#show-stripes #celeb-stripes.logo-divider hr {
  padding: 0;
  border: none;
  border-top: medium solid #0d0d21;
  text-align: center;
  font-weight: 300;
  font-family: 'futura-pt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section#show-stripes #celeb-stripes.logo-divider hr:after {
  content: 'What Celebrities Are Saying';
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2.6em;
  padding: 0 1em;
  background: #f5f5f9;
}
@media (max-width: 991px) {
  section#show-stripes #celeb-stripes.logo-divider hr:after {
    font-size: 2rem;
  }
}
section#show-stripes #celeb-stripes.logo-divider img {
  display: block;
  margin: 0 auto;
  max-width: 36px;
}
section#show-stripes audio {
  margin: 50px 0 0 0;
  width: 100%;
}
section#philanthropy-local-efforts {
  background: #ffffff;
  background-size: cover;
  padding: 0 0 80px 0;
}
section#philanthropy-local-efforts .pillar-sub-head p {
  color: #868690;
}
section#philanthropy-local-efforts .call-out {
  margin: 100px 0 0 0;
}
section#philanthropy-local-efforts .call-out img {
  margin: 0 auto;
  max-width: 50%;
}
section#philanthropy-local-efforts .call-out h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  section#philanthropy-local-efforts .call-out h2 {
    font-size: 2rem;
  }
}
section#philanthropy-local-efforts #organization-support h2 {
  margin: 50px 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #0d0d21;
}
section#philanthropy-local-efforts #organization-support .logo-list {
  height: 130px;
}
@media (max-width: 991px) {
  section#philanthropy-local-efforts #organization-support .logo-list {
    height: auto;
  }
}
section#philanthropy-local-efforts #organization-support .logo-list h4 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  font-weight: 400;
  text-align: center;
  color: #0d0d21;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
section#philanthropy-local-efforts #organization-support .logo-list h4:hover {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
@media (max-width: 991px) {
  section#philanthropy-local-efforts #organization-support .logo-list h4 {
    display: block;
    font-size: 1.5rem;
  }
}
section#philanthropy-local-efforts #organization-support .logo-list .col-md-1 {
  display: table;
  height: 100%;
}
section#philanthropy-local-efforts #organization-support .logo-list .col-md-2 {
  display: table;
  height: 100%;
}
section#philanthropy-local-efforts #organization-support .logo-list .col-md-3 {
  display: table;
  height: 100%;
}
section#philanthropy-local-efforts #organization-support .logo-list .col-xs-6 {
  height: 100px;
}
@media (max-width: 991px) {
  section#philanthropy-local-efforts #organization-support .logo-list .col-xs-6 {
    height: auto;
  }
}
section#philanthropy-local-efforts #organization-support .logo-list .col-xs-12 {
  height: 100px;
}
@media (max-width: 991px) {
  section#philanthropy-local-efforts #organization-support .logo-list .col-xs-12 {
    height: auto;
  }
}
section#philanthropy-local-efforts #impact h2 {
  margin: 50px 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #0d0d21;
}
section#philanthropy-local-efforts #impact .logo-list {
  height: 130px;
}
@media (max-width: 991px) {
  section#philanthropy-local-efforts #impact .logo-list {
    height: auto;
  }
}
section#philanthropy-local-efforts #impact .logo-list h4 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  font-weight: 400;
  text-align: center;
  color: #0d0d21;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
section#philanthropy-local-efforts #impact .logo-list h4:hover {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
@media (max-width: 991px) {
  section#philanthropy-local-efforts #impact .logo-list h4 {
    display: block;
    font-size: 1.5rem;
  }
}
section#philanthropy-local-efforts #impact .logo-list .col-md-1 {
  display: table;
  height: 100%;
}
section#philanthropy-local-efforts #impact .logo-list .col-md-2 {
  display: table;
  height: 100%;
}
section#philanthropy-local-efforts #impact .logo-list .col-md-3 {
  display: table;
  height: 100%;
}
section#philanthropy-local-efforts #impact .logo-list .col-xs-6 {
  height: 100px;
}
section#philanthropy-local-efforts #impact .logo-list .col-xs-12 {
  height: 100px;
}
section#philanthropy-local-efforts .pillar-sub-head p {
  font-weight: 300;
}
section#philanthropy-local-efforts .pillar-sub-head p small {
  font-size: 14px;
  color: #868690;
}
#swiper-philanthropy .slide-container {
  margin-bottom: 8px;
  margin-top: 8px;
}
#swiper-philanthropy .slide-container .slide-media {
  min-height: 140px;
  max-height: 100%;
  height: auto;
  border: none;
  background: transparent;
}
#swiper-philanthropy .slide-container .slide-media h2 {
  padding: 20px 0 0 0;
  margin: 0;
}
/*# sourceMappingURL=pages.css.map */
.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
.custom-rteStyle-PageLevelTitleWithoutBorder,
.page-title {
  display: none;
}
.page-description {
  font-style: italic;
  font-size: 1.2em;
  margin-bottom: 1.4em;
}
section#pr-header {
  height: 600px;
}
section#pr-header h1 {
  font-size: 108px;
  color: white;
  margin-bottom: 25px;
  letter-spacing: 8px;
  /*span {
            color: red;
        }*/
}
section#pr-header p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: white;
  letter-spacing: 2px;
}
section#pr-header .container {
  height: 100%;
}
section#pr-header .container .row {
  height: 100%;
}
section#pr-header #pillar-copy {
  display: table;
  height: 100%;
}
section#pr-header #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.press-release {
  background: #fafafb;
  padding-top: 50px;
}
#section-news-template article {
  font-size: 15px;
}
#section-news-template article p {
  font-size: 15px;
  color: #333;
  line-height: 1.4285;
  margin: 0 0 1em 0;
}
#section-news-template article .page-strong,
#section-news-template article a {
  font-weight: 600;
}
#section-news-template h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #section-news-template h2.date-month {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 2rem;
    text-align: center;
  }
}
#section-news-template footer {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
}
#section-news-template footer h4 {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  color: #444;
  line-height: 1.4em;
  margin: 0;
}
#section-news-template footer p {
  line-height: 1.4em;
  color: #555;
}
#news-sidebar {
  margin-top: 10px;
}
#news-sidebar ul.news-sidebar-ul-parent > li.active {
  background-color: #f8f8f8;
}
#news-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#news-sidebar ul li a {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  color: #333;
  white-space: nowrap;
}
#news-sidebar ul li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#news-sidebar ul li a.no-highlight:hover {
  background-color: transparent;
}
#news-sidebar ul li a.active {
  color: #C6002B;
}
#news-sidebar h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
#news-sidebar .btn-group {
  padding: 3px 20px;
}
/*# sourceMappingURL=pages.css.map */
.black-text {
  color: black !important;
}
.white-text {
  color: white !important;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.black-text {
  color: #0d0d21 !important;
}
.super-light-grey {
  background: #fafafb;
}
.grd-darkblue-purple {
  background: #100c23;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjAzMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #100c23), color-stop(100%, #420330));
  background: -webkit-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -o-linear-gradient(top, #100c23 0%, #420330 100%);
  background: -ms-linear-gradient(top, #100c23 0%, #420330 100%);
  background: linear-gradient(to bottom, #100c23 0%, #420330 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100c23', endColorstr='#420330', GradientType=0);
}
section#radio-header {
  height: 400px;
}
@media (max-width: 991px) {
  section#radio-header {
    width: 100%;
    height: 100%;
  }
}
section#radio-header h1 {
  /*
    font-size: 108px;
    color: white;
    margin-bottom: 25px;
    letter-spacing: normal;
    font-weight: bold;
*/
}
section#radio-header p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: white;
  letter-spacing: 2px;
}
section#radio-header .container {
  height: 100%;
}
section#radio-header .container .row {
  height: 100%;
}
section#radio-header #pillar-copy {
  display: table;
  height: 100%;
}
section#radio-header #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section#radio-footer {
  height: 400px;
}
@media (max-width: 991px) {
  section#radio-footer {
    height: 200px;
  }
}
section#radio-footer p {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 24px;
  color: white;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  section#radio-footer p {
    font-size: 2rem;
    line-height: normal;
  }
}
section#radio-footer .btn-outline-white:hover {
  color: #dd0030;
}
section#radio-footer .container {
  height: 100%;
}
section#radio-footer .container .row {
  height: 100%;
}
section#radio-footer #pillar-copy {
  display: table;
  height: 100%;
}
section#radio-footer #pillar-copy .pillars-default {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#platform-cards-template-brands {
  background-color: #fafafb;
}
#platform-cards-template-brands .container {
  padding: 0;
}
#platform-cards-template-brands h1.title {
  font-size: 50px;
  margin: 1em;
}
#platform-cards-template-brands h1 {
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  color: #0d0d21;
}
@media (max-width: 991px) {
  #platform-cards-template-brands h1 {
    font-size: 3rem;
  }
}
section#radio-platform {
  background: #ECECF0;
  padding: 40px 0 40px 0;
}
section#radio-platform .btn-row {
  padding: 0 0 40px 0;
}
section#radio-platform #cards-two-column-template {
  margin-top: 40px;
}
section.homepage-bg-grey {
  background: #f5f5f9;
}
section#radio-audience {
  background: url('../images/radio/audience.jpg') top center no-repeat #0d0d21;
  background-size: cover;
  padding-bottom: 65px;
}
section#radio-audience blockquote {
  margin: 75px 0;
  border-left: 1px solid #0d0d21;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  section#radio-audience blockquote {
    margin: 20px 0;
    font-size: 1.7rem;
  }
}
section#radio-audience blockquote small {
  padding-top: 40px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 991px) {
  section#radio-audience blockquote small {
    margin-top: 0;
    padding-top: 14px;
  }
}
section#radio-audience section.video img {
  max-width: 7%;
}
section#radio-audience section.video img:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  section#radio-audience section.video img {
    max-width: 16%;
  }
}
#swiper-radio .slide-container {
  margin-bottom: 8px;
  margin-top: 8px;
}
#swiper-radio .slide-container .slide-media {
  min-height: auto;
  max-height: 100%;
  height: auto;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(236, 236, 236, 0.8);
  -moz-box-shadow: 0px 0px 8px 2px rgba(236, 236, 236, 0.8);
  box-shadow: 0px 0px 8px 2px rgba(236, 236, 236, 0.8);
}
#swiper-radio .slide-container .slide-media h2 {
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 2rem;
}
/*# sourceMappingURL=pages.css.map */
#press-article h1#article-title {
  font-size: 37px;
  text-shadow: 1px 1px 0 #fff;
  margin-bottom: 25px;
  letter-spacing: 8px;
}
#press-article p#article-description {
  font-size: 26px;
  color: #C6002B;
  margin-bottom: 30px;
}
#press-article #article-body p {
  text-align: left;
}
#press-article #news-sidebar {
  padding-top: 100px;
}
#press-article p {
  padding: 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.1em;
  color: black;
  text-align: left;
  letter-spacing: 2px;
}
#press-article .container {
  height: 100%;
}
#press-article .container .row {
  height: 100%;
}
body.simple-info-page .sticky-wrapper .navbar {
  box-shadow: #868686 0px 4px 6px -5px;
  background-color: #fff;
}
body.simple-info-page .sticky-wrapper .navbar .navbar-header .navbar-brand {
  background-image: url('../images/global/brand-logo.png');
  background-image: url('../images/svg/iheartradio-logo-horizontal-color.svg'), none;
}
body.simple-info-page .sticky-wrapper .navbar.navbar-default .navbar-nav > li > a {
  color: grey;
}
.card-simple-info {
  margin: 25px 0;
}
.card-simple-info blockquote {
  font-size: 20px;
}
.card-simple-info .big {
  color: #dd0030;
  font-weight: 500;
  text-transform: uppercase;
}
.card-simple-info .smaller {
  color: #777777;
  font-size: 100;
}
.article-body blockquote {
  font-size: 20px;
}
body.simple-info-page .article-page .pillar-solid-oneline .row h1 {
  margin-top: 32px;
}
body.simple-info-page .article-page .article-body {
  text-align: left;
  letter-spacing: normal;
}
body.simple-info-page .article-page .article-body blockquote {
  font-size: 20px;
}
body.simple-info-page .article-page p,
body.simple-info-page .article-page div {
  text-align: left;
  letter-spacing: normal;
}
body.simple-info-page .article-page h5,
body.simple-info-page .article-page h4 {
  text-align: center;
  opacity: .9;
  margin-top: 1.5em;
}
body.simple-info-page .article-page .updated-date,
body.simple-info-page .article-page .sub-title {
  color: gray;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
body.simple-info-page .article-page .list-title {
  font-size: 1.3em;
  font-weight: 200;
  margin-top: 2em;
  border-bottom: 1px solid #777777;
  padding-bottom: .2em;
}
body.simple-info-page .article-page blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: inherit;
  border-left-color: #ff7795;
}
body.simple-info-page .article-page blockquote ol {
  color: inherit;
}
body.simple-info-page .article-page blockquote ol li {
  margin: .5em 0;
}
body.simple-info-page .article-page .article-body a,
body.simple-info-page .article-page .article-body blockquote {
  font-weight: 300px;
  font-size: 15px;
}
/*# sourceMappingURL=pages.css.map */
#site-map-page #site-map-container blockquote {
  font-size: 1em;
}
#site-map-page #site-map-container ul {
  list-style: none;
  text-align: left;
  display: block;
}
#site-map-page #site-map-container ul li {
  padding-top: 1em;
  padding-bottom: 1em;
}
#site-map-page #site-map-container ul li a {
  font-size: 1.3em;
}
#site-map-page #site-map-container ul li ul {
  border-bottom: none;
  margin-top: 1em;
  margin-bottom: 1em;
}
#site-map-page #site-map-container ul li ul li {
  padding: .5em;
  padding-left: 1em;
  border-left: thin solid #ccc;
  border-bottom: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
#site-map-page #site-map-container ul li ul li:hover {
  border-left-color: #dd0030;
}
#site-map-page #site-map-container ul li ul li a {
  font-size: 1em;
  border-bottom: none;
}
/*# sourceMappingURL=pages.css.map */