td {
  font-size: 16px;
  line-height: 18px;
}

.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: 16px;
  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;
}


.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
    }
    
    td {
		font-size: 10px;
		line-height: 12px;
	}
}

.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 p {
	font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.55555556; 
	text-transform: none;
	color: #000;
	width: auto;
}

.basic .row .bullets{
    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;
}

.basic .row  .bullets li  {
    font-size: 16px;
    font-size: .9rem;
    line-height: 1.42307692;
    font-weight: 300;
    text-align: left;
    padding-left: .6em;
	padding-bottom: .8em;
}


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


.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: 70%;
  background-color: #f2f2f2;
  overflow: hidden;
}

.grid .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%);
}

.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: 105%;
  vertical-align: top;
}

.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;
}



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



#events-logo {
  width:35%;
  min-width:200px;
  opacity: .9;
}


.cards2 {
  padding-top: 0px;    /*padding-top: 80px; */
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 0px;    /*padding-top: 80px; */
}
  
.cards3 {
  padding-top: 80px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 80px;
}

.cards3-borderless {
  padding-top: 0px;    /*padding-top: 80px; */
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 0px;    /*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: 3rem;
}
.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: 3rem;
}

.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: 3rem;
}

.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;
}



.cards2 .autowide .module span {
  /*margin: 0rem .75rem .75rem .75rem !important;*/
  margin-top: 10px;  /* margin-top: 25px; */
}

.cards3 .autowide .module span {
  /*margin: 0rem .75rem .75rem .75rem !important;*/
  margin-top: 10px;  /* margin-top: 25px; */
}

.cards3-borderless .autowide .module span {
  /*margin: 0rem .75rem .75rem .75rem !important;*/
  margin-top: 15px;     /* margin-top: 20px; */
  margin-left:0px;    /* margin-left:10px; */
  margin-bottom:0px;    /* 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;
}
}

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


}


/* EVENT LISTING */
table .ScheduleTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #c0c0c0;
  border-style: solid;
  color: #000000;
}

table .ScheduleTable td, table .ScheduleTable th {
  border-width: 1px;
  border-color: #c0c0c0;
  border-style: solid;
  padding: 3px 7px;
}

table .ScheduleTable thead {
  background-color: #ffffff;
}

 .event-list {
		list-style: none;
		margin: 0px;
		padding: 40px 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(255, 90, 0);
		padding: 10px 0px;
		text-align: center;
		text-transform: uppercase;
	}
    
	.event-list > li:nth-child(even) > time {
		background-color: rgb(255, 90, 0);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 42pt;
		font-weight: 100;
		line-height: 1;
        padding-top: 20px;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 0px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
        border-top: 1px solid #e2e2e2;
        padding-top: 7px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 140px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 140px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 140px;
			height: 140px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 140px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
        .event-list > li > .info > .title {
            padding-top:10px;
        }
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 3px 0px 3px;
		}
	}
/* END EVENT LISTING */  



@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: 0 20px;
  }

  .grid .row
  {
    margin: 18px auto 0;
    position: relative;
    padding-top: 5%;
  }

  .grid .col-text .col-inner
  {
    padding-top: 0;
	padding-top: 70%;
	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;
  }
}