/*----------------------------------------------------------------------------*/
/* 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;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .law h1 {
    padding: 45px 0 0;
  }
  .tab-title:first-child a, .tab-title:nth-child(4) a {
    padding: 36px 0 36px;
  }
}
@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;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !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;
}
.page-template-template-landing ol,
.page-template-template-landing ul {
  list-style-type: inherit;
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
}
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,
.page-template-template_labels_at_work .noticias {
  position: relative;
}
.HomePage .img-back .noticias .flexslider,
.page-template-template_labels_at_work .noticias .flexslider {
  background: none;
  border: 0;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav,
.page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav {
  display: block;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav .flex-prev,
.page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-prev {
  left: -40px !important;
}
.page-template-template_labels_at_work .noticias #flexslider-snapshots.flexslider .flex-direction-nav .flex-prev {
  left: -60px !important;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav .flex-next,
.page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-next {
  right: -40px !important;
}
.page-template-template_labels_at_work .noticias #flexslider-snapshots.flexslider .flex-direction-nav .flex-next {
  right: -65px !important;
}
#flexslider-snapshots .flex-viewport {
  width: 1190px;
  left: 50%;
  transform: translateX(-50%);
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav a,
.page-template-template_labels_at_work .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;
  background-size:60%;
  opacity: 0.5;
}
#carousel-galeria-fotos.flexslider .flex-direction-nav a {
	background: url('../img/ico-arrow.png') left top no-repeat;
}

.page-template-template_labels_at_work .noticias #flexslider-news-mobile.flexslider .flex-direction-nav a {
  background-size: 60%;
}

.HomePage .img-back .noticias .flexslider .flex-direction-nav a:hover,
.page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav a:hover {
  opacity: 1;
}
.HomePage .img-back .noticias .flexslider .flex-direction-nav a.flex-prev,
.page-template-template_labels_at_work .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,
.page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav a:before {
  display: none!important;
}
.HomePage .img-back .noticias .flexslider .slides li,
.page-template-template_labels_at_work .noticias .flexslider .slides li {
  height: 380px;
  margin-right: 15px;
  text-align: center;
  position: relative;
}
.page-template-template_labels_at_work .noticias .flexslider .slides li {
  margin-right: 20px;
}
.page-template-template_labels_at_work .noticias #carousel-galeria-fotos.flexslider .slides li {
  margin-right: 0;
  height:127px;
}
.HomePage .img-back .noticias .flexslider .slides li .more-site,
.page-template-template_labels_at_work .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,
.page-template-template_labels_at_work .noticias .flexslider .slides li .more-site .link-arrow {
  color: #000000;
  margin-left: 10px;
}
.page-template-template_labels_at_work .noticias .flexslider .slides li .more-site .link-arrow{
	font-size: 16px;
	line-height:24px;
	color:#fff;
}
.HomePage .img-back .noticias .flexslider .slides li a,
.page-template-template_labels_at_work .noticias .flexslider .slides li a {
  text-decoration: none;
  color: inherit;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-normal,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .noti-normal
 {
  height: 380px;
  background: #ffffff;
  padding: 40px;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-normal .news-data,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .noti-normal .news-data {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-normal .news-title,
.page-template-template_labels_at_work .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.4em;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-normal,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .tweet-normal {
  height: 380px;
  background: #ffffff;
  padding: 55px 45px;
}
.page-template-template_labels_at_work .noticias .flexslider .slides li.tweet a .tweet-normal {
    background: #dfdfdf;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-normal .tweet-date,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .tweet-normal .tweet-date {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-normal .tweet-copy,
.HomePage .img-back .noticias .flexslider .slides li a .tweet-normal .tweet-from,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .tweet-normal .tweet-copy,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .tweet-normal .tweet-from{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 16px;
}

.HomePage .img-back .noticias .flexslider .slides li a .tweet-normal .tweet-copy .twitter-logo:before,
.HomePage .img-back .noticias .flexslider .slides li a .tweet-normal .tweet-from .twitter-logo:before,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .tweet-normal .tweet-copy .twitter-logo:before,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .tweet-normal .tweet-from .twitter-logo:before {
  color: #000000;
}
.HomePage .img-back .noticias .flexslider .slides li a,
.page-template-template_labels_at_work .noticias .flexslider .slides li a {
  text-decoration: none;
  color: inherit;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-hover,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .noti-hover {
  height: 380px;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-hover .wrap,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .noti-hover .wrap {
  height: 380px;
  display: table;
}
.HomePage .img-back .noticias .flexslider .slides li a .noti-hover .img_overlay,
.page-template-template_labels_at_work .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,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .noti-hover .link-arrow {
  color: #ffffff;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-hover,
.page-template-template_labels_at_work .noticias .flexslider .slides li a .tweet-hover {
  height: 380px;
  width: 100%;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-hover .wrap,
.page-template-template_labels_at_work .img-back .noticias .flexslider .slides li a .tweet-hover .wrap {
  height: 380px;
  display: table;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-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 .tweet-hover .link-arrow {
  color: #ffffff;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-hover .tweet-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 30px;
}
.HomePage .img-back .noticias .flexslider .slides li a .tweet-hover .tweet-copy,
.HomePage .img-back .noticias .flexslider .slides li a .tweet-hover .tweet-from {
  margin-bottom: 20px;
}
.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 .flexslider .slides li .twitter-logo,
.page-template-template_labels_at_work .noticias .flexslider .slides li .twitter-logo {
  display: inline-block;
  margin: 0 3px;
  text-decoration: none;
  font-family: "FontAwesome";
  font-size: 1.4em;
}
.HomePage .img-back .noticias .flexslider .slides li .twitter-logo: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;
}
.HomePage .img-back .noticias .flexslider .slides li .twitter-logo:before, .page-template-template_labels_at_work .noticias .flexslider .slides li .twitter-logo:before {
  content: "\f099";
}


.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 a {
  color: #ffffff;
  text-decoration: none;
}
.HomePage .img-back .wrap_facts .bloque-database .wrap {
  background: #a32bc3;
  color: #ffffff;
  text-decoration: none;
}
.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,
.HomePage #slider-galeria-fotos li .container-fluid .album-big .artist-data .label {
  font-family: 'Raleway', sans-serif;
  /*font-weight: 400;*/
  font-size: 0.7em;
  font-weight: 800;
  display: inline;
    color: #000;
    padding: 0;
}

