#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;
}


.mbig #overview {
	padding-top:0px;
	padding-bottom:100px;
	background-color:#000;
}

.mbig #overview,.mbig #signup
{
  position: relative;
  background-color: #000;
  padding-bottom: 30px;
}

.mbig #overview .row
{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 50px 50px;
  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,.4);
position:absolute;
top: 0; right: 0; bottom: 0; left: 0; 
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
}


.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;
    transform: translateX(-50%);
    bottom: 33%;
    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: 3.5rem;
	margin-bottom:0.5em;
}
.overlay-desc h3 {
	color: #fff;
	font-size: 1.4rem;
}
.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 h3 {
		color: #fff;
		font-size: 2rem;
	}
    .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.trans {
background-color:transparent;
}

.basic .row {
    width: 100%;
    margin: 0 auto;
	max-width: 980px;
}

.basic .row-half {
    width: 50%;
    margin: 0 0;
	box-sizing: border-box;
    padding: 0 0 0 5%;
}

@media screen and (max-width:767px){
	.basic .row-half {
		width: 100%;
		margin: 0 auto;
		padding:0;
	}
}

.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: 1.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: #f2f2f2;
  overflow: hidden;
}

.grid .col-copy
{
  text-align: left;
  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: 25px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color:#3d3d3d;
  margin: -.28571429em 0 .8em;
}


@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: 1.1rem;
  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;
}
.cards2 .autowide .module p {
  /*padding: 0rem .75rem 1rem .75rem !important;*/
	line-height: 1.4;
	font-size:.9rem;
}
.cards2 .autowide .module h4 {
/*padding: 0rem .75rem !important;*/
	margin-bottom: 7px;
	font-weight:400;
}

.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: #f2f2f2;
  }

  .grid .col-copy
  {
    position: static;
    width: auto;   
    padding: 40px 30px 60px 30px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .main .column-headline
  {
    font-size: 2rem;
  }
  

  .main .column-text
  {
    font-size: 1.1rem;
  }

  .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;
  }
   
}


#cloud-choice.grid .col-text .col-inner, 
#cloud-manage.grid .col-text .col-inner,
#cloud-latest.grid .col-text .col-inner {
padding-top: 84%;
background-color: #fff;
}

#cloud-choice.grid .col-inner, 
#cloud-manage.grid .col-inner,
#cloud-latest.grid .col-inner {
padding-top: 84%;
background-color: #fff;
}

#cloud-choice.grid figure.col-image, 
#cloud-manage.grid figure.col-image,
#cloud-latest.grid figure.col-image {
top:-10%;
}

#cloud-latest {
	background: rgb(252,235,239);
	background: linear-gradient(180deg, rgba(252,235,239,1) 0%, rgba(255,255,255,1) 50%);
}

.hardware-gradient {
	background: rgb(230,219,231);
	background: linear-gradient(180deg, rgba(230,219,231,1) 0%, rgba(255,255,255,1) 50%);
}


#lifetime-keys-hero {
	display:block;
	width:100%;
}

#lifetime-keys {
	margin-top:-20px;
	padding-top:40px;
	background-color:#fff;	
}

#lifetime-keys h3 {
	color:#3d3d3d;
	font-size: 3rem;
}

#lifetime-keys p {
	color:#3d3d3d;
	font-size:1.1rem;
	max-width:768px;
}


@media screen and (max-width:1180px)
{

  .grid
  {
    /* padding: 20px 20px 60px 20px; */
  }

  .main .column-headline
  {
    font-size: 25px;
    font-size: 2rem;
    line-height: 1.28;
    margin-bottom: .92em;
  }

  .main .column-text
  {
    font-size: 14px;
    font-size: 1.1rem;
    line-height: 1.46666667;
  }
} 

 
   
.rld-loader {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    background-color: #fff;
    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: 2px;
	background: #000;
	background-color: #000;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s
}
@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;
	width:100%;
}

.hero-loop-poster {
	display:none;
	width:100%;
}

.title-container {
    width: 100%;
}


.hero-title {
    color: #fff;
	text-align:center;
    font-weight: 700;
    text-transform: none;
    padding: 0 4%;
    font-size: 3.4rem;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}

.title-cta {
	text-align:center;
}

