@import "https://cache.umusic.com/_drupal/icons/_fontawesome/css/font-awesome.min.css";
@font-face {
    font-family: 'FontAwesome';
    src: url("http://cache.umusic.com/_drupal/icons/_fontawesome/fonts/fontawesome-webfont.woff");
    src: url("http://cache.umusic.com/_drupal/icons/_fontawesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype") url("http://cache.umusic.com/_drupal/icons/_fontawesome/fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

button, input[type="submit"] {
    border: 1px solid #7e7ea6;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #dbdbdc;
    color: #333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: #afafbc;
    background-image: -webkit-linear-gradient(#afafbc, #8787ac);
    background-image: linear-gradient(#afafbc, #8787ac);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b4b4cc;
    background-clip: padding-box;
    font-size: 1em
}

button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
    background-color: #a4a4ad;
    background-image: -webkit-linear-gradient(#a4a4ad, #7f7fa5);
    background-image: linear-gradient(#a4a4ad, #7f7fa5);
    box-shadow: inset 0 1px 0 0 #c1c1c4;
    cursor: pointer
}

button:active:not(:disabled), input[type="submit"]:active:not(:disabled),
button:focus:not(:disabled), input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #7e7ea6;
    box-shadow: inset 0 0 8px 4px #77779d, inset 0 0 8px 4px #77779d
}

button:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

body.html {
    color: #fff;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em
}

body.html h1, body.html h2, body.html h3, body.html h4, body.html h5,
body.html h6 {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    line-height: 1.25em;
    margin: 0;
    color: #df1c2c;
    text-rendering: optimizeLegibility
}

body.html h1 {
    font-size: 2.25em
}

body.html h2 {
    font-size: 2em
}

body.html h3 {
    font-size: 1.75em
}

body.html h4 {
    font-size: 1.5em
}

body.html h5 {
    font-size: 1.25em
}

body.html h6 {
    font-size: 1em
}

body.html p {
    margin: 0 0 0.75em
}

body.html a {
    color: #afafbc;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear
}

body.html a:hover {
    color: #85859a
}

body.html a:active, body.html a:focus {
    color: #85859a;
    outline: none
}

body.html hr {
    border-bottom: 1px solid #afafbc;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0
}

body.html img {
    margin: 0;
    max-width: 100%
}

body.html abbr, body.html acronym {
    border-bottom: 1px dotted #afafbc;
    cursor: help
}

body.html address {
    display: block;
    margin: 0 0 0.75em
}

body.html hgroup {
    margin-bottom: 0.75em
}

body.html del {
    color: #fff
}

body.html blockquote {
    border-left: 2px solid #afafbc;
    color: #fff;
    margin: 1.5em 0;
    padding-left: 0.75em
}

body.html cite {
    color: #fff;
    font-style: italic
}

body.html cite:before {
    content: '\2014 \00A0'
}

fieldset {
    background: #cbcbd3;
    border: 1px solid #afafbc;
    margin: 0 0 0.75em 0;
    padding: 1.5em
}

input, label, select {
    display: block;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-size: 1em
}

label {
    font-weight: bold;
    margin-bottom: 0.375em
}

label.required:after {
    content: "*"
}

label abbr {
    display: none
}

textarea, input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="email"], input[type="month"],
input[type="number"], input[type="password"], input[type="search"],
input[type="tel"], input[type="text"], input[type="time"], input[type="url"],
input[type="week"], textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0.1875em;
    border: 1px solid #afafbc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    resize: vertical;
    width: 100%
}

textarea:hover, input[type="color"]:hover, input[type="date"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover,
input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover,
input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover,
input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover,
input[type="week"]:hover, textarea:hover {
    border-color: #9393a5
}

textarea:focus, input[type="color"]:focus, input[type="date"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus,
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus,
input[type="week"]:focus, textarea:focus {
    border-color: #afafbc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(161, 161, 177, 0.7);
    outline: none
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: 0.375em
}

input[type="file"] {
    width: 100%
}

select {
    width: auto;
    margin-bottom: 1.5em
}

button, input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #85859a;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: left
}

td {
    border-bottom: 1px solid #afafbc;
    padding: 0.75em 0
}

tr, td, th {
    vertical-align: middle
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

dl {
    line-height: 1.5em;
    margin-bottom: 0.75em
}

dl dt {
    font-weight: bold;
    margin-top: 0.75em
}

dl dd {
    margin: 0
}

.error, #flash_failure {
    background: #FBE3E4;
    color: #97161b;
    font-weight: bold;
    margin-bottom: 0.75em;
    padding: 0.75em
}

.error a, #flash_failure a {
    color: #6a0f13
}

.error a:hover, #flash_failure a:hover {
    color: #110203
}

.notice, #flash_notice {
    background: #FFF6BF;
    color: #8c7800;
    font-weight: bold;
    margin-bottom: 0.75em;
    padding: 0.75em
}

.notice a, #flash_notice a {
    color: #594c00
}

.notice a:hover, #flash_notice a:hover {
    color: #000
}

.success, #flash_success {
    background: #E6EFC2;
    color: #56651a;
    font-weight: bold;
    margin-bottom: 0.75em;
    padding: 0.75em
}

.success a, #flash_success a {
    color: #333c10
}

.success a:hover, #flash_success a:hover {
    color: #000
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup,
nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, button, input, select, textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

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

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q:before, q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* , * :before, * :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.node-type-music h1#page-title {
    display: none
}

h1, h2, h3, h4, h4, h6 {
    padding: 0px;
    margin: 0px
}

body {
    font-family: Arial;
    font-size: 12pt
}

#block-user-login {
    display: none
}

#block-janrain-capture-janrain-capture {
    float: right
}

#block-janrain-capture-janrain-capture .item-list li {
    list-style: none
}

#main-content {
    margin: 0px;
    padding: 0px
}

#content {
    margin-bottom: 3em;
    Xposition: absolute
}

body.page-music .view-music h2.field-label {
    margin: 0px;
    padding: 0px
}

#page {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    position: relative
}

.item-list ul {
    padding: 0px;
    margin: 0px
}

.block {
    margin-bottom: 0px
}

.block-content ul, .block-content ol {
    padding: 0px;
    margin: 0px
}

.item-list ul li {
    margin: 0px
}

.menu, ol, ul {
    margin: 0px;
    padding: 0px
}

.node-music .field-type-taxonomy-term-reference {
    margin-bottom: 0px
}

#secondary-menu-bar {
    display: none
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#page {
    background-color: #efefef
}

#header {
    margin-bottom: 17px
}

#breadcrumb {
    display: none
}

#logo {
    padding: 0px;
    margin: 0px
}

#logo img {
    width: 100%;
    height: auto
}

h1#page-title {
    width: 100%;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    line-height: 110%;
    padding: 2%
}

#main-content .field-name-field-news-date {
    width: 100%;
    text-align: center
}

.social-share-footer ul.social-share-menu {
    list-style: none;
    display: inline-block
}

.social-share-footer span.user-action-label, .social-share-footer ul.social-share-menu li {
    display: inline-block
}

.fancybox-type-iframe {
    width: 75% !important;
    height: 300px !important;
    margin: 0px auto !important;
    position: relative !important;
    margin-top: 15% !important
}

.fancybox-skin, .fancybox-inner, .fancybox-skin {
    height: 420px !important
}

.fancybox-inner {
    padding: 5px !important
}

#block-block-171, #block-block-181 {
    margin: 0px
}

#block-block-181 {
    position: relative;
    top: -15px
}

#branding a, a {
    z-index: 100;
    position: relative
}

.field-name-field-livefyre-comments {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b2b2b2
}

body.node-type-news-item .field-name-field-livefyre-comments {
    padding: 3%
}

.region-leaderboard #block-block-176, .region-leaderboard #block-janrain-capture-janrain-capture {
    margin-bottom: 0px
}

.region-leaderboard #block-janrain-capture-janrain-capture .item-list ul {
    Xmargin-top: 15px
}

#copyright-privacy, .region-tertiary-content {
    width: 100%;
    text-align: center
}

.region-tertiary-content {
    min-height: 140px
}

#copyright-privacy .cp-span {
    width: 100%;
    padding: 1%;
    display: inline-block;
    text-align: center;
    font-size: 90%
}

#artist-follow-footer {
    padding: 2%;
    width: 100%;
    display: block
}

#artist-follow-footer .follow-artist {
    background-color: #444;
    width: 170px;
    display: block;
    margin: 0px auto;
    border-radius: 8px;
    padding: 6px
}

#block-block-186 {
    margin: 0px
}

#block-block-191 {
    margin-top: 20px;
    padding-top: 1%;
    border-top: 1px solid #ccc
}

#block-block-191 .cp-span {
    width: 100%;
    display: inline-block;
    text-align: center
}

#block-menu-menu-main-navigation-menu {
    background: url("http://cache.umusic.com/_global/images/textures/debut_dark.png");
    z-index: 9999;
    position: fixed;
    left: -15.625em;
    width: 15.625em
}

#block-menu-menu-main-navigation-menu .block-inner {
    margin: 0px
}

#block-menu-menu-main-navigation-menu ul li {
    float: none;
    display: inherit;
    text-align: left;
    padding: 0px;
    margin: 0px
}

#block-menu-menu-main-navigation-menu ul li a {
    color: #fff
}

#block-menu-menu-main-navigation-menu ul li a {
    Xcolor: #aaa;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: .6em 2em;
    width: 100%
}

#block-menu-menu-main-navigation-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none
}

#block-menu-menu-main-navigation-menu ul li.active-trail a {
    color: #fff;
    background: rgba(0, 0, 0, 0.3)
}

body.page-music #content .view-music {
    clear: both;
    float: left
}

body.page-music #content .view-music .views-row {
    width: 48%;
    float: left;
    vertical-align: top;
    margin: 2% 1%
}

body.page-music #content .view-music .views-row .views-field-field-album-cover img {
    width: 100%;
    height: auto
}

body.page-music .node-music .field-name-title h2 {
    margin: 0px;
    padding: 0px
}

body.page-music #content .views-field-title {
    font-size: 90%;
    text-transform: uppercase;
    line-height: 1.1em;
    text-align: center
}

body.page-music #main-content {
    padding: 3%
}

body.node-type-song #main-content {
    padding: 3%
}

body.node-type-song #content .field-name-song-artist-name {
    width: 100%;
    text-align: center
}

body.page-node-136 #main-content {
    padding: 3%
}

.view-artist-profile {
    margin-top: -52px
}

.view-artist-profile ul.artist-social-links {
    list-style: none
}

.view-artist-profile ul.artist-social-links li {
    list-style: none;
    display: inline-block
}

.view-artist-profile ul.artist-social-links li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px
}

.view-artist-profile ul.artist-social-links li.facebook a {
    background: url(http://cache.umusic.com/_global/images/social/social-icons-round-flat-2.png) no-repeat 0px 0px
}

.view-artist-profile ul.artist-social-links li.twitter a {
    background: url(http://cache.umusic.com/_global/images/social/social-icons-round-flat-2.png) no-repeat -77px 0px
}

.view-artist-profile ul.artist-social-links li.instagram a {
    background: url(http://cache.umusic.com/_global/images/social/social-icons-round-flat-2.png) no-repeat -151px 0px
}

.view-artist-profile ul.artist-social-links li.youtube a {
    background: url(http://cache.umusic.com/_global/images/social/social-icons-round-flat-2.png) no-repeat -41px 0px
}

.view-artist-profile .field-name-field-artist-hero-image {
    background-color: #444;
    padding-bottom: 60px
}

.view-artist-profile .field-name-field-artist-profile-image, .view-artist-profile .field-name-field-artist-socials-html {
    display: inline-block;
    vertical-align: top
}

.view-artist-profile .field-name-field-artist-profile-image {
    margin-top: -200px;
    max-width: 180px;
    margin-left: 20px
}

.view-artist-profile .field-name-field-artist-socials-html {
    margin-top: -60px;
    max-width: 210px
}

.view-artist-profile h1.artist-profile-name {
    position: relative;
    top: 90px;
    font-size: 400%;
    color: #fff;
    width: 100%;
    text-align: center
}

.view-artist-profile .field-name-body {
    padding: 0px 20px
}

d body.node-type-news-item .field-name-body {
    padding: 0px 3%
}

body.node-type-news-item .field-name-body embed, body.node-type-news-item .field-name-body object,
body.node-type-news-item .field-name-body iframe {
    margin: 0px auto;
    display: block
}

body.node-type-news-item .field-name-title, body.node-type-news-item .field-name-field-news-date {
    color: #fff
}

body.node-type-news-item .ds-1col-stacked > .group-header {
    position: absolute;
    top: 11%;
    width: 100%;
    text-align: center
}

body.node-type-news-item h1#page-title {
    display: none
}

body.node-type-news-item .group-header h1 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    line-height: 110%;
    font-size: 200%;
    font-weight: 600;
    display: block;
    padding: 5px
}

#block-views-home-page-block h2 {
    width: 100%;
    text-align: center;
    font-size: 190%;
    margin-top: 4%
}

#block-views-home-page-block .views-field-field-newsimage img {
    width: 100%;
    height: auto
}

body.front h1#page-title {
    display: none
}

body.front .view-home-page {
    position: relative
}

body.front .view-home-page .views-field-nothing {
    position: absolute;
    text-align: center;
    width: 100%
}

body.front .view-home-page .homepage-news-title-date {
    position: relative;
    padding-top: 5%;
    width: 100%;
    text-align: center
}

body.front .view-home-page .views-field-title {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 200%;
    font-weight: 600;
    line-height: 110%;
    display: block;
    padding: 3% 3% 0% 3%
}

body.front .view-home-page .views-field-title a {
    color: #fff
}

body.front .view-home-page .views-field-field-news-date {
    width: 100%;
    font-size: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 5px
}

body.front #block-views-home-page-block-1 .view-home-page .views-field-nothing {
    padding: 2%;
    width: 100%;
    text-align: left;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.6)
}

#block-views-home-page-block .view-home-page .views-row {
    border: 1px solid #000;
    margin: 2% 4%;
    position: relative
}

#block-views-home-page-block .view-home-page .views-row:nth-child(1) {
    margin-top: 0%
}

body.front .view-home-page .views-field-field-newsimage {
    margin-bottom: -7px
}

body.front .view-home-page .content-type-music .views-field-title {
    padding: 0px;
    top: 8%;
    position: absolute;
    left: 40%
}

body.front .view-home-page .featured-music-release-title {
    font-size: 250%;
    font-weight: 600;
    text-transform: uppercase
}

body.front .view-home-page .featured-music-release-artist {
    font-size: 180%;
    line-height: 60%
}

body.front .view-home-page .featured-music-release-tagline {
    line-height: 300%
}

body.front .view-home-page .featured-music-release-artist, body.front .view-home-page .featured-music-release-tagline {
    display: block
}

body.front .view-home-page .featured-music-release-cover, body.front .view-home-page .featured-music-release-info-wrapper {
    float: left
}

body.front .view-home-page .featured-music-release-cover img {
    width: 100%;
    max-width: 250px;
    border: 1px solid #555
}

body.front .view-home-page .featured-music-release-cover {
    width: 29%;
    max-width: 265px;
    margin-right: 2%
}

body.front .view-home-page .featured-music-release-info-wrapper a,
body.front .view-home-page .featured-music-release-info-wrapper {
    color: #fff
}

body.front .view-home-page .featured-music-release-info-wrapper a:hover {
    text-decoration: none
}

body.front .view-home-page .content-type-music > .views-field-title {
    display: none
}

body.page-media-gallery-detail .media-gallery-detail-wrapper {
    margin-top: 0px
}

body.page-media-gallery-detail .media-gallery-detail-wrapper .media-gallery-detail-info {
    margin-top: 0px
}

body.page-media-gallery-detail .media-gallery-detail-wrapper .media-gallery-detail {
    float: none;
    margin-right: 0px;
    max-width: 100%
}

body.page-media-gallery-detail .media-gallery-detail-wrapper .media-thumbnail-frame {
    background-color: #fff;
    padding: 2%;
    border: 1px solid #ccc;
    margin: 0% 2%
}

body.page-media-gallery-detail .media-gallery-detail-wrapper .media-gallery-back-link {
    display: block;
    width: 100%;
    text-align: center
}

body.page-media-gallery-detail .media-gallery-detail-wrapper .media-gallery-detail-image-info-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

body.node-type-music .field-name-field-album-cover {
    float: left
}

body.node-type-music .node-music > .group-left {
    clear: both
}

body.node-type-music .views-field-field-album-cover {
    float: left;
    margin: 0px 15px 0px 0px
}

#block-views-music-block-1 .view-music .views-row {
    clear: both
}

#block-views-music-block-1 .view-music .views-field-nothing .release-info .release-title {
    display: block
}

@media (min-width: 5px) and (max-width: 480px) {
    body.node-type-music .ds-2col-stacked > .group-right, body.node-type-music .ds-2col-stacked > .group-left {
        width: 100%
    }

    #block-janrain-capture-janrain-capture .block-content {
        font-size: 10pt
    }

    .view-artist-profile h1.artist-profile-name {
        font-size: 200%
    }

    .view-artist-profile {
        margin-top: -31px
    }

    #block-block-181 {
        position: relative;
        top: -15px
    }

    .view-artist-profile .field-name-field-artist-profile-image {
        margin-top: -110px;
        max-width: 95px;
        margin-left: 10px
    }

    body.front .view-home-page .views-field-title {
        font-size: 120%;
        font-weight: 600;
        line-height: 105%;
        padding: 3%
    }

    #branding {
        max-width: 200px;
        margin-top: -60px
    }

    body.node-type-media-gallery .mg-col-4 > .field-items > .field-item,
    .mg-col-4 .mg-gallery {
        width: 100% !important
    }

    body.node-type-song #main-content {
        text-align: center
    }

    body.page-videos .views-field-title {
        float: left;
        width: 100%;
        line-height: 1.4em;
        text-align: center
    }

    body.page-videos .video-metadata {
        float: none;
        text-align: center;
        width: 100%;
        line-height: 2em
    }

    body.node-type-video .field-name-video-listing-block .view-video .views-row {
        width: 45%;
        margin: 2%
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .view-artist-profile {
        margin-top: -52px
    }

    #block-block-181 {
        position: relative;
        top: -15px
    }

    body.front .view-home-page .views-field-title {
        font-size: 120%;
        font-weight: 600;
        line-height: 105%;
        padding: 3%
    }

    body.node-type-song #main-content {
        text-align: center
    }

    body.page-videos .views-field-title {
        float: left;
        width: 100%;
        line-height: 1.4em;
        text-align: center
    }

    body.page-videos .video-metadata {
        float: none;
        text-align: center;
        width: 100%;
        line-height: 2em
    }

    body.node-type-video .field-name-video-listing-block .view-video .views-row {
        width: 45%;
        margin: 2%
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .view-artist-profile {
        margin-top: -68px
    }
}

