.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,.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: 25px;
  font-size: 1.45rem;
  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: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: 25px;
  font-size: 1.45rem;
  font-weight: 100;
  line-height: 1.28571429;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #3c3c3c;
  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: .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;
}
.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;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .main .column-headline
  {
    font-size: 1.25rem;
  }

  .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)
{
  .grid
  {
    /* padding: 20px 20px 60px 20px; */
  }

  .main .column-headline
  {
    font-size: 25px;
    font-size: 1.25rem;
    line-height: 1.28;
    margin-bottom: .92em;
  }

  .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-color: #ff5a00;
    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%;
}        
} 
 
