#contentheader {
     display:none;
}
 #productheader {
     display:none;
}
 .terms .row ul {
     margin: 0;
     padding: 0;
     display: block;
     list-style-type: disc;
     margin-block-start: 2em;
     margin-block-end: 1em;
     margin-inline-start: 0px;
     margin-inline-end: 0px;
     padding-inline-start: 20px;
}
 .terms .row li {
     font-size: 16px;
     font-size: .9rem;
     line-height: 1.42307692;
     font-weight: 300;
     text-align: left;
     padding-left: .6em;
     padding-bottom: .8em;
}
 #main-808-title {
     color:#fff;
     text-transform:uppercase;
     font-weight:700;
     font-size:3rem;
     text-align:center;
     line-height:1.1;
}
 #sub-808-title {
     color:#fff;
     font-weight:700;
     font-size:2rem;
     text-align:center;
}
 .mbig #overview,.mbig #signup {
     position: relative;
     background-color: #fff;
     padding-bottom: 30px;
}
 .mbig #overview .row {
     position: relative;
     margin: 0 auto;
     width: 100%;
     max-width: 1280px;
     padding: 50px 50px 0;
     z-index: 3;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}
 .mbig #overview .overview-text,.mbig #overview .overview-title {
     text-transform: none;
     color: #000;
     width: auto;
     max-width: 1000px;
     text-align: center;
}
 .mbig #overview .overview-title {
     letter-spacing: -.01em;
     font-size: 60px;
     font-weight: 400;
     line-height: 1.16666667;
     margin-top: -.21666667em;
     margin-bottom: .56666667em;
     font-size: 2.4rem;
     text-transform: uppercase;
}
 .mbig #overview .overview-title small {
     color: #a5a5a5;
     font-size: 22px;
}
 .mbig #overview .overview-text {
     font-size: 18px;
     font-size: 1rem;
     font-weight: 300;
     line-height: 1.55555556;
     margin-top: -.38888889em;
     margin-bottom: -.22222222em!important;
}
 .stickynav {
     position: fixed !important;
     top: 0;
     width: 100%;
     background-color:#eeeeee !important;
}
/* VIDEO HERO */
 .video-container {
     position:relative;
}
 video{
     height:auto;
     vertical-align:middle;
     width:100%;
}
 .overlay-desc {
     background: rgba(0,0,0,0);
     position:absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     display:flex;
     align-items:center;
     justify-content:center;
     flex-direction:column;
}
 .overlay-desc .smiley-title {
     font-weight:700;
     margin-bottom:10px;
     position:absolute;
     font-size:6rem;
     bottom:5%;
     text-align:center;
}
 .smiley-icon {
     width:12%;
     margin-bottom:-2%;
     transform: rotate(350deg);
     max-width: 400px;
}
 @media only screen and (max-width: 1200px) {
     .overlay-desc .smiley-title {
         font-size:5rem;
    }
}
 @media only screen and (max-width: 767px) {
     .overlay-desc .smiley-title {
         font-size:3rem;
    }
}
 @media only screen and (max-width: 600px) {
     .overlay-desc .smiley-title {
         font-size:2.3rem;
    }
}
 @media only screen and (max-width: 480px) {
     .overlay-desc .smiley-title {
         font-size:2rem;
    }
}
 @media only screen and (max-width: 400px) {
     .overlay-desc .smiley-title {
         font-size:1.6rem;
    }
}
 .rc-cta {
     max-width:600px;
}
 .rc-icon {
     border-width: 1px;
     border-style: solid;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     text-decoration: none;
     position: relative;
     margin: 0 auto;
     display: inline-block;
     width: 38px;
     height: 38px;
     vertical-align: middle;
     overflow: hidden;
}
 .rc-icon:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     display: block;
     width: 100%;
     height: 200%;
     background-repeat: no-repeat;
     background-position: center top;
     -moz-background-size: contain;
     -webkit-background-size: contain;
     -o-background-size: contain;
     -ms-background-size: contain;
     background-size: contain;
}
 .rc-cta .rc-icon-plus-circle {
     border-width: 2px;
}
 .rc-icon-chevron-down-circle {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 50px;
     z-index: 1;
     border-color: #fff;
}
 .rc-icon-chevron-down-circle:before {
     background-image: url(//static.roland.com/products/gp609/images/icon_chevron_down.svg);
}
 .rc-icon-chevron-down-circle{
     display: none;
     visibility: hidden;
}
 .overlay-desc h2 {
     color: #fff;
     font-size: 8vw;
}
 .tagline {
     color: #fff;
     font-size: 4.5vw;
}
 .tagline br {
     display: block;
     visibility: visible;
}
 #event-details {
     display: none;
     visibility: hidden;
}
 @media only screen and (min-width: 600px) {
     .overlay-desc h2 {
         font-size: 5vw;
    }
     .rc-cta {
         max-width:174px;
    }
     .headBreak {
         clear:both;
         display:block;
    }
     .tagline {
         color: #fff;
         font-size: 3vw;
    }
     .tagline br {
         display: none;
         visibility: hidden;
    }
     .rc-icon-chevron-down-circle{
         display: none;
         visibility: hidden;
    }
     #event-details {
         display: none;
         visibility: hidden;
    }
}
 @media only screen and (min-width: 768px) {
     .tagline {
         color: #fff;
         font-size: 2.4vw;
    }
     .rc-cta {
         max-width:174px;
    }
     .rc-icon-chevron-down-circle{
         display: block;
         visibility: visible;
    }
     #event-details {
         display: block;
         visibility: visible;
    }
}
/* VIDEO HERO END */
/* SCROLLING ANIMATION PADDING */
 .js:not(.android42) [data-show="on-scroll"] {
     opacity: 0;
     filter: alpha(opacity=0);
     filter: -;
     -webkit-transform: translateY(70px);
     -moz-transform: translateY(70px);
     -ms-transform: translateY(70px);
     transform: translateY(70px);
     transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
     -webkit-transition-timing-function: ease-out;
     -o-transition-timing-function: ease-out;
     -ms-transition-timing-function: ease-out
}
 .js:not(.android42) [data-show="on-scroll"].in-view {
     transition-duration: .7s;
     -webkit-transition-duration: .7s;
     -moz-transition-duration: .7s;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
     filter: alpha(opacity=100);
     filter: -
}
 .features-column .padder {
     content: "";
     margin: 148px auto 150px;
     display: block;
     width: 200px;
     height: 1px;
     background-color: #000
}
 .features-column:last-child .padder {
     display: none
}
 @media screen and (max-width:767px) {
     .features-column {
         padding-top: 80px;
         padding: 0 15px
    }
     .features-column .padder {
         margin: 58px auto 60px;
         width: 100px
    }
     .features-column:last-child {
         padding-bottom: 80px
    }
}
 .js .features-column .padder[data-show="on-scroll"] {
     width: 0;
     opacity: 1;
     filter: alpha(opacity=100);
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px)
}
 .js .features-column .padder[data-show="on-scroll"].in-view {
     width: 200px
}
 @media screen and (max-width:767px) {
     .js .features-column .padder[data-show="on-scroll"].in-view {
         width: 100px
    }
}
 .scroll-reveal {
     opacity:0;
}
 .full-image-width {
     width:100%;
}
 .basic {
     padding: 80px 20px 80px 20px;
     background-color: #fff;
     overflow: hidden;
}
 .basic .row {
     width: 100%;
     margin: 0 auto;
     max-width: 980px;
}
 .basic h2 {
     letter-spacing: -.01em;
     font-size: 60px;
     font-weight: 400;
     line-height: 1.16666667;
     margin-top: -.21666667em;
     margin-bottom: .56666667em;
     font-size: 2.4rem;
     text-transform: uppercase;
     color: #000;
     width: auto;
}
 .basic h3 {
     font-size:1.6rem;
     text-align:center;
     font-weight:700;
     text-transform:none;
     color: #000;
}
 .basic p {
     font-size: 18px;
     font-size: 1rem;
     font-weight: 300;
     line-height: 1.55555556;
     text-transform: none;
     color: #000;
     width: auto;
}
 section.light-gray-background {
     background-color:#efefef;
}
 section.dark-gray-background {
     background-color:#b7b7b7;
}
 .basic .center {
     text-align:center;
}
 .basic .right{
     text-align:right;
}
 .basic .light {
     font-weight:100;
}
 .basic .bold {
     font-weight:700;
}
 .basic .nocaps {
     text-transform: none;
}
 .main .column-headline {
     font-size: 18px;
     font-size: 2rem;
     font-weight: 100;
     line-height: 1.28571429;
     letter-spacing: 0;
     text-align: left;
     text-transform: none;
     color: #3c3c3c;
     margin: -.28571429em 0 .8em;
}
 .explore {
     font-size: 12px;
     font-weight: 400;
     line-height: 31px;
     text-align: left;
     color: #fff;
     text-decoration: none;
     display: inline-block;
     height: 30px;
     padding: 0 .5em 0 1em;
     transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
     background-color: #000;
}
 #hero-banner,.mbig #signup img {
     width: 100%;
}
 .col-image .btn-left,.col-image .btn-right {
     display: block;
     visibility: visible;
     position: absolute;
     bottom: 0;
     background-color: #ff5a00;
     color: #fff;
     font-size: 16px;
     padding: 12px 24px;
     border: 0;
     cursor: pointer;
     border-radius: 0;
     text-align: center;
     text-decoration: none;
}
 .btn-orange {
     display: block;
     visibility: visible;
     margin-top:30px;
     background-color: #ff5a00;
     color: #fff;
     font-size: 16px;
     padding: 12px 24px;
     width:180px;
     border: 0;
     cursor: pointer;
     border-radius: 0;
     text-align: center;
     text-decoration: none;
}
 .btn-mob {
     display: none;
     visibility: hidden;
     bottom: 0;
     background-color: #ff5a00;
     color: #fff;
     font-size: 16px;
     padding: 12px 24px;
     border: 0;
     cursor: pointer;
     border-radius: 0;
     text-align: center;
     text-decoration: none;
}
 .col-image .btn-left {
     left: 0;
}
 .col-image .btn-left:hover,.col-image .btn-right:hover,.col-copy .btn-mob:hover, .btn-orange:hover {
     background-color: #5c5c5c;
}
 .col-image .btn-left:after,.col-image .btn-right:after,.col-copy .btn-mob:after {
     content: "\e603";
     font-family: 'glyphicon';
     font-size: 21px;
     font-size: 1.05rem;
     -webkit-font-smoothing: antialiased;
     color: #fff;
     display: inline-block;
     margin-left: .1em;
     margin-right: -.1em;
     vertical-align: top;
}
 .col-image .btn-right {
     right: 0;
}
 .grid {
    /*padding: 20px 40px 80px 40px;
    */
    /*max-width: 1200px;
    */
     margin-left: auto;
     margin-right: auto;
}
 .grid .row {
     width: auto;
     margin-left: -10px;
     margin-top: -10px;
}
 .cf:after,.cf:before {
     content: " ";
     display: table;
}
 .grid .col {
     width: 50%;
     padding-left: 0;
    /* padding-top: 40px;
     */
     float: left;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}
 .grid .col-inner {
     position: relative;
     padding-top: 100%;
     background-color: #fff;
     overflow: hidden;
}
 .grid .col-copy {
     text-align:center;
     position: absolute;
     left: 50%;
     top: 50%;
     width: 80%;
     -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
 .col-copy a {
     text-decoration:none;
}
 .grid figure.col-image {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 1;
}
 .grid figure.col-image img {
     width: 100%;
     vertical-align: top;
}
/* FOOTER START */
 .grid-footer {
     padding: 20px 40px 0px 40px;
     max-width: 1200px;
     margin-left: auto;
     margin-right: auto;
}
 .grid-footer .row {
     width: auto;
     margin-left: -10px;
     margin-top: -10px;
}
 .cf:after,.cf:before {
     content: " ";
     display: table;
}
 .grid-footer .col {
     width: 50%;
     padding-left: 0;
     padding-top: 40px;
     float: left;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}
 .grid-footer .col-inner {
     position: relative;
     padding-top: 70%;
     overflow: hidden;
}
 .grid-footer .col-copy {
     position: absolute;
     left: 50%;
     top: 50%;
     width: 92%;
     -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
 .grid-footer .col-copy a {
     text-decoration:none;
}
 .grid-footer figure.col-image {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     z-index: 1;
}
 .grid-footer figure.col-image img {
     width: 100%;
     vertical-align: bottom;
}
 .main .column-headline {
     font-size: 3rem;
     line-height: 1.28571429;
     letter-spacing: 0;
     text-transform: none;
     margin: -.28571429em 0 .8em;
		 text-align:center;font-weight:700;color:#000;margin-bottom: 20px;
}
 @media screen and (max-width:767px){
     .grid-footer {
         padding: 0 20px;
    }
     .grid-footer .row {
         margin: 18px auto 0;
         position: relative;
         padding-top: 5%;
    }
     .grid-footer .col-text .col-inner {
         padding-top: 0;
         padding-top: 50%;
         background-color: #f2f2f2;
    }
     .grid-footer .col-copy {
         position: static;
         width: auto;
         padding: 40px 30px;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         transform: none;
    }
     .grid-footer .col-image {
         position: absolute;
         left: 0;
         top: 0;
         margin-top: 0;
    }
     .grid-footer .col {
         width: 100%;
         padding: 0;
         float: none;
    }
     .col-image .btn-right {
         left: 0;
         right: auto;
    }
     .col-image .btn-right, .col-image .btn-left {
         display: none;
         visibility: hidden;
    }
}
/* FOOTER END */
 .mbig #signup {
     background-color: #f2f2f2;
}
 .mbig #signup .row {
     position: relative;
     margin: 0 auto;
     width: 100%;
     max-width: 1280px;
     padding: 70px 50px 0;
     z-index: 3;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}
 .mbig #signup .signup-title {
     font-size: 25px;
     font-size: 1.45rem;
     font-weight: 100;
     line-height: 1.28571429;
     letter-spacing: 0;
     text-transform: none;
     color: #3c3c3c;
     margin: .8em auto;
     max-width: 900px;
     text-align: center;
}
 .mbig #signup .signup-text {
     font-size: .7rem;
     line-height: 1.46666667;
     font-weight: 300;
     margin: -.4em auto -.5em;
     width: auto;
     max-width: 900px;
     text-align: center;
}
 .email-signup {
     text-align: center;
     padding-top: 30px;
     padding-bottom: 50px;
}
 .btn-signup {
     background-color: #fff;
     color: gray;
     font-size: 16px;
     padding: 12px 24px;
     border: 0;
     cursor: pointer;
     border-radius: 20px;
     text-align: center;
     text-decoration: none;
}
 .main .column-text {
     font-size: .8rem;
     line-height: 1.46666667;
}
 .fade {
     opacity:1;
}
 .videoWrapper {
     position: relative;
     padding-bottom: 56.25%;
    /* 16:9 */
     padding-top: 25px;
     height: 0;
}
 .videoWrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .left-right {
     max-width:1200px;
     margin:0 auto;
     padding-top:40px;
}
 .left-right p {
     font-size:.9rem;
}
 .left-right .row {
     width:100%;
     margin:0 auto;
     border-top:solid 1px rgb(144,144,144);
     padding-top:40px;
     padding-bottom:40px;
}
 .left-right .row:last-child {
     border-bottom:solid 1px rgb(144,144,144);
}
 .left-right .row .left-right-text {
     width:46%;
     padding:0% 2%;
     float:left;
     padding-top:50px;
}
 .left-right-text h3 {
     font-weight:400;
}
 .left-right-text span {
     font-weight:100;
}
 .left-right-text : after {
     clear:both;
}
 .left-right .row .left-right-image {
     float:left;
     width:46%;
     padding:0% 2%;
}
 .left-right-image img{
     width:100%;
}
 @media only screen and (max-width: 768px) {
     .left-right .row {
    }
     .left-right .row .left-right-image {
         width:96%;
         padding:0% 2%;
         margin-top:20px;
    }
     .left-right .row .left-right-text {
         width:96%;
         padding:0% 2%;
         margin-top:20px;
    }
}
 .cards2 {
     padding-top: 80px;
     background-color: #fff;
     overflow: hidden;
     padding-bottom: 80px;
}
 .cards3 {
     padding-top: 80px;
     background-color: #fff;
     overflow: hidden;
     padding-bottom: 80px;
}
 .cards3-borderless {
     padding-top: 80px;
     background-color: #fff;
     overflow: hidden;
     padding-bottom: 80px;
}
 .cards4-borderless {
     padding-top: 80px;
     background-color: #fff;
     overflow: hidden;
     padding-bottom: 80px;
}
 .autowide {
     margin: 0 auto;
     width: 95%;
}
 .autowide img {
     float: left;
     width:100%;
     padding-bottom:10px;
}
 .cards2 .autowide .module {
     background-color: white;
     padding:10px 10px 20px 10px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin-bottom: 1rem;
     text-align: center;
}
 .cards2 .autowide .module p {
    /*padding: 0rem .75rem 1rem .75rem !important;
    */
     line-height: 1.4;
     font-size: 1.1rem;
     margin-top: 20px;
     padding:0 10px;
}
 .cards2 .autowide .module h4 {
    /*padding: 0rem .75rem !important;
    */
     margin-bottom: 7px;
     font-weight: 700;
     font-size: 1.3rem;
     line-height: 1.3;
     padding:0 10px;
}
 .cards2 img {
     padding-bottom:25px;
}
 .cards3-borderless .autowide .module {
     background-color: white;
     padding:0px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin-bottom: 1rem;
}
 .cards3-borderless .autowide .module p {
    /*padding: 0rem .75rem 1rem .75rem !important;
    */
     line-height: 1.4;
     font-size:.9rem;
     padding:0px 10px 0px 10px;
}
 .cards3-borderless .autowide .module h4 {
     margin-bottom: 7px;
     font-weight:400;
     padding:0px 10px 0px 10px;
}
 .cards3 .autowide .module {
     background-color: white;
     padding:10px 10px 20px 10px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin-bottom: 1rem;
}
 .cards3 .autowide .module p {
    /*padding: 0rem .75rem 1rem .75rem !important;
    */
     line-height: 1.4;
     font-size:.9rem;
}
 .cards3 .autowide .module h4 {
     margin-bottom: 7px;
     font-weight:400;
}
 .cards4-borderless .autowide .module {
     background-color: white;
     padding:0px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin-bottom: 1rem;
}
 .cards4-borderless .autowide .module p {
    /*padding: 0rem .75rem 1rem .75rem !important;
    */
     line-height: 1.4;
     font-size:.9rem;
     padding:0px 10px 0px 10px;
}
 .cards4-borderless .autowide .module h4 {
     margin-bottom: 7px;
     font-weight:400;
     padding:0px 10px 0px 10px;
}
 .cards2 .autowide .module span {
     margin-top: 25px;
}
 .cards3 .autowide .module span {
     margin-top: 25px;
}
 .cards3-borderless .autowide .module span {
     margin-top: 20px;
     margin-left:10px;
     margin-bottom:20px;
}
 .cards4-borderless .autowide .module span {
     margin-top: 20px;
     margin-left:10px;
     margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
     .cards2 .autowide {
         max-width:1180px;
    }
     .cards2 .autowide .module {
         float: left;
         margin-right: 2.564102564102564%;
         width: 48.717948717948715%;
    }
     .cards2 .autowide .module:nth-child(2n+0) {
         margin-right: 0;
    }
     .cards3 .autowide .module {
         float: left;
         margin-right: 2.564102564102564%;
         width: 48.717948717948715%;
    }
     .cards3 .autowide .module:nth-child(2n+0) {
         margin-right: 0;
    }
     .cards3-borderless .autowide .module {
         float: left;
         margin-right: 2.564102564102564%;
         width: 48.717948717948715%;
    }
     .cards3-borderless .autowide .module:nth-child(2n+0) {
         margin-right: 0;
    }
     .cards4-borderless .autowide .module {
         float: left;
         margin-right: 2.564102564102564%;
         width: 48.717948717948715%;
    }
     .cards4-borderless .autowide .module:nth-child(2n+0) {
         margin-right: 0;
    }
}
/* 3 columns: 1180px */
 @media only screen and (min-width: 1180px) {
     .cards3 .autowide {
         max-width:1180px;
    }
     .cards3 .autowide .module {
         width: 31.623931623931625%;
         margin-right: 2.564102564102564%;
         float: left;
    }
     .cards3 .autowide .module:nth-child(2n+0) {
         margin-right: 2.564102564102564%;
    }
     .cards3 .autowide .module:nth-child(3n+0) {
         margin-right: 0;
    }
     .cards3 .autowide .module:nth-child(3n+1) {
         clear:left;
    }
     .cards3-borderless .autowide {
         max-width:1180px;
    }
     .cards3-borderless .autowide .module {
         width: 31.623931623931625%;
         margin-right: 2.564102564102564%;
         float: left;
    }
     .cards3-borderless .autowide .module:nth-child(2n+0) {
         margin-right: 2.564102564102564%;
    }
     .cards3-borderless .autowide .module:nth-child(3n+0) {
         margin-right: 0;
    }
     .cards3-borderless .autowide .module:nth-child(3n+1) {
         clear:left;
    }
     .cards4-borderless .autowide .module {
         width: 23.35%;
         margin-right: 2%;
         float: left;
    }
     .cards4-borderless .autowide .module:nth-child(2n+0) {
         margin-right: 2.564102564102564%;
    }
     .cards4-borderless .autowide .module:nth-child(4n+0) {
         margin-right: 0;
    }
     .cards4-borderless .autowide .module:nth-child(4n+1) {
         clear:left;
    }
}
 .introduction-video {
     position: relative;
}
 .introduction-video__link {
     display: block;
}
 .movie-youtube {
     position: relative;
     -webkit-transition: all .3s ease-in-out 0s;
     transition: all .3s ease-in-out 0s;
     background-color:#000;
}
 .movie-youtube:hover {
     opacity:0.8;
}
 .introduction-video-text {
     text-align: center;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
 .icon-play {
     font-style: normal;
     text-align: center;
     text-decoration: none;
     color: #fff;
     box-sizing: border-box;
     border-radius: 100%;
     display: block;
     z-index: 4;
     -webkit-transition: all .3s ease-in-out 0s;
     transition: all .3s ease-in-out 0s;
     width: 80px;
     height: 80px;
     border: 3px solid #fff;
     text-indent: .4em;
}
 .icon-play:before {
     content: "\e60a";
     font-family: glyphicon;
     font-size: 1.5em;
     line-height: 74px;
}
 .circle__boundary {
     width:40%;
     margin:auto;
}
 .circle {
     position: relative;
     display: block;
     margin: 2em 0;
     background-color: transparent;
     color: #fff;
     text-align: center;
}
 .circle:after {
     display: block;
     padding-bottom: 100%;
     width: 100%;
     height: 0;
     border-radius: 50%;
     content: "";
}
 .circle__red:after {
     background-color: #ff0000;
}
 .circle__yellow:after {
     background-color: #ffd900;
}
 .circle__inner {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .circle__wrapper {
     display: table;
     width: 100%;
     height: 100%;
}
 .circle__content {
     display: table-cell;
     padding: 0.5em;
     vertical-align: middle;
     font-size: 0.8em;
     font-weight: 100;
     line-height: 1.2;
}
 .origin__title {
     font-weight:900;
     font-size:1.3rem;
     line-height: 0.7;
}
 @media (min-width: 480px) {
     .circle__boundary {
         width:40%;
    }
     .circle__content {
         font-size: 1.2em;
    }
     .origin__title {
         font-size:2.3rem;
         line-height: 0.7;
    }
}
 @media (min-width: 768px) {
     .circle__boundary {
         width:40%;
    }
     .circle__content {
         font-size: 1.7em;
         line-height: 1.3;
         font-weight: 100;
    }
     .origin__title {
         font-weight:900;
         font-size:4.2rem;
         line-height: 0.7;
    }
}
 @media screen and (max-width:767px) {
     .mbig #overview {
         padding-bottom: 0;
    }
     .mbig #overview .row {
         width: auto;
         padding: 0 30px 30px;
    }
     .mbig #overview .overview-title {
         font-size: 1.75rem;
         margin-top: .5em;
    }
     .mbig #overview .overview-text {
         font-size: .75rem;
    }
     .grid {
         padding: 0px;
    }
     .grid .row {
         margin: 0px auto 0;
         position: relative;
         padding-top: 5%;
    }
     .grid .col-text .col-inner {
         padding-top: 0;
         padding-top: 100%;
         background-color: #fff;
    }
     .grid .col-copy {
         position: static;
         width: auto;
         padding: 40px 30px;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         transform: none;
    }
     .main .column-headline {
         font-size: 2rem;
    }
     .main .column-text {
         font-size: .7rem;
    }
     .grid .col-image {
         position: absolute;
         left: 0;
         top: 0;
         margin-top: 0;
    }
     .grid .col {
         width: 100%;
         padding: 0;
         float: none;
    }
     .col-image .btn-right {
         left: 0;
         right: auto;
    }
     .col-image .btn-right, .col-image .btn-left {
         display: none;
         visibility: hidden;
    }
     .btn-mob {
         display: block;
         visibility: visible;
         margin:30px 0 0 0;
         white-space: nowrap;
    }
}
 @media screen and (max-width:1180px) {
     .main .column-headline {
         font-size: 2rem;
         line-height: 1.28;
				 text-align:center;font-weight:700;color:#000;margin-bottom: 20px;
    }


     .main .column-text {
         font-size: 14px;
         font-size: .75rem;
         line-height: 1.46666667;
    }
}
 .rld-loader {
     position: fixed;
     left: 0;
     top: 0;
     display: none;
     width: 100%;
     height: 100%;
     padding-bottom: 70px;
     background-color: #000;
     z-index: 10001
}
 .rld-loadstart .rld-loader {
     display: block
}
 .rld-loadcomplete .rld-loader {
     opacity: 0;
     filter: alpha(opacity=0);
     transition-duration: 1.5s;
     -webkit-transition-duration: 1.5s;
     -moz-transition-duration: 1.5s;
     transition-delay: .8s;
     -webkit-transition-delay: .8s;
     -moz-transition-delay: .8s
}
 .rld-progressbar {
     width: 0%;
     height: 5px;
     background: #ff5a00;
    /* Old browsers */
     background-color: -moz-linear-gradient(left, #cf3832 0%, #cf3832 28%, #e88d31 28%, #e88d31 54%, #ded345 54%, #ded345 54%, #ded345 78%, #e8e7e6 78%);
    /* FF3.6-15 */
     background-color: -webkit-linear-gradient(left, #cf3832 0%,#cf3832 28%,#e88d31 28%,#e88d31 54%,#ded345 54%,#ded345 54%,#ded345 78%,#e8e7e6 78%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #cf3832 0%,#cf3832 28%,#e88d31 28%,#e88d31 54%,#ded345 54%,#ded345 54%,#ded345 78%,#e8e7e6 78%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3832', endColorstr='#e8e7e6',GradientType=1 );
    /* IE6-9 */
     transition-duration: .3s;
     -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s
}
 .rld-progressbar2 {
     width: 0%;
     top:10%;
     height: 5px;
     background: #ff5a00;
    /* Old browsers */
     background-color: -moz-linear-gradient(left, #cf3832 0%, #cf3832 28%, #e88d31 28%, #e88d31 54%, #ded345 54%, #ded345 54%, #ded345 78%, #e8e7e6 78%);
    /* FF3.6-15 */
     background-color: -webkit-linear-gradient(left, #cf3832 0%,#cf3832 28%,#e88d31 28%,#e88d31 54%,#ded345 54%,#ded345 54%,#ded345 78%,#e8e7e6 78%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #cf3832 0%,#cf3832 28%,#e88d31 28%,#e88d31 54%,#ded345 54%,#ded345 54%,#ded345 78%,#e8e7e6 78%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3832', endColorstr='#e8e7e6',GradientType=1 );
    /* IE6-9 */
     transition-duration: .6s;
     -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s
}
 @media screen and (max-width:1024px) {
     .modal-video-player .video-container>iframe {
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: 50%;
         padding-top:30%;
    }
}
 .rectangle808{
     display:block;
     height:320px;
     width:170px;
     position:relative;
     border-radius:10px;
     margin-top: 30px;
     margin-bottom: 30px;
}
 .circle808 {
     position:absolute;
     height:34px;
     width:34px;
     border-radius:40px;
     border:1px solid black;
     left:50%;
     margin-left:-16px;
     top: 30px;
     background:black;
}
 .text808 {
     position:relative;
     font-size: 1.3rem;
     font-weight:700;
     color:#fff;
     margin:50px auto;
     text-align:center;
     top:30%;
     letter-spacing: 1.2px;
}
 @media only screen and (max-width: 600px) {
     .rectangle808{
         display:block;
         height:180px;
         width:110px;
         position:relative;
         border-radius:10px;
         margin-top: 20px;
         margin-bottom: 20px;
    }
     .circle808{
         position:absolute;
         height:24px;
         width:24px;
         border-radius:40px;
         border:1px solid black;
         left:50%;
         margin-left:-12px;
         top: 30px;
         background:black;
    }
     .text808 {
         position:relative;
         font-size:.9rem;
         font-weight:700;
         color:#fff;
         margin:50px auto;
         text-align:center;
         top:20%;
         letter-spacing: 1.2px;
    }
}
 .hero-loop-vid {
     display:block;
}
 .hero-loop-poster {
     display:none;
     width:100%;
}
 .buttons808logo {
     position:absolute;
     margin:20px auto;
     width:70%;
     max-width:700px;
     bottom:-100px;
     z-index:2;
}
 @media only screen and (max-width: 767px) {
     .hero-loop-vid {
         display:none;
    }
     .hero-loop-poster {
         display:block;
         width:100%;
    }
}
 #overview h3, #part1 h3, #part2 h3, #part3 h3, #part4 h3, #productionDate h3, #partArtists h3 {
     font-size:4rem;
     text-align:center;
     font-weight:900;
     line-height:.9;
     color:#fff;
     margin-top:70px;
}
 #part1 h3 .section-tagline, #part2 h3 .section-tagline, #part3 h3 .section-tagline, #part4 h3 .section-tagline, #productionDate h3 .section-tagline, #partArtists h3 .section-tagline {
     font-size:2rem;
     text-align:center;
     font-weight:700;
     color:#fff;
     display:inline-block;
     margin-top:20px;
     line-height:1.1;
}
 #beatCreators {
     background-color:#424243;
}
 #partArtists {
     background-color:#424243;
     margin-top:-20px;
}
 #artistGrid,
 #songGrid {
     background-color:#fff;
}
 #artistGrid img,
 #songGrid img {
     padding-bottom: 0px;
}
 #artistGrid .module .artist-overlay,
 #songGrid .module .artist-overlay {
     position: absolute;
     top: 0;
     color: #f1f1f1;
     width: 100%;
     height: 100%;
     transition: .5s ease;
     opacity:0;
     color: white;
     font-size: 20px;
     padding: 20px;
     text-align: center;
     box-sizing:border-box;
}
 #artistGrid .module .artist-overlay .artist-text,
 #songGrid .module .artist-overlay .artist-text {
     color: white;
     font-size: 1.4rem;
     font-weight:700;
     width:80%;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     text-align: center;
}