@media (min-width: 980px) {
    .view-artist-profile {
        margin-top: -96px
    }
}

html {
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    background: #1f1f22;
    overflow-x: hidden
}

body.html {
    background: #1f1f22;
    color: #fff;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    overflow-x: hidden
}

body.html div#page {
    position: relative;
    max-width: 1600px
}

@media screen and (max-width: 1199px) {
    body.html div#page {
        max-width: 1200px
    }
}

@media screen and (max-width: 959px) {
    body.html div#page {
        max-width: 959px
    }
}

body.html .content, body.html div.block {
    border: none;
    padding: 0;
    margin: 0;
    background: none
}

body.html .columns {
    position: relative;
    z-index: 1
}

body.html .columns #main-content {
    padding: 0em;
    float: left;
    width: 100%;
    background: #1f1f22;
    margin: 0 auto
}

body.html .columns #main-content div.view-home-page {
    margin-top: -20px
}

body.html h1#page-title, body.html h2.block-title, body.html .hidden {
    display: none
}

body.html div.block, body.html div.block-inner {
    margin: 0;
    padding: 0
}

body.html table {
    border: none
}

body.html .item-list ul, body.html .item-list ul li {
    margin: 0;
    padding: 0
}

body.html .region-sidebar-second {
    width: 35%;
    margin-left: -35%
}

body.html.sidebar-first .content-inner {
    margin-left: 0%
}

body.html.sidebar-second .content-inner {
    margin-right: 35%
}

body.html.front #content {
    margin: 0 auto
}

body.html.front .columns #main-content {
    padding: 0
}

#header {
    background: #31313b;
    position: fixed;
    left: 0;
    top: 0;
    height: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 100
}

#header #site-name, #header #name-and-slogan {
    display: none
}

@media screen and (max-width: 599px) {
    #header {
        height: 0;
        display: none
    }
}

#header #block-system-user-menu {
    display: inline-block;
    float: left;
    margin: 0
}

#header #block-system-user-menu ul.menu {
    margin: 0;
    list-style-type: none;
    padding: 0
}

#header #block-system-user-menu ul.menu > li {
    list-style-type: none;
    display: inline-block;
    float: left
}

#header #block-system-user-menu ul.menu > li a {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    line-height: 40px;
    height: 40px;
    letter-spacing: .1em
}

#menu-bar {
    float: left;
    background: #000;
    width: 100%;
    padding: 1.2em 2em;
    position: fixed;
    margin: 0;
    top: 40px;
    left: 0;
    height: 75px;
    z-index: 99
}

@media screen and (max-width: 959px) {
    #menu-bar {
        padding: 1.5em;
        height: 75px
    }
}

@media screen and (max-width: 599px) {
    #menu-bar {
        padding: .9em;
        height: 65px;
        top: 0
    }
}

#menu-bar #header-logo {
    text-indent: -9999em;
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/m5-logo-sm.png) left center no-repeat;
    width: 165px;
    height: 35px;
    float: left
}

#menu-bar #header-logo a {
    float: left;
    width: 100%;
    height: 100%
}

#menu-bar #branding {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin: 0px auto
}

#menu-bar #branding #logo a {
    position: relative;
    z-index: 100;
    top: 7px
}

#menu-bar #branding hgroup {
    margin: 0
}

#menu-bar #branding img.site-logo {
    display: none
}

@media screen and (max-width: 959px) {
    #menu-bar #branding {
        position: relative;
        max-width: 260px;
        margin-top: -52px
    }
}

@media screen and (max-width: 599px) {
    #menu-bar #branding {
        max-width: 48px
    }
}

#block-janrain-capture-janrain-capture {
    float: left;
    width: auto;
    margin: 0;
    display: inline;
    width: auto;
    max-width: 35%;
    padding-right: 1em;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

@media screen and (max-width: 599px) {
    #block-janrain-capture-janrain-capture {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        border: none
    }

    #block-janrain-capture-janrain-capture .item-list > ul {
        padding: 1em 1em .5em 1em;
        float: left;
        width: 100%;
        margin: 0
    }

    #block-janrain-capture-janrain-capture .item-list > ul li {
        padding: 1em;
        border: 3px solid rgba(255, 255, 255, 0.5);
        margin: 0;
        width: 49%;
        float: left;
        display: inline;
        clear: none
    }

    #block-janrain-capture-janrain-capture .item-list > ul li.iga-signin {
        content: '\f090'
    }

    #block-janrain-capture-janrain-capture .item-list > ul li.iga-signout {
        content: '\f08b'
    }

    #block-janrain-capture-janrain-capture .item-list > ul li.iga-profile {
        content: '\f007'
    }

    #block-janrain-capture-janrain-capture .item-list > ul li a {
        height: auto;
        font-size: 1em
    }

    #block-janrain-capture-janrain-capture .item-list > ul li:hover,
    #block-janrain-capture-janrain-capture .item-list > ul li:focus {
        background: #fff;
        color: #000
    }

    #block-janrain-capture-janrain-capture .item-list > ul li:hover a,
    #block-janrain-capture-janrain-capture .item-list > ul li:hover a:after,
    #block-janrain-capture-janrain-capture .item-list > ul li:focus a,
    #block-janrain-capture-janrain-capture .item-list > ul li:focus a:after {
        color: #000
    }

    #block-janrain-capture-janrain-capture .item-list > ul li.iga-signin {
        width: 100%
    }

    #block-janrain-capture-janrain-capture .item-list > ul li.iga-signin a {
        font-size: 1.5em
    }

    #block-janrain-capture-janrain-capture .item-list > ul li.iga-profile {
        margin: 0em 2% 0 0
    }
}

#block-janrain-capture-janrain-capture li {
    float: left;
    margin: .5em 0 0 1em;
    padding: 0
}

#block-janrain-capture-janrain-capture a {
    position: relative;
    z-index: 100;
    display: block;
    height: 35px;
    width: auto;
    text-indent: 1.5em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4em
}

@media screen and (max-width: 959px) {
    #block-janrain-capture-janrain-capture a {
        font-size: 1.7em;
        margin-top: .2em
    }
}

@media screen and (max-width: 599px) {
    #block-janrain-capture-janrain-capture a {
        margin-top: 0;
        font-size: 1em;
        text-indent: 1.2em
    }
}

#block-janrain-capture-janrain-capture a:after {
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    font-family: "FontAwesome";
    font-size: 1em;
    color: #fff;
    text-indent: 0
}

#block-janrain-capture-janrain-capture .iga-signin a:after {
    content: '\f090'
}

#block-janrain-capture-janrain-capture .iga-signout a:after {
    content: '\f08b'
}

#block-janrain-capture-janrain-capture .iga-profile a:after {
    content: '\f007'
}

#block-views-users-block {
    float: left;
    padding: .5em 1em
}

@media screen and (max-width: 959px) {
    #block-views-users-block {
        display: none
    }
}

.region-leaderboard {
    display: none;
    position: relative;
    background: #fff
}

@media screen and (max-width: 959px) {
    .region-leaderboard {
        display: block;
        float: left;
        width: 100%;
        height: 40px !important
    }
}

.region-leaderboard div.region-inner {
    float: left;
    width: 100%
}

.region-leaderboard a {
    color: #fff
}

.region-leaderboard #block-block-156 {
    padding: 0;
    padding: 18px 0 0 1em;
    line-height: 1em
}

.region-leaderboard #block-block-156 a.menu-link {
    font-size: 21px;
    color: #000;
    text-decoration: none
}

body.html div#content {
    margin-top: 7.1875em
}

@media screen and (max-width: 599px) {
    body.html div#content {
        margin-top: 4.0625em
    }
}

body.html div#content section.field-type-taxonomy-term-reference {
    display: none
}

body.html div#content div.view {
    width: 100%
}

body.html div#content div.view .view-content {
    display: block
}

@supports (flex-wrap: wrap) {
    body.html div#content div.view .view-content {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        flex-flow: row wrap;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

body.html div#content div.block-views, body.html div#content div.view {
    float: left
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views, body.html div#content div.view {
        width: 100%
    }
}

body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
    float: left;
    overflow: hidden;
    margin: 0%;
    padding: 0;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    - transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    width: 25%;
    background: #404c72;
    height: 20em;
    min-height: 17.5em
}

body.html div#content div.block-views .views-row:nth-child(3n + 2),
body.html div#content div.view .views-row:nth-child(3n + 2) {
    background: #fe4c6e
}

body.html div#content div.block-views .views-row:nth-child(3n + 3),
body.html div#content div.view .views-row:nth-child(3n + 3) {
    background: #4c3a50
}

body.html div#content div.block-views .views-row a, body.html div#content div.view .views-row a {
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.2s all ease-in-out;
    - transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

@media screen and (max-width: 1199px) {
    body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
        width: 33.3%;
        height: 18.75em;
        min-height: 15em;
        border: 1px solid rgba(0, 0, 0, 0.05)
    }
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
        width: 50%;
        height: 22.5em;
        min-height: 17.5em;
        border: none
    }
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
        width: 100%;
        margin: 0 0 0 0;
        display: block;
        clear: both;
        height: auto
    }
}

@supports (flex-wrap: wrap) {
    body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }

    @media screen and (max-width: 1199px) {
        body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 33.3%;
            -moz-flex: 0 1 33.3%;
            -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%
        }
}

    @media screen and (max-width: 959px) {
        body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 50%;
            -moz-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%
        }
}

    @media screen and (max-width: 599px) {
        body.html div#content div.block-views .views-row, body.html div#content div.view .views-row {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            height: auto;
            min-height: 15em
        }
}
}

body.html div#content div.block-views .views-row .gardens-features-video-indicator,
body.html div#content div.view .views-row .gardens-features-video-indicator {
    display: none
}

body.html div#content div.block-views .views-row:after, body.html div#content div.view .views-row:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s all ease-in-out;
    - transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

body.html div#content div.block-views .views-row img, body.html div#content div.view .views-row img {
    -webkit-backface-visibility: hidden;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: 0.2s all ease-in-out;
    - transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

body.html div#content div.block-views .views-row:focus, body.html div#content div.block-views .views-row:hover,
body.html div#content div.view .views-row:focus, body.html div#content div.view .views-row:hover {
    cursor: pointer
}

body.html div#content div.block-views .views-row:focus img, body.html div#content div.block-views .views-row:hover img,
body.html div#content div.view .views-row:focus img, body.html div#content div.view .views-row:hover img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px)
}

body.html div#content div.block-views .views-row:focus:after, body.html div#content div.block-views .views-row:hover:after,
body.html div#content div.view .views-row:focus:after, body.html div#content div.view .views-row:hover:after {
    opacity: 0.1;
    filter: alpha(opacity=10)
}

body.html div#content div.block-views .views-row .node, body.html div#content div.view .views-row .node {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    overflow: hidden
}

body.html div#content div.block-views .views-row .node .field-type-link-field,
body.html div#content div.view .views-row .node .field-type-link-field {
    float: left;
    border: 5px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .2em;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 1em;
    width: 48%
}

body.html div#content div.block-views .views-row .node .field-type-link-field.field-name-field-buy-tickets-link,
body.html div#content div.view .views-row .node .field-type-link-field.field-name-field-buy-tickets-link {
    margin-right: 4%
}

body.html div#content div.block-views .views-row .node .field-type-link-field a,
body.html div#content div.view .views-row .node .field-type-link-field a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: .2em 0em
}

body.html div#content div.block-views .views-row .node .field-type-link-field:hover,
body.html div#content div.view .views-row .node .field-type-link-field:hover {
    border-color: #fff
}

body.html div#content div.block-views .views-row > .article, body.html div#content div.view .views-row > .article {
    padding: 3em 2em
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-row > .article, body.html div#content div.view .views-row > .article {
        padding: 3em 2em
    }
}

body.html div#content div.block-views .views-row .node-blog .field-name-field-news-date,
body.html div#content div.block-views .views-row .node-news .field-name-field-news-date,
body.html div#content div.view .views-row .node-blog .field-name-field-news-date,
body.html div#content div.view .views-row .node-news .field-name-field-news-date {
    display: none
}

body.html div#content div.block-views .views-row .node-blog .field-name-title:before,
body.html div#content div.block-views .views-row .node-news .field-name-title:before,
body.html div#content div.view .views-row .node-blog .field-name-title:before,
body.html div#content div.view .views-row .node-news .field-name-title:before {
    content: 'NEWS';
    width: 100%;
    margin-top: 1em;
    font-size: 1.2em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    float: left;
    letter-spacing: .05em;
    text-align: center
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-row .node-event, body.html div#content div.view .views-row .node-event {
        padding: 2em
    }
}

body.html div#content div.block-views .views-row .node-event .group-left,
body.html div#content div.block-views .views-row .node-event .group-middle,
body.html div#content div.block-views .views-row .node-event .group-right,
body.html div#content div.view .views-row .node-event .group-left,
body.html div#content div.view .views-row .node-event .group-middle,
body.html div#content div.view .views-row .node-event .group-right {
    float: left;
    width: 100%
}

body.html div#content div.block-views .views-row .node-event ul, body.html div#content div.view .views-row .node-event ul {
    margin: 0;
    padding: .5em 0 0 0;
    float: left;
    display: inline
}

body.html div#content div.block-views .views-row .node-event ul:before,
body.html div#content div.view .views-row .node-event ul:before {
    float: left;
    display: inline
}

body.html div#content div.block-views .views-row .node-event ul li,
body.html div#content div.view .views-row .node-event ul li {
    float: left;
    text-indent: .2em
}

body.html div#content div.block-views .views-row .node-event .field,
body.html div#content div.view .views-row .node-event .field {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.4em;
    margin: 0
}

body.html div#content div.block-views .views-row .node-event .field.field-name-field-date,
body.html div#content div.view .views-row .node-event .field.field-name-field-date {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .5em
}

body.html div#content div.block-views .views-row .node-event .field.field-name-field-date:before,
body.html div#content div.view .views-row .node-event .field.field-name-field-date:before {
    content: 'SHOWS';
    width: 100%;
    margin-bottom: 1em;
    font-size: 1em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    float: left;
    letter-spacing: .1em
}

body.html div#content div.block-views .views-row .node-event .field .group-right,
body.html div#content div.view .views-row .node-event .field .group-right {
    display: inline-block;
    width: auto;
    float: none
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-row .node-event .field .group-right,
    body.html div#content div.view .views-row .node-event .field .group-right {
        font-size: 90%
    }
}

body.html div#content div.block-views .views-row .node-event .field .field-name-field-venue-city,
body.html div#content div.view .views-row .node-event .field .field-name-field-venue-city {
    font-size: .8em;
    float: left
}

body.html div#content div.block-views .views-row .node-event .field .field-name-field-venue-state,
body.html div#content div.view .views-row .node-event .field .field-name-field-venue-state {
    font-size: .8em;
    float: left
}

body.html div#content div.block-views .views-row .node-event .field .field-name-field-venue-state ul:before,
body.html div#content div.view .views-row .node-event .field .field-name-field-venue-state ul:before {
    content: ', '
}

body.html div#content div.block-views .views-row .node-event .field .field-name-field-venue-country,
body.html div#content div.view .views-row .node-event .field .field-name-field-venue-country {
    font-size: .8em;
    float: left
}

body.html div#content div.block-views .views-row .node-event .field .field-name-field-venue-country ul:before,
body.html div#content div.view .views-row .node-event .field .field-name-field-venue-country ul:before {
    content: ', '
}

body.html div#content div.block-views .views-row .node-event .field p,
body.html div#content div.view .views-row .node-event .field p {
    margin: 0
}

body.html div#content div.block-views .views-row .node-event .field-type-link-field,
body.html div#content div.view .views-row .node-event .field-type-link-field {
    margin-top: 1em;
    margin-left: 26%
}

body.html div#content div.block-views .views-row .node-event .field-type-link-field a,
body.html div#content div.view .views-row .node-event .field-type-link-field a {
    font-size: .8em
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-event .field-type-link-field a,
    body.html div#content div.view .views-row .node-event .field-type-link-field a {
        font-size: 1em
    }
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-row .node-event .field-type-link-field a,
    body.html div#content div.view .views-row .node-event .field-type-link-field a {
        font-size: .8em;
        letter-spacing: .05em
    }
}

body.html div#content div.block-views .views-row .node-promotion,
body.html div#content div.view .views-row .node-promotion {
    position: relative;
    padding: 0
}

body.html div#content div.block-views .views-row .node-promotion .field-name-field-promo-image,
body.html div#content div.view .views-row .node-promotion .field-name-field-promo-image {
    padding-top: 10%;
    background: #000
}

body.html div#content div.block-views .views-row .node-promotion .field-type-link-field,
body.html div#content div.view .views-row .node-promotion .field-type-link-field {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-promotion .field-type-link-field,
    body.html div#content div.view .views-row .node-promotion .field-type-link-field {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 20%
    }
}

body.html div#content div.block-views .views-row .node-promotion .field-name-title,
body.html div#content div.view .views-row .node-promotion .field-name-title {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 2em
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-promotion .field-name-title,
    body.html div#content div.view .views-row .node-promotion .field-name-title {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

body.html div#content div.block-views .views-row .node-promotion img,
body.html div#content div.view .views-row .node-promotion img {
    width: 140%;
    max-width: 140%;
    height: auto;
    position: relative;
    left: -20%;
    float: left;
    margin: -10% auto
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-promotion img,
    body.html div#content div.view .views-row .node-promotion img {
        opacity: 0.7;
        filter: alpha(opacity=70)
    }
}

body.html div#content div.block-views .views-row .node-promotion:hover .field-type-media,
body.html div#content div.view .views-row .node-promotion:hover .field-type-media {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.html div#content div.block-views .views-row .node-promotion:hover .field-type-media:after,
body.html div#content div.view .views-row .node-promotion:hover .field-type-media:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html div#content div.block-views .views-row .node-promotion:hover .field-type-link-field,
body.html div#content div.view .views-row .node-promotion:hover .field-type-link-field {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 30%
}

body.html div#content div.block-views .views-row .node-promotion:hover .field-name-title,
body.html div#content div.view .views-row .node-promotion:hover .field-name-title {
    opacity: 1;
    filter: alpha(opacity=100)
}

body.html div#content div.block-views .views-row .node-media-gallery,
body.html div#content div.view .views-row .node-media-gallery {
    background: #000;
    height: 100%;
    padding: 0
}

body.html div#content div.block-views .views-row .node-media-gallery .gallery-thumb-outer,
body.html div#content div.block-views .views-row .node-media-gallery .media-thumbnail-frame,
body.html div#content div.view .views-row .node-media-gallery .gallery-thumb-outer,
body.html div#content div.view .views-row .node-media-gallery .media-thumbnail-frame {
    position: relative
}

