/*----------------------------------------------------------------------------*/
/* RIAA: theme styles - Please do not edit this code                    */
/*----------------------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   BOOTSTRAP: Internet Explorer 10 in Windows 8 and Windows Phone 8
   ========================================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   RIAA: Variables
   ========================================================================== */
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.raleway {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: U.S.Sales section Styles
   ========================================================================== */
.ussalesection {
  background-color: #393738;
}
.ussalesection p a.header_option {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 5px;
  padding-right: 10px;
  line-height: 35px;
  margin: 5px;
  border-bottom: 1px solid #FFFFFF;
  font-family: 'Raleway', sans-serif;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Content Styles
   ========================================================================== */
img[class*="wp-image-"] {
  max-width: 792px;
  height: auto;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
  overflow-x: hidden;
}
em {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
.relative {
  position: relative;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.upper {
  text-transform: uppercase;
}
.margin0 {
  margin: 0;
}
.border0 {
  border: 0;
}
.padding0 {
  padding-left: 0;
  padding-right: 0;
}
.paddingright0 {
  padding-right: 0;
}
.link-arrow {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.2em;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
.link-arrow:after {
  content: "\f178";
  margin-left: 5px;
  font-family: "FontAwesome";
}
.link-arrow:hover {
  color: #000000;
  text-decoration: none;
}
.link-arrow:hover span {
  text-decoration: underline;
}
.link-arrow:focus {
  color: #000000;
  text-decoration: none;
}
.link-arrow span {
  position: relative;
}
.big-title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 4.5em;
  line-height: 100%;
  margin-bottom: 25px;
}
.links-target-to {
  position: absolute;
  z-index: 99;
  right: 15px;
  bottom: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 95px 95px;
  border-color: transparent transparent #221f1f transparent;
}
.links-target-to .fa {
  font-size: 1.4em;
  position: relative;
  left: -35px;
  top: 65px;
}
ul.social {
  float: right;
}
ul.social li {
  float: left;
}
ul.social li a {
  display: inline-block;
  margin: 0 3px;
  text-decoration: none;
  font-family: "FontAwesome";
  font-size: 1.2em;
}
ul.social li a:before {
  color: #ffffff;
  display: block;
  width: 25px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
ul.social li a:hover:before {
  background: #f0f0f0;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
ul.social li a .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
ul.social li a:focus,
ul.social li a:hover {
  background: none!important;
  color: #e2e0d8;
}
ul.social li a[href*="instagram.com"]:before {
  content: "\f16d";
}
ul.social li a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
ul.social li a[href*="twitter.com"]:before {
  content: "\f099";
}
ul.social li a[href*="facebook.com"]:before {
  content: "\f09a";
}
ul.social li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.combo_styles {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  text-align: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
}
.combo_styles select {
  border: 1px solid #000000;
  border-radius: 0;
  padding: 3px 15px;
  background: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 38px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .combo_styles select {
    padding-right: 18px;
  }
}
.combo_styles:before {
  content: "";
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
}
.combo_styles:after {
  font-family: FontAwesome;
  content: "\f0d7";
  color: #000000;
  right: 15px;
  top: 10px;
  padding: 0px 0px 2px;
  position: absolute;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .combo_styles:after,
  .combo-category:after {
    content: "";
  }
  /* IE10 */
  *::-ms-backdrop,
  .combo_styles:after,
  *::-ms-backdrop,
  .combo-category:after {
    content: "";
  }
  /* IE11 */
}
.form-control {
  border-radius: 0;
  border-color: transparent;
  height: 42px;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}
div.wpcf7-response-output {
  font-weight: 600;
  line-height: 120%;
  margin: 2em 0;
  clear: both;
  float: left;
  width: 100%;
  padding: 8px 35px;
}
div.wpcf7-mail-sent-ok {
  border: 1px solid #2497ac;
  background: #def0f3;
  padding: 8px 35px 8px 65px;
  position: relative;
}
div.wpcf7-mail-sent-ok:before {
  color: #2497ac;
  content: "\f00c";
  left: 20px;
  top: 17px;
  font-size: 1.8em;
  font-family: "FontAwesome";
  position: absolute;
}
.flex-direction-nav a {
  width: 36px;
  height: 21px;
  display: block;
  background: url('../img/ico-arrow.png') left top no-repeat;
  z-index: 999!important;
}
.flex-direction-nav a.flex-prev {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flex-direction-nav a:before {
  display: none!important;
}
.header-img {
  height: 290px;
  padding-top: 85px;
  background-size: cover!important;
  background-repeat: no-repeat !important;
}
.header-img a {
  color: #000000;
}
.header-img .entry-title {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 4em;
  text-transform: uppercase;
  line-height: 90%;
}
.header-img h2 {
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 20px;
  line-height: 115%;
}
.centered {
  float: none;
  margin: 0 auto;
}
.page-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.sharebox {
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  opacity: 0;
  z-index: 200;
  bottom: 20px;
  padding: 5px 10px;
  left: 25px;
  height: 32px;
}
.sharebox:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 10px;
  margin-left: -10px;
}
.sharebox .share-tittle {
  font-size: 0.6em;
  float: left;
  line-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.sharebox .share-icons {
  float: right;
  margin-right: 5px;
}
.sharebox .share-icons a {
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Header Styles
   ========================================================================== */
.mobile-menu {
  background-color: #000000;
}
.mobile-menu .navbar-toggle {
  margin-right: 0;
  border: 0;
  border-radius: 0;
  background: #000000;
  margin-top: 16px!important;
}
.mobile-menu .navbar-toggle .icon-bar {
  background: #ffffff;
}
.mobile-menu .header-search-mobile {
  color: #ffffff;
  font-size: 1.2em;
  position: relative;
  top: 21px;
}
.mobile-menu .header-search-mobile a {
  color: #ffffff;
}
.mobile-menu .search-mobile {
  display: none;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-color: #414040;
  width: 104%;
  margin-right: 0px !important;
}
.mobile-menu .search-mobile .fa-search {
  font-size: 1.2em;
  color: #ffffff;
}
.main-header .wrap_topbar {
  color: #c3c3c3;
  background: #414040;
}
.main-header .wrap_topbar .navbar {
  border: 0;
  min-height: 0;
  margin: 0;
}
.main-header .wrap_topbar .navbar .header-menu {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
}
.main-header .wrap_topbar .navbar .header-menu li a {
  color: #c3c3c3;
  font-weight: 700;
  margin: 8px 7px;
  padding: 0;
}
.main-header .wrap_topbar .navbar .header-menu li a:focus,
.main-header .wrap_topbar .navbar .header-menu li a:hover {
  background: none!important;
  color: #ffffff;
}
.main-header .wrap_topbar .navbar .header-menu li a .caret {
  display: none;
}
.main-header .wrap_topbar .navbar .header-menu li.open a {
  background: #ffffff !important;
  color: #000000 !important;
}
.main-header .wrap_topbar .navbar .header-menu li.open .dropdown-menu {
  border-radius: 0!important;
  border: 0!important;
  font-size: 1.2em;
}
.main-header .wrap_topbar .navbar .header-menu li.open .dropdown-menu li a {
  text-transform: none!important;
  font-weight: 600!important;
  border-bottom: 1px solid #CCC;
  margin: 0!important;
  padding: 8px 12px!important;
}
.main-header .wrap_topbar .navbar .header-menu li.open .dropdown-menu li a:hover {
  background: #CCC!important;
}
.main-header .wrap_topbar .navbar .header-menu li.open .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.main-header .wrap_topbar .navbar .header-menu li.open .dropdown-menu li.active a {
  background: #CCC!important;
}
.main-header .wrap_topbar .navbar .header-menu li.open a.dropdown-toggle {
  padding: 8px 7px;
  margin: 0;
}
.main-header .wrap_topbar .navbar .header-menu li.open a.dropdown-toggle .caret {
  display: none;
}
.main-header .wrap_topbar .header-search .form-group {
  margin: 0;
  margin-top: 5px;
}
.main-header .wrap_topbar .header-search .form-group .form-control {
  border: 0;
  height: 24px;
  padding: 3px 6px;
  font-size: 13px;
}
.main-header .wrap_topbar .header-search .search-form {
  display: none;
}
.main-header .wrap_topbar .header-search .fa-search {
  cursor: pointer;
  margin-top: 9px;
}
.main-header .wrap_topbar .header-search .fa-search:hover {
  color: #ffffff;
}
.main-header .wrap_primary_nav {
  background: #000000;
  padding: 35px 0 20px 0;
  position: relative;
}
.main-header .wrap_primary_nav .navbar {
  margin-bottom: 0;
  min-height: 0;
  border: 0;
}
.main-header .wrap_primary_nav .navbar-nav li a {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  margin: 0 20px;
}
.main-header .wrap_primary_nav .navbar-nav li a:focus,
.main-header .wrap_primary_nav .navbar-nav li a:hover {
  background: none!important;
  color: #e2e0d8;
}
.main-header .wrap_primary_nav .navbar-nav li:last-child a {
  margin-right: 0;
}
.main-header .wrap_primary_nav .colheader {
  padding-right: 30px;
}
.main-header .wrap_primary_nav .logo {
  position: absolute;
  left: 30px;
  top: -26px;
  z-index: 99;
}
.main-header .wrap_primary_nav ul.social li a:before {
  background: #000000 !important;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Footer Styles
   ========================================================================== */
footer {
  background: #000000;
  padding: 60px 0;
  color: #ffffff;
  clear: both;
}
footer .col2 {
  padding-top: 10px;
  font-size: 0.9em;
}
footer .col3,
footer .col4 {
  padding-top: 10px;
}
footer .col3 .widget_nav_menu ul li,
footer .col4 .widget_nav_menu ul li {
  display: block;
  list-style: none;
  margin: 0 0 5px 0!important;
  text-transform: capitalize;
  font-size: 0.8em;
}
footer .footer-intermediate {
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .footer-intermediate li {
  margin: 0 17px 5px 17px!important;
}
footer .footer-intermediate li a {
  color: #ffffff;
}
footer ul.social {
  margin-top: 20px;
  font-size: 1.4em;
}
footer ul.social li a {
  margin: 0 8px;
}
footer ul.social li a:before {
  background: #000000 !important;
}
footer .copyright {
  margin-top: 15px;
  color: #d0cece;
  font-size: 0.7em;
  text-align: center;
}
footer #menu-social_menu-1 {
  display: none !important;
}
@media (max-width: 767px) {
  footer #menu-social_menu-1 {
    display: block !important;
  }
  tablefooter #menu-social_menu-1 {
    display: table !important;
  }
  trfooter #menu-social_menu-1 {
    display: table-row !important;
  }
  thfooter #menu-social_menu-1,
  tdfooter #menu-social_menu-1 {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  footer #menu-social_menu-2 {
    display: none !important;
  }
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Home Styles
   ========================================================================== */
.HomePage .arrow-down {
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -66px;
  top: 45px;
  width: 66px;
  height: 66px;
  display: block;
  background: url('../img/ico-arrow-home.png') left top no-repeat;
}
.HomePage .img-back {
  height: 830px;
  width: 100%;
  display: table;
  background-position: center center;
  background-size: cover;
}
.HomePage .img-back .container {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}
.HomePage .img-back .wrap_news {
  display: block;
}
.HomePage .img-back .title-whatwedo,
.HomePage .img-back .title-news {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 4.5em;
  line-height: 100%;
  margin-bottom: 25px;
}
.HomePage .img-back .title-news {
  font-size: 3.8em;
  color: #000000;
  margin-top: 140px;
}
.HomePage .img-back .text-whatwedo {
  color: #ffffff;
  line-height: 150%;
  margin-bottom: 70px;
}
.HomePage .img-back .more-whatwedo .link-arrow {
  color: #ffffff;
}
.HomePage .img-back .more-whatwedo .link-arrow:hover {
  color: #ffffff;
}
.HomePage .img-back .noticias {
  position: relative;
}
.HomePage .img-back .noticias .flexslider {
  background: none;
  border: 0;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav {
  display: block;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav .flex-prev {
  left: -50px !important;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav .flex-next {
  right: -50px !important;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav a {
  width: 36px;
  height: 21px;
  display: block;
  background: url('../img/ico-arrow-black.png') left top no-repeat;
  z-index: 999!important;
  opacity: 0.5;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav a:hover {
  opacity: 1;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav a.flex-prev {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav a:before {
  display: none!important;
}
.HomePage .img-back .noticias .flexslider .slides li {
  height: 380px;
  margin-right: 15px;
  text-align: center;
  position: relative;
}
.HomePage .img-back .noticias .flexslider .slides li .more-site {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  font-size: 0.9em;
}
.HomePage .img-back .noticias .flexslider .slides li .more-site .link-arrow {
  color: #000000;
  margin-left: 10px;
}
.HomePage .img-back .noticias .flexslider .slides li a {
  text-decoration: none;
  color: inherit;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-normal {
  height: 380px;
  background: #ffffff;
  padding: 55px 45px;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-normal .news-data {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-normal .news-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 15px;
  font-size: 1.5em;
}
.HomePage .img-back .noticias .flexslider .slides li a {
  text-decoration: none;
  color: inherit;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-hover {
  height: 380px;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-hover .wrap {
  height: 380px;
  display: table;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-hover .img_overlay {
  display: table-cell;
  vertical-align: middle;
  line-height: 120%;
  height: 100%;
  text-align: center;
  padding: 0 45px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 1.5em;
  background-size: 100% auto;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-hover .link-arrow {
  color: #ffffff;
}
.HomePage .img-back .noticias .flexslider .slides li .target-to {
  position: absolute;
  z-index: 99;
  right: 15px;
  bottom: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 95px 95px;
  border-color: transparent transparent #221f1f transparent;
}
.HomePage .img-back .noticias .flexslider .slides li .target-to .fa {
  font-size: 1.4em;
  position: relative;
  left: -35px;
  top: 65px;
}
.HomePage .img-back .noticias .gradient {
  height: 100%;
  width: 207px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  background: url('../img/bg_gradient.png') left top repeat-y;
}
.HomePage .img-back .wrap_facts {
  color: #ffffff;
  display: block;
  text-align: center;
}
.HomePage .img-back .wrap_facts .factsresearch-title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 4.5em;
  line-height: 100%;
  margin-bottom: 25px;
  margin-top: 100px;
  margin-bottom: 80px;
}
.HomePage .img-back .wrap_facts .wrap {
  padding: 45px 35px 55px 35px;
  height: 370px;
}
.HomePage .img-back .wrap_facts .wrap .img-responsive {
  float: none;
  margin: 0 auto 25px auto;
}
.HomePage .img-back .wrap_facts .wrap h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 20px;
  font-size: 1.4em;
}
.HomePage .img-back .wrap_facts .col-sm-8 {
  position: relative;
}
.HomePage .img-back .wrap_facts .bloque-database .wrap {
  background: #a32bc3;
}
.HomePage .img-back .wrap_facts .bloque-database .wrap .login {
  padding-right: 7px;
}
.HomePage .img-back .wrap_facts .bloque-database .wrap .signup {
  padding-left: 7px;
}
.HomePage .img-back .wrap_facts .bloque-database .wrap .login,
.HomePage .img-back .wrap_facts .bloque-database .wrap .signup {
  font-size: 0.9em;
}
.HomePage .img-back .wrap_facts .bloque-database .wrap .login a,
.HomePage .img-back .wrap_facts .bloque-database .wrap .signup a {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin: 35px 0 10px 0;
  display: block;
  color: #ffffff;
  background: #9826b2;
  text-decoration: none;
  padding: 10px 0;
}
.HomePage .img-back .wrap_facts .bloque-reports a {
  text-decoration: none;
}
.HomePage .img-back .wrap_facts .bloque-reports .wrap {
  background: #07adef;
}
.HomePage .img-back .wrap_facts .bloque-reports .wrap {
  text-decoration: none;
  color: #ffffff;
}
.HomePage .img-back .wrap_facts .bloque-stats .wrap {
  background: #27c56f;
}
.HomePage .img-back .wrap_facts .bloque-stats a {
  text-decoration: none;
}
.HomePage .img-back .wrap_facts .bloque-stats .wrap {
  text-decoration: none;
  color: #ffffff;
}
.HomePage .img-back .wrap_facts .stats-text h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 5.5em;
  line-height: 100%;
}
.HomePage .img-back .wrap_facts .more-site {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
  font-size: 0.9em;
}
.HomePage .img-back .wrap_facts .more-site .link-arrow {
  color: #ffffff;
  margin-left: 10px;
}
.HomePage .img-back .more-facts {
  text-align: center;
  margin-top: 100px;
}
.HomePage .img-back .more-facts .link-arrow {
  color: #ffffff;
}
.HomePage .report-site {
  width: 100%;
}
.HomePage .report-site .report,
.HomePage .report-site .site {
  padding-left: 0;
  padding-right: 0;
  display: table;
  height: 400px;
}
.HomePage .report-site .report h2,
.HomePage .report-site .site h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 100%;
  margin-bottom: 15px;
}
.HomePage .report-site .report h3,
.HomePage .report-site .site h3 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 22px;
}
.HomePage .report-site .report .img-back-1,
.HomePage .report-site .site .img-back-1,
.HomePage .report-site .report .img-back-2,
.HomePage .report-site .site .img-back-2 {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
}
.HomePage .report-site .report .report-text,
.HomePage .report-site .site .report-text,
.HomePage .report-site .report .site-text,
.HomePage .report-site .site .site-text {
  margin-bottom: 45px;
}
.HomePage .report-site .report .link-arrow,
.HomePage .report-site .site .link-arrow {
  text-transform: uppercase;
}
.HomePage .report-site .report {
  color: #ffffff;
}
.HomePage .report-site .report .link-arrow {
  color: #ffffff;
}
.HomePage .img-back-3 {
  height: 325px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.HomePage .img-back-3 .container {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.HomePage .img-back-3 .container .title-parental {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 100%;
  margin-bottom: 15px;
}
.HomePage .img-back-3 .container .text-parental {
  margin-bottom: 35px;
}
.HomePage .section-slider {
  background-color: #272624;
}
.HomePage #carousel-galeria-fotos,
.HomePage #slider-galeria-fotos {
  margin-bottom: 0px;
  border: 0px;
  background: #272624;
}
.HomePage #slider-galeria-fotos .flex-direction-nav {
  display: none;
}
.HomePage #slider-galeria-fotos li .container-fluid {
  position: relative;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big {
  position: absolute;
  bottom: 150px;
  left: 60px;
  background: #f6dd0a;
  padding: 10px 15px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big:after {
  top: 100%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #f6dd0a transparent transparent transparent;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .front {
  position: relative;
  top: -20px;
  margin-bottom: -25px;
  text-align: right;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .front .text-share {
  clear: both;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding-top: 5px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .front .text-share a {
  color: #000000;
  padding: 5px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .front .text-share a:hover {
  text-decoration: none;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .front img {
  width: auto!important;
  max-width: 100%!important;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .front img.premio {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .front img.mini {
  float: right;
  clear: both;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .artist-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.1em;
  line-height: 90%;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .artis-surname {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.1em;
  line-height: 90%;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .disc {
  font-size: 1.1em;
  margin-top: 10px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .award {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  font-weight: 800;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .gyp-link {
  margin-top: 10px;
  font-size: 0.9em;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .gyp-link a {
  color: #000000;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .gyp-link a:hover {
  text-decoration: none;
}
.HomePage #slider-galeria-fotos li .container-fluid.background {
  background-color: #f6dd0a;
  padding: 15px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .artist-data .artist-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: 90%;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .artist-data .artis-surname {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: 90%;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .artist-data .disc {
  font-size: 0.9em;
  margin-top: 10px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .artist-data .award {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  font-weight: 800;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .gyp-link {
  font-size: 0.7em;
  text-align: right;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .gyp-link a {
  color: #000000;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .gyp-link a:hover {
  text-decoration: none;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .text-share {
  clear: both;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding-top: 5px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .text-share a {
  color: #000000;
  padding: 5px;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .text-share a:hover {
  text-decoration: none;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .sharebox {
  height: 30px;
  left: 0;
  padding: 5px 0;
  width: 90px;
  bottom: -34px !important;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .sharebox .share-tittle {
  margin-left: 8px;
  margin-right: 0;
}
.HomePage #slider-galeria-fotos li .container-fluid .album-big-mobile .sharebox .share-icons a {
  margin-left: 3px;
  margin-right: 3px;
}
.HomePage #slider-galeria-fotos li .container-fluid .invert:after {
  right: 0;
  left: auto!important;
  border-width: 0 20px 20px 0;
  border-color: transparent #f6dd0a transparent transparent;
}
.HomePage #carousel-galeria-fotos {
  height: 147px;
  background-color: transparent;
  z-index: 20;
  margin-top: -10px;
}
.HomePage #carousel-galeria-fotos .flex-viewport {
  margin-left: 60px;
  margin-right: 60px;
}
.HomePage #carousel-galeria-fotos .slides li {
  margin-top: 10px;
  background-color: transparent;
  z-index: 2000;
  -webkit-transition: margin-top 0.2s;
  /* Safari */
  transition: margin-top 0.2s;
}
.HomePage #carousel-galeria-fotos .slides li:hover {
  margin-top: 0px;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav li a {
  background-color: #272624;
  top: 0;
  margin: 0;
  background-position: center center;
  padding-right: 10px;
  height: 100%;
  width: 60px;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav li a.flex-next:hover {
  right: 0!important;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav li a.flex-prev:hover {
  left: 0!important;
}
.HomePage #carousel-galeria-fotos:hover .flex-direction-nav li a.flex-next {
  right: 0!important;
}
.HomePage #carousel-galeria-fotos:hover .flex-direction-nav li a.flex-prev {
  left: 0!important;
}
.HomePage .img-back-top {
  margin-top: -10px;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: News Archive / Single News Styles
   ========================================================================== */
.GoldPlatinum .header-text {
  color: #000000 !important;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: News Archive / Single News Styles
   ========================================================================== */
.PostsArchive .header-img .news-date,
.PostSingle .header-img .news-date,
.ResearchReportSingle .header-img .news-date,
.SearchResults .header-img .news-date {
  margin-bottom: 10px;
  font-size: 1.1em;
}
.PostsArchive .page-detail,
.PostSingle .page-detail,
.ResearchReportSingle .page-detail,
.SearchResults .page-detail {
  padding-top: 90px;
  padding-bottom: 110px;
}
.PostsArchive .page-detail .combo-category,
.PostSingle .page-detail .combo-category,
.ResearchReportSingle .page-detail .combo-category,
.SearchResults .page-detail .combo-category {
  border: 1px solid #000000;
  text-align: right;
  margin-bottom: 20px;
  float: right !important;
}
.PostsArchive .page-detail .combo-category .dropdown-toggle,
.PostSingle .page-detail .combo-category .dropdown-toggle,
.ResearchReportSingle .page-detail .combo-category .dropdown-toggle,
.SearchResults .page-detail .combo-category .dropdown-toggle {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 3px 15px;
  padding-top: 7px;
  padding-right: 50px;
  background: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 38px;
  cursor: pointer;
}
.PostsArchive .page-detail .combo-category .dropdown-toggle:after,
.PostSingle .page-detail .combo-category .dropdown-toggle:after,
.ResearchReportSingle .page-detail .combo-category .dropdown-toggle:after,
.SearchResults .page-detail .combo-category .dropdown-toggle:after {
  font-family: FontAwesome;
  content: "\f0d7";
  color: #000000;
  right: 15px;
  top: 6px;
  padding: 0px 0px 2px;
  position: absolute;
  pointer-events: none;
}
.PostsArchive .page-detail .combo-category .multi-column,
.PostSingle .page-detail .combo-category .multi-column,
.ResearchReportSingle .page-detail .combo-category .multi-column,
.SearchResults .page-detail .combo-category .multi-column {
  left: auto;
  right: 0;
  border: 1px solid #000000;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: none;
}
.PostsArchive .page-detail .combo-category .multi-column .multi-column-dropdown .divider,
.PostSingle .page-detail .combo-category .multi-column .multi-column-dropdown .divider,
.ResearchReportSingle .page-detail .combo-category .multi-column .multi-column-dropdown .divider,
.SearchResults .page-detail .combo-category .multi-column .multi-column-dropdown .divider {
  margin: 0;
}
.PostsArchive .page-detail .combo-category .multi-column .multi-column-dropdown .dropdown-header,
.PostSingle .page-detail .combo-category .multi-column .multi-column-dropdown .dropdown-header,
.ResearchReportSingle .page-detail .combo-category .multi-column .multi-column-dropdown .dropdown-header,
.SearchResults .page-detail .combo-category .multi-column .multi-column-dropdown .dropdown-header {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  padding-left: 0px;
  margin-top: 5px;
}
.PostsArchive .page-detail .combo-category .multi-column .multi-column-dropdown li a,
.PostSingle .page-detail .combo-category .multi-column .multi-column-dropdown li a,
.ResearchReportSingle .page-detail .combo-category .multi-column .multi-column-dropdown li a,
.SearchResults .page-detail .combo-category .multi-column .multi-column-dropdown li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 14px;
  padding-left: 0px;
}
.PostsArchive .page-detail .combo-category .multi-column .multi-column-dropdown li a:hover,
.PostSingle .page-detail .combo-category .multi-column .multi-column-dropdown li a:hover,
.ResearchReportSingle .page-detail .combo-category .multi-column .multi-column-dropdown li a:hover,
.SearchResults .page-detail .combo-category .multi-column .multi-column-dropdown li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
@media all and (-ms-high-contrast: none) {
  .PostsArchive .page-detail,
  .PostSingle .page-detail,
  .ResearchReportSingle .page-detail,
  .SearchResults .page-detail {
    /* IE10 */
    /* IE11 */
  }
  .PostsArchive .page-detail .combo_styles:after,
  .PostSingle .page-detail .combo_styles:after,
  .ResearchReportSingle .page-detail .combo_styles:after,
  .SearchResults .page-detail .combo_styles:after,
  .PostsArchive .page-detail .combo-category:after,
  .PostSingle .page-detail .combo-category:after,
  .ResearchReportSingle .page-detail .combo-category:after,
  .SearchResults .page-detail .combo-category:after {
    content: "";
  }
  .PostsArchive .page-detail *::-ms-backdrop,
  .PostSingle .page-detail *::-ms-backdrop,
  .ResearchReportSingle .page-detail *::-ms-backdrop,
  .SearchResults .page-detail *::-ms-backdrop,
  .PostsArchive .page-detail .combo_styles:after,
  .PostSingle .page-detail .combo_styles:after,
  .ResearchReportSingle .page-detail .combo_styles:after,
  .SearchResults .page-detail .combo_styles:after,
  .PostsArchive .page-detail *::-ms-backdrop,
  .PostSingle .page-detail *::-ms-backdrop,
  .ResearchReportSingle .page-detail *::-ms-backdrop,
  .SearchResults .page-detail *::-ms-backdrop,
  .PostsArchive .page-detail .combo-category:after,
  .PostSingle .page-detail .combo-category:after,
  .ResearchReportSingle .page-detail .combo-category:after,
  .SearchResults .page-detail .combo-category:after {
    content: "";
  }
}
.PostsArchive .page-detail .news,
.PostSingle .page-detail .news,
.ResearchReportSingle .page-detail .news,
.SearchResults .page-detail .news,
.PostsArchive .page-detail .items,
.PostSingle .page-detail .items,
.ResearchReportSingle .page-detail .items,
.SearchResults .page-detail .items {
  border-top: 5px solid #000000;
}
.PostsArchive .page-detail .news .loading .news-title,
.PostSingle .page-detail .news .loading .news-title,
.ResearchReportSingle .page-detail .news .loading .news-title,
.SearchResults .page-detail .news .loading .news-title,
.PostsArchive .page-detail .items .loading .news-title,
.PostSingle .page-detail .items .loading .news-title,
.ResearchReportSingle .page-detail .items .loading .news-title,
.SearchResults .page-detail .items .loading .news-title {
  margin-top: 20px;
}
.PostsArchive .page-detail .news .readmore .noresults,
.PostSingle .page-detail .news .readmore .noresults,
.ResearchReportSingle .page-detail .news .readmore .noresults,
.SearchResults .page-detail .news .readmore .noresults,
.PostsArchive .page-detail .items .readmore .noresults,
.PostSingle .page-detail .items .readmore .noresults,
.ResearchReportSingle .page-detail .items .readmore .noresults,
.SearchResults .page-detail .items .readmore .noresults {
  margin-top: 20px;
}
.PostsArchive .page-detail .news a,
.PostSingle .page-detail .news a,
.ResearchReportSingle .page-detail .news a,
.SearchResults .page-detail .news a,
.PostsArchive .page-detail .items a,
.PostSingle .page-detail .items a,
.ResearchReportSingle .page-detail .items a,
.SearchResults .page-detail .items a {
  color: #000000;
}
.PostsArchive .page-detail .news .borderbottom,
.PostSingle .page-detail .news .borderbottom,
.ResearchReportSingle .page-detail .news .borderbottom,
.SearchResults .page-detail .news .borderbottom,
.PostsArchive .page-detail .items .borderbottom,
.PostSingle .page-detail .items .borderbottom,
.ResearchReportSingle .page-detail .items .borderbottom,
.SearchResults .page-detail .items .borderbottom {
  border-bottom: 1px solid #b5b6b7;
  padding: 20px 0 30px 0;
}
.PostsArchive .page-detail .news .borderbottom .headline,
.PostSingle .page-detail .news .borderbottom .headline,
.ResearchReportSingle .page-detail .news .borderbottom .headline,
.SearchResults .page-detail .news .borderbottom .headline,
.PostsArchive .page-detail .items .borderbottom .headline,
.PostSingle .page-detail .items .borderbottom .headline,
.ResearchReportSingle .page-detail .items .borderbottom .headline,
.SearchResults .page-detail .items .borderbottom .headline {
  padding-left: 0;
}
.PostsArchive .page-detail .news .borderbottom .headline h2,
.PostSingle .page-detail .news .borderbottom .headline h2,
.ResearchReportSingle .page-detail .news .borderbottom .headline h2,
.SearchResults .page-detail .news .borderbottom .headline h2,
.PostsArchive .page-detail .items .borderbottom .headline h2,
.PostSingle .page-detail .items .borderbottom .headline h2,
.ResearchReportSingle .page-detail .items .borderbottom .headline h2,
.SearchResults .page-detail .items .borderbottom .headline h2 {
  font-weight: 700;
  margin-bottom: 18px;
}
.PostsArchive .page-detail .news .borderbottom .headline .date-category,
.PostSingle .page-detail .news .borderbottom .headline .date-category,
.ResearchReportSingle .page-detail .news .borderbottom .headline .date-category,
.SearchResults .page-detail .news .borderbottom .headline .date-category,
.PostsArchive .page-detail .items .borderbottom .headline .date-category,
.PostSingle .page-detail .items .borderbottom .headline .date-category,
.ResearchReportSingle .page-detail .items .borderbottom .headline .date-category,
.SearchResults .page-detail .items .borderbottom .headline .date-category {
  font-size: 0.8em;
}
.PostsArchive .page-detail .loadmore,
.PostSingle .page-detail .loadmore,
.ResearchReportSingle .page-detail .loadmore,
.SearchResults .page-detail .loadmore {
  padding-top: 45px;
}
.PostsArchive .single-news,
.PostSingle .single-news,
.ResearchReportSingle .single-news,
.SearchResults .single-news,
.PostsArchive .reports,
.PostSingle .reports,
.ResearchReportSingle .reports,
.SearchResults .reports {
  padding-top: 80px;
  padding-bottom: 80px;
}
.PostsArchive .single-news .date-category,
.PostSingle .single-news .date-category,
.ResearchReportSingle .single-news .date-category,
.SearchResults .single-news .date-category,
.PostsArchive .reports .date-category,
.PostSingle .reports .date-category,
.ResearchReportSingle .reports .date-category,
.SearchResults .reports .date-category {
  font-size: 1.1em;
  color: #8a8989;
  margin-bottom: 10px;
}
.PostsArchive .single-news h2,
.PostSingle .single-news h2,
.ResearchReportSingle .single-news h2,
.SearchResults .single-news h2,
.PostsArchive .reports h2,
.PostSingle .reports h2,
.ResearchReportSingle .reports h2,
.SearchResults .reports h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 25px;
  line-height: 1.25em;
}
.PostsArchive .single-news .social-share,
.PostSingle .single-news .social-share,
.ResearchReportSingle .single-news .social-share,
.SearchResults .single-news .social-share,
.PostsArchive .reports .social-share,
.PostSingle .reports .social-share,
.ResearchReportSingle .reports .social-share,
.SearchResults .reports .social-share {
  padding-left: 0;
  padding-right: 0;
  background: #000000;
  color: #ffffff;
  padding-top: 20px;
  text-align: center;
  max-width: 55px;
}
.PostsArchive .single-news .social-share span,
.PostSingle .single-news .social-share span,
.ResearchReportSingle .single-news .social-share span,
.SearchResults .single-news .social-share span,
.PostsArchive .reports .social-share span,
.PostSingle .reports .social-share span,
.ResearchReportSingle .reports .social-share span,
.SearchResults .reports .social-share span {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 100%;
}
.PostsArchive .single-news .social-share span a,
.PostSingle .single-news .social-share span a,
.ResearchReportSingle .single-news .social-share span a,
.SearchResults .single-news .social-share span a,
.PostsArchive .reports .social-share span a,
.PostSingle .reports .social-share span a,
.ResearchReportSingle .reports .social-share span a,
.SearchResults .reports .social-share span a {
  display: block;
  color: #ffffff;
  font-size: 1.8em;
  margin-bottom: 13px;
}
.PostsArchive .single-news .social-share .social-links,
.PostSingle .single-news .social-share .social-links,
.ResearchReportSingle .single-news .social-share .social-links,
.SearchResults .single-news .social-share .social-links,
.PostsArchive .reports .social-share .social-links,
.PostSingle .reports .social-share .social-links,
.ResearchReportSingle .reports .social-share .social-links,
.SearchResults .reports .social-share .social-links {
  margin-top: 13px;
}
.PostsArchive .single-news .news-content,
.PostSingle .single-news .news-content,
.ResearchReportSingle .single-news .news-content,
.SearchResults .single-news .news-content,
.PostsArchive .reports .news-content,
.PostSingle .reports .news-content,
.ResearchReportSingle .reports .news-content,
.SearchResults .reports .news-content,
.PostsArchive .single-news .report-content,
.PostSingle .single-news .report-content,
.ResearchReportSingle .single-news .report-content,
.SearchResults .single-news .report-content,
.PostsArchive .reports .report-content,
.PostSingle .reports .report-content,
.ResearchReportSingle .reports .report-content,
.SearchResults .reports .report-content {
  margin-top: 45px;
  margin-bottom: 45px;
  line-height: 130%;
  padding-right: 0;
}
.PostsArchive .single-news .news-content h2,
.PostSingle .single-news .news-content h2,
.ResearchReportSingle .single-news .news-content h2,
.SearchResults .single-news .news-content h2,
.PostsArchive .reports .news-content h2,
.PostSingle .reports .news-content h2,
.ResearchReportSingle .reports .news-content h2,
.SearchResults .reports .news-content h2,
.PostsArchive .single-news .report-content h2,
.PostSingle .single-news .report-content h2,
.ResearchReportSingle .single-news .report-content h2,
.SearchResults .single-news .report-content h2,
.PostsArchive .reports .report-content h2,
.PostSingle .reports .report-content h2,
.ResearchReportSingle .reports .report-content h2,
.SearchResults .reports .report-content h2 {
  font-size: 1.2em;
}
.PostsArchive .single-news .news-content h3,
.PostSingle .single-news .news-content h3,
.ResearchReportSingle .single-news .news-content h3,
.SearchResults .single-news .news-content h3,
.PostsArchive .reports .news-content h3,
.PostSingle .reports .news-content h3,
.ResearchReportSingle .reports .news-content h3,
.SearchResults .reports .news-content h3,
.PostsArchive .single-news .report-content h3,
.PostSingle .single-news .report-content h3,
.ResearchReportSingle .single-news .report-content h3,
.SearchResults .single-news .report-content h3,
.PostsArchive .reports .report-content h3,
.PostSingle .reports .report-content h3,
.ResearchReportSingle .reports .report-content h3,
.SearchResults .reports .report-content h3 {
  color: #939292;
  font-size: 1.2em;
  margin-bottom: 35px;
  line-height: 130%;
}
.PostsArchive .single-news .news-content a,
.PostSingle .single-news .news-content a,
.ResearchReportSingle .single-news .news-content a,
.SearchResults .single-news .news-content a,
.PostsArchive .reports .news-content a,
.PostSingle .reports .news-content a,
.ResearchReportSingle .reports .news-content a,
.SearchResults .reports .news-content a,
.PostsArchive .single-news .report-content a,
.PostSingle .single-news .report-content a,
.ResearchReportSingle .single-news .report-content a,
.SearchResults .single-news .report-content a,
.PostsArchive .reports .report-content a,
.PostSingle .reports .report-content a,
.ResearchReportSingle .reports .report-content a,
.SearchResults .reports .report-content a {
  color: #000000;
  text-decoration: underline;
}
.PostsArchive .single-news .news-content p,
.PostSingle .single-news .news-content p,
.ResearchReportSingle .single-news .news-content p,
.SearchResults .single-news .news-content p,
.PostsArchive .reports .news-content p,
.PostSingle .reports .news-content p,
.ResearchReportSingle .reports .news-content p,
.SearchResults .reports .news-content p,
.PostsArchive .single-news .report-content p,
.PostSingle .single-news .report-content p,
.ResearchReportSingle .single-news .report-content p,
.SearchResults .single-news .report-content p,
.PostsArchive .reports .report-content p,
.PostSingle .reports .report-content p,
.ResearchReportSingle .reports .report-content p,
.SearchResults .reports .report-content p {
  margin-bottom: 15px;
}
.PostsArchive .single-news .news-content ul,
.PostSingle .single-news .news-content ul,
.ResearchReportSingle .single-news .news-content ul,
.SearchResults .single-news .news-content ul,
.PostsArchive .reports .news-content ul,
.PostSingle .reports .news-content ul,
.ResearchReportSingle .reports .news-content ul,
.SearchResults .reports .news-content ul,
.PostsArchive .single-news .report-content ul,
.PostSingle .single-news .report-content ul,
.ResearchReportSingle .single-news .report-content ul,
.SearchResults .single-news .report-content ul,
.PostsArchive .reports .report-content ul,
.PostSingle .reports .report-content ul,
.ResearchReportSingle .reports .report-content ul,
.SearchResults .reports .report-content ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
.PostsArchive .single-news .news-content ul li,
.PostSingle .single-news .news-content ul li,
.ResearchReportSingle .single-news .news-content ul li,
.SearchResults .single-news .news-content ul li,
.PostsArchive .reports .news-content ul li,
.PostSingle .reports .news-content ul li,
.ResearchReportSingle .reports .news-content ul li,
.SearchResults .reports .news-content ul li,
.PostsArchive .single-news .report-content ul li,
.PostSingle .single-news .report-content ul li,
.ResearchReportSingle .single-news .report-content ul li,
.SearchResults .single-news .report-content ul li,
.PostsArchive .reports .report-content ul li,
.PostSingle .reports .report-content ul li,
.ResearchReportSingle .reports .report-content ul li,
.SearchResults .reports .report-content ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 15px;
}
.PostsArchive .single-news .news-content img,
.PostSingle .single-news .news-content img,
.ResearchReportSingle .single-news .news-content img,
.SearchResults .single-news .news-content img,
.PostsArchive .reports .news-content img,
.PostSingle .reports .news-content img,
.ResearchReportSingle .reports .news-content img,
.SearchResults .reports .news-content img,
.PostsArchive .single-news .report-content img,
.PostSingle .single-news .report-content img,
.ResearchReportSingle .single-news .report-content img,
.SearchResults .single-news .report-content img,
.PostsArchive .reports .report-content img,
.PostSingle .reports .report-content img,
.ResearchReportSingle .reports .report-content img,
.SearchResults .reports .report-content img {
  margin-bottom: 15px;
  display: block!important;
  max-width: 100%!important;
  height: auto!important;
}
.PostsArchive .sin-img .news-content,
.PostSingle .sin-img .news-content,
.ResearchReportSingle .sin-img .news-content,
.SearchResults .sin-img .news-content,
.PostsArchive .sin-img .report-content,
.PostSingle .sin-img .report-content,
.ResearchReportSingle .sin-img .report-content,
.SearchResults .sin-img .report-content {
  margin-top: 0;
}
.PostsArchive .news-foot,
.PostSingle .news-foot,
.ResearchReportSingle .news-foot,
.SearchResults .news-foot {
  border-top: 1px solid #a3a4a4;
  padding-top: 10px;
  padding-bottom: 45px;
  float: left;
  width: 100%;
  clear: both;
}
.PostsArchive .news-foot .related-news,
.PostSingle .news-foot .related-news,
.ResearchReportSingle .news-foot .related-news,
.SearchResults .news-foot .related-news {
  margin-top: 40px;
  border-top: 5px solid #000000;
}
.PostsArchive .news-foot .related-news .title-related h4,
.PostSingle .news-foot .related-news .title-related h4,
.ResearchReportSingle .news-foot .related-news .title-related h4,
.SearchResults .news-foot .related-news .title-related h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}
.PostsArchive .news-foot .related-news .headline,
.PostSingle .news-foot .related-news .headline,
.ResearchReportSingle .news-foot .related-news .headline,
.SearchResults .news-foot .related-news .headline {
  padding-left: 0;
}
.PostsArchive .news-foot .related-news .headline a,
.PostSingle .news-foot .related-news .headline a,
.ResearchReportSingle .news-foot .related-news .headline a,
.SearchResults .news-foot .related-news .headline a {
  color: #000000;
}
.PostsArchive .news-foot .related-news .headline h2,
.PostSingle .news-foot .related-news .headline h2,
.ResearchReportSingle .news-foot .related-news .headline h2,
.SearchResults .news-foot .related-news .headline h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 18px;
}
.PostsArchive .news-foot .related-news .headline .date-category,
.PostSingle .news-foot .related-news .headline .date-category,
.ResearchReportSingle .news-foot .related-news .headline .date-category,
.SearchResults .news-foot .related-news .headline .date-category {
  font-size: 0.8em;
}
.PostsArchive .news-foot h4,
.PostSingle .news-foot h4,
.ResearchReportSingle .news-foot h4,
.SearchResults .news-foot h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.PostsArchive .news-foot .tags,
.PostSingle .news-foot .tags,
.ResearchReportSingle .news-foot .tags,
.SearchResults .news-foot .tags {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
}
.PostsArchive .news-foot .tags span,
.PostSingle .news-foot .tags span,
.ResearchReportSingle .news-foot .tags span,
.SearchResults .news-foot .tags span {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #000000;
  font-weight: 700;
  line-height: 120%;
}
.PostsArchive .news-foot .tags span:first-child,
.PostSingle .news-foot .tags span:first-child,
.ResearchReportSingle .news-foot .tags span:first-child,
.SearchResults .news-foot .tags span:first-child {
  padding-left: 0;
  border: 0;
}
.PostsArchive .reports-foot,
.PostSingle .reports-foot,
.ResearchReportSingle .reports-foot,
.SearchResults .reports-foot {
  margin-bottom: 55px;
  clear: both;
}
.PostsArchive .reports-foot a,
.PostSingle .reports-foot a,
.ResearchReportSingle .reports-foot a,
.SearchResults .reports-foot a {
  color: #000000;
}
.PostsArchive .reports-foot a:hover .report-file,
.PostSingle .reports-foot a:hover .report-file,
.ResearchReportSingle .reports-foot a:hover .report-file,
.SearchResults .reports-foot a:hover .report-file {
  text-decoration: underline;
}
.PostsArchive .reports-foot .report-file,
.PostSingle .reports-foot .report-file,
.ResearchReportSingle .reports-foot .report-file,
.SearchResults .reports-foot .report-file {
  text-transform: uppercase;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin-top: 15px;
}
.PostsArchive .related-report,
.PostSingle .related-report,
.ResearchReportSingle .related-report,
.SearchResults .related-report {
  border-top: 5px solid #000000;
}
.PostsArchive .related-report a,
.PostSingle .related-report a,
.ResearchReportSingle .related-report a,
.SearchResults .related-report a {
  color: #000000;
}
.PostsArchive .related-report h3,
.PostSingle .related-report h3,
.ResearchReportSingle .related-report h3,
.SearchResults .related-report h3 {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
}
.PostsArchive .related-report .borderbottom,
.PostSingle .related-report .borderbottom,
.ResearchReportSingle .related-report .borderbottom,
.SearchResults .related-report .borderbottom {
  border-bottom: 1px solid #b5b6b7;
  padding: 20px 0 30px 0;
}
.PostsArchive .related-report .borderbottom:last-child,
.PostSingle .related-report .borderbottom:last-child,
.ResearchReportSingle .related-report .borderbottom:last-child,
.SearchResults .related-report .borderbottom:last-child {
  border-bottom: 0;
}
.PostsArchive .related-report .borderbottom .headline,
.PostSingle .related-report .borderbottom .headline,
.ResearchReportSingle .related-report .borderbottom .headline,
.SearchResults .related-report .borderbottom .headline {
  padding-left: 0;
}
.PostsArchive .related-report .borderbottom .headline h2,
.PostSingle .related-report .borderbottom .headline h2,
.ResearchReportSingle .related-report .borderbottom .headline h2,
.SearchResults .related-report .borderbottom .headline h2 {
  margin-bottom: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1em;
}
.PostsArchive .related-report .borderbottom .headline .date-category,
.PostSingle .related-report .borderbottom .headline .date-category,
.ResearchReportSingle .related-report .borderbottom .headline .date-category,
.SearchResults .related-report .borderbottom .headline .date-category {
  font-size: 0.8em;
  color: #000000;
}
.PostsArchive .loadmore,
.PostSingle .loadmore,
.ResearchReportSingle .loadmore,
.SearchResults .loadmore {
  padding-top: 45px;
}
.PostsArchive .combo-category {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.PostsArchive .combo-category .dropdown-toggle {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.PostsArchive .dropdown.open .dropdown-toggle,
.PostsArchive .combo-category .dropdown-toggle:hover,
.PostsArchive .combo-category .dropdown-toggle:focus {
  background-color: #fff !important;
}
.PostsArchive .dropdown-menu {
  min-width: 200px;
}
.PostsArchive .dropdown-menu.columns-2 {
  min-width: 400px;
}
.PostsArchive .dropdown-menu.columns-3 {
  min-width: 600px;
}
.PostsArchive .dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.PostsArchive .multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.PostsArchive .multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.PostsArchive .multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #999;
}
.ResearchReportSingle .header-img {
  position: relative;
}
.ResearchReportSingle .header-img .entry-title {
  color: #000000;
  margin-bottom: 40px;
  line-height: 90%;
}
.ResearchReportSingle .header-img #flexslider-facts {
  background: none;
  border: 0;
}
.ResearchReportSingle .header-img #flexslider-facts .slides {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 150%;
}
.ResearchReportSingle .header-img #flexslider-facts .slides .highlighted-text,
.ResearchReportSingle .header-img #flexslider-facts .slides .percent {
  font-weight: 300;
  font-size: 5em;
  line-height: 100%;
}
.ResearchReportSingle .header-img #flexslider-facts .slides .highlighted-text {
  font-size: 3.5em;
  font-weight: 400;
}
.ResearchReportSingle .header-img #flexslider-facts .flex-direction-nav {
  display: none!important;
}
.ResearchReportSingle .header-img .flex-direction-nav {
  display: none!important;
}
.ResearchReportSingle .header-img .flex-control-paging {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 0;
  right: 0;
}
.ResearchReportSingle .header-img .flex-control-paging li {
  margin: 0 0 0 1px;
}
.ResearchReportSingle .header-img .flex-control-paging li a {
  text-indent: 0;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  color: #ffffff;
  border-radius: 0;
}
.ResearchReportSingle .header-img .flex-control-paging li a:hover {
  text-decoration: none;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: What We Do Styles
   ========================================================================== */
.WhatWeDo .vertical-centered {
  display: table;
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 580px;
  text-align: center;
  color: #ffffff;
}
.WhatWeDo .vertical-centered .table-cell {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.WhatWeDo .vertical-centered a {
  color: #ffffff;
}
.WhatWeDo .img-back h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 4.5em;
  line-height: 100%;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.WhatWeDo .img-back .text-laya,
.WhatWeDo .img-back .text-layb,
.WhatWeDo .img-back .text-layc,
.WhatWeDo .img-back .text-layd,
.WhatWeDo .img-back .text-laye {
  line-height: 150%;
  margin-bottom: 80px;
}
.WhatWeDo .img-back .text-layc {
  margin-bottom: 50px;
}
.WhatWeDo .img-back .text-layb,
.WhatWeDo .img-back .text-layd {
  /* -webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 60px;
			-moz-column-gap: 60px;
			column-gap: 60px;
			text-align:left;*/
}
.WhatWeDo .wrap_protecting {
  height: 665px;
}
.WhatWeDo .wrap_protecting h2 {
  font-size: 3.5em;
  margin-bottom: 40px;
}
.WhatWeDo .wrap_protecting .title-layb {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 100%;
}
.WhatWeDo .wrap_recognizing {
  background: #f6dd0a;
  height: 670px;
  color: #000000;
}
.WhatWeDo .wrap_recognizing a {
  color: #000000;
}
.WhatWeDo .wrap_recognizing .title-layc {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 100%;
}
.WhatWeDo .wrap_recognizing h2 {
  font-size: 3.5em;
}
.WhatWeDo .wrap_recognizing .img-gyp {
  margin-bottom: 15px;
}
.WhatWeDo .wrap_supporting {
  height: 640px;
  background-color: #2497ac;
}
.WhatWeDo .wrap_supporting h2 {
  font-size: 3.5em;
  margin-bottom: 40px;
}
.WhatWeDo .wrap_supporting .title-layd {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 1.4em;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 100%;
}
.WhatWeDo .wrap_maintaining {
  height: 660px;
  color: #ffffff;
}
.WhatWeDo .wrap_maintaining a {
  color: #ffffff;
}
.WhatWeDo .wrap_maintaining h2 {
  font-size: 3.5em;
  margin-bottom: 40px;
}
.WhatWeDo .wrap_maintaining .title-laye {
  margin-top: 15px;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: About Styles
   ========================================================================== */
.Page .page-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left center;
  min-height: 410px;
  padding-top: 85px;
  padding-bottom: 65px;
}
.Page .page-header a {
  text-decoration: none;
}
.Page .page-header h1 {
  line-height: 1em;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
}
.Page .page-header .related-pages {
  margin-top: 25px;
  margin-left: 25px;
  padding-left: 0;
  padding-right: 0;
}
.Page .page-header .related-pages a {
  color: #ffffff;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ffffff;
  position: relative;
}
.Page .page-header .related-pages a:before {
  content: "\f0da";
  left: -25px;
  top: 10px;
  font-size: 1.3em;
  font-family: "FontAwesome";
  position: absolute;
  display: none;
}
.Page .page-header .related-pages a:first-child {
  border-top: 0;
}
.Page .page-header .related-pages a:hover,
.Page .page-header .related-pages a.active {
  text-decoration: none;
}
.Page .page-header .related-pages a:hover:before,
.Page .page-header .related-pages a.active:before {
  display: block;
}
.Page .page-header .related-pages a h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 100%;
  font-weight: 600;
}
.Page .page-header .header-text {
  color: #ffffff;
  line-height: 130%;
}
.Page .page-header .header-text strong {
  display: block;
  margin-bottom: 20px;
  font-size: 1.05em;
}
.Page .page-header .header-text .prefabs,
.Page .page-header .header-text .more-prefabs {
  color: #000000;
}
.Page .page-header .header-text .prefabs a,
.Page .page-header .header-text .more-prefabs a {
  color: #000000;
}
.Page .page-header .header-text .prefabs a:hover,
.Page .page-header .header-text .more-prefabs a:hover {
  text-decoration: underline;
}
.Page .page-header .header-text .prefabs .prefabs-more,
.Page .page-header .header-text .more-prefabs .prefabs-more {
  margin-left: 20px;
}
.Page .page-header .header-text .prefabs .divider,
.Page .page-header .header-text .more-prefabs .divider {
  margin-left: 5px;
  margin-right: 5px;
}
.Page .inner-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.Page .inner-content .page-content {
  padding: 0 15px;
  line-height: 130%;
}
.Page .inner-content .page-content p {
  margin-bottom: 15px;
}
.Page .inner-content .page-content .inner-wrapper {
  padding: 45px 35px;
  position: relative;
  border: 1px solid #221f1f;
  min-height: 350px;
  margin-bottom: 55px;
  margin-right: 25px;
}
.Page .inner-content .page-content .inner-wrapper .target-to {
  position: absolute;
  z-index: 99;
  right: 15px;
  bottom: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 95px 95px;
  border-color: transparent transparent #221f1f transparent;
  right: 0;
}
.Page .inner-content .page-content .inner-wrapper .target-to .fa {
  font-size: 1.4em;
  position: relative;
  left: -35px;
  top: 65px;
}
.Page .inner-content .page-content .inner-wrapper .page-text {
  line-height: 130%;
}
.Page .inner-content .page-content .inner-wrapper h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.Page .inner-content .content {
  line-height: 130%;
}
.Page .inner-content .content p {
  margin-bottom: 15px;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: About Styles
   ========================================================================== */
.ChildPage .Page .inner-content .page-content,
.BoardExecutives .Page .inner-content .page-content,
.ChildPage .Page .inner-content .contenido,
.BoardExecutives .Page .inner-content .contenido {
  padding-left: 30px;
}
.ChildPage .Page .inner-content .page-content h2,
.BoardExecutives .Page .inner-content .page-content h2,
.ChildPage .Page .inner-content .contenido h2,
.BoardExecutives .Page .inner-content .contenido h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 15px;
  margin-top: 30px;
}
.ChildPage .Page .inner-content .page-content h2 .page-title,
.BoardExecutives .Page .inner-content .page-content h2 .page-title,
.ChildPage .Page .inner-content .contenido h2 .page-title,
.BoardExecutives .Page .inner-content .contenido h2 .page-title {
  text-transform: uppercase;
}
.ChildPage .Page .inner-content .page-content h2.page-title,
.BoardExecutives .Page .inner-content .page-content h2.page-title,
.ChildPage .Page .inner-content .contenido h2.page-title,
.BoardExecutives .Page .inner-content .contenido h2.page-title {
  margin-top: 0px;
}
.ChildPage .Page .inner-content .page-content h3,
.BoardExecutives .Page .inner-content .page-content h3,
.ChildPage .Page .inner-content .contenido h3,
.BoardExecutives .Page .inner-content .contenido h3 {
  color: #939292;
  font-size: 1.2em;
  line-height: 130%;
  margin-bottom: 35px;
}
.ChildPage .Page .inner-content .page-content h4,
.BoardExecutives .Page .inner-content .page-content h4,
.ChildPage .Page .inner-content .contenido h4,
.BoardExecutives .Page .inner-content .contenido h4 {
  font-weight: bold;
}
.ChildPage .Page .inner-content .page-content h5,
.BoardExecutives .Page .inner-content .page-content h5,
.ChildPage .Page .inner-content .contenido h5,
.BoardExecutives .Page .inner-content .contenido h5 {
  font-style: italic;
}
.ChildPage .Page .inner-content .page-content .page-title,
.BoardExecutives .Page .inner-content .page-content .page-title,
.ChildPage .Page .inner-content .contenido .page-title,
.BoardExecutives .Page .inner-content .contenido .page-title {
  text-transform: uppercase;
  font-size: 1.2em;
}
.ChildPage .Page .inner-content .page-content ul,
.BoardExecutives .Page .inner-content .page-content ul,
.ChildPage .Page .inner-content .contenido ul,
.BoardExecutives .Page .inner-content .contenido ul {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 40px;
  list-style: none;
  margin-left: 0;
}
.ChildPage .Page .inner-content .page-content ul li,
.BoardExecutives .Page .inner-content .page-content ul li,
.ChildPage .Page .inner-content .contenido ul li,
.BoardExecutives .Page .inner-content .contenido ul li {
  display: list-item;
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 15px;
}
.ChildPage .Page .inner-content .page-content ul li:before,
.BoardExecutives .Page .inner-content .page-content ul li:before,
.ChildPage .Page .inner-content .contenido ul li:before,
.BoardExecutives .Page .inner-content .contenido ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.ChildPage .Page .inner-content .page-content ol,
.BoardExecutives .Page .inner-content .page-content ol,
.ChildPage .Page .inner-content .contenido ol,
.BoardExecutives .Page .inner-content .contenido ol {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 40px;
  margin-left: 0;
}
.ChildPage .Page .inner-content .page-content ol li,
.BoardExecutives .Page .inner-content .page-content ol li,
.ChildPage .Page .inner-content .contenido ol li,
.BoardExecutives .Page .inner-content .contenido ol li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 15px;
}
.ChildPage .Page .inner-content .page-content table em,
.BoardExecutives .Page .inner-content .page-content table em,
.ChildPage .Page .inner-content .contenido table em,
.BoardExecutives .Page .inner-content .contenido table em {
  font-style: italic;
}
.ChildPage .Page .inner-content .page-content table .table_award_header,
.BoardExecutives .Page .inner-content .page-content table .table_award_header,
.ChildPage .Page .inner-content .contenido table .table_award_header,
.BoardExecutives .Page .inner-content .contenido table .table_award_header {
  font-size: 15px;
}
.ChildPage .Page .inner-content .content,
.BoardExecutives .Page .inner-content .content {
  line-height: 130%;
}
.ChildPage .Page .inner-content .content p,
.BoardExecutives .Page .inner-content .content p {
  margin-bottom: 15px;
}
.ChildPage .Page .inner-content .content ul,
.BoardExecutives .Page .inner-content .content ul {
  padding-left: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  list-style: none;
  margin-left: 0;
}
.ChildPage .Page .inner-content .content ul li,
.BoardExecutives .Page .inner-content .content ul li {
  display: list-item;
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 15px;
}
.ChildPage .Page .inner-content .content ul li:before,
.BoardExecutives .Page .inner-content .content ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.ChildPage .Page .inner-content .content ol,
.BoardExecutives .Page .inner-content .content ol {
  padding-left: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
}
.ChildPage .Page .inner-content .content ol li,
.BoardExecutives .Page .inner-content .content ol li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 15px;
}
.ChildPage .Page .inner-content .questions h2,
.BoardExecutives .Page .inner-content .questions h2 {
  margin-bottom: 30px;
}
.ChildPage .Page .inner-content .panel-group .panel-default,
.BoardExecutives .Page .inner-content .panel-group .panel-default {
  position: relative;
  margin-left: 25px;
  border-radius: 0;
  border: 0!important;
  box-shadow: none;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading {
  border: 0!important;
  border-bottom: 1px solid #b5b6b7 !important;
  padding-left: 55px!important;
  padding-bottom: 13px!important;
  background: none!important;
  color: #000000 !important;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a {
  font-weight: 700;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:hover,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:hover,
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:focus,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a .executive-name,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a .executive-name,
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a .executive-position,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a .executive-position {
  display: inline;
  padding-right: 10px;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a .executive-position,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a .executive-position {
  font-weight: 400;
  padding-left: 10px;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:before,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:before {
  content: "-";
  background: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 29px;
  padding-left: 2px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.2em;
  font-weight: 400px;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:hover:before,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a:hover:before {
  content: "-";
  background: #000000;
  color: #ffffff;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a.collapsed:before,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a.collapsed:before {
  content: "+";
  background: #f9e23c;
  color: #000000;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a.collapsed:hover:before,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-heading .panel-title a.collapsed:hover:before {
  content: "+";
  background: #000000;
  color: #ffffff;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-body,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-body {
  line-height: 130%;
  border-top: 0!important;
  border-bottom: 1px solid #b5b6b7 !important;
  padding: 25px 15px 25px 55px;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-body ul,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-body ul {
  margin-bottom: 15px;
  padding-left: 40px;
  list-style: none;
  margin-left: 0;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-body ul li,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-body ul li {
  display: list-item;
  list-style-type: none;
  margin-bottom: 15px;
}
.ChildPage .Page .inner-content .panel-group .panel-default .panel-body ul li:before,
.BoardExecutives .Page .inner-content .panel-group .panel-default .panel-body ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.ChildPage .Page .inner-content .board,
.BoardExecutives .Page .inner-content .board {
  margin-bottom: 40px;
  margin-left: 25px;
}
.ChildPage .Page .inner-content .board .title-name,
.BoardExecutives .Page .inner-content .board .title-name,
.ChildPage .Page .inner-content .board .title-association,
.BoardExecutives .Page .inner-content .board .title-association {
  font-weight: 700;
  margin-bottom: 10px;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Reports Archive Styles
   ========================================================================== */
.ReportsArchive .header-img {
  position: relative;
}
.ReportsArchive .header-img .entry-title {
  color: #000000;
  margin-bottom: 40px;
  line-height: 90%;
}
.ReportsArchive .header-img .flex-direction-nav {
  display: none!important;
}
.ReportsArchive .header-img #flexslider-facts {
  background: none;
  border: 0;
}
.ReportsArchive .header-img #flexslider-facts .slides {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 150%;
}
.ReportsArchive .header-img #flexslider-facts .slides .highlighted-text,
.ReportsArchive .header-img #flexslider-facts .slides .percent {
  font-weight: 300;
  font-size: 5em;
  line-height: 100%;
}
.ReportsArchive .header-img #flexslider-facts .slides .highlighted-text {
  font-size: 3.5em;
  font-weight: 400;
}
.ReportsArchive .header-img .flex-control-paging {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 0;
  right: 0;
}
.ReportsArchive .header-img .flex-control-paging li {
  margin: 0 0 0 1px;
}
.ReportsArchive .header-img .flex-control-paging li a {
  text-indent: 0;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  color: #ffffff;
  border-radius: 0;
}
.ReportsArchive .header-img .flex-control-paging li a:hover {
  text-decoration: none;
}
.ReportsArchive .header-img .flex-control-paging .flex-direction-nav {
  display: none!important;
}
@media all and (-ms-high-contrast: none) {
  .ReportsArchive .header-img {
    /* IE10 */
    /* IE11 */
  }
  .ReportsArchive .header-img .flex-control-paging {
    right: 20px;
  }
  .ReportsArchive .header-img *::-ms-backdrop,
  .ReportsArchive .header-img .flex-control-paging {
    right: 20px;
  }
}
.ReportsArchive .page-detail {
  padding-top: 90px;
  padding-bottom: 110px;
}
.ReportsArchive .page-detail .combo-category {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  text-align: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
}
.ReportsArchive .page-detail .combo-category select {
  border: 1px solid #000000;
  border-radius: 0;
  padding: 3px 15px;
  background: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 38px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ReportsArchive .page-detail .combo-category select {
    padding-right: 18px;
  }
}
.ReportsArchive .page-detail .combo-category:before {
  content: "";
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
}
.ReportsArchive .page-detail .combo-category:after {
  font-family: FontAwesome;
  content: "\f0d7";
  color: #000000;
  right: 15px;
  top: 10px;
  padding: 0px 0px 2px;
  position: absolute;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ReportsArchive .page-detail {
    /* IE10 */
    /* IE11 */
  }
  .ReportsArchive .page-detail .combo_styles:after,
  .ReportsArchive .page-detail .combo-category:after {
    content: "";
  }
  .ReportsArchive .page-detail *::-ms-backdrop,
  .ReportsArchive .page-detail .combo_styles:after,
  .ReportsArchive .page-detail *::-ms-backdrop,
  .ReportsArchive .page-detail .combo-category:after {
    content: "";
  }
}
.ReportsArchive .page-detail .reports {
  border-top: 5px solid #000000;
}
.ReportsArchive .page-detail .reports a {
  color: #000000;
}
.ReportsArchive .page-detail .reports .loading .news-title {
  margin-top: 20px;
}
.ReportsArchive .page-detail .reports .readmore .noresults {
  margin-top: 20px;
}
.ReportsArchive .page-detail .reports .borderbottom {
  border-bottom: 1px solid #b5b6b7;
  padding: 20px 0 30px 0;
}
.ReportsArchive .page-detail .reports .borderbottom .headline {
  padding-left: 0;
}
.ReportsArchive .page-detail .reports .borderbottom .headline h2 {
  font-weight: 700;
  margin-bottom: 18px;
}
.ReportsArchive .page-detail .reports .borderbottom .headline .date-category {
  font-size: 0.8em;
}
.ReportsArchive .page-detail .loadmore {
  padding-top: 45px;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Search Styles
   ========================================================================== */
.SearchResults .search-form .btn-default {
  margin-left: 0!important;
  border-color: transparent!important;
  height: 42px;
  border-radius: 0!important;
  background: #ffffff !important;
}
.SearchResults .search-form .btn-default .fa-search {
  font-size: 27px;
}
.SearchResults .search-form .form-control {
  transition: none!important;
}
.SearchResults .search-form .form-control:focus {
  border-right: 0!important;
}
.SearchResults .search-form .onfocus {
  border-color: #000000 !important;
  border-left: 0!important;
}
.SearchResults .page-detail .results-intro {
  padding-bottom: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.8em;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: MEMBERS Styles
   ========================================================================== */
.RiaaMembers .inner-content .page-content {
  padding-left: 30px;
}
.RiaaMembers .inner-content .page-content h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 25px;
}
.RiaaMembers .inner-content .page-content h3 {
  color: #939292;
  font-size: 1.2em;
  line-height: 130%;
  margin-bottom: 35px;
}
.RiaaMembers .inner-content .page-content .page-title {
  text-transform: uppercase;
  font-size: 1.2em;
}
.RiaaMembers .inner-content .content {
  line-height: 130%;
}
.RiaaMembers .inner-content .content p {
  margin-bottom: 15px;
}
.RiaaMembers .members_filters {
  clear: both;
  margin-bottom: 50px;
  border-top: 1px solid #b5b6b7;
  padding-top: 15px;
  width: 100%;
}
.RiaaMembers .members_filters a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
  display: inline-block;
  width: 3.7%;
  color: #2497ac;
  text-align: center;
}
.RiaaMembers .members_filters a:hover,
.RiaaMembers .members_filters a.active,
.RiaaMembers .members_filters a:focus {
  color: #000000;
  text-decoration: none;
}
.RiaaMembers .members {
  font-size: 1.1em;
  clear: both;
}
.RiaaMembers .members .alfa_nav {
  margin-top: 40px;
}
.RiaaMembers .members .alfa_nav a:hover {
  text-decoration: none!important;
}
.RiaaMembers .members .alfa_nav a:hover span {
  text-decoration: none!important;
}
.RiaaMembers .members .alfa_nav .letra-siguiente .link-arrow {
  padding-right: 5px;
}
.RiaaMembers .members .alfa_nav .letra-anterior {
  position: relative;
  width: 100%;
}
.RiaaMembers .members .alfa_nav .letra-anterior .link-arrow:before {
  content: "\f177";
  margin-right: 5px;
  font-family: "FontAwesome";
}
.RiaaMembers .members .alfa_nav .letra-anterior .link-arrow:after {
  display: none;
}
.RiaaMembers .members .alfa_nav .letra-anterior .link-arrow span {
  position: absolute;
  top: 0;
  left: 23px;
}
.RiaaMembers .members .col-sm-12 {
  min-height: 30px;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: FRIENDS OF RIAA Styles
   ========================================================================== */
.FriendsRiaa .inner-content .page-content {
  padding-left: 30px;
}
.FriendsRiaa .inner-content .page-content h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 25px;
}
.FriendsRiaa .inner-content .page-content h2 .page-title {
  text-transform: uppercase;
}
.FriendsRiaa .inner-content .page-content h3 {
  color: #939292;
  font-size: 1.2em;
  line-height: 130%;
  margin-bottom: 35px;
}
.FriendsRiaa .inner-content .page-content .page-title {
  text-transform: uppercase;
  font-size: 1.2em;
}
.FriendsRiaa .inner-content .content {
  line-height: 130%;
}
.FriendsRiaa .inner-content .content p {
  margin-bottom: 15px;
}
.FriendsRiaa .friends {
  padding-left: 30px;
}
.FriendsRiaa .friends a {
  color: #2497ac;
  text-decoration: none;
  font-weight: 700;
}
.FriendsRiaa .friends a:hover {
  text-decoration: none;
  color: #000000;
}
.FriendsRiaa .friends p {
  margin-bottom: 5px!important;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Report Piracy Styles
   ========================================================================== */
.ReportPiracy .page-header {
  min-height: 290px;
}
.ReportPiracy .formulario {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.ReportPiracy .formulario p {
  margin-bottom: 22px;
}
.ReportPiracy .formulario p span.wpcf7-list-item-label {
  font-size: 0.8em;
  font-weight: 600;
  padding-left: 4px;
}
.ReportPiracy .formulario p.big {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 120%;
}
.ReportPiracy .formulario span.wpcf7-list-item {
  margin-left: 0!important;
  margin-right: 22px;
}
.ReportPiracy .formulario .motivo {
  display: block;
  clear: both;
  margin-bottom: 45px;
}
.ReportPiracy .formulario .form-group {
  margin-bottom: 25px;
  clear: both;
  width: 100%;
  float: left;
}
.ReportPiracy .formulario .form-group label {
  font-size: 0.8em;
  font-weight: 600;
  padding-top: 7px;
  padding-left: 0;
}
.ReportPiracy .formulario .form-group label .small {
  display: block;
  font-weight: 400;
}
.ReportPiracy .formulario .form-group label.withtag {
  line-height: 100%;
  padding-top: 0;
}
.ReportPiracy .formulario .form-group .wpcf7-form-control-wrap {
  float: left;
  width: 66.6667%;
}
.ReportPiracy .formulario .form-group .comment {
  width: 100%!important;
  padding-bottom: 25px;
}
.ReportPiracy .formulario .form-group .wpcf7-form-control {
  width: 100%;
  height: 30px;
  border: 1px solid #b5b6b7;
  padding: 5px 5px;
}
.ReportPiracy .formulario .form-group .wpcf7-select {
  height: 34px;
}
.ReportPiracy .formulario .form-group .wpcf7-textarea {
  height: 190px;
}
.ReportPiracy .formulario .form-group .combo_styles {
  text-align: left;
  position: relative;
  width: 30%;
  float: left;
}
.ReportPiracy .formulario .form-group .combo_styles .wpcf7-form-control-wrap {
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .ReportPiracy .formulario .form-group {
    /* IE10 */
    /* IE11 */
  }
  .ReportPiracy .formulario .form-group .combo_styles:after {
    content: "";
  }
  .ReportPiracy .formulario .form-group *::-ms-backdrop,
  .ReportPiracy .formulario .form-group .combo_styles:after {
    content: "";
  }
}
.ReportPiracy .formulario .box-captcha label {
  margin-bottom: 15px;
}
.ReportPiracy .formulario .box-captcha img {
  width: auto !important;
}
.ReportPiracy .formulario .box-captcha .captcha {
  float: right;
}
.ReportPiracy .formulario .wpcf7-submit {
  float: right;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1em;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  max-width: 200px;
  border: 0;
}
/* ===== Primary Theme Styles ===============================================
   RIAA: Music Facts Styles
   ========================================================================== */
.FactsArchive {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #070807;
}
.FactsArchive .entry-title {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 4em;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  margin: 100px auto 55px auto;
}
.FactsArchive .news {
  margin-bottom: 80px;
}
.FactsArchive .news .col-sm-8 {
  padding: 0 12px;
}
.FactsArchive .news .fact-block {
  margin-bottom: 25px;
  background: rgba(32, 34, 38, 0.8);
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 600;
  text-align: center;
  font-size: 1.2em;
  line-height: 150%;
  padding: 85px 15px;
  border-top: 7px solid #a52cbd;
  height: 370px;
}
.FactsArchive .news .fact-block .highlighted-text,
.FactsArchive .news .fact-block .percent {
  font-weight: 300;
  font-size: 5em;
  color: #a52cbd;
  line-height: 100%;
}
.FactsArchive .news .fact-block .highlighted-text {
  font-size: 3.5em;
  font-weight: 400;
}
.FactsArchive .news .fact-block .btn-source {
  text-decoration: none;
  font-size: 0.8em;
  font-style: italic;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.FactsArchive .news .fact-green {
  border-color: #1dbb60;
}
.FactsArchive .news .fact-green .highlighted-text,
.FactsArchive .news .fact-green .percent,
.FactsArchive .news .fact-green .btn-source {
  color: #1dbb60;
}
.FactsArchive .news .fact-blue {
  border-color: #04c1e3;
}
.FactsArchive .news .fact-blue .highlighted-text,
.FactsArchive .news .fact-blue .percent,
.FactsArchive .news .fact-blue .btn-source {
  color: #04c1e3;
}
.FactsArchive .news .fact-purple {
  border-color: #a52cbd;
}
.FactsArchive .news .fact-purple .highlighted-text,
.FactsArchive .news .fact-purple .percent,
.FactsArchive .news .fact-purple .btn-source {
  color: #a52cbd;
}
.FactsArchive .news .fact-yellow {
  border-color: #e3d01e;
}
.FactsArchive .news .fact-yellow .highlighted-text,
.FactsArchive .news .fact-yellow .percent,
.FactsArchive .news .fact-yellow .btn-source {
  color: #e3d01e;
}
.FactsArchive .link-arrow {
  color: #ffffff !important;
}
.FactsArchive #primary {
  margin-bottom: 100px;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav {
  display: block;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-prev,
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-next {
  height: 127px;
  margin-top: 10px;
  opacity: 1;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-next {
  right: 0;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-prev {
  left: 0;
}
/****/
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-disabled {
  display: none;
}
/* =============================================================================
   RIAA: MD Tablet Responsive Styles
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .FactsArchive .news .fact-block {
    height: 280px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .FactsArchive .news .fact-block .highlighted-text {
    font-size: 2.7em;
  }
  .FactsArchive .news .fact-block .percent {
    font-size: 3.7em;
  }
  .FactsArchive .news .fact-block .btn-source {
    bottom: 20px;
  }
}
/* =============================================================================
   RIAA: SM Tablet Responsive Styles
   ========================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .header-img {
    padding-top: 60px;
  }
  footer ul.social {
    float: left;
    margin-top: 0;
  }
  footer .col3,
  footer .col4 {
    padding-top: 20px;
  }
  footer .col4 .widget {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-header .wrap_primary_nav .navbar-nav li a {
    margin: 0 17px;
  }
  .FactsArchive .news .fact-block {
    height: 300px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .FactsArchive .news .fact-block .highlighted-text {
    font-size: 3em;
  }
  .FactsArchive .news .fact-block .percent {
    font-size: 4.5em;
  }
  .FactsArchive .news .fact-block .btn-source {
    bottom: 20px;
  }
  .HomePage .img-back .wrap_facts .wrap {
    height: 450px;
  }
  .Page .page-header h1,
  .header-img .entry-title,
  .FactsArchive .entry-title {
    font-size: 3em!important;
  }
}
/* =============================================================================
   RIAA: XS Mobile Responsive Styles
   ========================================================================== */
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  .header-img .entry-title,
  .FactsArchive .entry-title {
    font-size: 3.3em;
  }
  .Page .page-header h1,
  .header-img .entry-title,
  .FactsArchive .entry-title {
    font-size: 2.2em!important;
  }
  .padding0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse {
    padding: 0;
    border-top: 0;
    box-shadow: none;
    background: #1e1d1d;
    padding-top: 15px;
  }
  .navbar-collapse ul {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
  }
  .navbar-collapse ul a {
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px 10px 55px;
  }
  .navbar-collapse ul a:hover {
    background: #ffffff;
    color: #000000;
  }
  .navbar-collapse ul.mobile-menu-2 {
    background: #414040;
    font-size: 0.85em;
  }
  .navbar-collapse ul.mobile-menu-2 a {
    color: #a7a7a7;
  }
  .navbar-collapse ul ul a {
    padding-left: 55px!important;
    font-weight: normal;
    font-size: 0.9em;
  }
  .navbar-collapse ul ul a:hover {
    background: none;
    color: #ffffff;
  }
  .main-header .wrap_mobile_nav .logo {
    left: 36px;
    position: absolute;
    top: 6px;
    width: 85%;
    z-index: 99;
  }
  footer ul.social {
    float: left;
    margin-top: 20px;
  }
  footer ul.social li a {
    margin: 0 8px 0 0;
  }
  footer .col3,
  footer .col4 {
    padding-top: 20px;
  }
  footer .col4 .widget {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .HomePage .report-site .report .report-text,
  .HomePage .report-site .site .report-text,
  .HomePage .report-site .report .site-text,
  .HomePage .report-site .site .site-text {
    padding: 0 15px;
  }
  .HomePage #flexslider-news-mobile .flex-direction-nav .flex-prev {
    left: 0 !important;
  }
  .HomePage #flexslider-news-mobile .flex-direction-nav .flex-next {
    right: 0 !important;
  }
  .HomePage .arrow-down {
    margin-left: -33px;
  }
  .HomePage .img-back .more-facts {
    margin: 50px 0;
  }
  .HomePage .img-back .wrap_facts .bloque-database .wrap {
    height: auto!important;
  }
  .HomePage .img-back .wrap_facts .bloque-database .wrap .login,
  .HomePage .img-back .wrap_facts .bloque-database .wrap .signup {
    padding: 0 15px;
  }
  .HomePage .img-back .wrap_facts .factsresearch-title {
    font-size: 2.2em!important;
  }
  .HomePage .img-back .title-news,
  .HomePage .img-back .title-whatwedo,
  .HomePage .img-back .title-news {
    font-size: 2.2em!important;
  }
  .HomePage .img-back .noticias .flexslider .slides li .noti-normal {
    width: 100% !important;
  }
  .HomePage .img-back .noticias .flexslider .slides li .noti-hover {
    width: 100% !important;
  }
  .HomePage .img-back-3 {
    height: 420px;
    background: #ffffff !important;
  }
  .HomePage .img-back-3 .container {
    text-align: center!important;
  }
  .HomePage .img-back-3 .parental-img img {
    float: none;
    margin: 10px auto 0 auto;
  }
  .ReportsArchive .page-detail .combo-category {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ReportsArchive .page-detail .combo-category:after {
    right: 30px;
  }
  .ReportsArchive .page-detail .reports .borderbottom {
    margin: 0;
    padding: 20px 15px 30px;
  }
  .ReportsArchive .page-detail .reports .borderbottom .paddingright0 {
    padding-left: 0;
  }
  .ReportsArchive .page-detail .reports .borderbottom .date-category {
    margin-bottom: 10px;
  }
  .ReportsArchive .flex-direction-nav,
  .ReportsArchive .flex-control-paging {
    display: none!important;
  }
  .PostsArchive .page-detail .combo-category,
  .PostSingle .page-detail .combo-category,
  .ResearchReportSingle .page-detail .combo-category,
  .SearchResults .page-detail .combo-category {
    width: 100%;
  }
  .PostsArchive .page-detail .combo-category .dropdown,
  .PostSingle .page-detail .combo-category .dropdown,
  .ResearchReportSingle .page-detail .combo-category .dropdown,
  .SearchResults .page-detail .combo-category .dropdown {
    width: 100%;
  }
  .PostsArchive .dropdown-menu.columns-2,
  .PostSingle .dropdown-menu.columns-2,
  .ResearchReportSingle .dropdown-menu.columns-2,
  .SearchResults .dropdown-menu.columns-2 {
    min-width: 0!important;
    width: 100%!important;
  }
  .PostsArchive .reports .paddingright0,
  .PostSingle .reports .paddingright0,
  .ResearchReportSingle .reports .paddingright0,
  .SearchResults .reports .paddingright0,
  .PostsArchive .single-news .paddingright0,
  .PostSingle .single-news .paddingright0,
  .ResearchReportSingle .single-news .paddingright0,
  .SearchResults .single-news .paddingright0 {
    padding-right: 15px;
  }
  .PostsArchive .reports .social-share,
  .PostSingle .reports .social-share,
  .ResearchReportSingle .reports .social-share,
  .SearchResults .reports .social-share,
  .PostsArchive .single-news .social-share,
  .PostSingle .single-news .social-share,
  .ResearchReportSingle .single-news .social-share,
  .SearchResults .single-news .social-share {
    padding: 0 15px;
    background: none;
    max-width: 100%;
  }
  .PostsArchive .reports .social-share .black-xs,
  .PostSingle .reports .social-share .black-xs,
  .ResearchReportSingle .reports .social-share .black-xs,
  .SearchResults .reports .social-share .black-xs,
  .PostsArchive .single-news .social-share .black-xs,
  .PostSingle .single-news .social-share .black-xs,
  .ResearchReportSingle .single-news .social-share .black-xs,
  .SearchResults .single-news .social-share .black-xs {
    padding: 20px 15px 5px 15px;
    background: #000000;
  }
  .PostsArchive .reports .social-share span,
  .PostSingle .reports .social-share span,
  .ResearchReportSingle .reports .social-share span,
  .SearchResults .reports .social-share span,
  .PostsArchive .single-news .social-share span,
  .PostSingle .single-news .social-share span,
  .ResearchReportSingle .single-news .social-share span,
  .SearchResults .single-news .social-share span {
    display: inline-block;
    margin: 0 3px;
  }
  .PostsArchive .reports .social-share .social-links,
  .PostSingle .reports .social-share .social-links,
  .ResearchReportSingle .reports .social-share .social-links,
  .SearchResults .reports .social-share .social-links,
  .PostsArchive .single-news .social-share .social-links,
  .PostSingle .single-news .social-share .social-links,
  .ResearchReportSingle .single-news .social-share .social-links,
  .SearchResults .single-news .social-share .social-links {
    margin-top: 0;
  }
  .PostsArchive .reports .social-share .social-links a,
  .PostSingle .reports .social-share .social-links a,
  .ResearchReportSingle .reports .social-share .social-links a,
  .SearchResults .reports .social-share .social-links a,
  .PostsArchive .single-news .social-share .social-links a,
  .PostSingle .single-news .social-share .social-links a,
  .ResearchReportSingle .single-news .social-share .social-links a,
  .SearchResults .single-news .social-share .social-links a {
    display: inline-block;
    margin: 0 5px 13px 5px;
  }
  .PostsArchive .news-content,
  .PostSingle .news-content,
  .ResearchReportSingle .news-content,
  .SearchResults .news-content,
  .PostsArchive .report-content,
  .PostSingle .report-content,
  .ResearchReportSingle .report-content,
  .SearchResults .report-content {
    padding-right: 15px;
  }
  .SearchResults header .search-form {
    margin-top: 30px;
    width: 95%;
  }
  .RiaaMembers .inner-content .page-content {
    padding-left: 15px;
  }
  .RiaaMembers .members .alfa_nav {
    font-size: 0.6em;
  }
  .RiaaMembers .members_filters a {
    width: 7%;
  }
  .ReportPiracy .formulario .form-group .wpcf7-form-control-wrap,
  .ReportPiracy .formulario .form-group .combo_styles {
    width: 100%;
  }
  .ChildPage .Page .inner-content,
  .BoardExecutives .Page .inner-content {
    padding-top: 50px;
  }
  .ChildPage .Page .inner-content .board .row,
  .BoardExecutives .Page .inner-content .board .row {
    margin-bottom: 15px;
  }
  .ChildPage .Page .inner-content .page-content,
  .BoardExecutives .Page .inner-content .page-content,
  .ChildPage .Page .inner-content .contenido,
  .BoardExecutives .Page .inner-content .contenido {
    padding-left: 15px;
  }
  .ChildPage .Page .inner-content .page-content table,
  .BoardExecutives .Page .inner-content .page-content table,
  .ChildPage .Page .inner-content .contenido table,
  .BoardExecutives .Page .inner-content .contenido table {
    font-size: 10px;
  }
  .ChildPage .Page .inner-content .page-content table .table_award_header,
  .BoardExecutives .Page .inner-content .page-content table .table_award_header,
  .ChildPage .Page .inner-content .contenido table .table_award_header,
  .BoardExecutives .Page .inner-content .contenido table .table_award_header {
    font-size: 13px;
  }
  .Page .page-header .related-pages {
    padding-right: 0;
    margin-left: 0;
    border: 1px solid #ffffff;
    border-bottom: 0;
    height: 40px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .Page .page-header .related-pages a {
    padding: 10px;
    position: relative;
  }
  .Page .page-header .related-pages a h2 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-weight: 700;
  }
  .Page .page-header .related-pages a:first-child:after {
    font-family: FontAwesome;
    content: "\f0d7";
    right: 10px;
    top: 10px;
    position: absolute;
  }
  .Page .page-header .related-pages.open {
    height: auto;
    border-bottom: 1px solid #000000;
  }
  .Page .page-header .related-pages.open a {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    border-top: 0;
    padding: 0 10px;
  }
  .Page .page-header .related-pages.open a h2 {
    font-size: 0.85em;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    text-transform: none;
  }
  .Page .page-header .related-pages.open a:first-child {
    background: none!important;
    color: #ffffff !important;
    padding: 10px!important;
  }
  .Page .page-header .related-pages.open a:first-child h2 {
    border-top: 0;
    text-transform: uppercase;
    font-size: 1.15em;
    padding: 0;
  }
  .Page .page-header .related-pages.open a:first-child:after {
    content: "\f0d8";
  }
  .Page .inner-content .page-content {
    padding: 0;
  }
  .Page .inner-content .page-content .central-container {
    padding: 0;
  }
  .Page .inner-content .page-content .inner-wrapper {
    margin-right: 0px;
  }
  .FactsArchive .news .fact-block {
    height: 300px;
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .FactsArchive .news .fact-block .highlighted-text {
    font-size: 3em;
  }
  .FactsArchive .news .fact-block .percent {
    font-size: 4.5em;
  }
  .WhatWeDo h2,
  .WhatWeDo .wrap_protecting h2,
  .WhatWeDo .wrap_recognizing h2,
  .WhatWeDo .wrap_supporting h2,
  .WhatWeDo .wrap_maintaining h2 {
    font-size: 2.2em !important;
  }
  .WhatWeDo .wrap_supporting {
    padding: 30px 0;
  }
  .SearchResults .page-detail .results-intro h4 {
    line-height: 120%;
  }
}
@media (max-width: 767px) and all and (-ms-high-contrast: none) {
  .ReportPiracy .formulario .form-group {
    /* IE10 */
    /* IE11 */
  }
  .ReportPiracy .formulario .form-group .combo_styles:after,
  .ReportPiracy .formulario .form-group .combo-category:after {
    content: "";
  }
  .ReportPiracy .formulario .form-group *::-ms-backdrop,
  .ReportPiracy .formulario .form-group .combo_styles:after,
  .ReportPiracy .formulario .form-group *::-ms-backdrop,
  .ReportPiracy .formulario .form-group .combo-category:after {
    content: "";
  }
}