@media only screen and (max-width: 767px) {
	
	#lifetime-keys h3 {
		font-size: 2rem;
	}
	
	#lifetime-keys {
		padding-bottom:40px;
	}
	
	.title-container {
		width: 100%;
	}
	

	.hero-title {
		position:relative;
		color: #fff;
		font-weight: 700;
		text-transform: none;
		padding: 0 4%;
		font-size: 2.5rem;
		line-height: 1.3;
		letter-spacing: -1px;
		margin-top: 3rem;
	}

	
	.overlay-desc h2 {
		color: #fff;
		font-size: 2.2rem;
		margin-bottom:0.5em;
	}
	
}

#membership-hero .overlay-desc {
	background: rgba(0,0,0,.2);	
}

.cloud-manager-label {
    font-size: .8rem;
    color: #797979;
    font-weight: 400;
    margin-bottom: 2em;
    text-transform: uppercase;
    display: block;
}


#zenology {
	background-color:transparent;
	margin-top:-20px;
	padding-top:0px;
}

#new-sounds {
	background-color:transparent;
	margin-top:-20px;
	padding-top:0px;
}

#new-sounds h3, #join-footer h3, #zenology h3 {
	font-size:3rem;
	text-align:left;
	font-weight:800;
	line-height:1;
	color:#fff;
	margin-top:70px;
}

#overview h3 { 
	font-size:3rem;
	text-align:center;
	font-weight:800;
	line-height:1;
	color:#fff;
	margin-top:70px;
}

#new-sounds p, #join-footer p, #zenology p {
	color:#fff;
	font-size:1.25rem;
	text-align:left;
}


#overview p {
	color:#fff;
	font-size:1.25rem;
}


#intro h2 {
	font-size:3rem;
	font-weight:800;
	line-height:1;
	color:#000;
	margin-top:40px;
}


#intro p {
	color:#000;
	font-size: 1.1rem;
}


#intro {
	background-color:#1b1b1b;
	margin-top:-20px;
	padding: 80px 4% 40px 4%;
}

#intro .row {
	margin:0 auto;
}

#intro .intro-tier {
	width:100%;
	display:block;
}

#join-footer-hero {
	width:100%;
	display:block;
}

#join-footer {
	background-color:#141414;
	margin-top:-20px;
	padding-top:0px;
}

#join-footer h3 {
	color:#fff;
	line-height: 1.3;
}


#join-footer p {
	color:#fff;
}

.sounds_tile_lrg {
	display:block;
	width:100%;
}

.sounds_tile_mob {
	display:none;
	width:100%;
}





@media screen and (max-width: 767px) {
	#intro p, #overview p, #new-sounds p, #join-footer p, #zenology p {
		font-size: 1.1rem;
	}
	
	#zenology {

		margin-top:-20px;
		padding: 40px 30px;
	}
	
	#new-sounds {

		margin-top:-20px;
		padding: 40px 30px;
	}
	
	#intro h2,  #join-footer h3 {
		font-size:2.5rem;
	}
	
	#overview h3, #zenology h3, #new-sounds h3 {
		font-size: 2rem;
	}
	
	.sounds_tile_lrg {
		display:none; 
	}

	.sounds_tile_mob {
		display:block;
	}
	
}


#main-video-logo{
	position: absolute;
	margin: 20px auto;
	width: 40%;
	max-width: 700px;
	z-index: 2;
}

#new-sounds-container {
	background-image: url(https://static.roland.com/promos/roland_cloud/images/new_sounds_hero.jpg);
    background-attachment: fixed;
    background-size: cover;
	background-position: center left;
    height: 100vh;
}

#new-sounds-container .overlay-desc {
	align-items: normal;
}

#zenology-container {
	background-image: url(https://static.roland.com/promos/roland_cloud/images/zenology_hero.jpg);
    background-attachment: fixed;
    background-size: cover;
	background-position: bottom center;
    height: 100vh;
}


#studio-container {
	background-image: url(https://static.roland.com/promos/roland_cloud/images/roland_cloud_instruments_hero.jpg);
    background-attachment: fixed;
    background-size: cover;
	background-position: bottom center;
    height: 100vh;
}


#jupiter-container {
	background-image: linear-gradient(to right, rgba(245, 4, 105, .25), rgba(208, 185, 53, .25), rgba(111, 33, 229, .25)), url(https://static.roland.com/promos/roland_cloud/images/jupiter-8-hero-bg.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
	background-position: bottom center;
    height: 580px;
}

.jupiter-8-cta {
	position: absolute;
    bottom: 10%;
    right: 7%;
}

#jupiter-hero-img {
	display:none;
	width:100%;
}

.intro-studio {
	height:100vh;
}

.intro-studio video {
	height:100%;
	width:100%;
	object-fit: cover;
}