body.html div#content div.block-views .views-row .node-media-gallery .gallery-thumb-outer:after,
body.html div#content div.block-views .views-row .node-media-gallery .media-thumbnail-frame:after,
body.html div#content div.view .views-row .node-media-gallery .gallery-thumb-outer:after,
body.html div#content div.view .views-row .node-media-gallery .media-thumbnail-frame:after {
    font-family: "FontAwesome";
    content: '\f030';
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -40px 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.html div#content div.block-views .views-row .node-media-gallery .field-name-title,
body.html div#content div.view .views-row .node-media-gallery .field-name-title {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 2em;
    margin-bottom: -1em;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
}

body.html div#content div.block-views .views-row .node-media-gallery .field-name-title h2,
body.html div#content div.view .views-row .node-media-gallery .field-name-title h2 {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-media-gallery .field-name-title,
    body.html div#content div.view .views-row .node-media-gallery .field-name-title {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 2em
    }
}

body.html div#content div.block-views .views-row .node-media-gallery:hover .gallery-thumb-outer,
body.html div#content div.block-views .views-row .node-media-gallery:hover .media-thumbnail-frame,
body.html div#content div.view .views-row .node-media-gallery:hover .gallery-thumb-outer,
body.html div#content div.view .views-row .node-media-gallery:hover .media-thumbnail-frame {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.html div#content div.block-views .views-row .node-media-gallery:hover .gallery-thumb-outer:after,
body.html div#content div.block-views .views-row .node-media-gallery:hover .media-thumbnail-frame:after,
body.html div#content div.view .views-row .node-media-gallery:hover .gallery-thumb-outer:after,
body.html div#content div.view .views-row .node-media-gallery:hover .media-thumbnail-frame:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html div#content div.block-views .views-row .node-media-gallery:hover .field-name-title,
body.html div#content div.view .views-row .node-media-gallery:hover .field-name-title {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 2em
}

body.html div#content div.block-views .views-row .node-video, body.html div#content div.view .views-row .node-video {
    background: #000;
    height: 100%;
    padding: 0
}

body.html div#content div.block-views .views-row .node-video .field-type-media,
body.html div#content div.view .views-row .node-video .field-type-media {
    position: relative;
    width: 100%;
    height: 100%;
    float: left
}

body.html div#content div.block-views .views-row .node-video .field-type-media:after,
body.html div#content div.view .views-row .node-video .field-type-media:after {
    font-family: "FontAwesome";
    content: '\f04b';
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -1.5em 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-row .node-video .field-type-media:after,
    body.html div#content div.view .views-row .node-video .field-type-media:after {
        margin-top: -2em;
        top: 40%
    }
}

body.html div#content div.block-views .views-row .node-video .media-thumbnail-frame,
body.html div#content div.view .views-row .node-video .media-thumbnail-frame {
    position: relative;
    background: #000
}

body.html div#content div.block-views .views-row .node-video .media-thumbnail-frame img,
body.html div#content div.view .views-row .node-video .media-thumbnail-frame img {
    width: 140%;
    max-width: 140%;
    height: auto;
    position: relative;
    left: -20%;
    float: left;
    margin: -10% auto
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-video .media-thumbnail-frame img,
    body.html div#content div.view .views-row .node-video .media-thumbnail-frame img {
        opacity: 0.7;
        filter: alpha(opacity=70)
    }
}

body.html div#content div.block-views .views-row .node-video .field-name-post-date,
body.html div#content div.view .views-row .node-video .field-name-post-date {
    display: none
}

body.html div#content div.block-views .views-row .node-video .field-name-title,
body.html div#content div.view .views-row .node-video .field-name-title {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 2em;
    text-transform: uppercase;
    padding: 0 1em;
    line-height: 1.1em;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5)
}

body.html div#content div.block-views .views-row .node-video .field-name-title h2,
body.html div#content div.view .views-row .node-video .field-name-title h2 {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .05em
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-video .field-name-title,
    body.html div#content div.view .views-row .node-video .field-name-title {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 2em
    }
}

body.html div#content div.block-views .views-row .node-video:hover .field-type-media,
body.html div#content div.view .views-row .node-video:hover .field-type-media {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.html div#content div.block-views .views-row .node-video:hover .field-type-media:after,
body.html div#content div.view .views-row .node-video:hover .field-type-media:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html div#content div.block-views .views-row .node-video:hover .field-name-title,
body.html div#content div.view .views-row .node-video:hover .field-name-title {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 2em
}

body.html div#content div.block-views .views-row .node-music, body.html div#content div.view .views-row .node-music {
    background: #000;
    height: 100%;
    padding: 0;
    margin-bottom: -1em
}

body.html div#content div.block-views .views-row .node-music .field-type-image,
body.html div#content div.view .views-row .node-music .field-type-image {
    position: relative;
    width: 100%;
    height: 100%;
    float: left
}

body.html div#content div.block-views .views-row .node-music .field-type-image:after,
body.html div#content div.view .views-row .node-music .field-type-image:after {
    font-family: "FontAwesome";
    content: '\f001';
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -1.5em 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-row .node-music .field-type-image:after,
    body.html div#content div.view .views-row .node-music .field-type-image:after {
        margin-top: -2em;
        top: 40%
    }
}

body.html div#content div.block-views .views-row .node-music .field-type-image img,
body.html div#content div.view .views-row .node-music .field-type-image img {
    width: 110%;
    max-width: 110%;
    height: auto;
    position: relative;
    left: -5%;
    float: left;
    margin: -5% auto 0 auto
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-music .field-type-image img,
    body.html div#content div.view .views-row .node-music .field-type-image img {
        opacity: 0.7;
        filter: alpha(opacity=70)
    }
}

body.html div#content div.block-views .views-row .node-music .field-type-link-field,
body.html div#content div.view .views-row .node-music .field-type-link-field {
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

body.html div#content div.block-views .views-row .node-music .field-type-link-field a,
body.html div#content div.view .views-row .node-music .field-type-link-field a {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    text-indent: -9999em;
    margin: 0;
    padding: 0
}

body.html div#content div.block-views .views-row .node-music .field-name-field-itunes-link,
body.html div#content div.view .views-row .node-music .field-name-field-itunes-link {
    display: none
}

body.html div#content div.block-views .views-row .node-music .field-name-post-date,
body.html div#content div.view .views-row .node-music .field-name-post-date {
    display: none
}

body.html div#content div.block-views .views-row .node-music .field-name-title,
body.html div#content div.view .views-row .node-music .field-name-title {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 2em;
    text-transform: uppercase;
    padding: 0 1em;
    line-height: 1.1em;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5)
}

body.html div#content div.block-views .views-row .node-music .field-name-title h2,
body.html div#content div.view .views-row .node-music .field-name-title h2 {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .05em
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-row .node-music .field-name-title,
    body.html div#content div.view .views-row .node-music .field-name-title {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 2em
    }
}

body.html div#content div.block-views .views-row .node-music:hover .field-type-image,
body.html div#content div.view .views-row .node-music:hover .field-type-image {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.html div#content div.block-views .views-row .node-music:hover .field-type-image:after,
body.html div#content div.view .views-row .node-music:hover .field-type-image:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html div#content div.block-views .views-row .node-music:hover .field-name-title,
body.html div#content div.view .views-row .node-music:hover .field-name-title {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 2em
}

body.html div#content div.block-views.view-news .views-row, body.html div#content div.view.view-news .views-row {
    padding: 2em
}

body.html div#content div.block-views .views-field-title, body.html div#content div.block-views h1.node-title,
body.html div#content div.view .views-field-title, body.html div#content div.view h1.node-title {
    float: left;
    text-align: center;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    letter-spacing: .05em;
    color: #fff;
    margin-top: .5em;
    padding: 0em 0em .5em 0em;
    line-height: 1.1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    clear: both;
    display: block
}

@media screen and (max-width: 959px) {
    body.html div#content div.block-views .views-field-title, body.html div#content div.block-views h1.node-title,
    body.html div#content div.view .views-field-title, body.html div#content div.view h1.node-title {
        margin-top: .5em;
        font-size: 1.4em
    }
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .views-field-title, body.html div#content div.block-views h1.node-title,
    body.html div#content div.view .views-field-title, body.html div#content div.view h1.node-title {
        font-size: 1.3em
    }
}

body.html div#content div.block-views .views-field-title h1, body.html div#content div.block-views .views-field-title h2,
body.html div#content div.block-views .views-field-title h3, body.html div#content div.block-views .views-field-title h4,
body.html div#content div.block-views .views-field-title h5, body.html div#content div.block-views .views-field-title h6,
body.html div#content div.block-views h1.node-title h1, body.html div#content div.block-views h1.node-title h2,
body.html div#content div.block-views h1.node-title h3, body.html div#content div.block-views h1.node-title h4,
body.html div#content div.block-views h1.node-title h5, body.html div#content div.block-views h1.node-title h6,
body.html div#content div.view .views-field-title h1, body.html div#content div.view .views-field-title h2,
body.html div#content div.view .views-field-title h3, body.html div#content div.view .views-field-title h4,
body.html div#content div.view .views-field-title h5, body.html div#content div.view .views-field-title h6,
body.html div#content div.view h1.node-title h1, body.html div#content div.view h1.node-title h2,
body.html div#content div.view h1.node-title h3, body.html div#content div.view h1.node-title h4,
body.html div#content div.view h1.node-title h5, body.html div#content div.view h1.node-title h6 {
    font-size: 1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased
}

body.html div#content div.block-views .views-field-title .field-content,
body.html div#content div.block-views h1.node-title .field-content,
body.html div#content div.view .views-field-title .field-content,
body.html div#content div.view h1.node-title .field-content {
    font-weight: normal
}

body.html div#content div.block-views .views-field-title a, body.html div#content div.block-views h1.node-title a,
body.html div#content div.view .views-field-title a, body.html div#content div.view h1.node-title a {
    font-size: 1em;
    color: #fff;
    font-weight: normal
}

body.html div#content div.block-views .views-field-field-news-date,
body.html div#content div.view .views-field-field-news-date {
    display: none
}

body.html div#content div.block-views .views-field-body, body.html div#content div.view .views-field-body {
    padding: .5em 0em 1em 0em;
    font-weight: 300;
    font-size: .9em;
    letter-spacing: .05em;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    line-height: 1.4em;
    display: none
}

body.html div#content div.block-views .field-name-title h2, body.html div#content div.view .field-name-title h2 {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.1em
}

body.html div#content div.block-views .field-name-post-date, body.html div#content div.view .field-name-post-date {
    text-align: center;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1.2em
}

body.html div#content div.block-views .views-field-field-news-image,
body.html div#content div.view .views-field-field-news-image {
    max-height: 270px;
    overflow: hidden
}

body.html div#content div.block-views .views-field-field-news-image img,
body.html div#content div.view .views-field-field-news-image img {
    width: 100%;
    height: auto
}

body.html div#content div.block-views .item-list ul.pager, body.html div#content div.view .item-list ul.pager {
    padding: 1em 0 3em 0;
    margin-top: 0;
    width: 100%;
    float: left
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .item-list ul.pager, body.html div#content div.view .item-list ul.pager {
        padding: 1em 0
    }
}

body.html div#content div.block-views .item-list ul.pager li, body.html div#content div.view .item-list ul.pager li {
    margin-left: 1em
}

body.html div#content div.block-views .item-list ul.pager li:first-child,
body.html div#content div.view .item-list ul.pager li:first-child {
    margin-left: 0
}

body.html div#content div.block-views .item-list ul.pager li a, body.html div#content div.view .item-list ul.pager li a {
    text-transform: capitalize
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .item-list ul.pager li.pager-item,
    body.html div#content div.block-views .item-list ul.pager li.pager-ellipsis,
    body.html div#content div.view .item-list ul.pager li.pager-item, body.html div#content div.view .item-list ul.pager li.pager-ellipsis {
        display: none
    }
}

body.html div#content div.block-views .pager-load-more, body.html div#content div.view .pager-load-more {
    /*background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/pager-bg.jpg) center center no-repeat;*/
    background: url(http://cache.umusic.com/_sites/maroon5.com/images/m5-bg.jpg) center center no-repeat;
    float: left;
    width: 100%;
    height: 150px;
    background-size: cover
}

@media screen and (max-width: 599px) {
    body.html div#content div.block-views .pager-load-more, body.html div#content div.view .pager-load-more {
        height: auto;
        font-size: 80%
    }
}

body.html div#content div.block-views .pager-load-more .pager-next,
body.html div#content div.view .pager-load-more .pager-next {
    display: inline-block;
    min-width: 190px;
    box-shadow: 0 0 0 #000;
    width: auto;
    padding: .5em 1.5em;
    text-align: center;
    color: #fff;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .1em;
    border: 5px solid #fff;
    position: relative;
    top: 45%;
    font-size: 1.6em;
    -webkit-transition: all 0.2s ease-in-out;
    - transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

body.html div#content div.block-views .pager-load-more .pager-next:focus,
body.html div#content div.block-views .pager-load-more .pager-next:hover,
body.html div#content div.view .pager-load-more .pager-next:focus,
body.html div#content div.view .pager-load-more .pager-next:hover {
    border-color: #fe4c6e
}

body.html div#content div.block-views .pager-load-more .pager-next:focus a,
body.html div#content div.block-views .pager-load-more .pager-next:hover a,
body.html div#content div.view .pager-load-more .pager-next:focus a,
body.html div#content div.view .pager-load-more .pager-next:hover a {
    color: #fe4c6e
}

body.html div#content div.block-views .pager-load-more .pager-next a,
body.html div#content div.view .pager-load-more .pager-next a {
    float: left;
    text-align: center;
    text-transform: uppercase !important;
    color: #fff
}

body.html div#content div.block-views .pager-load-more .pager-next a.progress-disabled,
body.html div#content div.view .pager-load-more .pager-next a.progress-disabled {
    text-indent: -9999em
}

body.html div#content div.block-views .pager-load-more .pager-next a.progress-disabled:before,
body.html div#content div.view .pager-load-more .pager-next a.progress-disabled:before {
    content: "Loading... ";
    text-indent: 0 !important;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: auto
}

body.html div#content div.block-views .pager-load-more .ajax-progress.ajax-progress-throbber,
body.html div#content div.view .pager-load-more .ajax-progress.ajax-progress-throbber {
    display: inline-block;
    width: auto;
    float: left
}

body.html div#content div.block-views .pager-load-more .ajax-progress.ajax-progress-throbber .throbber,
body.html div#content div.view .pager-load-more .ajax-progress.ajax-progress-throbber .throbber {
    background: url("");
    float: right;
    position: relative;
    padding: 0
}

body.html div#content div.block-views .pager-load-more .ajax-progress.ajax-progress-throbber .throbber:after,
body.html div#content div.view .pager-load-more .ajax-progress.ajax-progress-throbber .throbber:after {
    content: '\f110';
    font-size: .7em;
    color: #fe4c6e;
    font-family: "FontAwesome";
    position: absolute;
    top: -.2em;
    right: 0;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    padding: 0
}

body.html.page-news div#content .views-row .views-field-created {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .1em;
    display: block;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    margin: .5em 0;
    text-transform: uppercase;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    right: 0;
    z-index: 102;
    color: #fff;
    line-height: 1em
}

@supports (flex-wrap: wrap) {
    body.html.page-news div#content .views-row:nth-child(2) .views-field-created,
    body.html.page-news div#content .views-row:nth-child(3) .views-field-created {
        margin-top: 20%
    }

    @media screen and (max-width: 1199px) {
        body.html.page-news div#content .views-row:nth-child(3) .views-field-created {
            margin-top: .5em
        }
}

    @media screen and (max-width: 959px) {
        body.html.page-news div#content .views-row:nth-child(2) .views-field-created {
            margin-top: .5em
        }
}
}

html.lt-ie9 body.html div#content div.view .views-row {
    font-size: 80% !important
}

html.lt-ie9 body.html div#content div.view .views-row:after {
    display: none !important
}

html.lt-ie9 body.html div#content div.view .views-row.views-row-odd {
    background: #404c72
}

html.lt-ie9 body.html div#content div.view .views-row.views-row-even {
    background: #fe4c6e
}

html.lt-ie9 body.html div#content div.view .views-row > .article {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

html.lt-ie9 body.html div#content div.view .views-row .node-video {
    background: transparent
}

html.lt-ie9 body.html div#content div.view .views-row .node-video .field-type-media:after {
    background-color: none
}

html.lt-ie9 body.html div#content div.view .views-row .node .field-type-link-field {
    border: 1px solid #fff !important
}

@media screen and (max-width: 959px) {
    body.html.node-type-artist-profile #content-column {
        width: 50%
    }

    body.html.node-type-artist-profile #content-column .content-inner {
        margin: 0;
        width: 100%
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-artist-profile #content-column {
        width: 100%
    }
}

body.html.node-type-artist-profile div.region-help {
    margin-top: 90px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 599px) {
    body.html.node-type-artist-profile div.region-help {
        margin-top: 44px
    }
}

body.html.node-type-artist-profile div.region-help #block-block-191 {
    float: left;
    width: 100%;
    height: auto;
    background: #000;
    padding: 0em 0em 0em .2em;
    min-height: 18.75em
}

body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed {
    float: left;
    margin: 0 auto;
    display: inline-block;
    zoom: 1.05
}

body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a {
    float: left;
    width: 12.5%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    - transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: -6px
}

body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a img {
    width: 100% !important;
    height: auto !important
}

@media screen and (max-width: 1199px) {
    body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a {
        width: 16.65%
    }

    body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a:nth-of-type(1n + 13) {
        display: none
    }
}

@media screen and (max-width: 959px) {
    body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a {
        width: 25%
    }

    body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a:nth-of-type(1n + 9) {
        display: none
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a {
        width: 50%
    }

    body.html.node-type-artist-profile div.region-help #block-block-191 #instafeed a:nth-of-type(1n + 5) {
        display: none
    }
}

body.html.node-type-artist-profile div#columns {
    background: #fff
}

body.html.node-type-artist-profile div#content {
    margin: 0 auto
}

body.html.node-type-artist-profile div#content #block-system-main {
    background: #fff;
    padding: 3.125em;
    overflow: hidden
}

@media screen and (max-width: 599px) {
    body.html.node-type-artist-profile div#content #block-system-main {
        padding: 1.5625em;
        font-size: 90%
    }
}

body.html.node-type-artist-profile div#content #block-system-main span {
    background: none
}

body.html.node-type-artist-profile div#content #block-system-main p {
    margin-top: 1.5em;
    float: left !important;
    width: 100%;
    line-height: 2em !important
}

@media screen and (max-width: 599px) {
    body.html.node-type-artist-profile div#content #block-system-main p {
        line-height: 1.8em !important
    }
}

body.html.node-type-artist-profile div#content #block-system-main p:first-child {
    margin-top: 0
}

body.html.node-type-artist-profile .region-sidebar-second {
    overflow: hidden
}