.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,
.page-template-template_labels_at_work #carousel-galeria-fotos {
  height: 147px;
  background-color: transparent;
  z-index: 20;
  margin-top: -10px;
}
.HomePage #carousel-galeria-fotos .flex-viewport, .page-template-template_labels_at_work #carousel-galeria-fotos .flex-viewport{
  margin-left: 0px;
  margin-right: 0px;
}
.HomePage #carousel-galeria-fotos .slides li, .page-template-template_labels_at_work #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, .page-template-template_labels_at_work #carousel-galeria-fotos .slides li:hover {
  margin-top: 0px;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav li a,
.page-template-template_labels_at_work #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, 
.page-template-template_labels_at_work #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,
.page-template-template_labels_at_work #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,
.page-template-template_labels_at_work #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,
.page-template-template_labels_at_work #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, 
.related-news .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: Landing page Styles
   ========================================================================== */

  .new-landing .img-back.vertical-centered .color-overlay{
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .new-landing .img-back.vertical-centered{
    position: relative;
  }
  .new-landing .row .page-content{
    max-width: 810px;
  }
  .new-landing .row .page-content.intro-text h2{
    font-size: 1.6em;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .new-landing .row .page-content h3{
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .new-landing .row .page-content.intro-text .page-text{
    color: #939292;
    font-size: 1.1em;
    line-height: 21pt;
  }
  .new-landing .row .page-content .page-text{
    line-height: 15pt;
    margin-bottom: 30px;
  }
  .new-landing .row .page-content .page-text p.p1{
    margin-bottom: 15px;
  }
  .new-landing .img-back h2{
    font-size: 3.6rem;
    font-weight: 700; 
  }
  .new-landing .row .page-content .box-quote{
    margin: auto;
    padding: 35px 45px;
    line-height: 17pt;
    background: black;
    color:white;
  }
  @media (min-width: 768px) {
    .new-landing .row .page-content .box-quote{
      max-width: 90%;
      
    }
  }
  .new-landing .row .page-content .video{
    margin-top: 50px;
  }
  .new-landing .row .page-content .video iframe{
    width: 100%;
  }
  .new-landing .layout_callout_box{
    margin-top: 30px;
  }
  .new-landing .layout_callout_box .page-content{
    display: flex;
  }
  .new-landing .layout_callout_box .page-content .left-secction{
    width: 75%;
  }
  .new-landing .layout_callout_box .page-content .left-secction ul{
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .new-landing .layout_callout_box .page-content .left-secction ul li{
    margin-bottom: 15px;
  }
  .new-landing .page-content .page-title.bold{
    font-weight: 600;
  }
  .new-landing .layout_callout_box .page-content .right-secction{
    width: 40%;
    position: absolute;
    right: -18%;
  }
  .new-landing .layout_callout_box .page-content .right-secction a{
    text-decoration: underline;
    color:white;
  }
  .new-landing .layout_callout_box .page-content .right-secction .page-title{
    font-weight: 600; 
  }
  .new-landing .layout_callout_box .page-content .right-secction .box-callout{
    padding: 30px;
  }
  .new-landing .layout_image_breaks_wrap .page-content{
    max-width: 930px;
    width: 100%;
  } 
  .new-landing .layout_image_breaks_wrap .page-content img{
    width: 100%;
  }



/* Slideshow container */
.new-landing .layout_carousel .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.new-landing .layout_carousel .mySlides {
  display: none;
}

/* Next & previous buttons */
.new-landing .layout_carousel .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
  border-radius: 50%;
  margin-left: 15px;
}

/* Position the "next button" to the right */
.new-landing .layout_carousel .next {
  right: 0;
  margin-right: 15px;
}

/* On hover, add a black background color with a little bit see-through */
.new-landing .layout_carousel .prev:hover,   .new-landing .layout_carousel .next:hover {
  color: white;
}

/* Caption text */
.new-landing .layout_carousel .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.new-landing .layout_carousel .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.new-landing .layout_carousel .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.new-landing .layout_carousel .active, .dot:hover {
  background-color: #A32BC3;
}

/* Fading animation */
.new-landing .layout_carousel .fade-carousel {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  text-align: center;
}
.new-landing .layout_carousel .slideshow-container {
  margin-bottom: 20px;
}
.new-landing .layout_carousel .fade-carousel .pickgradient{
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.new-landing .layout_carousel .fade-carousel img{
  max-width:100%;
  max-height: 500px;
  margin: auto;
  display: block;
  position:relative;
  z-index:-1;
  display:block;
}

@-webkit-keyframes fade-carousel {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade-carousel {
  from {opacity: .4}
  to {opacity: 1}
}

.new-landing .layout_report_block .page-content .box-report{
  padding: 40px;
  color: white;
  position: relative;
} 
.new-landing .layout_report_block .page-content .overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.3;
}
.new-landing .layout_report_block .page-content h3{
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
.new-landing .layout_report_block .page-content .button,
.new-landing .layout_report_block .page-content .report-description {
  text-align: center;
}
.new-landing .layout_report_block .page-content .button{
  margin-top: 25px;
}
.new-landing .layout_button .page-content .button a,
.new-landing .layout_report_block .page-content .button a {
  background-color: #A32BC3;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 25px;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  text-decoration: none;
}
.new-landing .layout_social_media .social-share{
  position: absolute;
  left:100%;
  padding-left: 0;
  padding-right: 0;
  background: #000000;
  color: #ffffff;
  padding-top: 20px;
  text-align: center;
  max-width: 55px;
} 
.new-landing .layout_social_media .social-share .black-xs{
  vertical-align: baseline;
} 
.new-landing .layout_social_media .social-share .black-xs span{
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 100%;
} 
.new-landing .layout_social_media .social-share .black-xs span.social-links{
  margin-top: 7px;
}
.new-landing .layout_social_media .social-share .black-xs span a{
  display: block;
  color: #ffffff;
  font-size: 1.8em;
  margin-bottom: 13px;
}

.new-landing .layout_table_artist .table_award_header{
  font-size: 18px;
} 
.new-landing .layout_table_artist #recent-landing-award-table .details .recent_table{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  font-size: 14px;
} 
.new-landing .layout_table_artist #recent-landing-award-table .details .content_recent_table td{
  padding-top: 20px;
} 
.new-landing .layout_table_artist .table_award_row .award_cell,
  .new-landing .layout_table_artist .award_block_icon{
  position: relative;
}
.new-landing .layout_table_artist .table_award_row .award_cell .album,
.new-landing .layout_table_artist .award_block_icon .album{
  max-width: 60px;
  padding: 5px;
}
.new-landing .layout_table_artist .award_block_icon .mini,
.new-landing .layout_table_artist .table_award_row .award_cell .mini{
  position: absolute;
  right: 14px;
  bottom: 6px;
  width: 36px;
  height: 36px;
  top: 43px;
}

.new-landing .layout_table_artist .table-responsive .table_award_row .award_cell{
  width: 90px;
}
.new-landing .layout_table_artist .table-responsive .table_award_row .artists_cell{
  width: 25%;
}

.new-landing .layout_button .page-content .button.centered{
  text-align: center;
}

.new-landing .layout_video_with_background .row.background{
  margin:0px;
}

.new-landing .layout_table_artist .header-table .background-black{
  background: black;
  color:white;
  padding: 35px 100px;
  text-align: center;
}
.new-landing .layout_table_artist .header-table .background-black .title .title-page{
  font-size: 2.5em;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.new-landing .layout_table_artist .header-table .background-black .filter span.text{
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 200;
}
.new-landing .layout_table_artist .header-table .background-black .filter button,
.new-landing .layout_table_artist .header-table .background-black .filter a{
  text-transform: uppercase;
  border: 2px solid white;
  background: black;
  color: white;
  padding:10px 14px;
  margin:5px;
  font-weight: 200;
}

.new-landing .layout_table_artist .header-table .background-black .filter button.active,
.new-landing .layout_table_artist .header-table .background-black .filter a.active{
  border: none;
  background: rgb(133, 133, 133);
}

.new-landing .layout_table_artist .page-content .table-responsive{
  margin-top: 50px;
  margin-bottom: 55px;
}
.new-landing .layout_table_artist .page-content .recent-award .footer{
  margin-bottom: 55px;
}
.new-landing .layout_table_artist .page-content .table_award_header th span.down,
.new-landing .layout_table_artist .page-content .table_award_header th span.up {
  display: none;
}
.new-landing .layout_table_artist .page-content .table_award_header th span.down.active,
.new-landing .layout_table_artist .page-content .table_award_header th span.up.active {
  display: initial;
}
/* Style for Forms sign up*/
.new-landing .layout_signup .box-sign-up{
  background: black;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: -13px 0px 0px 0px #07adef;
  margin-left: 26px;
}

.new-landing .layout_signup .box-sign-up form{
  display: flex;
  margin-top:30px;
}
.new-landing .layout_signup .box-sign-up form p{
  width: 25%;
}
.new-landing .layout_signup .box-sign-up form p label br{
  display:none;
}
.new-landing .layout_signup .box-sign-up form p input{
  max-width: 90%;
  padding: 8px 25px;
  border: 2px solid#D8D8D8;
  color: #FFFFFF;
  background: black;
}

.new-landing .layout_signup .box-sign-up form p input:focus-visible {
  outline: none;
}

.new-landing .layout_table_artist .table-responsive .table_award_header th .arrow  {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.new-landing .layout_signup .box-sign-up form p input[type=submit]{
  background-color: #A32BC3;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
}

.new-landing .layout_signup .box-sign-up form .wpcf7-response-output{
  display: contents;
}
.new-landing .layout_signup .box-sign-up form .wpcf7-response-output::before{
  display: none;
}


/*Mobile Option in landing page*/
@media (max-width: 450px) {
  .new-landing .layout_a .container .title h2{
    font-size: 2rem;
  }
}

@media (max-width: 768px) {

  .new-landing .layout_table_artist .header-table .background-black{
    padding: 35px 35px;
  }

  .new-landing .layout_table_artist .header-table .background-black a{
    width: 100%;
  }

  .new-landing .layout_signup .row{
    margin-right: 25px;
  }

  .new-landing .layout_signup .box-sign-up form{
    display: block;
    text-align: center;
  }

  .new-landing .layout_signup .box-sign-up form p{
    width: 100%;
    margin-bottom: 20px;
  }

  .new-landing .layout_a .img-back{
    height: 620px;
  }

  .new-landing .layout_image_breaks_wrap .container .row .page-content{
    padding:0px;
  }

  .new-landing .layout_report_block h3.report-title{
    line-height: 1.3;
  }
  .new-landing .layout_space .hide_mobile {
    display: none!important;
  }

  .new-landing .layout_a .img-back .table-cell .container{
    padding-bottom: 170px;
  }

  .new-landing .layout_table_artist .header-table .background-black .filter a{
    display: inline-block;
  }
  .new-landing .layout_table_artist .page-content .mobile.album .award_mobile .meta_award_data .artist{
    margin-bottom: 15px;
  }
  .new-landing .layout_table_artist .award_mobile .meta_award_data{
    min-height: 120px;

  }
  .new-landing .layout_social_media .social-share{
    position: relative;
    left: 0;
    margin-bottom: 30px;
    max-width: 100%;
    padding-top: 3px;
    padding-bottom: 1px;
  }
  .new-landing .layout_table_artist .award_block_icon .mini{
    right: -4px;
    bottom: -5px;
  }
  .new-landing .layout_social_media .social-share .black-xs span{
    display: inline-flex;
    margin: 0 5px;
  }
  .new-landing .layout_social_media .social-share .black-xs span a{
    margin-right: 8px;
  }
  .new-landing .layout_callout_box .page-content{
    display: block;
  }
  .new-landing .layout_callout_box .page-content .right-secction{
    position: relative;
    width: 100%;
    right: 0;
    margin-bottom: 40px;
  }
  .new-landing .layout_callout_box .page-content .left-secction{
    width: 100%;
  }
  .new-landing .layout_carousel .prev, .new-landing .layout_carousel .next{
    display: none;
  }
  .new-landing .layout_table_artist .table-responsive .table_award_row, 
  .new-landing .layout_table_artist .table-responsive .table_award_header{
    display: none!important;
  }
  .new-landing .layout_table_artist .table-responsive .mobile{
    display: block;
  }
}

@media (min-width: 768px){
  .new-landing .layout_space .hide_desktop {
    display: none!important;
  }
  .new-landing .layout_carousel .active-button{
    display: none;
  }

  .new-landing .layout_signup .box-sign-up form{
    margin-bottom: 30px;
  }

  .new-landing .layout_signup .box-sign-up form .wpcf7-response-output{
    display: block;
    position: absolute;
    background: black;
    border: none;
    bottom: -18px;
    left: 17px;
    padding-left: 0px;
    max-width: 90%;
  }
  
}
@media (min-width: 1024px) {
  .new-landing .layout_table_artist table td.mobile{
    display: none!important;
  }
}
@media (max-width: 1024px) {
    .new-landing .layout_table_artist table td{
      display: none;
    }
}

@media (min-width: 1050px) and (max-width: 1179px) {

  .new-landing .layout_table_artist table {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
}

@media (min-width: 768px) {
  .new-landing .layout_a .vertical-centered .table-cell.img-banner{
    vertical-align: initial;
  }
  .new-landing .layout_a .vertical-centered .table-cell div.container.img-banner{
    margin-top: 80px;
  }
}
@media (min-width: 2524px) {
  .new-landing .layout_a .vertical-centered .table-cell div.container.img-banner{
    margin-top: 20px;
  }
}


/* ===== Primary Theme Styles ===============================================
   RIAA: What We Do Styles
   ========================================================================== */

.new-landing .vertical-centered, 
.WhatWeDo .vertical-centered {
  display: table;
  width: 100%;
  background-position: center bottom;
  background-size: cover;
  height: 650px;
  text-align: center;
  color: #ffffff;
}
.new-landing .vertical-centered .table-cell,
.WhatWeDo .vertical-centered .table-cell {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.WhatWeDo .vertical-centered a {
  color: #ffffff;
}
.WhatWeDo .img-back h2{
  font-weight: 900;
  font-size: 4.5em;
}
.new-landing .img-back h2,
.WhatWeDo .img-back h2 {
  font-family: 'Raleway', sans-serif;
  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,
.page-template-template_labels_at_work #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,
.page-template-template_labels_at_work #carousel-galeria-fotos .flex-direction-nav .flex-next,
.page-template-template_labels_at_work #carousel-galeria-fotos .flex-direction-nav .flex-prev {
  height: 127px;
  margin-top: 10px;
  opacity: 1;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-next,
.page-template-template_labels_at_work #carousel-galeria-fotos .flex-direction-nav .flex-next {
  right: 0;
}
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-prev.
.page-template-template_labels_at_work #carousel-galeria-fotos .flex-direction-nav .flex-prev {
  left: 0;
}
/****/
.HomePage #carousel-galeria-fotos .flex-direction-nav .flex-disabled,
.page-template-template_labels_at_work #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: 990px) {
  .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 .noticias .flexslider .slides li .tweet-normal {
    width: 100% !important;
  }
  .HomePage .img-back .noticias .flexslider .slides li .tweet-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: "";
  }
}

#homepage-banner-mini {
  font-family: 'Raleway', sans-serif;
  color: black;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

  #homepage-banner-mini a, #homepage-banner-mini-law a {
    color: white;
    font-size: 17px;
    display: inline-block;
    padding: 0 20px 3px;
    vertical-align: middle;
    line-height: 1.4;
  }
  #homepage-banner-mini a.homepage-banner-mini-link span{color:#f6d71d}
  #homepage-banner-mini a.homepage-banner-mini-link{
    padding: 0 2rem;
    line-height: 1.6;
  }
  #homepage-banner-mini a.homepage-banner-mini-link .br-on-mobile{
    display: static;
  }
  .banner_home_new p:last-of-type{display: inline!important;}

@media (min-width: 990px){
  #homepage-banner-mini a.homepage-banner-mini-link{
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0;
  }
  #homepage-banner-mini a.homepage-banner-mini-link .br-on-mobile{
    display: none;
  }
  .banner_home_new p{display: inline!important;}
}

  #homepage-banner-mini a i, #homepage-banner-mini-law a i {
    padding-left: 5px;
  }
  #homepage-banner-mini-law {
    font-family: 'Raleway', sans-serif;
    color: black;
    padding: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 25px;
  }
  .fas.fa-angle-double-down {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	font-size:25px;
  }
  #homepage-banner-mini-law span {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
  }