span.voxelArtist {
    bottom: 30px;
    left: 30px;
    color: #777777;
    font-size: 14px;
    position: absolute;
}

@media screen and (max-width:767px) {
     #artistGrid .module .artist-overlay,
		 #songGrid .module .artist-overlay {
         display:none;
    }
     #artistGrid img,
		 #songGrid img {
         margin-bottom:10px;
    }
		#overview h3,
		#part1 h3,
		#part2 h3,
		#part3 h3,
		#part4 h3,
		#productionDate h3,
		#partArtists h3 {
				font-size:2.4rem;
	 }
		#part1 h3 .section-tagline,
		#part2 h3 .section-tagline,
		#part3 h3 .section-tagline,
		#part4 h3 .section-tagline,
		#productionDate h3 .section-tagline,
		#partArtists h3 .section-tagline {
				font-size:1.5rem;
	 }
   span.voxelArtist {
    top: 30px;
  }
}
 .artist-overlay.overlay-orange {
     background: rgb(236, 149, 40);
     background: rgba(236, 149, 40, 0.85);
}
 .artist-overlay.overlay-red {
     background: rgb(186, 52, 52);
     background: rgba(186, 52, 52, 0.85);
}
 .artist-overlay.overlay-yellow {
     background: rgb(219, 227, 43);
     background: rgba(219, 227, 43, 0.85);
}
 .artist-overlay.overlay-grey {
     background: rgb(217, 219, 217);
     background: rgba(217, 219, 217, 0.85);
}
 #artistGrid .module,
 #songGrid .module {
     position: relative;
}
 #artistGrid .module:hover .artist-overlay,
 #songGrid .module:hover .artist-overlay {
     opacity: 1;
     cursor:pointer;
}
 #spotifyPlaylist {
     background-color:#fff min-height: 1200px;
}
 #spotifyPlaylist img {
     min-height: 1200px;
     width: auto;
     overflow: hidden;
}
 #spotifyPlaylist h3 {
     color:#fff;
     margin-bottom:40px;
}
 #spotifyPlaylist .headingSecondary {
     font-size:2rem;
     text-align:center;
     font-weight:700;
     color:#fff;
     display:inline-block;
     margin-top:20px;
     line-height:1.1;
}
 #spotifyPlaylist section {
     background-color:rgba(0,0,0,0);
}
 #modelViewer {
     background-color:#cecece;
     margin-top:-10px;
}
 #modelViewer h3 {
     font-size: 4rem;
     text-align: center;
     font-weight: 700;
     line-height: 1.3;
     color: #fff;
}
 #modelViewer .headingSecondary {
     font-size:2rem;
     text-align:center;
     font-weight:700;
     color:#fff;
     display:inline-block;
     margin-top:20px;
     line-height:1.1;
}
 #beatCreators h3,
 #makingBeats h3 {
     font-size:2.2rem;
     text-align:center;
     font-weight:700;
     color:#fff;
}
 .icon-808-btns {
     width: 100%;
     max-width: 700px;
     margin: 0 auto;
     padding: 30px 5%;
     box-sizing: border-box;
     display: block;
}
 .rc-hero {
     background-color:#3a393a;
     width:100%;
     padding:0;
     margin:0 auto;
}
 .rc-hero img {
     width:100%;
}
#rolandCloudOffer {
	background-color:#3a393a;
	margin-top:-20px;
}
#overview p,
#beatCreators p,
#part1 p,
#part2 p,
#part3 p,
#part4 p,
#productionDate p,
#makingBeats p,
#partArtists p,
#rolandCloudOffer p {
     color:#fff;
     font-size:1.25rem;
}

 @media only screen and (max-width: 767px) {
     #overview p,
		 #beatCreators p,
		 #part1 p,
		 #part2 p,
		 #part3 p,
		 #part4 p,
		 #productionDate p,
		 #makingBeats p,
		 #partArtists p,
		 #rolandCloudOffer p {
         font-size: 1.1rem;
    }
}
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .buttons808logo {
         position: absolute;
         margin: 20px auto;
         display:block: ;
         width: 70%;
         max-width: 700px;
         z-index: 2;
         bottom: 0px;
         display: block;
         left: 50%;
         transform: translate(-50%);
    }
     .rectangle808 {
         display: block;
         height: 320px;
         width: 170px;
         position: absolute;
         transform: translate(-50%, -50%);
         margin-bottom: 30px;
         margin-top: -10px;
         border-radius: 10px;
    }
}
 .masonry {
     display: flex;
     flex-flow: row wrap;
     margin-left: -8px;
     width: 100%;
     max-width:1200px;
     margin:0 auto;
}
 .masonry-brick {
     flex: auto;
     height: 450px;
     min-width: 150px;
     margin: 0 8px 8px 0;
     position:relative;
}
 .masonry-brick:nth-child(1n+1) {
     width: 32%;
}
 .masonry-brick:nth-child(4n) {
     width: 48%;
}
 .masonry-brick .masonry-img {
     object-fit: cover;
     width: 100%;
     height: 100%;
     transition:0.5s;
}
 .masonry-brick .masonry-img:hover {
     filter: brightness(50%);
     cursor:pointer;
}
 .masonry-brick img {
     vertical-align: middle;
     max-width: 100%;
}
 .masonry-brick .song-text {
     position: absolute;
     bottom: 0;
     padding: 20px;
     display: block;
     box-sizing: border-box;
     color: #fff;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.5);
     width: 100%;
     min-height:50px;
}
 @media only screen and (max-width: 767px) {
     .masonry-brick {
         height: 600px;
         margin: 0 8px 8px 0;
        /* Some gutter */
    }
     .masonry-brick:nth-child(1n+1) {
         width: 100%;
    }
     .masonry-brick:nth-child(4n) {
         width: 100%;
    }
}
.spotify-808-grid {
 background-color: #1a1a1a;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 20px;
 padding: 5%;
}