@media screen and (max-width: 959px) {
    body.html.node-type-artist-profile .region-sidebar-second {
        margin: 0;
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-artist-profile .region-sidebar-second {
        width: 100%
    }
}

body.html.node-type-artist-profile .region-sidebar-second .region-inner:before {
    content: '#MAROON5FANWALL';
    background: #31313b;
    padding: 1em;
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    z-index: 2;
    font-size: 2.4em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-align: center
}

@media screen and (max-width: 599px) {
    body.html.node-type-artist-profile .region-sidebar-second .region-inner:before {
        font-size: 2em
    }
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app {
    z-index: 1;
    position: relative
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content {
    background: #404c72;
    border-radius: 0;
    padding: 2em
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content .content-byline {
    text-transform: uppercase;
    font-family: "league-gothic", Helvetica, Arial, sans-serif
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content .content-byline a {
    font-size: 1.6em;
    font-weight: 400
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content .content-byline a.content-author-username {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.5)
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content p {
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-size: 0.8125em;
    color: #fff;
    line-height: 1.2em
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content a {
    color: #fff
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content.content-tweet span.content-control-list > div {
    background: none;
    position: relative;
    height: 24px !important
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content.content-tweet span.content-control-list > div:before {
    content: '';
    font-family: "FontAwesome";
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.2s color ease-in-out;
    - transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content.content-tweet span.content-control-list > div.hub-content-action-reply:before {
    content: '\f112'
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content.content-tweet span.content-control-list > div.hub-content-action-retweet:before {
    content: '\f079'
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content.content-tweet span.content-control-list > div.hub-content-action-favorite:before {
    content: '\f005'
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container .content.content-tweet span.content-control-list > div:hover:before {
    color: #fff
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container:nth-child(3n + 2) .content {
    background: #fe4c6e
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list .hub-content-container:nth-child(3n + 3) .content {
    background: #4c3a50
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list-footer a.hub-list-more {
    width: 100%;
    border-radius: 0;
    background: #afafbc;
    color: #6b6b81
}

body.html.node-type-artist-profile .region-sidebar-second .iga-livefyre-streamhub-app .hub-list-footer a.hub-list-more:hover {
    background: #a6a6b5;
    color: #31313b
}

body.html.page-videos .content-inner {
    background-color: #1f1f22
}

body.html.page-videos div#content {
    margin-top: 0
}

body.html.page-videos div#content div.view-video .views-row {
    height: 17.5em
}

@media screen and (max-width: 1199px) {
    body.html.page-videos div#content div.view-video .views-row {
        height: 18.75em;
        border: none
    }
}

@media screen and (max-width: 599px) {
    body.html.page-videos div#content div.view-video .views-row {
        height: auto;
        min-height: 12.5em
    }
}

@supports (flex-wrap: wrap) {
    body.html.page-videos div#content div.view-video .views-row {
        height: auto
    }
}

body.html.page-videos div#content div.view-video .views-row .views-field-title {
    padding: 0 .5em .5em .5em;
    line-height: 1.1em;
    min-height: 64px
}

@media screen and (max-width: 959px) {
    body.html.page-videos div#content div.view-video .views-row .views-field-title {
        min-height: 0
    }
}

body.html.page-videos div#content div.view-video .views-row .views-field-title,
body.html.page-videos div#content div.view-video .views-row .views-field-title h3 {
    line-height: 1.1em
}

body.html.page-videos div#content div.view-video .views-row .views-field-field-video-cover-image {
    position: relative;
    background-color: #000;
    overflow: hidden;
    max-height: 200px;
    border-radius: 0
}

body.html.page-videos div#content div.view-video .views-row .views-field-field-video-cover-image img {
    float: left;
    max-width: 124%;
    width: 124%;
    height: auto;
    position: relative;
    margin: -10% 0 0 -12%;
    border-radius: 0.3125em 0.3125em 0 0;
    z-index: 99
}

@media screen and (max-width: 599px) {
    body.html.page-videos div#content div.view-video .views-row .views-field-field-video-cover-image img {
        border-radius: 0
    }
}

body.html.page-videos div#content div.view-video .views-row .views-field-field-video-cover-image a {
    position: relative;
    z-index: 102;
    float: left;
    width: 100%;
    height: 100%
}

body.html.page-videos div#content div.view-video .views-row .views-field-field-video-cover-image a:after {
    font-family: "FontAwesome";
    content: '\f04b';
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    position: absolute;
    top: 90px;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 1.2em;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -30px 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 599px) {
    body.html.page-videos div#content div.view-video .views-row .views-field-field-video-cover-image a:after {
        padding: .5em 1em .7em 1em
    }
}

body.html.page-videos div#content div.view-video .views-row .views-field-field-video-cover-image a:hover:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html.page-videos div#content div.view-video .views-row .views-field-nothing {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -2.5em;
    right: 0;
    z-index: 102;
    padding: .7em 1em .8em 1em;
    height: 2.5em;
    line-height: 1em;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1
}

body.html.page-videos div#content div.view-video .views-row .views-field-nothing .video-metadata {
    float: right;
    line-height: 1em
}

body.html.page-videos div#content div.view-video .views-row .views-field-nothing .video-metadata span {
    margin-left: 1em;
    text-indent: 1.5em;
    color: #fff;
    font-size: .8em
}

body.html.page-videos div#content div.view-video .views-row .views-field-nothing .video-metadata span:before {
    content: '';
    text-indent: 0em;
    content: '';
    font-family: "FontAwesome";
    font-size: 1em;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    - transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    padding-right: .5em
}

body.html.page-videos div#content div.view-video .views-row .views-field-nothing .video-metadata span.views-field-created:before {
    content: '\f133'
}

body.html.page-videos div#content div.view-video .views-row .views-field-nothing .video-metadata span.views-field-field-video-view-count:before {
    content: '\f06e';
    font-size: 1.2em
}

body.html.page-videos div#content div.view-video .views-row .views-field-nothing .video-metadata span.views-field-field-livefyre-comments {
    display: none
}

body.html.page-videos div#content div.view-video .field-name-video-single-block .view-video .views-field-nothing img {
    width: 100%;
    height: auto;
    max-width: none
}

#block-block-171 {
    width: 100%;
    background: #1f1f22;
    padding: 1.2em 0em 1em 0;
    line-height: 1em;
    font-size: 1em;
    float: left;
    position: relative;
    margin-top: 120px
}

@media screen and (max-width: 599px) {
    #block-block-171 {
        font-size: 90%;
        padding: .8em .5em .5em .5em;
        margin-top: 70px
    }
}

#block-block-171 .video-filter {
    float: right;
    color: #484857
}

@media screen and (max-width: 599px) {
    #block-block-171 .video-filter {
        float: left
    }
}

#block-block-171 .video-filter span {
    color: #fff;
    font-weight: bold;
    margin-right: 1em;
    font-style: italic
}

@media screen and (max-width: 599px) {
    #block-block-171 .video-filter span {
        margin-right: 0;
        display: none
    }
}

#block-block-171 .video-filter a {
    color: #6b6b81;
    text-transform: uppercase;
    padding: .5em 1em;
    border-radius: 2px;
    border: 3px solid #545465;
    margin-right: .5em;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 1.5em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .1em
}

@media screen and (max-width: 599px) {
    #block-block-171 .video-filter a {
        font-size: 13px;
        margin-right: .3em;
        border-width: 1px;
        padding: .5em .6em;
        letter-spacing: 0.03em
    }
}

#block-block-171 .video-filter a:hover {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    zoom: 1;
    color: #fff;
    border-color: #fff
}

#block-block-171 .video-filter a:last-child {
    margin-right: 1em
}

@media screen and (max-width: 599px) {
    #block-block-171 .video-filter a:last-child {
        margin-right: 0em
    }
}

#block-block-171 .video-filter a.all-filter {
    background: #fe4c6e;
    color: #fff;
    border-color: #fe4c6e
}

body.page-videos-webisodes #block-block-171 .video-filter a.webisodes-filter {
    background: #fe4c6e;
    color: #fff;
    border-color: #fe4c6e
}

body.page-videos-webisodes #block-block-171 .video-filter a.all-filter {
    background: none;
    color: #6b6b81;
    border-color: #9393a5
}

body.page-videos-live #block-block-171 .video-filter a.live-filter {
    background: #fe4c6e;
    color: #fff;
    border-color: #fe4c6e
}

body.page-videos-live #block-block-171 .video-filter a.all-filter {
    background: none;
    color: #6b6b81;
    border-color: #9393a5
}

body.page-videos-music-videos #block-block-171 .video-filter a.music-videos-filter {
    background: #fe4c6e;
    color: #fff;
    border-color: #fe4c6e
}

body.page-videos-music-videos #block-block-171 .video-filter a.all-filter {
    background: none;
    color: #6b6b81;
    border-color: #9393a5
}

body.page-videos-behind-the-scenes #block-block-171 .video-filter a.bts-filter {
    background: #fe4c6e;
    color: #fff;
    border-color: #fe4c6e
}

body.page-videos-behind-the-scenes #block-block-171 .video-filter a.all-filter {
    background: none;
    color: #6b6b81;
    border-color: #9393a5
}

body.html.node-type-video .content-inner {
    background-color: #1f1f22
}

body.html.node-type-video div#content {
    margin: 0em auto
}

body.html.node-type-video div#content .node {
    margin-bottom: 0
}

body.html.node-type-video div#content iframe.youtube-player-embed {
    z-index: 99
}

body.html.node-type-video div#content .field-name-video-single-block div.view {
    float: left;
    width: 100%
}

body.html.node-type-video div#content .field-name-video-single-block div.view div.views-row {
    background: #000 !important;
    width: 100%;
    margin: 0;
    height: auto;
    padding: 1em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border: none
}

body.html.node-type-video div#content .field-name-video-single-block div.view div.views-row div.views-field-nothing {
    float: left;
    width: 100%;
    background: #000
}

body.html.node-type-video div#content .field-name-video-single-block div.view div.views-row div.views-field-nothing a {
    float: left;
    width: 100%;
    position: relative
}

body.html.node-type-video div#content .field-name-video-single-block div.view div.views-row div.views-field-nothing a img {
    float: left;
    width: 100%;
    height: auto;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

body.html.node-type-video div#content .field-name-video-single-block div.view div.views-row div.views-field-nothing a:after {
    font-family: "FontAwesome";
    content: '\f16a';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3em;
    height: 60px;
    font-size: 6em;
    margin: -25px 0 0 -1.5em;
    display: inline;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 599px) {
    body.html.node-type-video div#content .field-name-video-single-block div.view div.views-row div.views-field-nothing a:after {
        margin-top: -20px
    }
}

body.html.node-type-video div#content .field-name-video-single-block div.view .view-footer .video-play-button img {
    display: none
}

body.html.node-type-video div#content .field-name-video-single-block div.view:hover div.views-row div.views-field-nothing a:after {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

body.html.node-type-video div#content .field-name-video-single-block div.view:hover div.views-row div.views-field-nothing a img {
    opacity: 0.2;
    filter: alpha(opacity=20)
}

body.html.node-type-video div#content .field-name-migrate-umg-field-video-id {
    display: none
}

body.html.node-type-video div#content .field-name-title {
    width: 100%;
    line-height: 2.1em;
    text-align: center
}

body.html.node-type-video div#content #block-block-201 {
    display: none
}

body.html.node-type-video div#content h1#page-title {
    display: none
}

body.html.node-type-video div#content .ds-2col-stacked > .group-right {
    display: none
}

body.html.node-type-video div#content .ds-2col-stacked > .group-left {
    width: 100%
}

body.html.node-type-video div#content .ds-2col-stacked > .group-left h1 {
    margin: .25em auto 0 auto;
    color: #fff;
    font-weight: normal;
    font-size: 4em;
    text-transform: uppercase;
    line-height: 1em
}

@media screen and (max-width: 1199px) {
    body.html.node-type-video div#content .ds-2col-stacked > .group-left h1 {
        font-size: 3em
    }
}

@media screen and (max-width: 959px) {
    body.html.node-type-video div#content .ds-2col-stacked > .group-left h1 {
        font-size: 2.4em
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-video div#content .ds-2col-stacked > .group-left h1 {
        font-size: 2em
    }
}

body.html.node-type-video div#content .ds-2col-stacked > .group-left .field-name-field-video-view-count {
    float: left;
    text-indent: 1.2em;
    margin: 0 auto 1em auto;
    width: 100%;
    text-align: center
}

body.html.node-type-video div#content .ds-2col-stacked > .group-left .field-name-field-video-view-count .field-item:before {
    content: '\f06e';
    font-size: 1.2em;
    text-indent: 0em;
    font-family: "FontAwesome";
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    - transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    padding-right: .5em
}

body.html.node-type-video div#content .ds-2col-stacked > .group-header {
    background: #000;
    float: left;
    width: 100%;
    text-align: center
}

body.html.node-type-video div#content .group-header h1 {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    line-height: 110%;
    font-size: 200%;
    font-weight: 600;
    display: block;
    padding: 5px
}

body.html.node-type-video div#content .field-name-field-description {
    display: block;
    unicode-bidi: embed;
    white-space: pre;
    padding: 30px 4%
}

body.html.node-type-video div#content .field-name-field-livefyre-comments {
    padding: 1em 0 0 0;
    border: none
}

body.html.node-type-video div#content .ds-2col-stacked > .group-header .field-name-title {
    position: absolute;
    top: 12%;
    width: 100%;
    text-align: center
}

body.html.node-type-video div#content .field-name-field-video-cover-image {
    background: #000
}

body.html.node-type-video div#content .field-name-field-video-cover-image img {
    width: 100%;
    height: auto
}

body.html.node-type-video div#content #block-block-201 ul.content-share-links {
    list-style: none
}

body.html.node-type-video div#content #block-block-201 ul.content-share-links li {
    float: left;
    margin: 0px 10px
}

body.html.node-type-video div#content #block-block-201 ul.content-share-links li.share-facebook {
    position: relative;
    top: -2px
}

body.html.node-type-video div#content #block-block-201 ul.content-share-links li.share-twitter {
    position: relative;
    top: 2px
}

body.html.node-type-video div#content #block-block-201 ul.content-share-links li.share-tumblr {
    position: relative;
    top: 2px
}

body.html.node-type-video div#content #main-content .field-name-content-share-links,
body.html.node-type-video div#content #main-content .field-name-content-share-links {
    width: 75%;
    border-right: 1px solid #ccc
}

body.html.node-type-video div#content .field-name-video-listing-block div.views-field-field-video-view-count {
    display: block;
    clear: both;
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
    margin: -2.5em 0 0 0;
    right: 0;
    z-index: 102;
    padding: .7em 1em .8em 1em;
    font-size: .9em;
    color: #fff;
    height: 2em;
    line-height: 1em;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000);
    zoom: 1
}

body.html.node-type-video div#content .field-name-video-listing-block div.views-field-field-video-view-count:before {
    float: left;
    content: '\f06e';
    font-size: 1em;
    text-indent: 0em;
    font-family: "FontAwesome";
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    - transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    padding-right: .5em
}

body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing {
    background: #000;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing:after {
    font-family: "FontAwesome";
    content: '\f04b';
    background-color: transparent;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -1.5em 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 599px) {
    body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing:after {
        padding: .5em 1em .7em 1em
    }
}

body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing span.field-content a {
    float: left;
    width: 100%
}

body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing img {
    width: 100%;
    height: auto
}

body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing .views-field-video-thumb-link {
    position: relative;
    overflow: hidden
}

body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing .views-field-video-thumb-link img {
    float: left;
    max-width: 124%;
    width: 124%;
    height: auto;
    position: relative;
    margin: -10% 0 0 -12%;
    border-radius: 0.3125em 0.3125em 0 0;
    z-index: 99
}

@media screen and (max-width: 599px) {
    body.html.node-type-video div#content .field-name-video-listing-block .views-field-nothing .views-field-video-thumb-link img {
        border-radius: 0
    }
}

body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row {
    height: 23.75em
}

@media screen and (max-width: 1199px) {
    body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row {
        height: 25em;
        border: none
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row {
        height: auto;
        min-height: 12.5em
    }
}

@supports (flex-wrap: wrap) {
    body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row {
        height: auto
    }
}

body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row .views-field-title {
    padding: 0 .5em .5em .5em;
    line-height: 1.1em;
    min-height: 64px
}

@media screen and (max-width: 959px) {
    body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row .views-field-title {
        min-height: 0
    }
}

body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row:hover .views-field-nothing {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.html.node-type-video div#content .field-name-video-listing-block .view-content .views-row:hover .views-field-nothing:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html.node-type-video div#content .field-name-field-description {
    display: none
}

body.html.node-type-video div#content .field-name-content-share-links,
body.html.node-type-video div#content #block-block-201 .sharelink-controller,
body.html.node-type-video div#content #block-block-201 ul.content-share-links {
    display: inline-block;
    vertical-align: top
}

body.html.page-news div#content {
    margin-top: 115px
}

@media screen and (max-width: 599px) {
    body.html.page-news div#content {
        margin-top: 65px
    }
}

body.html.page-news div#content div.view .views-row {
    height: 360px
}

@media screen and (max-width: 599px) {
    body.html.page-news div#content div.view .views-row {
        height: auto
    }
}

@supports (flex-wrap: wrap) {
    body.html.page-news div#content div.view .views-row {
        height: auto;
        min-height: 320px
    }

    @media screen and (max-width: 1199px) {
        body.html.page-news div#content div.view .views-row {
            min-height: 300px
        }
}

    @media screen and (max-width: 599px) {
        body.html.page-news div#content div.view .views-row {
            min-height: auto
        }
}
}

body.html.page-news div#content div.view .views-row:first-child {
    width: 50%;
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/featured-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 4em
}

@media screen and (max-width: 1199px) {
    body.html.page-news div#content div.view .views-row:first-child {
        width: 66.6%
    }
}

@media screen and (max-width: 959px) {
    body.html.page-news div#content div.view .views-row:first-child {
        width: 100%
    }
}

@media screen and (max-width: 599px) {
    body.html.page-news div#content div.view .views-row:first-child {
        width: 100%;
        padding: 3em
    }
}

body.html.page-news div#content div.view .views-row:first-child .views-field-title {
    font-size: 200%;
    line-height: 1em;
    text-align: left;
    padding: 0
}

@media screen and (max-width: 599px) {
    body.html.page-news div#content div.view .views-row:first-child .views-field-title {
        font-size: 200%
    }
}

body.html.page-news div#content div.view .views-row:first-child .views-field-created,
body.html.page-news div#content div.view .views-row:first-child .views-field-body,
body.html.page-news div#content div.view .views-row:first-child .views-field-view-node {
    font-size: 120%;
    text-align: left;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 599px) {
    body.html.page-news div#content div.view .views-row:first-child .views-field-created,
    body.html.page-news div#content div.view .views-row:first-child .views-field-body,
    body.html.page-news div#content div.view .views-row:first-child .views-field-view-node {
        font-size: 100%
    }
}