.page-template-template_labels_at_work .page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  min-height: 410px;
  padding-top: 85px;
  padding-bottom: 65px;
}
section.law {
  position: relative;
  max-height: 630px;
  overflow: hidden;
}
section.img-header.law.desktop {
    background-repeat: no-repeat;
    background-size: cover;
}
.law.img-header .container {
    position: relative;
}
* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  min-height: 630px;
}
.video-foreground {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
.law .container, .image-header .container {
  background-color: rgba(146,51,169,0.8);
  padding-top: 80px;
  width:100%;
  height:100%;
  min-height: 630px;
  position:absolute;
  top:0;
}
.law h1 {
  text-align: center;
  color: #fff;
  padding: 30px 0 0;
}
.desktop h1, .image-header h1 {
  font-size: 3.8em;
  font-family:Raleway;
  font-weight:900;
  line-height:1.2em;
}
.image-header {
  min-height: 840px;
  background-color:rgba(3,3,3,0.4);
  background-size:cover;
  background-repeat:no-repeat;
}
.background-mobiles {
  display:none;
  background-size:cover;
  background-position:center center;
  min-height: 650px;
}
.law-intro {
  text-align: center;
  color: #fff;
  padding: 45px 0;
  max-width: 830px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-family:Roboto;
}
.default-intro {
    position: absolute;
	top: 110px;
    width: 800px;
    left: 50%;
    transform: translateX(-50%);
}
.tab-content {
  display: none;
  position: absolute;
  max-width: 800px;
  top:110px;
  left: 50%;
  transform: translateX(-50%);
}
.tab-content.law_as {
    max-width: 800px;
}
.tab-content.law_sm {
    max-width: 800px;
}
.tab-content.law_da {
    max-width: 800px;
}
.tab-content.law_mp {
    max-width: 800px;
}
.tab-content h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fade4f;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
	font-family: Raleway;
  }