.intro-studio h3 {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:3rem;
	font-weight:800;
	text-align:center;
	color:#fff;
}

#cloud-manager-hero img {
	width: 100%;
    display: block;
}

#cloud-manager-hero .basic {
	background-color: transparent;
	bottom: 0;
	position: absolute;
	padding: 40px 20px 80px 20px;
	overflow: hidden;
}

#cloud-manager-lrg {
	display:block;
}

#cloud-manager-lrg .column-headline,
#cloud-manager-mob .column-headline {
	text-align:center;
	font-weight:600;
	color:#fff;
	line-height:1.1;
	margin-bottom: 20px;
}

#cloud-manager-lrg p,
#cloud-manager-mob p {
	margin-top: 20px; 
	color:#fff;
}

#cloud-manager-hero .overlay-desc {
	background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
	
#cloud-manager-mob {
	display:none;
	background-color: #000;
}



@media screen and (max-width: 767px) {
	#new-sounds-container {
		background-attachment: scroll;
	}
	#zenology-container {
		background-attachment: scroll;
	}
	
	#studio-container {
		background-attachment: scroll;
	}
	
	#jupiter-container {
		display:none;
	}
	
	#jupiter-hero-img {
		display:block;
	}

	
	#cloud-manager-lrg {
		display:none;
	}
	
	#cloud-manager-hero .overlay-desc {
		background: rgba(0,0,0,0);
	}
	    
	#cloud-manager-mob {
		display:block;
	}	
}

.drum-button {
	position: absolute;
	width: 30%;
	max-width: 185px;
}

.origin-chars {
	width:20%;
	max-width: 200px;
	margin-bottom: 50px;
}

.color-padder {
	height:30px;
	background-color:#d7171f;
	width:100%;
	display:block;
	margin:0;
	padding:0;
}

.btn_cta {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #fff;
font-size: 20px;
font-weight: 300;
margin-top:20px;
padding: 5px 35px;
background-color: #ff5A00;
border: solid #FF5A00 1px;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.modal-open .modal.active {
    display: block
}

.modal-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.7)
}

.modal-open .modal-backdrop {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s
}

.modal-open .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s
}

.modal-content {
    position: relative;
    margin: 0 auto;
    display: none;
    max-width: 1600px;
    min-width: 1024px;
    overflow: auto
}

.modal-content .rc-button-close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3
}

@media screen and (max-width:767px) {
    .modal-content {
        min-width: 0
    }
}