body.html.page-news div#content div.view .views-row:first-child .views-field-view-node a:last-child {
    margin-left: 0;
    width: auto
}

body.html.page-news div#content div.view .views-row:first-child .views-field-body {
    padding-top: .3em;
    margin-top: .3em
}

body.html.page-news div#content div.view .views-row:first-child .views-field-view-node a {
    padding: .5em 1em;
    text-align: center
}

@supports (flex-wrap: wrap) {
    body.html.page-news div#content div.view .views-row:first-child {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        height: auto
    }

    @media screen and (max-width: 1199px) {
        body.html.page-news div#content div.view .views-row:first-child {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 66.6%;
            -moz-flex: 0 1 66.6%;
            -ms-flex: 0 1 66.6%;
            flex: 0 1 66.6%
        }
}

    @media screen and (max-width: 959px) {
        body.html.page-news div#content div.view .views-row:first-child {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%
        }
}

    @media screen and (max-width: 599px) {
        body.html.page-news div#content div.view .views-row:first-child {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%
        }
}

    body.html.page-news div#content div.view .views-row:first-child .views-field-title {
        font-size: 300%
    }

    @media screen and (max-width: 599px) {
        body.html.page-news div#content div.view .views-row:first-child .views-field-title {
            font-size: 200%
        }
}

    body.html.page-news div#content div.view .views-row:first-child .views-field-created,
    body.html.page-news div#content div.view .views-row:first-child .views-field-body,
    body.html.page-news div#content div.view .views-row:first-child .views-field-view-node {
        font-size: 150%
    }

    @media screen and (max-width: 599px) {
        body.html.page-news div#content div.view .views-row:first-child .views-field-created,
        body.html.page-news div#content div.view .views-row:first-child .views-field-body,
        body.html.page-news div#content div.view .views-row:first-child .views-field-view-node {
            font-size: 100%
        }
}
}

body.html.page-news div#content div.view .views-row .views-field-view-node span.field-content {
    float: left;
    width: 100%
}

body.html.page-news div#content div.view .views-row .views-field-view-node a:last-child {
    float: left;
    border: 5px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .1em;
    font-size: 1em;
    text-transform: uppercase;
    margin: 1em 0 0 25%;
    width: 50%;
    font-weight: 400;
    padding: .3em 1em
}

body.html.page-news div#content div.view .views-row .views-field-view-node a:last-child:hover {
    border-color: #fff
}

body.html.node-type-blog h1#page-title, body.html.node-type-news h1#page-title {
    display: none
}

body.html.node-type-blog #columns, body.html.node-type-news #columns {
    background: #1f1f22;
    margin-top: 115px
}

@media screen and (max-width: 599px) {
    body.html.node-type-blog #columns, body.html.node-type-news #columns {
        margin-top: 65px
    }
}

body.html.node-type-blog #block-system-main > .node, body.html.node-type-news #block-system-main > .node {
    margin-bottom: 0;
    padding: 4em;
    background: #fff;
    color: #6b6b81;
    line-height: 1em
}

@media screen and (max-width: 599px) {
    body.html.node-type-blog #block-system-main > .node, body.html.node-type-news #block-system-main > .node {
        padding: 2em
    }
}

body.html.node-type-blog #block-system-main > .node .field-name-field-news-date,
body.html.node-type-blog #block-system-main > .node .field-name-post-date,
body.html.node-type-news #block-system-main > .node .field-name-field-news-date,
body.html.node-type-news #block-system-main > .node .field-name-post-date {
    font-size: 2em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #31313b;
    margin: 0;
    padding: 0;
    letter-spacing: .0em;
    font-weight: 400
}

@media screen and (max-width: 599px) {
    body.html.node-type-blog #block-system-main > .node .field-name-field-news-date,
    body.html.node-type-blog #block-system-main > .node .field-name-post-date,
    body.html.node-type-news #block-system-main > .node .field-name-field-news-date,
    body.html.node-type-news #block-system-main > .node .field-name-post-date {
        font-size: 1.4em
    }
}

body.html.node-type-blog #block-system-main > .node .field-name-body a,
body.html.node-type-news #block-system-main > .node .field-name-body a {
    color: #31313b;
    font-weight: bold
}

body.html.node-type-blog section#main-content, body.html.node-type-news section#main-content {
    margin: 0em auto;
    float: none
}

body.html.node-type-blog .field-name-title h1, body.html.node-type-news .field-name-title h1 {
    text-transform: uppercase;
    font-style: normal;
    color: #000;
    font-size: 3em;
    margin: .5em auto 0 auto;
    display: inline-block;
    width: 100%;
    padding: 0em;
    letter-spacing: .03em;
    line-height: 1em
}

@media screen and (max-width: 599px) {
    body.html.node-type-blog .field-name-title h1, body.html.node-type-news .field-name-title h1 {
        font-size: 1.7em;
        margin-top: 1.2em
    }
}

body.html.node-type-blog div#content, body.html.node-type-news div#content {
    margin: 0 auto
}

body.html.node-type-blog div#content div.view.view-news .views-row,
body.html.node-type-news div#content div.view.view-news .views-row {
    height: auto;
    min-height: 12.5em
}

body.html.node-type-blog div#content .node-content .field-name-field-news-image,
body.html.node-type-news div#content .node-content .field-name-field-news-image {
    width: 100%
}

body.html.node-type-blog div#content .node-content .field-name-field-news-image img,
body.html.node-type-news div#content .node-content .field-name-field-news-image img {
    width: 100%;
    height: auto
}

body.html.node-type-blog div#content .node-content .views-field-body,
body.html.node-type-news div#content .node-content .views-field-body {
    text-align: center
}

body.html.node-type-blog div#content .node-content p, body.html.node-type-news div#content .node-content p {
    text-align: center
}

body.html.node-type-blog div#content .node-content .media-youtube-preview-wrapper,
body.html.node-type-news div#content .node-content .media-youtube-preview-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

body.html.node-type-blog div#content .node-content .media-youtube-preview-wrapper iframe,
body.html.node-type-blog div#content .node-content .media-youtube-preview-wrapper object,
body.html.node-type-blog div#content .node-content .media-youtube-preview-wrapper embed,
body.html.node-type-news div#content .node-content .media-youtube-preview-wrapper iframe,
body.html.node-type-news div#content .node-content .media-youtube-preview-wrapper object,
body.html.node-type-news div#content .node-content .media-youtube-preview-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.html.node-type-blog div#content ul.links, body.html.node-type-news div#content ul.links {
    display: none
}

body.html.page-music div#content div.view-music .views-row {
    height: auto;
    border: none
}

@media screen and (max-width: 599px) {
    body.html.page-music div#content div.view-music .views-row {
        min-height: 200px
    }
}

body.html.page-music div#content div.view-music .views-row .views-field-field-album-cover:after {
    font-family: "FontAwesome";
    content: '\f001';
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -1.5em 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.html.page-music div#content div.view-music .views-row .views-field-title {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 2em;
    margin-bottom: -1em
}

body.html.page-music div#content div.view-music .views-row:hover .views-field-field-album-cover {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.html.page-music div#content div.view-music .views-row:hover .views-field-field-album-cover:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html.page-music div#content div.view-music .views-row:hover .views-field-title {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 2em
}

body.html.node-type-music h1#page-title {
    display: none
}

@media screen and (max-width: 959px) {
    body.html.node-type-music .columns #main-content {
        padding: 1em
    }
}

body.html.node-type-music div#content {
    margin: 115px auto 0 auto
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content {
        margin-top: 65px
    }
}

body.html.node-type-music div#content #block-system-main > .node-music {
    background: #fff;
    padding: 2em
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content #block-system-main > .node-music {
        padding: 1em
    }
}

body.html.node-type-music div#content #block-system-main > .article {
    color: #6b6b81
}

body.html.node-type-music div#content #block-system-main > .article .group-left {
    width: 30%
}

@media screen and (max-width: 959px) {
    body.html.node-type-music div#content #block-system-main > .article .group-left {
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content #block-system-main > .article .group-left {
        width: 100%
    }
}

body.html.node-type-music div#content #block-system-main > .article .group-right {
    width: 70%;
    padding: 0 0 0 2em
}

@media screen and (max-width: 959px) {
    body.html.node-type-music div#content #block-system-main > .article .group-right {
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content #block-system-main > .article .group-right {
        width: 100%;
        padding: 0em;
        margin-top: 1em
    }
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-album-cover {
    float: left;
    width: 100%;
    height: auto
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content #block-system-main > .article .field-name-field-album-cover {
        width: 100%;
        margin-right: 0
    }
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-album-cover img {
    width: 100%;
    height: auto
}

body.html.node-type-music div#content #block-system-main > .article footer.submitted {
    display: none
}

body.html.node-type-music div#content #block-system-main > .article .field-collection-container {
    border: none
}

body.html.node-type-music div#content #block-system-main > .article .field-collection-container .field-items .field-item {
    margin-bottom: .1em
}

body.html.node-type-music div#content #block-system-main > .article h2.field-label {
    font-size: 1em;
    color: #31313b;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    width: auto;
    float: left;
    line-height: 1.4em;
    font-weight: 500
}

body.html.node-type-music div#content #block-system-main > .article ul.field-items {
    line-height: 1.4em
}

body.html.node-type-music div#content #block-system-main > .article .field-name-title h2 {
    font-size: 3.2em;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1em;
    font-weight: normal
}

@media screen and (max-width: 959px) {
    body.html.node-type-music div#content #block-system-main > .article .field-name-title h2 {
        font-size: 2.7em
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content #block-system-main > .article .field-name-title h2 {
        font-size: 2.4em
    }
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-upc {
    display: none
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-preorder-link a,
body.html.node-type-music div#content #block-system-main > .article .field-type-link-field a {
    border-radius: 0.3125em;
    padding: .8em 1.5em;
    color: #fff;
    background: #000;
    float: left;
    margin: .25em .5em 0 0
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-preorder-link a:hover,
body.html.node-type-music div#content #block-system-main > .article .field-type-link-field a:hover {
    color: #afafbc;
    background-color: #31313b
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-itunes-link.field-type-link-field a {
    float: left;
    padding: 0;
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/itunes-badge.png) center center no-repeat;
    width: 140px;
    height: 51px;
    background-size: 140px;
    text-indent: -9999em
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content #block-system-main > .article .field-name-field-itunes-link.field-type-link-field a {
        width: 120px;
        height: 42px;
        background-size: 120px
    }
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-itunes-link.field-type-link-field a:hover {
    background-color: transparent;
    opacity: 0.88;
    filter: alpha(opacity=88)
}

body.html.node-type-music div#content #block-system-main > .article section.field {
    width: 100%;
    float: left;
    padding: .5em 0;
    font-size: 1em
}

@media screen and (max-width: 959px) {
    body.html.node-type-music div#content #block-system-main > .article section.field {
        font-size: .92em
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content #block-system-main > .article section.field {
        font-size: .88em
    }
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection {
    width: 100%;
    float: left
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection > .field-label {
    font-size: 2em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    font-style: normal;
    margin: 0;
    display: none
}

@media screen and (max-width: 959px) {
    body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection {
        width: 100%
    }
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection .field-collection-view {
    padding: 0;
    margin: 0
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field {
    width: auto;
    padding: .5em 1em;
    font-size: 1em;
    line-height: 1.2em
}

@media screen and (max-width: 959px) {
    body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field {
        padding: .5em
    }
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field h2.field-label {
    display: none;
    clear: both;
    width: 100%;
    font-size: 1em
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field.field-name-field-disc-number,
body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field.field-name-field-song {
    display: none
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field.field-name-field-track-number {
    width: 10%;
    padding: .5em;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    text-align: right
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field.field-name-field-track-title {
    width: 90%
}

body.html.node-type-music div#content #block-system-main > .article section.field.field-name-field-track-collection section.field:last-child {
    border: none
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-livefyre-comments {
    margin: 0;
    padding: 0;
    border: none
}

body.html.node-type-music div#content #block-system-main > .article .field-name-field-promoted {
    display: none
}

body.html.node-type-music div#content div#block-views-music-music-latest {
    margin-top: -20px
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row {
    height: auto;
    border: none
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row {
        min-height: 200px
    }
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row > .article {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-field-album-cover {
    width: 100%;
    height: auto
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-field-album-cover img {
    width: 100%;
    height: auto;
    left: 0;
    margin: 0
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-field-album-cover:after {
    font-family: "FontAwesome";
    content: '\f001';
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -1.5em 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-field-itunes-link,
body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-field-preorder-link {
    display: none
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-title {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 2em;
    margin-bottom: -1em;
    font-family: "league-gothic", Helvetica, Arial, sans-serif
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-title h2 {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    letter-spacing: .05em;
    line-height: 1.1em
}

@media screen and (max-width: 599px) {
    body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row .field-name-title h2 {
        font-size: 1.2em
    }
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row:hover .field-name-field-album-cover {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row:hover .field-name-field-album-cover:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.html.node-type-music div#content div#block-views-music-music-latest div.view .views-row:hover .field-name-title {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 3em
}

body.page-photos div#content div.view-photos .views-row, body.page-gallery div#content div.view-photos .views-row {
    height: auto;
    border: none
}

@supports not (flex-wrap: wrap) {
    body.page-photos div#content div.view-photos .views-row, body.page-gallery div#content div.view-photos .views-row {
        height: 270px
    }

    @media screen and (max-width: 1199px) {
        body.page-photos div#content div.view-photos .views-row, body.page-gallery div#content div.view-photos .views-row {
            height: 300px
        }
}
}

body.page-photos div#content div.view-photos .views-row > .article,
body.page-gallery div#content div.view-photos .views-row > .article {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

body.page-photos div#content div.view-photos .views-row > .article .field-name-post-date,
body.page-gallery div#content div.view-photos .views-row > .article .field-name-post-date {
    display: none
}

body.page-photos div#content div.view-photos .views-row > .article .field-name-title,
body.page-gallery div#content div.view-photos .views-row > .article .field-name-title {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-in-out;
    - transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 2em;
    margin-bottom: -1em;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
}

body.page-photos div#content div.view-photos .views-row > .article .field-name-title h2,
body.page-gallery div#content div.view-photos .views-row > .article .field-name-title h2 {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media screen and (max-width: 959px) {
    body.page-photos div#content div.view-photos .views-row > .article .field-name-title,
    body.page-gallery div#content div.view-photos .views-row > .article .field-name-title {
        opacity: 1;
        filter: alpha(opacity=100);
        bottom: 2em
    }
}

body.page-photos div#content div.view-photos .views-row > .article .gallery-thumb-outer,
body.page-photos div#content div.view-photos .views-row > .article .media-thumbnail-frame,
body.page-gallery div#content div.view-photos .views-row > .article .gallery-thumb-outer,
body.page-gallery div#content div.view-photos .views-row > .article .media-thumbnail-frame {
    position: relative
}

body.page-photos div#content div.view-photos .views-row > .article .gallery-thumb-outer:after,
body.page-photos div#content div.view-photos .views-row > .article .media-thumbnail-frame:after,
body.page-gallery div#content div.view-photos .views-row > .article .gallery-thumb-outer:after,
body.page-gallery div#content div.view-photos .views-row > .article .media-thumbnail-frame:after {
    font-family: "FontAwesome";
    content: '\f030';
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: .7em 1em;
    border: 5px solid #fff;
    margin: -1.5em 0 0 -50px;
    display: inline;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 103;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

body.page-photos div#content div.view-photos .views-row > .article:hover .gallery-thumb-outer,
body.page-photos div#content div.view-photos .views-row > .article:hover .media-thumbnail-frame,
body.page-gallery div#content div.view-photos .views-row > .article:hover .gallery-thumb-outer,
body.page-gallery div#content div.view-photos .views-row > .article:hover .media-thumbnail-frame {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.page-photos div#content div.view-photos .views-row > .article:hover .gallery-thumb-outer:after,
body.page-photos div#content div.view-photos .views-row > .article:hover .media-thumbnail-frame:after,
body.page-gallery div#content div.view-photos .views-row > .article:hover .gallery-thumb-outer:after,
body.page-gallery div#content div.view-photos .views-row > .article:hover .media-thumbnail-frame:after {
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    color: #000
}

body.page-photos div#content div.view-photos .views-row > .article:hover .field-name-title,
body.page-gallery div#content div.view-photos .views-row > .article:hover .field-name-title {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 2em
}

body.page-photos.sidebar-first .content-inner, body.page-gallery.sidebar-first .content-inner {
    margin-left: 0
}

body.node-type-media-gallery h1#page-title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    margin-top: 115px;
    font-size: 3em;
    letter-spacing: .05em;
    line-height: 1.1em
}

@media screen and (max-width: 599px) {
    body.node-type-media-gallery h1#page-title {
        font-size: 1.7em;
        letter-spacing: 0em;
        margin-top: 75px
    }
}

body.node-type-media-gallery div#content {
    margin-top: 0
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media {
    margin: 0
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items {
    display: block
}

@supports (flex-wrap: wrap) {
    body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        flex-flow: row wrap;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
    height: 360px;
    float: left;
    overflow: hidden;
    margin: 0%;
    padding: 2em;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    - transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    width: 25%;
    background: #404c72
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item:nth-child(3n + 2) {
    background: #fe4c6e
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item:nth-child(3n + 3) {
    background: #4c3a50
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item a {
    color: #fff;
    font-weight: bold
}

@media screen and (max-width: 1199px) {
    body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
        width: 33.3%;
        border: 1px solid rgba(0, 0, 0, 0.1)
    }
}

@media screen and (max-width: 959px) {
    body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
        width: 100%;
        margin: 0 0 0 0;
        display: block;
        clear: both;
        height: auto
    }
}

@supports (flex-wrap: wrap) {
    body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        height: auto
    }

    @media screen and (max-width: 1199px) {
        body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 33.3%;
            -moz-flex: 0 1 33.3%;
            -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%
        }
}

    @media screen and (max-width: 959px) {
        body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 50%;
            -moz-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%
        }
}

    @media screen and (max-width: 599px) {
        body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%
        }
}
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item .media-gallery-detail-wrapper {
    margin: 0;
    padding: 0
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item .media-gallery-detail {
    margin: 0 auto;
    max-width: 100%
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item .media-gallery-back-link,
body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item .media-gallery-detail-image-info-wrapper {
    display: none
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item a.gallery-download {
    background: #fff;
    padding: .7em 1.5em;
    text-transform: uppercase;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: .05em;
    float: left
}

body.node-type-media-gallery div#content #block-system-main .field-name-media-gallery-media .field-items .field-item a.gallery-download:hover {
    background: rgba(255, 255, 255, 0.8)
}

body.html.page-tour .region-help {
    height: auto;
    overflow: hidden;
    margin-top: 100px
}

@media screen and (max-width: 599px) {
    body.html.page-tour .region-help {
        margin-top: 50px
    }
}

body.html.page-tour .region-help #page-header {
    width: 100%;
    height: 480px;
    background: #000 url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/tour-header.jpg) center -2em no-repeat;
    background-size: cover
}

@media screen and (max-width: 1199px) {
    body.html.page-tour .region-help #page-header {
        height: 400px
    }
}

@media screen and (max-width: 959px) {
    body.html.page-tour .region-help #page-header {
        height: 320px
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour .region-help #page-header {
        height: 200px;
        background-position: center top
    }
}