.tab-content p {
    line-height: 23px;
}
.tabs {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
	z-index:100;
	bottom:-220px;
}
.tab-title {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #af90b9;
    min-height: 100px;
}
.tab-title a.law_as {
    width: 83px;
}
.tab-title:last-child {
    border-right: 1px solid #af90b9;
}
.tab-title a {
    display: inline-block;
    color: #af90b9;
    font-size: 16px;
    vertical-align: middle;
    height: 100px;
    padding: 25px 0;
    line-height: 24px;
	width:auto;
    max-width: 125px;
    text-transform: uppercase;
    font-weight: bold;
	text-decoration:none;
	font-family:Raleway;
}
.tab-title:first-child a,  .tab-title:nth-child(4) a {
    padding: 31px 0 36px;
}
.tab-title a:hover, .tab-title a:active, .tab-title a:active {
    border-bottom: 5px solid #fade4f !important;
	color:#fff;
}

.law_cta_more {
    position: absolute;
    text-align: center;
    bottom: -320px;
    left: 50%;
    text-decoration: none;
	transform:translateX(-50%);
}

.law_cta_more a.link-arrow {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
	font-family:Raleway;
}
.law_cta_more a.link-arrow:hover {
	color:#fff;
}
/* Snapshots */
section.snapshots {
    background-repeat: no-repeat;
    background-size: cover;
	padding:0;
	height:800px;
	background-position: -250px top !important;
}
.snapshots h2 , h2.law_news {
    text-align: center;
    font-size: 3.8em;
    font-weight: 900;
    padding: 160px 0 75px;
    font-family: Raleway;
}
#flexislider-snapshots .flex-viewport {
	width:1170px;
}
.fade {
    display: none;
    opacity: 1;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
	z-index:120;
}
.fade a.close {
    opacity: 1;
    display: block;
    position: absolute;
    right: -24px;
    top: -7px;
}
a.close i.far.fa-times-circle {
    font-family: FontAwesome;
}
.popup_bg {
    display: none;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
	height:100%;
	background:rgba(3,3,3,0.6);
	z-index:100;
	
}
.fade img {
	max-width: 100%;
}
.page-template-template_labels_at_work .noticias .flexslider .slides li {
	display:block;
	float:left;
	width:380px;
}
.flexslider .slides .initialism.fade_open img {
    height: 380px;
    width: 380px;
}