.modal-open .modal-content {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.modal-open .modal.in .modal-content {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}
.rc-icon-remove {
    font-family: 'glyphicon';
    font-size: 30px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 auto;
    display: block;
    width: 31px;
    height: 31px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rc-icon-remove:before {
    content: "\e611"
}    
    
.rc-button {
    padding: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer
}

.rc-button {
    font-size: 16px;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: .8125em 1.25em;
    padding-right: 1.75em;
    transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s
}

.rc-button > .rc-icon {
    margin-right: .71428571em
}

.rc-button:hover {
    background-color: #ccc
}

.rc-button-circle {
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.rc-button-circle:hover {
    background-color: #949999;
    border-color: #949999
}

.rc-button-close {
    color: #000;
    padding: 0
}

.rc-button-close:hover {
    color: #919696;
    background-color: transparent
}

.rc-paddle {
    speak: none;
    font-family: 'glyphicon';
    font-size: 65px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #000;
    width: 30px;
    height: 65px;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: .2px #000
}

.rc-paddle:before {
    content: "\e612";
    margin-left: -0.3em;
    display: block;
    -webkit-transform: scale(1.15, 1);
    -moz-transform: scale(1.15, 1);
    -ms-transform: scale(1.15, 1);
    transform: scale(1.15, 1)
}

.rc-paddle:hover {
    color: #919696;
    background-color: transparent;
    -webkit-text-stroke-color: #919696
}

.rc-paddle.rc-paddle-right:before {
    content: "\e613"
}

.rc-cta {
    font-size: 16px;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    display: inline-block;
    cursor: pointer;
    transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s
}

.rc-cta > .rc-icon {
    margin-right: .64285714em
}

.rc-cta .rc-icon-plus-circle {
    margin-right: .28125em
}

.rc-cta .rc-icon-360-circle {
    margin-right: .69230769em
}

.rc-cta:hover > .rc-icon:before {
    top: auto;
    bottom: 0
}

.rc-cta:hover .rc-icon-plus-circle,
.rc-cta:hover .rc-icon-360-circle {
    color: #fff;
    background-color: #949999
}

.rc-cta:hover .rc-icon-plus-circle:before,
.rc-cta:hover .rc-icon-360-circle:before {
    top: 0;
    bottom: auto
}

@media screen and (max-width:767px) {
    .rc-cta {
        font-size: .75rem;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
}

.rc-cta-text {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.rc-cta.hidden .rc-cta-text {
    width: 0
}

.rc-cta.in-view .rc-cta-text {
    width: 100%;
    transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s
}

.rc-more-box .rc-cta {
    margin-left: 35px
}

.rc-more-box .rc-cta:first-child {
    margin-left: 0
}

@media screen and (max-width:767px) {
    .rc-more-box .rc-cta {
        margin-left: 0
    }
    .rc-more-box .rc-cta + .rc-cta {
        border-top: none
    }
}    
    
.rc-icon:before {
    content: "";
    position: absolute;
    color:#fff;
    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-icon:hover:before {
    top: auto;
    bottom: 0
}   
    
.modal-standard-features .modal-content {
    margin: 0 auto;
    width: 980px;
    min-width: 0
}

@media screen and (max-width:767px) {
    .modal-standard-features .modal-content {
        width: auto
    }
}

.standard-features {
    position: relative;
    margin: 0 auto;
    padding: 150px;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .standard-features {
        padding: 100px 25px 80px
    }
}

.standard-features .standard-features-headline {
    font-size: 37px;
    font-size: 1.85rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin: -0.13513514em auto 1.02702703em
}

@media screen and (max-width:767px) {
    .standard-features .standard-features-headline {
        font-size: 1.5rem
    }
}

.standard-features .standard-features-list {
    border-bottom: 1px solid #ccc
}

.standard-features .standard-features-list-item {
    font-size: 16px;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: #000;
    padding: 1.0625em 0 1.125em;
    border-top: 1px solid #ccc
}  

@media screen and (max-width:767px) {
    .standard-features .standard-features-list-item {
        font-size: .7rem
    }
}    
    
	
	
	
/* PRICING TABLE */

#pricing-section {
	background-color:#1b1b1b;
	padding:0 5% 5% 5%;
}

.pricing-tier {
  background-color:#1b1b1b;
}

.pricing-tier ul, .pricing-tier li {
   color:#fff;
}

.pricing-tier .cloud-free-account {
  background-color:#fff;
  color:#000;
  margin-bottom:0;
  padding:2% 10%;
  box-sizing:border-box;
  width:100%;
  text-align:center;
  line-height:2;
}

.pricing-tier .cloud-free-account h3 {
	font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 2;
    text-transform: none;
}

.pricing-tier .cloud-free-account b {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.5;
}

.pricing-tier .cloud-free-account p {
	font-size: 1.2rem;
	font-weight: 300;
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.pricing-tier .cloud-free-account {
		background-color: #fff;
		color: #000;
		margin-bottom: 40px;
		padding: 2% 5%;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		line-height: 2;
	}
	
	
	.pricing-tier .cloud-free-account b {
		font-size: 1.2rem;
	}
	
	.pricing-tier .cloud-free-account p {
		font-size: 1rem;
	}
}

.pricing-tier {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height:1.4;
  justify-content: center;
  font-family: 'Proxima Nova', Arial, sans-serif;
  max-width: 980px;
  margin: 0 auto;
}

.pricing-tier ul.cloud-plan{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: black;
  width: 33.333%;
  margin-right: 0px; 
  margin-bottom: 0em;
  border: 3px solid white;
  transition: all .5s;
  box-sizing:border-box;
}

.pricing-tier ul.cloud-plan:nth-of-type(2){
  border-color: white;
  border-style: solid;
  border-width: 3px 0px 3px 0px;
  width: 33.334%; 
}

@media screen and (max-width: 767px) {
  .pricing-tier ul.cloud-plan:nth-of-type(2){
    border-color: white;
    border-style: solid;
    border-width: 3px;
    width: 100%; 
  }
}

.pricing-tier ul.cloud-plan:hover{ 
  /*
  transform: scale(1.05);
  transition: all .5s;
  z-index: 100;
  box-shadow: 0 0 10px #e8437b;
  */
}

.pricing-tier ul.cloud-plan .center{
  margin: 0 auto;
  text-align: center;
}

.pricing-tier ul.cloud-plan img{
  max-width: 80%;
  height: auto;
}

.pricing-tier ul.cloud-plan li{
  padding: 10px 5%;
  position: relative;
  font-weight:300;
  font-size:.9rem;
}

.pricing-tier ul.cloud-plan li.title{
	font-weight: 800;
    text-align: center;
    padding: 1.5em 8%;
    background: #1b1b1b;
    color: white;
    box-shadow: 0 -10px 5px rgba(0,0,0,.1) inset;
    border-bottom: 3px solid #fff;
    min-height: 353px;
}

.pricing-tier ul.cloud-plan li.title b{
  font-size: 1.8rem;
  color:#25a9ed;
}

.pricing-tier ul.cloud-plan:nth-of-type(2) li.title b{
  color:#0f9ea8;
}

.pricing-tier ul.cloud-plan:nth-of-type(3) li.title b{
  color:#f04c75;
}


.pricing-tier ul.cloud-plan:last-of-type{ 
  margin-right: 0;
}


.pricing-tier ul.cloud-plan li:last-of-type{
  text-align: center;
  margin-top: auto; 
}  

.pricing-tier a.pricebutton{
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top:20px;
  margin-bottom:20px;
  padding: 0px 35px;
  background-color: #ff5A00;
  border: solid #FF5A00 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pricing-tier ul.cloud-plan{
    border-radius: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  
  .pricing-tier ul.cloud-plan:hover{
    transform: none;
    box-shadow: none;
  }
  
  .pricing-tier a.pricebutton{
    display: block;
    max-width: 180px;
    margin: 20px auto;
  }
}

.pricing-tier ul.cloud-plan li.title .title-price {
  font-size: 1.6rem;
  font-weight:700;
  color:#fff;
  text-transform:none;
}

.pricing-tier ul.cloud-plan li.title .title-price-year {
  font-size:1.1rem;
  font-weight:400;
  color:#fff;
  text-transform:none;
}

.pricing-tier ul.cloud-plan li.title .title-annual-saving {
  font-size:.9rem;
  font-weight:300;
  color:#fff;
  text-transform:none;
}

.pricing-tier ul.cloud-plan li.title .title-price-monthly {
  font-size:1.6rem;
  font-weight:400;
  color:#d7d7d7;
  text-transform:none;
  margin-bottom:20px;
}

.pricing-tier ul.cloud-plan li.title .title-price-month {
  font-size:1.1rem;
  font-weight:400;
  text-transform:none;
}

.pricing-tier ul.cloud-plan li.title .title-perks {
  font-size:1rem;
  font-weight:400;
  text-transform:none;
}

.pricing-tier ul.cloud-plan:nth-of-type(1) .title-perks {
  color:#25a9ed;
}

.pricing-tier ul.cloud-plan:nth-of-type(2) .title-perks   {
  color:#0f9ea8;
}

.pricing-tier ul.cloud-plan:nth-of-type(3) .title-perks  {
  color:#f04c75;
}


.pricing-tier ul.cloud-plan .title-includes {
  font-weight:600;
  font-size:1.3rem;
  padding:20px 0;
  margin:0;
  display:block;
  text-align:center;
}

.pricing-tier ul.cloud-reqs{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: black;
  width: 96%;
  margin-right: 0px; 
  margin-bottom: 1em;
  border-color: white;
  border-style: solid;
  border-width: 0px 3px 3px 3px;
  transition: all .5s;
  padding:4% 10%;
}

.pricing-tier ul.cloud-reqs:nth-of-type(2){
  border-color: white;
  border-style: solid;
  border-width: 3px 0px 3px 0px;
}

@media screen and (max-width: 767px) {
  .pricing-tier ul.cloud-reqs {
    border-color: white;
    border-style: solid;
    border-width: 3px;
    border-radius: 0;
    width: 100%;
    margin-right: 0;
  }   
}

.pricing-tier ul.cloud-reqs li {
  font-size:1rem;
  font-weight:400;
  line-height:2;
  text-align:center;
  
}
.pricing-tier ul.cloud-reqs b {
  font-weight:700;
}

#intro span.price-note {
  color:#c5c5c5;
  text-align:center;
  font-size:.9rem;
  font-weight:400;
  margin-bottom:1em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#cloud-manager-hero .basic {
		position:relative;
        background-color:rgba(0,0,0,0.4);
	}
}

.modal-content .lifetime-keys-price-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  text-align:center;
}

.modal-content .lifetime-keys-price-column-1,
.modal-content .lifetime-keys-price-column-2 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  width:50%;
}


.modal-content .lifetime-keys-price-column-1 .standard-features-list-item {
	font-weight:700;
}
.modal-content .lifetime-keys-price-column-2 .standard-features-list-item {
	font-weight:300;
}
 