body.html.page-tour div#content {
    margin-top: 0
}

body.html.page-tour div#content #block-system-main .view-header {
    display: none
}

body.html.page-tour div#content #block-system-main div.view-content {
    float: left;
    width: 100%
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row {
    width: 100%;
    height: 7.5em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 0em;
    min-height: 5em
}

@media screen and (max-width: 1199px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row {
        height: 6.875em
    }
}

@media screen and (max-width: 959px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row {
        height: 6.25em
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row {
        padding: 3em 2em;
        height: auto;
        border: none
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row:focus,
body.html.page-tour div#content #block-system-main div.view-content div.views-row:hover {
    cursor: default
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row:focus:after,
body.html.page-tour div#content #block-system-main div.view-content div.views-row:hover:after {
    opacity: 0;
    filter: alpha(opacity=0)
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > .article {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div {
    float: left;
    padding: 0;
    width: 100%
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div {
    height: 7.5em
}

@media screen and (max-width: 1199px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div {
        height: 6.875em
    }
}

@media screen and (max-width: 959px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div {
        height: 6.25em
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div {
        height: auto;
        float: left;
        width: 100% !important;
        display: inline-block !important
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div > .field {
    padding: 1.5em 1em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1em
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div > .field {
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding: .5em 0
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-left {
    width: 20%;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    zoom: 1
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-left {
        background-color: transparent;
        background-color: transparent;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
        zoom: 1
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-left .field-name-field-date {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.1em
}

@media screen and (max-width: 1199px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-left .field-name-field-date {
        font-size: 1.7em
    }
}

@media screen and (max-width: 959px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-left .field-name-field-date {
        letter-spacing: 0em;
        padding: 1.5em .5em
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-left .field-name-field-date {
        background-color: transparent;
        background-color: transparent;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
        zoom: 1;
        width: 100%;
        padding: 0em
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-left .field-name-field-date:before {
    display: none
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle {
    width: 52%;
    text-align: left;
    padding-left: 1.5em
}

@media screen and (max-width: 1199px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle {
        width: 45%
    }
}

@media screen and (max-width: 959px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle {
        width: 50%;
        padding-left: 1em
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle {
        padding-left: 0
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle div {
    margin: 0;
    text-align: left
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle div {
        text-align: center
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle ul {
    margin: 0;
    padding: .5em 0 0 0
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .field-name-field-venue-city {
    font-size: 1em;
    float: left
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .field-name-field-venue-state {
    font-size: 1em;
    float: left
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .field-name-field-venue-country {
    font-size: 1em;
    float: left
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .field-name-field-venue {
    font-size: 1em;
    font-weight: bold
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .field-name-title {
    font-size: 1em;
    text-align: left
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .field-name-title h2 {
    text-align: left
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .field-name-title h2 {
        text-align: center
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-middle .group-right {
        font-size: 70%
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right {
    width: 28%;
    padding: 0 1em 0 0;
    float: right
}

@media screen and (max-width: 1199px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right {
        width: 35%
    }
}

@media screen and (max-width: 959px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right {
        width: 30%
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right {
        padding: 1em 0 0 0
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field {
    float: left;
    margin-top: 0em;
    width: auto;
    padding: .2em 1.5em;
    font-size: 1.2em
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field a {
    float: left;
    text-align: center;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1199px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field {
        padding: .2em 1.2em
    }
}

@media screen and (max-width: 959px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field {
        padding: .2em .5em;
        letter-spacing: 0.03em
    }

    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field a {
        font-size: 110%
    }
}

@media screen and (max-width: 599px) {
    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field {
        margin: 0 0 0 26%;
        width: 48%;
        font-size: 1em
    }

    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field a {
        font-size: 100%
    }

    body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-type-link-field:first-child {
        margin-right: 4%
    }
}

body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right .field-name-field-sold-out {
    float: left
}

html.lt-ie9 body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div > .field {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

html.lt-ie9 body.html.page-tour div#content #block-system-main div.view-content div.views-row > div > div.group-right {
    padding-top: 2em
}

body.html.page-lyrics.sidebar-first .content-inner {
    margin-left: 0
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
    float: left;
    height: 450px;
    padding: 1em;
    overflow: hidden;
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF);
    zoom: 1;
    border: 1px solid #b7b7c3;
    background-color: none;
    margin: 0%;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    - transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    width: 25%;
    border-radius: 0.3125em
}

@media screen and (max-width: 1199px) {
    body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
        width: 33.3%;
        height: 480px
    }
}

@media screen and (max-width: 959px) {
    body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
        width: 100%;
        margin: 0 0 0 0;
        border-radius: 0;
        border: none;
        display: block;
        clear: both;
        border-bottom: 1px solid #afafbc;
        height: auto
    }
}

@supports (flex-wrap: wrap) {
    body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        height: auto
    }

    @media screen and (max-width: 1199px) {
        body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 33.3%;
            -moz-flex: 0 1 33.3%;
            -ms-flex: 0 1 33.3%;
            flex: 0 1 33.3%
        }
}

    @media screen and (max-width: 959px) {
        body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 50%;
            -moz-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%
        }
}

    @media screen and (max-width: 599px) {
        body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping {
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%
        }
}
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .view-grouping-header {
    font-size: 1.4em;
    font-style: italic;
    color: #000;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    padding-bottom: .5em
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .view-grouping-header a {
    color: #000
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .view-grouping-content .view-grouping-header > a {
    border-radius: 0.3125em;
    padding: .5em 1em;
    color: #fff;
    background: #000;
    float: left;
    margin: 0em 0 .5em 0;
    font-size: .5em;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    display: none
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .view-grouping-content .view-grouping-header > a:hover {
    color: #000;
    background: #fff
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .views-row {
    width: 100%;
    border: none;
    background: none;
    padding: 0
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .views-row .views-field-title {
    font-size: .9em;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    font-style: normal
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .views-row .views-field-title a {
    color: #6b6b81
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .views-row .views-field-title a:before {
    content: '- '
}

body.html.page-lyrics div#content div.view-view-lyrics .view-content > .view-grouping .views-row .views-field-title a:hover {
    color: #000
}

body.html.node-type-song div#content {
    margin-top: 0;
    background: #fe4c6e
}

body.html.node-type-song h1#page-title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 4em;
    background: #fe4c6e;
    line-height: 1em;
    padding: 1em 0 .5em 0
}

@media screen and (max-width: 599px) {
    body.html.node-type-song h1#page-title {
        font-size: 2em;
        padding: 1em 0
    }
}

body.html.node-type-song section#main-content {
    float: left;
    margin: 115px auto 0 auto
}

@media screen and (max-width: 599px) {
    body.html.node-type-song section#main-content {
        margin-top: 65px
    }
}

body.html.node-type-song .node-song {
    padding: 0 4em 4em 4em
}

@media screen and (max-width: 959px) {
    body.html.node-type-song .node-song {
        padding: 0 2em 2em 2em
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-song .node-song {
        padding: 0 1em 1em 1em
    }
}

body.html.node-type-song div#content div.block-views .views-row,
body.html.node-type-song div#content div.view .views-row {
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    min-height: 0;
    height: auto
}

body.html.node-type-song div#content div.block-views .views-row .views-field-field-artist h2,
body.html.node-type-song div#content div.view .views-row .views-field-field-artist h2 {
    display: none
}

body.html.node-type-song .lyric-column {
    float: left;
    width: 33%;
    padding: 2em
}

@media screen and (max-width: 959px) {
    body.html.node-type-song .lyric-column {
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    body.html.node-type-song .lyric-column {
        width: 100%;
        padding: 0
    }
}

body.html.node-type-song div#block-views-music-music-latest {
    margin-top: -20px
}

body.page-node-4681.sidebar-first .content-inner {
    margin-left: 0
}

body.page-node-4681 .columns #main-content {
    padding: 3em;
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0em
}

@media screen and (max-width: 1199px) {
    body.page-node-4681 .columns #main-content {
        max-width: 960px;
        padding: 0 2em
    }
}

@media screen and (max-width: 959px) {
    body.page-node-4681 .columns #main-content {
        max-width: 640px;
        padding: 0 1em
    }
}

@media screen and (max-width: 599px) {
    body.page-node-4681 .columns #main-content {
        max-width: 300px;
        padding: 0
    }
}

body.page-node-4681 div#splash-middle {
    float: left;
    width: 100%;
    height: 100px;
    background: #fafafa;
    padding: 0
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle {
        height: 60px
    }
}

@media screen and (max-width: 599px) {
    body.page-node-4681 div#splash-middle {
        height: 120px
    }
}

body.page-node-4681 div#splash-middle ul#stores {
    float: left;
    width: 70%;
    padding: 0 2em
}

@media screen and (max-width: 599px) {
    body.page-node-4681 div#splash-middle ul#stores {
        width: 100%;
        padding: 0 1em
    }
}

body.page-node-4681 div#splash-middle ul#stores li {
    float: left;
    display: inline;
    height: 100px;
    margin-right: 2em
}

@media screen and (max-width: 1199px) {
    body.page-node-4681 div#splash-middle ul#stores li {
        margin-right: 0em
    }
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle ul#stores li {
        height: 60px;
        margin-right: 2em
    }
}

@media screen and (max-width: 599px) {
    body.page-node-4681 div#splash-middle ul#stores li {
        margin-right: .2em;
        zoom: .9
    }
}

body.page-node-4681 div#splash-middle ul#stores li:last-child {
    margin-right: 0
}

body.page-node-4681 div#splash-middle ul#stores li a {
    text-indent: -9999em;
    float: left;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle ul#stores li a {
        height: 60px
    }
}

body.page-node-4681 div#splash-middle ul#stores li.amazon {
    width: 150px
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle ul#stores li.amazon {
        width: 75px
    }
}

body.page-node-4681 div#splash-middle ul#stores li.amazon a {
    background-image: url(http://riseagainst2.umg.edrupalgardens.com/sites/g/files/g20002666/f/201406/btn-amazon2.png)
}

body.page-node-4681 div#splash-middle ul#stores li.amazon-mp3 {
    width: 150px
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle ul#stores li.amazon-mp3 {
        width: 75px
    }
}

body.page-node-4681 div#splash-middle ul#stores li.amazon-mp3 a {
    background-image: url(http://riseagainst2.umg.edrupalgardens.com/sites/g/files/g20002666/f/201406/btn-amazonmp3.png)
}

body.page-node-4681 div#splash-middle ul#stores li.best-buy {
    width: 115px
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle ul#stores li.best-buy {
        width: 62px
    }
}

body.page-node-4681 div#splash-middle ul#stores li.best-buy a {
    background-image: url(http://riseagainst2.umg.edrupalgardens.com/sites/g/files/g20002666/f/201406/btn-bestbuy.png)
}

body.page-node-4681 div#splash-middle ul#stores li.google-play {
    width: 150px
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle ul#stores li.google-play {
        width: 75px
    }
}

body.page-node-4681 div#splash-middle ul#stores li.google-play a {
    background-image: url(http://riseagainst2.umg.edrupalgardens.com/sites/g/files/g20002666/f/201406/btn-googleplay.png)
}

body.page-node-4681 div#splash-middle .enter-site {
    width: 30%;
    height: 100px;
    float: right
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle .enter-site {
        height: 60px
    }
}

@media screen and (max-width: 599px) {
    body.page-node-4681 div#splash-middle .enter-site {
        width: 100%;
        float: left;
        border-top: 1px solid #afafbc
    }
}

body.page-node-4681 div#splash-middle .enter-site a {
    color: #000;
    width: 100%;
    height: 100%;
    float: left;
    text-transform: uppercase;
    padding: 1em .8em;
    font-size: 2.4em;
    text-align: center;
    font-weight: bold
}

@media screen and (max-width: 1199px) {
    body.page-node-4681 div#splash-middle .enter-site a {
        font-size: 2em;
        padding: 1.2em .5em 1em 0
    }
}

@media screen and (max-width: 959px) {
    body.page-node-4681 div#splash-middle .enter-site a {
        padding-top: 1em
    }
}

@media screen and (max-width: 599px) {
    body.page-node-4681 div#splash-middle .enter-site a {
        padding: .6em 1em 1em 1em
    }
}

body.page-node-4681 div#splash-middle .enter-site a:after {
    content: '\f138';
    font-family: "FontAwesome";
    font-size: 1em;
    color: #000;
    margin-left: .5em;
    font-weight: normal
}

body.page-node-4681 div#splash-offers {
    float: left
}

body.page-node-4681 div#splash-offers ul {
    display: inline;
    margin: 0;
    padding: 0;
    display: block
}

@supports (flex-wrap: wrap) {
    body.page-node-4681 div#splash-offers ul {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        flex-flow: row wrap;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

body.page-node-4681 div#splash-offers ul li {
    float: left;
    height: auto;
    overflow: hidden;
    margin: 1%;
    position: relative;
    width: 31.3%
}

@media screen and (max-width: 599px) {
    body.page-node-4681 div#splash-offers ul li {
        margin: 0 0 1% 0;
        width: 100%
    }
}

@supports (flex-wrap: wrap) {
    body.page-node-4681 div#splash-offers ul li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 31.3%;
        -moz-flex: 0 1 31.3%;
        -ms-flex: 0 1 31.3%;
        flex: 0 1 31.3%;
        height: auto
    }

    @media screen and (max-width: 599px) {
        body.page-node-4681 div#splash-offers ul li {
            height: auto;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            width: 100% !important;
            margin: 0 0 1em 0
        }
}
}

#footer {
    height: auto;
    background: #31313b;
    text-align: center;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 2em 0
}

#footer #block-block-201 .block-content, #footer #block-block-201--2 .block-content {
    width: 760px;
    display: inline-block;
    margin: 0 auto
}

@media screen and (max-width: 959px) {
    #footer #block-block-201 .block-content, #footer #block-block-201--2 .block-content {
        width: 100%
    }
}

#footer ul {
    float: none;
    list-style-type: none;
    padding: 0;
    display: block;
    clear: both;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center
}

#footer ul li {
    float: left;
    margin: 0 .5em;
    padding: 0 1em 0 0
}

@media screen and (max-width: 599px) {
    #footer ul li {
        padding-right: .5em
    }
}

#footer ul li a {
    text-transform: uppercase;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    letter-spacing: .1em
}

#footer ul li a#interscope {
    width: 37px;
    height: 56px;
    float: left;
    text-indent: -9999em;
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/iscope-logo.png) center center no-repeat
}

#footer ul li a#universal-music {
    width: 147px;
    height: 56px;
    float: left;
    text-indent: -9999em;
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/umg-logo.png) center center no-repeat
}

#footer ul li a#logo-222 {
    width: 55px;
    height: 56px;
    float: left;
    text-indent: -9999em;
    background: url(http://www.maroon5.com/sites/g/files/g20002711/f/201407/222-Logo.png) center center no-repeat
}

#footer ul#footer-links {
    margin-top: 1em
}

@media screen and (max-width: 599px) {
    #footer ul#footer-links {
        display: none
    }
}

#footer ul#footer-links li {
    border-right: 1px solid #afafbc
}

#footer ul#footer-links li:last-child {
    border-right: none
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    zoom: 1;
    -webkit-transition: opacity 1s ease-in-out;
    - transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    display: block
}

#spinner {
    position: relative;
    height: 95px;
    width: 95px;
    top: 40%;
    margin: 0 auto;
    margin-bottom: -45px;
    border-radius: 100%;
    -webkit-animation: spin .75s infinite linear;
    -moz-animation: spin .75s infinite linear;
    animation: spin .75s infinite linear;
    -webkit-backface-visibility: hidden
}

#spinner:before {
    content: " ";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 1px solid #888;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 100%
}

.preloader-image {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 40%;
    width: 95px;
    height: 95px;
    background: none center center no-repeat transparent;
    background-size: 50%;
    background-image: url(http://riseagainst2.umg.edrupalgardens.com/sites/g/files/g20002666/f/201406/loader.png);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

body.html #preloader {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

body.page-node-11666.html div#content, body.page-node-11696.html div#content {
    margin-top: 0
}

body.page-node-11666.html div#block-system-main, body.page-node-11696.html div#block-system-main {
    padding: 0;
    margin-top: -65px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1
}

body.page-node-11666.html .region-help, body.page-node-11696.html .region-help {
    height: auto;
    overflow: hidden;
    margin-top: 100px
}

@media screen and (max-width: 599px) {
    body.page-node-11666.html .region-help, body.page-node-11696.html .region-help {
        margin-top: 50px
    }
}

body.page-node-11666.html .region-help #page-header, body.page-node-11696.html .region-help #page-header {
    width: 100%;
    height: 480px;
    background: #000 url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/tour-header.jpg) center -2em no-repeat;
    background-size: cover
}

@media screen and (max-width: 1199px) {
    body.page-node-11666.html .region-help #page-header, body.page-node-11696.html .region-help #page-header {
        height: 400px
    }
}

@media screen and (max-width: 959px) {
    body.page-node-11666.html .region-help #page-header, body.page-node-11696.html .region-help #page-header {
        height: 320px
    }
}

@media screen and (max-width: 599px) {
    body.page-node-11666.html .region-help #page-header, body.page-node-11696.html .region-help #page-header {
        height: 200px;
        background-position: center top
    }
}

body.page-node-11666.html #tour-widget, body.page-node-11696.html #tour-widget {
    display: block
}

@media screen and (max-width: 959px) {
    body.page-node-11666.html #tour-widget, body.page-node-11696.html #tour-widget {
        display: none
    }
}

body.page-node-11666.html #mobile-tour-widget, body.page-node-11696.html #mobile-tour-widget {
    display: none
}

@media screen and (max-width: 959px) {
    body.page-node-11666.html #mobile-tour-widget, body.page-node-11696.html #mobile-tour-widget {
        display: block
    }
}

body.page-node-11666.html #block-system-main, body.page-node-11696.html #block-system-main {
    padding: 3.125em;
    overflow: hidden
}

@media screen and (max-width: 599px) {
    body.page-node-11666.html #block-system-main, body.page-node-11696.html #block-system-main {
        padding: 0em
    }
}

body.page-node-11666.html #page-header, body.page-node-11696.html #page-header {
    display: none
}