section.law_news {
	background-size:100%;
	background-repeat:no-repeat;
	padding-bottom: 950px;
	background-color:#FADD52;
}

#millerreport {
	background-size:cover;
	background-repeat:no-repeat;
	min-height: 980px;
}
#millerreport h1 {
    font-size: 72px;
    font-family: Raleway;
    font-weight: 900;
    text-align: center;
    width: 570px;
    line-height: 72px;
    margin-left: 250px;
	text-transform: uppercase;
	color:#fff;
	padding-top:190px;
}
#millerreport .description {
    width: 750px;
    margin-left: 165px;
    margin-top: 75px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    margin-bottom: 75px;
    line-height: 27px;
    font-family: Roboto;
}
#millerreport .download {
    margin-left: 250px;
    width: 572px;
    text-align: center;
	margin-top:170px;
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: none;
    margin: 1em;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.download .law_cta_more {
    position: inherit;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
}
.download .law_cta_more a.link-arrow {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 20px 25px;
    border: 1px solid;
}
.page-template-template_labels_at_work .noticias {
    margin-bottom: 120px;
}

.border hr {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    border-top: 5px solid;
    color: #000;
}
.more-news.border {
    display: table;
    width: 100%;
}
.border a.link-arrow {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 19%;
    text-align: center;
	padding-right: 18px;
}
.border .link-arrow:after {
    content: "";
    margin-left: 0;
}
.border i {
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 36px;
    display: inline-block;
    font-weight: normal;
    position: absolute;
}
.all_news {
	display:none;
	background:#f9d845;
	margin-top: 90px;
}