body.page-node-11666.html #tour-header, body.page-node-11696.html #tour-header {
    margin-top: 75px
}

body.page-node-11666.html #tour-header img, body.page-node-11696.html #tour-header img {
    width: 100%;
    height: auto
}

body.page-node-11666.html #main-content .media-thumbnail-frame img,
body.page-node-11696.html #main-content .media-thumbnail-frame img {
    width: 100%;
    height: auto
}

#bit-events {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important
}

#bit-events > a {
    border-color: rgba(255, 255, 255, 0.2) !important
}

#bit-events a {
    color: rgba(255, 255, 255, 0.7)
}

#bit-events a.bit-track-artist-header {
    border-bottom: none !important
}

#bit-events table.bit-events {
    font-size: 100% !important;
    background: none !important;
    margin: 0;
    padding: 0;
    border: none
}

#bit-events table.bit-events a {
    color: rgba(255, 255, 255, 0.7)
}

#bit-events table.bit-events tbody {
    float: left;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.2) !important
}

#bit-events table.bit-events tr {
    width: 100%;
    background: #404c72;
    border: none
}

#bit-events table.bit-events tr:nth-child(2n + 2) {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    zoom: 1
}

#bit-events table.bit-events tr.bit-header {
    border: none;
    float: left;
    width: 100%;
    background-color: transparent;
    background-color: rgba(107, 107, 129, 0.1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#1A6B6B81, endColorstr=#1A6B6B81);
    zoom: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#bit-events table.bit-events tr.bit-header th {
    width: 100%;
    float: left;
    padding: 1em 2em
}

#bit-events table.bit-events tr.bit-header th.bit-description-links {
    display: none
}

#bit-events table.bit-events tr:nth-child(3n + 2) {
    background: #fe4c6e
}

#bit-events table.bit-events tr:nth-child(3n + 3) {
    background: #4c3a50
}

#bit-events table.bit-events tr:nth-child(2) {
    background: #000
}

#bit-events table.bit-events td, #bit-events table.bit-events th {
    padding: 1.5em 0;
    font-family: "open-sans", Helvetica, Arial, sans-serif !important;
    border: none !important;
    line-height: 1.2em;
    font-size: 1.4em
}

@media screen and (max-width: 1199px) {
    #bit-events table.bit-events td, #bit-events table.bit-events th {
        font-size: 1em
    }
}

#bit-events table.bit-events td > a, #bit-events table.bit-events th > a {
    color: #fff !important
}

#bit-events table.bit-events td.bit-description-links, #bit-events table.bit-events th.bit-description-links {
    width: 5%;
    padding-left: 2em
}

#bit-events table.bit-events td.bit-description-links a, #bit-events table.bit-events th.bit-description-links a {
    background: none !important
}

#bit-events table.bit-events td.bit-description-links a:before,
#bit-events table.bit-events th.bit-description-links a:before {
    content: '\f0fe';
    color: #fff;
    font-family: "FontAwesome";
    font-size: 1.4em;
    float: left
}

#bit-events table.bit-events td.bit-description-links a:hover:before,
#bit-events table.bit-events th.bit-description-links a:hover:before {
    color: #000
}

#bit-events table.bit-events td.bit-date, #bit-events table.bit-events th.bit-date {
    width: 12%;
    padding-left: .25em;
    padding-right: 1em;
    text-align: right;
    font-family: "league-gothic", Helvetica, Arial, sans-serif !important;
    text-transform: capitalize;
    color: #fff !important;
    font-size: 2em;
    text-transform: uppercase
}

@media screen and (max-width: 1199px) {
    #bit-events table.bit-events td.bit-date, #bit-events table.bit-events th.bit-date {
        font-size: 1.6em
    }
}

#bit-events table.bit-events td.bit-venue, #bit-events table.bit-events th.bit-venue {
    width: 35%;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    padding-right: 1em
}

#bit-events table.bit-events td.bit-venue div.lineup, #bit-events table.bit-events th.bit-venue div.lineup {
    margin-top: .2em;
    font-style: italic
}

#bit-events table.bit-events td.bit-location, #bit-events table.bit-events th.bit-location {
    width: 30%
}

#bit-events table.bit-events td.bit-tickets, #bit-events table.bit-events th.bit-tickets {
    width: 9%
}

#bit-events table.bit-events td.bit-tickets a.bit-buy-tix, #bit-events table.bit-events th.bit-tickets a.bit-buy-tix {
    line-height: 1em;
    float: left;
    clear: both;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .8em 1em;
    margin-top: 0em;
    background: none;
    border: 3px solid #fff;
    border-radius: 2px;
    color: #fff !important
}

@media screen and (max-width: 1199px) {
    #bit-events table.bit-events td.bit-tickets a.bit-buy-tix, #bit-events table.bit-events th.bit-tickets a.bit-buy-tix {
        padding: .8em .5em
    }
}

#bit-events table.bit-events td.bit-tickets a.bit-buy-tix:focus,
#bit-events table.bit-events td.bit-tickets a.bit-buy-tix:hover,
#bit-events table.bit-events th.bit-tickets a.bit-buy-tix:focus,
#bit-events table.bit-events th.bit-tickets a.bit-buy-tix:hover {
    background: #fff;
    color: #31313b !important
}

#bit-events table.bit-events td.bit-rsvp, #bit-events table.bit-events th.bit-rsvp {
    width: 9%;
    padding-right: 2em
}

#bit-events table.bit-events td.bit-rsvp label.bit-uiButton, #bit-events table.bit-events th.bit-rsvp label.bit-uiButton {
    line-height: 1em;
    border: none;
    box-shadow: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .8em 1em;
    margin: 0;
    background: none;
    border: 3px solid #fff;
    border-radius: 2px;
    color: #fff;
    height: auto
}

#bit-events table.bit-events td.bit-rsvp label.bit-uiButton a, #bit-events table.bit-events th.bit-rsvp label.bit-uiButton a {
    color: #fff;
    line-height: 1em
}

@media screen and (max-width: 1199px) {
    #bit-events table.bit-events td.bit-rsvp label.bit-uiButton, #bit-events table.bit-events th.bit-rsvp label.bit-uiButton {
        padding: .8em .5em
    }
}

#bit-events table.bit-events td.bit-rsvp label.bit-uiButton:focus,
#bit-events table.bit-events td.bit-rsvp label.bit-uiButton:hover,
#bit-events table.bit-events th.bit-rsvp label.bit-uiButton:focus,
#bit-events table.bit-events th.bit-rsvp label.bit-uiButton:hover {
    background: #fff;
    color: #31313b !important
}

#bit-events table.bit-events td.bit-rsvp label.bit-uiButton:focus a,
#bit-events table.bit-events td.bit-rsvp label.bit-uiButton:hover a,
#bit-events table.bit-events th.bit-rsvp label.bit-uiButton:focus a,
#bit-events table.bit-events th.bit-rsvp label.bit-uiButton:hover a {
    color: #31313b
}

#bit-events table.bit-events th {
    text-transform: uppercase;
    color: #31313b !important;
    font-family: "league-gothic", Helvetica, Arial, sans-serif !important;
    font-size: 1em !important;
    color: #fff !important;
    letter-spacing: .05em
}

#bit-events table.bit-events th.bit-date {
    padding-right: 1.7em !important
}

#bit-events table.bit-events tr.bit-event-details {
    width: 100%;
    background: #2a2a33;
    color: #fff
}

#bit-events table.bit-events tr.bit-event-details td.bit-details {
    width: 575px;
    padding: 1em 2em
}

#bit-events table.bit-events tr.bit-event-details td.bit-details div {
    background: none;
    font-size: 14px;
    color: #fff;
    display: inline;
    clear: none;
    float: left
}

#bit-events table.bit-events tr.bit-event-details td.bit-details div.bit-details-title {
    background: #fff;
    padding: 5px 10px;
    color: #31313b;
    position: relative;
    top: 5px
}

#bit-events table.bit-events tr.bit-event-details td.bit-details div.bit-details-text {
    margin: 0;
    padding: 0 0 0 15px
}

#bit-events table.bit-events tr.bit-event-details iframe {
    width: 100%;
    max-height: 250px;
    display: none
}

#bit-events table.bit-events-narrow {
    font-size: 100% !important;
    display: none
}

@media screen and (max-width: 959px) {
    #bit-events table.bit-events-narrow {
        display: block
    }
}

#bit-events table.bit-events-narrow tr {
    padding: 0;
    border: none !important;
    float: left;
    width: 100%;
    height: auto;
    font-size: 1em;
    background: #404c72
}

#bit-events table.bit-events-narrow tr:nth-child(2n + 2) {
    background-color: none
}

#bit-events table.bit-events-narrow tr:nth-child(3n + 2) {
    background: #fe4c6e
}

#bit-events table.bit-events-narrow tr:nth-child(3n + 3) {
    background: #4c3a50
}

#bit-events table.bit-events-narrow tr.bit-header-narrow, #bit-events table.bit-events-narrow tr.bit-event-description {
    height: auto;
    padding: 1em 0;
    min-height: 0
}

#bit-events table.bit-events-narrow tr.bit-event-description {
    width: 100%;
    background: #2a2a33 !important;
    color: #fff
}

@media screen and (max-width: 959px) {
    #bit-events table.bit-events-narrow tr {
        font-size: 1.2em;
        min-height: 125px
    }
}

@media screen and (max-width: 599px) {
    #bit-events table.bit-events-narrow tr {
        padding: 0;
        font-size: 1em;
        min-height: 112px
    }

    #bit-events table.bit-events-narrow tr.bit-bottom a {
        font-size: 120%;
        padding-top: 5px
    }
}

#bit-events table.bit-events-narrow tr.bit-header-narrow th {
    min-height: 0
}

#bit-events table.bit-events-narrow tr td, #bit-events table.bit-events-narrow tr th {
    border: none !important;
    float: left;
    line-height: 1.1em;
    padding: 1em 0em;
    border: none;
    height: 100%
}

#bit-events table.bit-events-narrow tr td.bit-description-links,
#bit-events table.bit-events-narrow tr th.bit-description-links {
    width: 6%;
    padding-left: 1em
}

#bit-events table.bit-events-narrow tr td.bit-description-links a,
#bit-events table.bit-events-narrow tr th.bit-description-links a {
    background: none !important
}

#bit-events table.bit-events-narrow tr td.bit-description-links a:before,
#bit-events table.bit-events-narrow tr th.bit-description-links a:before {
    content: '\f0fe';
    color: #fff;
    font-family: "FontAwesome";
    font-size: .8em;
    float: left;
    margin-top: 5px
}

#bit-events table.bit-events-narrow tr td.bit-description-links a:hover:before,
#bit-events table.bit-events-narrow tr th.bit-description-links a:hover:before {
    color: #000
}

#bit-events table.bit-events-narrow tr td.bit-date, #bit-events table.bit-events-narrow tr th.bit-date {
    width: 17%;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    padding: 1em .75em 0 .5em;
    max-width: 70px
}

#bit-events table.bit-events-narrow tr td.bit-date a, #bit-events table.bit-events-narrow tr th.bit-date a {
    float: left;
    margin-top: 1em;
    letter-spacing: -.05em;
    font-size: 1.6em;
    text-align: right;
    color: #fff !important
}

#bit-events table.bit-events-narrow tr td.bit-concert, #bit-events table.bit-events-narrow tr th.bit-concert {
    width: 58%;
    padding-left: 0em
}

#bit-events table.bit-events-narrow tr td.bit-concert a.bit-buy-tix,
#bit-events table.bit-events-narrow tr th.bit-concert a.bit-buy-tix {
    float: left;
    clear: both;
    display: block;
    font-size: .6em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .5em .7em;
    margin-top: 1em;
    background: none;
    border: 3px solid #fff;
    border-radius: 2px;
    background: none;
    color: #fff
}

#bit-events table.bit-events-narrow tr td.bit-concert a.bit-buy-tix:focus,
#bit-events table.bit-events-narrow tr td.bit-concert a.bit-buy-tix:hover,
#bit-events table.bit-events-narrow tr th.bit-concert a.bit-buy-tix:focus,
#bit-events table.bit-events-narrow tr th.bit-concert a.bit-buy-tix:hover {
    background: #fff;
    color: #000 !important
}

#bit-events table.bit-events-narrow tr td.bit-concert .location,
#bit-events table.bit-events-narrow tr th.bit-concert .location {
    font-size: 1.1em;
    line-height: 1.1em;
    color: #fff !important;
    margin-top: .2em
}

#bit-events table.bit-events-narrow tr td.bit-concert .location a,
#bit-events table.bit-events-narrow tr th.bit-concert .location a {
    color: #fff
}

#bit-events table.bit-events-narrow tr td.bit-rsvp, #bit-events table.bit-events-narrow tr th.bit-rsvp {
    width: 19%
}

#bit-events table.bit-events-narrow tr td.bit-rsvp .bit-uiButton,
#bit-events table.bit-events-narrow tr th.bit-rsvp .bit-uiButton {
    height: 20px;
    position: relative;
    top: 40%
}

#bit-events table.bit-events-narrow tr td a, #bit-events table.bit-events-narrow tr th a {
    font-size: 100%
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus,
.flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    float: left
}

.flexslider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.flexslider .slides > li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides {
    padding: 0
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle
}

.flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.flex-pauseplay span {
    text-transform: capitalize
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    width: 100%;
    background: none;
    border: 0;
    margin: 0;
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1;
    margin-top: 0
}

.flex-viewport {
    float: none;
    width: 100%;
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    height: 0;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin-top: -1em !important
}

.flex-direction-nav a {
    background: none;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -1em 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: all .3s ease;
    width: auto;
    padding: 1em .5em;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    zoom: 1;
    z-index: 10
}

@media screen and (max-width: 599px) {
    .flex-direction-nav a {
        padding: .5em
    }
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 2em;
    text-indent: 0
}

@media screen and (max-width: 599px) {
    .flex-direction-nav a:before {
        font-size: 1.4em
    }
}

.flex-direction-nav a:hover, .flex-direction-nav a:focus {
    background-color: transparent;
    background-color: #000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#FF000000);
    zoom: 1
}

.flex-direction-nav a:hover:before, .flex-direction-nav a:focus:before {
    color: #fff !important
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0em
}

.flex-direction-nav .flex-next:before {
    content: "";
    text-align: right;
    margin-top: .2em;
    float: right;
    padding-left: .2em
}

.flex-direction-nav .flex-prev {
    left: 0em
}

.flex-direction-nav .flex-prev:before {
    content: "";
    text-align: left;
    margin-top: .2em;
    float: left;
    padding-right: .2em
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important
}

.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%
}

.flex-control-paging li {
    display: inline-block;
    margin: 0 6px;
    zoom: 1;
    * display: inline
}

.flex-control-paging li a {
    background: #666;
    background-color: transparent;
    background-color: rgba(107, 107, 129, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4D6B6B81, endColorstr=#4D6B6B81);
    zoom: 1;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
    background-color: transparent;
    background-color: #6b6b81;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FF6B6B81, endColorstr=#FF6B6B81);
    zoom: 1
}

.flex-control-paging li a.flex-active {
    background-color: transparent;
    background-color: #6b6b81;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FF6B6B81, endColorstr=#FF6B6B81);
    zoom: 1;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%
}

.flex-control-thumbs a {
    float: left
}

.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.view-banner-carousel {
    min-height: 600px;
    background: #000;
    margin-top: 115px
}

@media screen and (max-width: 1199px) {
    .view-banner-carousel {
        min-height: 480px
    }
}

@media screen and (max-width: 959px) {
    .view-banner-carousel {
        min-height: 300px
    }
}

@media screen and (max-width: 599px) {
    .view-banner-carousel {
        margin-top: 65px;
        min-height: 400px
    }
}

.view-banner-carousel .flex-viewport {
    overflow: hidden;
    background-color: #000;
    max-height: 768px
}

@media screen and (max-width: 959px) {
    .view-banner-carousel .flex-viewport {
        max-height: 480px
    }
}

@media screen and (max-width: 599px) {
    .view-banner-carousel .flex-viewport {
        max-height: 720px
    }
}

.view-banner-carousel .flexslider ul.slides li.views-row {
    position: relative;
    background-color: #000
}

.view-banner-carousel .flexslider ul.slides li.views-row:hover img {
    opacity: 0.88;
    filter: alpha(opacity=88);
    -webkit-transition: all 0.2s ease-in-out;
    - transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-banner-carousel .flexslider ul.slides li.views-row .slider-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 768px
}

@media screen and (max-width: 959px) {
    .view-banner-carousel .flexslider ul.slides li.views-row .slider-text {
        max-height: 480px
    }
}

@media screen and (max-width: 599px) {
    .view-banner-carousel .flexslider ul.slides li.views-row .slider-text {
        max-height: 720px
    }
}

.view-banner-carousel .flexslider ul.slides li.views-row .slider-text a {
    float: left;
    width: 100%;
    height: 100%
}

.view-banner-carousel .flexslider ul.slides li.views-row .slider-text .slider-title {
    float: left;
    position: absolute;
    font-size: 4em;
    color: #fff;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
    width: 70%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -35%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 1199px) {
    .view-banner-carousel .flexslider ul.slides li.views-row .slider-text .slider-title {
        font-size: 3.2em
    }
}

@media screen and (max-width: 959px) {
    .view-banner-carousel .flexslider ul.slides li.views-row .slider-text .slider-title {
        font-size: 3em;
        width: 480px;
        margin-left: -240px
    }
}

@media screen and (max-width: 599px) {
    .view-banner-carousel .flexslider ul.slides li.views-row .slider-text .slider-title {
        font-size: 1.7em;
        width: 240px;
        margin-left: -120px
    }
}

.view-banner-carousel .flexslider .slider-mobile {
    display: none
}

.view-banner-carousel .flexslider .slider-desktop img {
    height: auto
}

@media screen and (max-width: 599px) {
    .view-banner-carousel .flexslider .slider-desktop {
        display: none
    }

    .view-banner-carousel .flexslider .slider-mobile {
        display: inline
    }
}

#primary-menu-bar {
    display: none
}

#block-block-156 {
    float: right;
    width: auto;
    display: none;
    margin: 0
}

#block-block-156 .content {
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0
}

#block-block-156 .menu-link {
    cursor: pointer;
    padding: 0px;
    float: left;
    width: 40px;
    height: 25px;
    padding: 15px 10px
}

#block-block-156 .menu-link span, #block-block-156 .menu-link span:before,
#block-block-156 .menu-link span:after {
    cursor: pointer;
    border-radius: 2px;
    height: 3px;
    width: 20px;
    background: white;
    position: absolute;
    display: block;
    content: ''
}

#block-block-156 .menu-link span:before {
    top: -5px
}

#block-block-156 .menu-link span:after {
    bottom: -5px
}

#block-block-156 .menu-link span, #block-block-156 .menu-link span:before,
#block-block-156 .menu-link span:after {
    transition: all 500ms ease-in-out
}

#block-block-156 .menu-link.opened span {
    background-color: transparent
}

#block-block-156 .menu-link.opened span:before, #block-block-156 .menu-link.opened span:after {
    top: 0;
    background-color: #fe4c6e
}

#block-block-156 .menu-link.opened span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#block-block-156 .menu-link.opened span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 959px) {
    #block-block-156 {
        display: inline
    }
}

#block-system-main-menu {
    float: right;
    width: auto;
    margin: .4em 0 0 0em
}

@media screen and (max-width: 1199px) {
    #block-system-main-menu {
        margin-top: 0
    }
}

@media screen and (max-width: 959px) {
    #block-system-main-menu {
        display: none
    }
}

#block-system-main-menu ul {
    float: right;
    width: auto
}

#block-system-main-menu ul li {
    margin: 0 .5em;
    position: relative
}

@media screen and (max-width: 1199px) {
    #block-system-main-menu ul li {
        margin: .5em
    }
}

@media screen and (max-width: 959px) {
    #block-system-main-menu ul li {
        float: none;
        padding: 1em;
        font-size: 1.2em
    }
}

#block-system-main-menu ul li:first-child {
    margin-left: 0
}

#block-system-main-menu ul li a {
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: .05em;
    color: #fff
}

@media screen and (max-width: 1199px) {
    #block-system-main-menu ul li a {
        letter-spacing: 0
    }
}

#block-system-main-menu ul li.active-trail > a, #block-system-main-menu ul li:focus > a,
#block-system-main-menu ul li:hover > a {
    color: #fe4c6e
}

#block-system-main-menu ul li:focus > ul li, #block-system-main-menu ul li:hover > ul li {
    display: block
}

#block-system-main-menu ul li > ul {
    position: absolute;
    z-index: 99
}

#block-system-main-menu ul li > ul li {
    display: none;
    font-size: .8em;
    background: #6b6b81;
    color: #fff;
    border-bottom: 1px solid #afafbc;
    clear: both;
    margin-left: .7em
}

#block-system-main-menu ul li > ul li:first-child {
    margin-left: .7em
}

#block-system-main-menu ul li > ul li a {
    color: #fff
}

#block-system-main-menu ul li > ul li:last-child {
    border-bottom: none
}

#block-system-main-menu ul li > ul li:hover a, #block-system-main-menu ul li > ul li:focus a {
    background: #000;
    color: #fff
}

#block-system-main-menu-copy {
    margin: 0;
    background: #1a1a1f;
    display: none
}

@media screen and (max-width: 959px) {
    #block-system-main-menu-copy {
        display: block
    }
}

#block-system-main-menu-copy ul {
    margin: 0;
    padding: 135px 0 0 0
}

@media screen and (max-width: 599px) {
    #block-system-main-menu-copy ul {
        padding-top: 80px
    }
}

#block-system-main-menu-copy ul li {
    float: none;
    padding: .3em .5em .2em 1em;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    position: relative;
    left: 0em;
    list-style-type: none;
    list-style-image: none
}

#block-system-main-menu-copy ul li.active-trail a {
    color: #fe4c6e
}

#block-system-main-menu-copy ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    letter-spacing: .05em
}

#block-system-main-menu-copy ul li a:hover, #block-system-main-menu-copy ul li a:focus {
    color: #fe4c6e
}

#block-system-main-menu-copy ul li > ul {
    margin-top: .5em
}

#block-system-main-menu-copy ul li > ul li {
    font-size: .8em;
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #afafbc
}

#block-system-main-menu-copy ul li > ul li a {
    color: #afafbc
}

#block-system-main-menu-copy ul li > ul li:last-child {
    border: none
}

#block-system-main-menu-copy ul li > ul li:hover a, #block-system-main-menu-copy ul li > ul li:focus a {
    color: #fff
}

#block-menu-menu-main-navigation-menu {
    margin: 0
}

nav.menu-wrapper {
    float: left;
    width: auto
}

#block-block-41 {
    float: right;
    display: inline;
    width: 75%
}

div#social-bar {
    float: left;
    width: 100%;
    background: #31313b;
    padding: 0em
}

@media screen and (max-width: 599px) {
    div#social-bar div.s_items {
        width: 92%
    }
}

a.icon_holder {
    background: none;
    float: left;
    margin-left: 0;
    width: 10%;
    padding: .5em;
    -webkit-transition: all 0.3s ease-in-out;
    - transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a.icon_holder:first-child {
    margin-left: 8%
}

@media screen and (max-width: 1199px) {
    a.icon_holder:first-child {
        margin-left: 7%
    }
}

@media screen and (max-width: 959px) {
    a.icon_holder:first-child {
        margin-left: 3%
    }
}

@media screen and (max-width: 599px) {
    a.icon_holder:first-child {
        margin-left: 0
    }
}

a.icon_holder:focus span:after, a.icon_holder:hover span:after {
    color: #6b6b81
}

@media screen and (max-width: 959px) {
    a.icon_holder {
        padding: .5em
    }
}

@media screen and (max-width: 599px) {
    a.icon_holder {
        width: 14%
    }
}

a.icon_holder.keep-text {
    width: auto
}

a.icon_holder.keep-text span {
    text-indent: 2em;
    font-size: 1em;
    color: #fff
}

@media screen and (max-width: 959px) {
    a.icon_holder.keep-text span {
        text-indent: 2.2em
    }
}

@media screen and (max-width: 599px) {
    a.icon_holder.keep-text {
        width: 2em
    }

    a.icon_holder.keep-text span {
        text-indent: -9999em
    }
}

a.icon_holder span {
    text-indent: -9999em;
    position: relative;
    float: left;
    width: 100%;
    height: 100%
}

a.icon_holder span:after {
    content: '';
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    font-family: "FontAwesome";
    font-size: 1.2em;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    - transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

@media screen and (max-width: 959px) {
    a.icon_holder span:after {
        font-size: 1em
    }
}

a.icon_holder.twitter span:after {
    content: '\f099'
}

a.icon_holder.facebook span:after {
    content: '\f09a'
}

a.icon_holder.tumblr span:after {
    content: '\f173'
}

a.icon_holder.instagram span:after {
    content: '\f16d'
}

a.icon_holder.spotify span:after {
    content: '\f1bc'
}

a.icon_holder.email {
    -webkit-transition: background 0.3s ease-in-out;
    - transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: none;
    padding: .3em 1em;
    border: 5px solid #fff;
    border-radius: 0em
}

a.icon_holder.email span:after {
    content: '\f0e0';
    font-size: 1.2em
}

@media screen and (max-width: 959px) {
    a.icon_holder.email {
        padding: .7em .8em
    }
}

@media screen and (max-width: 599px) {
    a.icon_holder.email {
        border: none;
        width: 2em;
        margin-left: 0em;
        padding: .5em;
        margin-top: 0
    }
}

@media screen and (max-width: 599px) {
    a.icon_holder.email:focus, a.icon_holder.email:hover {
        background: none
    }
}

a.icon_holder.email:focus span, a.icon_holder.email:focus span:after,
a.icon_holder.email:hover span, a.icon_holder.email:hover span:after {
    color: #fff
}

@media screen and (max-width: 599px) {
    a.icon_holder.email:focus span, a.icon_holder.email:focus span:after,
    a.icon_holder.email:hover span, a.icon_holder.email:hover span:after {
        color: #6b6b81
    }
}

a.icon_holder.youtube span:after {
    content: '\f167'
}

a.icon_holder.enter-site {
    display: none
}

a.icon_holder.enter-site span:after {
    content: '\f054'
}

#block-menu-menu-social-follow-links {
    float: right;
    display: inline;
    width: 50%;
    margin-top: .5em
}

@media screen and (max-width: 959px) {
    #block-menu-menu-social-follow-links {
        width: 65%
    }
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links {
        width: 100%;
        padding: 0 1em
    }
}

#block-menu-menu-social-follow-links ul.menu {
    float: right;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none
}

#block-menu-menu-social-follow-links ul.menu > li {
    float: left;
    width: 7%;
    margin: 0 1.9%;
    list-style-type: none;
    list-style-image: none;
    position: relative;
    height: 24px
}

@media screen and (max-width: 959px) {
    #block-menu-menu-social-follow-links ul.menu > li {
        width: 9%;
        margin: 0 .8%
    }
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links ul.menu > li {
        width: 50px;
        height: 40px;
        padding: 0
    }
}

#block-menu-menu-social-follow-links ul.menu > li a {
    text-align: center
}

#block-menu-menu-social-follow-links ul.menu > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    list-style-type: none;
    margin-top: .5em;
    -webkit-transition: 0.2s all ease-in-out;
    - transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    left: -18px;
    position: absolute;
    top: 17px;
    padding-top: 5px;
    border-top: 1px solid #31313b
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links ul.menu > li > ul {
        display: none !important
    }
}

#block-menu-menu-social-follow-links ul.menu > li > ul li {
    display: block;
    clear: both;
    width: 100%;
    background: #212127;
    border-bottom: 1px solid #31313b;
    width: 6.25em;
    height: auto
}

#block-menu-menu-social-follow-links ul.menu > li > ul li:last-child {
    border-bottom: none
}

#block-menu-menu-social-follow-links ul.menu > li > ul li a {
    padding: 1em;
    text-indent: 2em;
    text-transform: uppercase;
    font-family: "league-gothic", Helvetica, Arial, sans-serif;
    text-align: left
}

#block-menu-menu-social-follow-links ul.menu > li > ul li a:after {
    left: 20%;
    top: 30%
}

#block-menu-menu-social-follow-links ul.menu > li:hover > ul {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline
}

#block-menu-menu-social-follow-links ul.menu > li a {
    position: relative;
    text-indent: -9999em;
    float: left;
    width: 100%;
    height: 100%
}

#block-menu-menu-social-follow-links ul.menu > li a:after {
    content: '';
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    content: '';
    font-family: "FontAwesome";
    font-size: 21px;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    - transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links ul.menu > li a:after {
        width: 40px;
        height: 24px;
        font-size: 24px;
        top: 10%
    }
}

#block-menu-menu-social-follow-links ul.menu > li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7806 a:after {
    content: '\f09a'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7811 a:after {
    content: '\f16d'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7816 a:after {
    content: '\f099'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7841 a:after {
    content: '';
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/myspace.png) center center no-repeat;
    top: 0
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7846 a:after {
    content: '\f167'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7851 a:after {
    content: '\f1bc'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7856 a:after {
    content: '';
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/pandora.png) center center no-repeat;
    top: 0
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7861 a:after {
    content: '';
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/lastfm.png) center center no-repeat;
    top: 0
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7866 a:after {
    content: '\f179'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7901 a:after {
    content: '\f18a'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 a:after {
    content: '\f0ac'
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 {
    width: 48px;
    margin-right: 0
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 {
        width: 100%;
        margin-top: .3em
    }
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > a {
        display: none
    }
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul {
    left: -.2em
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul {
        position: relative;
        top: 0;
        left: 0;
        display: inline !important;
        opacity: 1;
        filter: alpha(opacity=100);
        width: auto;
        clear: none;
        border: none;
        float: left;
        margin: 0;
        padding: 0
    }
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li {
    width: 52px;
    height: 40px;
    padding: 0;
    margin: 0;
    border-bottom: none
}

@media screen and (max-width: 599px) {
    #block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li {
        width: 42px;
        height: 32px;
        float: left;
        background: none;
        display: inline;
        clear: none;
        margin-left: 5px
    }
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li a {
    text-indent: -9999em;
    padding: 0em;
    background-size: 32px
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li a:after {
    display: none
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li.menu-item-7876 a {
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/United-Kingdom.png) center center no-repeat
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li.menu-item-7881 a {
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/Germany.png) center center no-repeat
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li.menu-item-7886 a {
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/Japan.png) center center no-repeat
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li.menu-item-7891 a {
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/France.png) center center no-repeat
}

#block-menu-menu-social-follow-links ul.menu > li.menu-item-7871 > ul li.menu-item-7896 a {
    background: url(http://maroon5.umg.edrupalgardens.com/sites/g/files/g20002711/f/201407/Italy.png) center center no-repeat
}

#bit-events {
    background: #fff;
    padding: 1em 0 0 0;
    float: left;
    margin-top: 2em
}

@media screen and (max-width: 599px) {
    #bit-events {
        font-size: .9em
    }
}

#bit-events table.bit-events-narrow {
    font-size: 100% !important
}

#bit-events table.bit-events-narrow tr {
    padding: 1em 0;
    border-bottom: 1px solid #afafbc;
    float: left;
    width: 100%;
    height: 6em
}

#bit-events table.bit-events-narrow tr.bit-header-narrow, #bit-events table.bit-events-narrow tr.bit-event-description {
    height: auto;
    padding: 1em
}

#bit-events table.bit-events-narrow tr.bit-header-narrow > th {
    width: 100%;
    font-size: 90%
}

@media screen and (max-width: 599px) {
    #bit-events table.bit-events-narrow tr {
        padding: 0
    }

    #bit-events table.bit-events-narrow tr.bit-bottom a {
        font-size: 120%;
        padding-top: 5px
    }
}

#bit-events table.bit-events-narrow td, #bit-events table.bit-events-narrow th {
    border: none !important;
    float: left;
    line-height: 1.1em;
    padding: 0.625em
}

#bit-events table.bit-events-narrow td.bit-description-links, #bit-events table.bit-events-narrow th.bit-description-links {
    width: 5%;
    padding: 0.625em 0 0.625em 0.625em
}

#bit-events table.bit-events-narrow td.bit-description-links a,
#bit-events table.bit-events-narrow th.bit-description-links a {
    float: right;
    position: relative;
    top: 35%;
    right: 0
}

#bit-events table.bit-events-narrow td.bit-date, #bit-events table.bit-events-narrow th.bit-date {
    width: 17%;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold
}

#bit-events table.bit-events-narrow td.bit-date a, #bit-events table.bit-events-narrow th.bit-date a {
    float: left;
    position: relative;
    top: 50%;
    letter-spacing: -.05em
}

#bit-events table.bit-events-narrow td.bit-concert, #bit-events table.bit-events-narrow th.bit-concert {
    width: 59%;
    padding-left: 0em
}

#bit-events table.bit-events-narrow td.bit-concert a.bit-buy-tix,
#bit-events table.bit-events-narrow th.bit-concert a.bit-buy-tix {
    float: left;
    clear: both;
    display: block;
    font-size: .6em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .5em .7em;
    margin-top: .1em;
    background: #000;
    border-radius: 0.3125em;
    color: #fff
}

#bit-events table.bit-events-narrow td.bit-concert a.bit-buy-tix:focus,
#bit-events table.bit-events-narrow td.bit-concert a.bit-buy-tix:hover,
#bit-events table.bit-events-narrow th.bit-concert a.bit-buy-tix:focus,
#bit-events table.bit-events-narrow th.bit-concert a.bit-buy-tix:hover {
    background: #fff;
    color: #000
}

#bit-events table.bit-events-narrow td.bit-concert .location, #bit-events table.bit-events-narrow th.bit-concert .location {
    font-size: 1.1em;
    line-height: 1.5em
}

#bit-events table.bit-events-narrow td.bit-concert .location a, #bit-events table.bit-events-narrow th.bit-concert .location a {
    color: #31313b
}

#bit-events table.bit-events-narrow td.bit-rsvp, #bit-events table.bit-events-narrow th.bit-rsvp {
    width: 19%
}

#bit-events table.bit-events-narrow td.bit-rsvp .bit-uiButton, #bit-events table.bit-events-narrow th.bit-rsvp .bit-uiButton {
    height: 20px;
    position: relative;
    top: 40%
}

#bit-events table.bit-events-narrow td a, #bit-events table.bit-events-narrow th a {
    font-size: 100%
}

body.html.page-node-11656 #block-system-main {
    padding: 1em;
    max-width: 1600px
}

@media screen and (max-width: 959px) {
    body.html.page-node-11656 #block-system-main {
        padding: 2em 1em
    }
}

@media screen and (max-width: 599px) {
    body.html.page-node-11656 #block-system-main {
        padding: 5px 1em
    }
}

body.html.page-node-11656 div#content {
    margin-top: 1em
}

body.html.page-node-11656 .iga-livefyre-streamhub-app, body.html.page-node-11656 .node--iga-livefyre-streamhub-app {
    color: #fff;
    outline: 0
}

body.html.page-node-11656 .iga-livefyre-streamhub-app .hub-list-more,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .hub-list-more {
    display: block;
    clear: both;
    margin-top: 1em
}

@media screen and (max-width: 599px) {
    body.html.page-node-11656 .iga-livefyre-streamhub-app, body.html.page-node-11656 .node--iga-livefyre-streamhub-app {
        padding: 2.5em 1.5em
    }
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component {
    height: 100%;
    outline: 0;
    font-family: "open-sans", Helvetica, Arial, sans-serif;
    color: #fff;
    padding-bottom: 2em
}

@media screen and (max-width: 599px) {
    body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view,
    body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view,
    body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view,
    body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view {
        padding: 0
    }
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view .content,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view .content {
    background: #404c72;
    margin-bottom: 1em;
    border: none
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view:nth-child(3n + 2) .content,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view:nth-child(3n + 2) .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view:nth-child(3n + 2) .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view:nth-child(3n + 2) .content {
    background: #fe4c6e
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view:nth-child(3n + 3) .content,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view:nth-child(3n + 3) .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .streamhub-content-list-view:nth-child(3n + 3) .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .streamhub-content-list-view:nth-child(3n + 3) .content {
    background: #4c3a50
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .hub-list-footer,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .hub-list-footer,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .hub-list-footer,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .hub-list-footer {
    margin-bottom: 0px;
    display: block;
    clear: both
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content {
    color: #fff
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-header,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content .content-header,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-header,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content .content-header {
    border-radius: 0;
    box-shadow: none
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-author-name a,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content .content-author-name a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-author-name a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content .content-author-name a {
    color: #fff;
    color: rgba(255, 255, 255, 0.7)
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-body p,
body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-body a,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content .content-body p,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content .content-body a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-body p,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-body a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content .content-body p,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content .content-body a {
    color: #fff
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-body a,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content .content-body a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-body a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content .content-body a {
    font-weight: 700
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-footer a,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content .content-footer a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-footer a,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content .content-footer a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5)
}

body.html.page-node-11656 .iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-footer,
body.html.page-node-11656 .iga-livefyre-streamhub-app .streamhub-wall-component .content .content-footer,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app > .streamhub-media-wall-view .content .content-footer,
body.html.page-node-11656 .node--iga-livefyre-streamhub-app .streamhub-wall-component .content .content-footer {
    padding: 1em 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

form#ae-required-fields, form#user-pass, form#bolero-user-password,
form#bolero-user-login, form[data-ae-register-form="email"] {
    background: #fff
}