.law_news .reports .borderbottom .headline h2 {
    color: #000;
    font-weight: 700;
    margin-bottom: 18px;
}
.law_news .reports .borderbottom .headline .date-category {
	font-size:0.8em;
}
.law_news .reports .borderbottom .headline {
	padding-left:0;
}
.law_news .reports .borderbottom {
    border-bottom: 1px solid #000;
    padding: 20px 0 30px 0;
}
.law_news .reports .borderbottom:last-child {
    border-bottom: none;
}
.law_news_mobile {
	display:none;
	background-size:100%;
	background-repeat:no-repeat;
	padding-bottom: 50px;
	background-color: #FADD52;
}
/*.law_news_mobile .news {
	border-top: 5px solid #000000;
}*/
.law_news_mobile .news .borderbottom {
	border-bottom: 1px solid #b5b6b7;
    padding: 20px 0 30px 0;
}

.content.readmore a {
    color: #000;
    font-weight: bold;
	display:block;
	margin-top:20px;
}

.page-template-template_labels_at_work .noticias .flexslider .slides li.tweet a .tweet-normal {
    background: #07adef;
	color:#fff;
}

@media (min-width: 1601px) and (max-width: 2550px) {
  section.snapshots {
    background-size: 100%;
  }
}
@media (min-width: 1200px) and (max-width:1440px){
  .page-template-template_labels_at_work .noticias #flexslider-snapshots.flexslider .flex-direction-nav .flex-next {
    right: -85px !important;
  }
  .page-template-template_labels_at_work .noticias #flexslider-snapshots.flexslider .flex-direction-nav .flex-prev {
    left: -85px !important;
  }
  .video-background {
	left: -515px;
	width: 2390px;
  }
  .tab-content {
    top: 140px;
  }
  .tab-title a {
    height: auto;
	padding: 25px 0 0;
  }
  .tab-title:first-child a, .tab-title:nth-child(4) a {
    padding: 31px 0 0px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .desktop h1, .image-header h1 {
    font-size: 2.8em;
  }
  .video-background {
    min-height: 39em;
  }
  .video-foreground {
    width: 126%;
  }
  .page-template-template_labels_at_work .noticias #flexslider-snapshots.flexslider .flex-direction-nav .flex-next {
    right: -1.3em !important;
  }
  .page-template-template_labels_at_work .noticias #flexslider-snapshots.flexslider .flex-direction-nav .flex-prev {
    left: -2em !important;
  }
  .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;
  }
  .law .col-lg-24.col-md-1.col-sm-1.col-xs-24 {
    width: 100%;
  }
  .tabs {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: 0;
    z-index: 100;
    bottom: -250px;
    transform: translateX(-50%);
	width:100%;
  }
  .tab-title {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #af90b9;
    min-height: 40px;
  }
  .tab-title a {
    display: inline-block;
    color: #af90b9;
    font-size: 16px;
    vertical-align: middle;
    height: 80px;
    padding: 25px 0;
    line-height: 24px;
    width: auto;
    max-width: 120px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-family: Raleway;
  }
  section.snapshots {
    height: 650px;
  }
  .snapshots h2, h2.law_news {
    text-align: center;
    font-size: 2.2em;
    font-weight: 900;
    padding: 60px 0 75px;
    font-family: Raleway;
  }
  .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-next {
    right: 0px !important;
  }
  .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-prev {
    left: 0px !important;
  }
  .page-template-template_labels_at_work .noticias .flexslider .slides li {
    margin-right: 15px;
  }
  .flex-viewport {
    max-width: 760px;
    left: 50%;
	transform:translateX(-50%);
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .law .container, .image-header .container {
    padding-top: 0px;
  }
  section.law {
    max-height: 485px;
  }
  .law h1 {
	font-size:2em;
	line-height:1.2em;
	padding: 45px 0 20px;
  }
  .tab-title a {
	padding: 20px 0 25px;
  }
  .tab-title:first-child a, .tab-title:nth-child(4) a {
	padding: 32px 0 36px;
  }
  .video-foreground {
    width: 198%;
  }
  .law.desktop .col-sm-1 {
    width: 100%;
  }
  .default-intro {
    width: 90%;
  }
  .tab-content {
    width: 90%;
  }
  .tabs {
    margin-left: 0;
    bottom: -190px;
    transform: translateX(-50%);
    width: 95%;
  }
  .tab-title {
    width: 135px;
    min-height: 80px;
  }
  .tab-title a {
    font-size: 15px;
    height: 80px;
  }
  .law_cta_more {
    bottom: -245px;
  }
  .snapshots h2, h2.law_news {
    font-size: 2em;
    padding: 65px 0 45px;
  }
  #flexslider-snapshots .flex-viewport {
    width: 710px;
  }
  .video-background {
    left: -270px;
  }
  .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-next {
    right: -33px !important;
	width:27px;
  }
  .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-prev {
    left: -35px !important;
	width:27px;
  }
  
  .page-template-template_labels_at_work .noticias .flexslider .slides li {
    margin-right: 15px;
  }
  .flex-viewport {
    max-width: 760px;
    left: 50%;
	transform:translateX(-50%);
  }
  section.snapshots {
    height: 570px;
	background-position: -170px top !important;
  }
  .page-template-template_labels_at_work .noticias {
    margin-bottom: 0px;
  }
  .law_news .container {
    width: 100%;
  }
  .border hr {
    display: inline-block;
    width: 35%;
    height: 0px;
    border-top: none;
    padding-bottom: 0px;
    margin: 0;
    box-sizing: initial;
    border-bottom: 5px solid;
  }
  .border a.link-arrow {
	width: 30%;
    padding-right: 25px;
    display: inline-block;
    margin-bottom: -6px;
  }
  .all_news {
    margin-top: 50px;
  }
  section.law_news {
	padding-bottom:700px;
  }
  #millerreport {
    background-size: cover;
    min-height: 500px;
    width: 100%;
  }
  #millerreport h1 {
    font-size: 2em;
    width: 100%;
    line-height: 1.2em;
    margin-left: 0;
    padding-top: 60px;
  }
  #millerreport .description {
    width: 650px !important;
    margin-left: auto;
    margin-top: 45px;
    font-size: 17px;
    margin-bottom: 75px;
    line-height: 25px;
    margin-right: auto;
  }
  #millerreport .download {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 70px;
  }
}
@media screen and (min-device-width: 667px) and (max-device-width:767px) {
  .video-background {
    min-height: 500px;
  }
  .video-foreground {
    width: 157%;
  }
  .default-intro {
    width: 100%;
  }
  .tabs {
    left: 50%;
    margin-left: 0;
    bottom: -228px;
    transform: translateX(-50%);
    width: 100%;
  }
  .tab-content {
    max-width: 100%;
    width: 100%;
  }
  .tab-title {
    width: 9em;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #af90b9;
    min-height: 50px;
  }
  .law .container, .image-header .container {
    padding-top: 0;
  }
  .desktop h1, .image-header h1 {
    font-size: 2em;
  }
  
  section.snapshots {
    height: 360px;
  }
  .snapshots h2, h2.law_news {
    font-size: 2em;
    padding: 50px 0 60px;
  }
  .flexslider .slides .initialism.fade_open img {
    height: 127px;
    width: 127px;
  }
  section.law_news {
    padding-bottom: 50px;
  }
  div#flexslider-news {
    display: block !important;
  }
  .border a.link-arrow {
    margin: 0 6px 0 auto;
  }
  .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-next {
    right: -40px !important;
    background-size: 60%;
  }
  .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-prev {
    left: -35px !important;
    background-size: 60%;
  }
  .all_news {
    margin-top: 20px;
  }
  #millerreport {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 580px;
    width: 100%;
  }
  #millerreport h1 {
    font-size: 2em;
    width: 100%;
    line-height: 1.2em;
    margin-left: 0;
    padding-top: 40px;
  }
  #millerreport .description {
    width: 95%;
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
  }
  #millerreport .download {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 120px;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 480px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  .video-foreground {
    width: 229%;
  }
  .law .container, .image-header .container {
    padding-top: 30px;
  }
  .default-intro {
    width: 100%;
  }
  .tab-content {
    width: 100%;
  }
  .tabs {
    margin-left: 0;
    bottom: -220px;
    width: 100%;
    transform: translateX(-50%);
  }
  .tab-title {
    width: 7em;
    min-height: 60px;
  }
  .tab-title a {
    font-size: 14px;
    height: 80px;
    line-height: 20px;
  }
  section.snapshots {
    height: 350px;
  }
  .snapshots h2, h2.law_news {
    font-size: 2em;
    padding: 40px 0 55px;
  }
  div#flexslider-news {
    display: block !important;
  }
  .flex-viewport {
    width: 380px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-prev {
    left: 10px !important;
  }
  .HomePage .img-back .noticias .flexslider .flex-direction-nav .flex-next, .page-template-template_labels_at_work .noticias .flexslider .flex-direction-nav .flex-next {
    right: 0px !important;
  }
  #millerreport {
    min-height: 580px;
  }
  #millerreport h1 {
    font-size: 3em;
    width: 100%;
    line-height: 1.2em;
    margin-left: 0;
    padding-top: 40px;
  }
  #millerreport .description {
    width: 90%;
    margin-left: 15px;
    margin-top: 75px;
    font-size: 16px;
    margin-bottom: 75px;
  }
  #millerreport .download {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 70px;
  }
}
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

@media screen and (max-width:480px) {
  .law .container {
	  padding-top:0;
  }
  .video-background {
	display:none;
  }
  .background-mobiles {
	display:block;
  }
  .background-mobiles h1 {
	font-size: 2.2em;
    line-height: 1.2em;
	font-weight: 900;
  }
  .law-intro {
    padding: 0px 0 50px;
	max-width: 100%;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  section.image-header.law {
    display: none;
  }
  .default-intro {
    position: absolute;
	top: 165px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .tabs {
    text-align: center;
    left: 50%;
    margin-left:0;
    bottom: -335px;
    width: 100%;
    position: absolute;
	transform:translateX(-50%);
  }
  /*To remove button from IE11, thank you Matt */
  select#hero-selector::-ms-expand {
     display: none;
  }
  .tabs label {
	  position:relative;
  }
  .tabs .arrow-down {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    font: 17px "Roboto";
    color: #333;
    /*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
    right: 5%;
    /*Adjust for position however you want*/
  
    top: 18px;
    padding: 0 0 2px;
    
    /*left line */
  
    position: absolute;
    pointer-events: none;
  }
  .tabs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
  
    display: block;
    width: 100%;
    -ms-word-break: normal;
    word-break: normal;
  }
  select#hero-selector {
    text-transform: uppercase;
    padding: 10px 30px 10px 20px;
    background: transparent;
    color: #fff;
	font-weight: bold;
  }
  select#hero-selector option {
    background: #fade4f;
    color: #333;
	font-weight: bold;
  }
  .tab-title {
    width: 88px;
    border-left: none;
    min-height: 22px;
  }
  .tab-title:last-child {
	  border-right:none;
  }
  .tab-title a {
    font-size: 12px;
    height: 13px;
    padding: 33px 0;
    line-height: 18px;
    width: auto;
  }
  .tab-title a.law_as {
    width: 56px;
  }
  .tab-title:first-child a {
    padding: 40px 0 30px;
  }
  .background-mobiles.law .law_cta_more {
	  width:300px;
	  bottom: -425px;
  }
  .law_cta_more a {
    font-size: 18px;
  }
  .tab-content {
    display: none;
    position: absolute;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	top:165px;
  }
  .tab-content h3 {
    font-size: 17px;
  }
  .page-template-template_labels_at_work .noticias #flexslider-law-mobile.flexslider .slides li {
    margin-right: 20px;
  }
  #flexslider-law-mobile.flexslider .slides .initialism.fade_open img {
    height: 100%;
    width: 100%;
  }
  section.snapshots {
    height: 550px;
	background-position: -40px top !important;
  }
  .snapshots h2, h2.law_news {
    font-size: 2.2em;
    padding: 0;
	margin:60px 0 25px;
	line-height:1.2em;
  }
  .border hr {
    width: 25%;
  }
  a#more-news-toggle-mobile {
    width: 45%;
	padding-right: 26px;
  }
  .page-template-template_labels_at_work .noticias {
    margin-bottom: 50px;
  }
  
  #carousel-galeria-fotos.flexslider .slides .initialism.fade_open img {
    width: 127px;
    height: 127px;
  }
  .fade{
	width:85%;
  }
  .fade iframe {
	max-width:100%;
  }
  
  .page-template-template_labels_at_work .noticias #carousel-galeria-fotos.flexslider .flex-direction-nav .flex-next{
    right: -30px !important;
  }
  .page-template-template_labels_at_work .noticias #flexslider-news-mobile.flexslider .flex-direction-nav .flex-next {
	  right: -40px !important;
	  margin:-11px 0 0;
  }
  
  .page-template-template_labels_at_work .noticias #carousel-galeria-fotos.flexslider .flex-direction-nav .flex-prev  {
    left: -30px !important;
  }
  .page-template-template_labels_at_work .noticias #flexslider-news-mobile.flexslider .flex-direction-nav .flex-prev {
	  left: -40px !important;
  }
  section.law_news {display:none;}
  .law_news_mobile {
	display:block;
	padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #flexslider-news-mobile .slides li {
    margin-right: 0px;
  }
  #flexslider-news-mobile .slides li .noti-normal {
    width: 100% !important;
  }
  .all_news {
    margin-top: 30px;
  }
  .law_news_mobile .all_news .borderbottom {
	border-bottom: 1px solid #b5b6b7;
    padding: 20px 0 30px 0;
  }
  .law_news_mobile .all_news {
	text-align:left;
  }
  .law_news_mobile .all_news .borderbottom .headline {
	padding-left: 0;
  }
  .law_news_mobile .all_news a {
	color:#000;
  }
  .law_news_mobile .all_news .borderbottom .headline h2{
    font-weight: 700;
    margin-bottom: 18px;
  }
  .law_news_mobile .all_news .borderbottom .headline .date-category {
	font-size: 0.8em;
  }
  .page-template-template_labels_at_work .noticias .flexslider .slides li .more-site {
    bottom: 15px;
  }
  
  #millerreport {
	background-size:cover;
	background-repeat:no-repeat;
	min-height: 730px;
  }
  
  #millerreport h1 {
    font-size: 35px;
    font-family: Raleway;
    font-weight: 900;
    text-align: center;
    width: auto;
    line-height: 1.2em;
    margin-left: 0;
    text-transform: uppercase;
    color: #fff;
    padding-top: 70px;
  }
  #millerreport .description {
    width: auto;
    margin-left: 10px;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 75px;
    line-height: 24px;
    font-family: roboto;
    margin-right: 10px;
  }
  #millerreport .download {
    margin: 10px auto 0px;
    width: auto;
    text-align: center;
  }
  
}
@media screen and (max-width:320px) {
  #homepage-banner-mini-law a {
    padding: 0 0px 3px;
  }
  
  .law-intro {
    padding: 0px 0 120px;
  }
  .default-intro {
    top: 200px;
  }
  .tab-content {
    top: 200px;
  }
  .tab-content h3 {
    font-size: 18px;
  }
  .tab-title {
    width: 85px;
    border-left: none;
    min-height: 25px;
  }
  .tab-title a {
    font-size: 12px;
    height: 30px;
    padding: 35px 0;
    line-height: 18px;
    width: 85px;
  }
  .more-news.border {
    width: 320px;
    margin-left: -30px;
  }
  .border hr {
    width: 70px;
  }
  .law_cta_more {
    bottom: -260px;
  }
}


