.arlo-list.events > li, .arlo-list.upcoming > li {
	border: none;
  	padding: 1em;
  	margin-bottom: 0;
}

.arlo-list.events > li.arlo-cf:not(.arlo-group-divider):nth-child(2n+1), .arlo-list.upcoming > li.arlo-cf:not(.arlo-group-divider):nth-child(2n+1) {
	background-color: #f2f2f2;
}

.arlo-list.events > li.arlo-cf.arlo-group-divider, .arlo-list.upcoming > li.arlo-cf.arlo-group-divider {
	background-color: #ef7d14 !important;
  	color: white;
  	text-transform: uppercase;
  	margin-top: 1.5em;
}

.arlo div#filters > div > div {
    float: left;
    margin-right: 15px;
  margin-bottom: 5px;
}

.arlo div#filters > div > div input.arlo-search {
    font-size: 20px;
}

.arlo-filter-select {
    padding-left: 0.5em;
}

.arlo .button {
	background-color: #ef7d14;
  	color: white;
  	text-transform: uppercase;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    transition: all .2s;
    padding: 10px 20px;
    line-height: 21px;
    font-size: 18px;
}

.arlo .button:hover {
	background-color: #333333
}

.arlo-event-registration > a, .arlo-event-registration > span {
	margin-top: 0.5em;
}

.arlo-filters-buttons .button {
  border-bottom: 2px solid #ef7d14;
}

.arlo-filters-buttons .button:hover {
  border-color: #333;
}


.ls-schedule-list
{
    color: #666666;
    width: 50em;
    font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 0.8em;
    line-height:normal;
    width: 100%;
}

    .ls-schedule-list a:link,
    .ls-schedule-list a:hover,
    .ls-schedule-list a:visited
    {
        color: #EF7D14;
    }

.ls-schedule-list .ls-header .ls-filter {
    padding-bottom: 0.75em;
}

    .ls-schedule-list .ls-header select {
        font-family:inherit;
        font-size:inherit;
    }

    .ls-schedule-list .ls-wait
    {
        display: none;
        text-align: center;
        padding: 2em 2em;
    }

        .ls-schedule-list .ls-wait .ls-wait-content
        {
            display:inline-block;
            *display:inline;
            *zoom:1;
            width:auto;
            padding-left: 40px;
            padding-top:8px;
            background-image: url(ajax-loader-32.gif);
            background-repeat: no-repeat;
            height:32px;
        }
    
    .ls-schedule-list.ls-loading .ls-footer
    {
        display: none;
    }

    .ls-schedule-list.ls-loading .ls-wait {
        display: block;
    }


    .ls-schedule-list .ls-header .ls-item
    {
        margin-bottom: 1em;
    }

    .ls-schedule-list .ls-error
    {
        text-align:center;
        background-color:#F0F0F0;
        padding: 1.5em 2em;
    }

        .ls-schedule-list .ls-error p {
            margin: 0;
        }
    
    .ls-schedule-list .ls-header .ls-filter label
    {
        float:left;
        margin-right:0.5em;
        margin-top:0.5em;
    }

    .ls-schedule-list .ls-header .ls-filter .ls-control
    {
        height: 2em;
        padding: 3px;
        float: left;
    }

    .ls-schedule-list .ls-header .ls-filter-timezone
    {
        float: left;
    }

    .ls-schedule-list .ls-header .ls-filter-timezone select
    {
        width:25em;
    }
    
    .ls-schedule-list ul.ls-events
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .ls-schedule-list ul.ls-events > li, .ls-schedule-list .ls-online-activity
    {
        clear: both;
        background-color:#F8F8F8;
        padding:0.75em;
        border-left:0.8em solid #EF7D14;
        margin-bottom:1em;
    }
    
    .ls-schedule-list .ls-online-activity .ls-register-info {
        float: right;
        margin-right: 25px;
        padding-top: 0.5em;
        padding-right: 0.5em;
        position: relative;
    }
    
    .ls-schedule-list .ls-online-activity .ls-online-activity-name, .ls-schedule-list .ls-online-activity .ls-online-activity-code {
        display: none;
    } 
            
    .ls-schedule-list .ls-column
    {
        float: left;
    }

    .ls-schedule-list .ls-column.ls-date
    {
        width:8%;
    }

    .ls-schedule-list .ls-column.ls-details
    {
        width: 67%;
    }

    .ls-schedule-list .ls-column.ls-register
    {
        width:25%;
        text-align:center;
        padding-top:0.5em;
        padding-right:0.5em;
    }
        .ls-schedule-list .ls-column.ls-register .ls-places-remaining
        {
            color: #d33f43;
        }

    .ls-schedule-list .ls-calbox
    {
        text-align: center;
        width: 2.75em;
        background-color:white;
    }

    .ls-schedule-list .ls-calbox .ls-month
    {
        display: block;
        font-size: 0.8em;
        line-height: 1.5em;
        background-color: #EF7D14;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .ls-schedule-list .ls-calbox .ls-day
    {
        display: block;
        font-size: 1.65em;
        line-height: 1.3em;
        border-width: 1px;
        border-style: solid;
        border-top-width: 0;
        border-color: #BFBFBF;
    }
            
    .ls-schedule-list .ls-details .ls-calendar-description
    {
        font-weight: bold;
        display:inline;
    }

    .ls-schedule-list .ls-details .ls-sessions-description
    {
        margin-bottom: 0.3em;
    }
            
            
    .ls-schedule-list .ls-tags
    {
        list-style-type:none;
        padding:0;
        margin:0;
        display:inline;
    }

        .ls-schedule-list .ls-tags li
        {
            display: inline-block;
            margin-right: 0.5em;
            padding:0.2em;
            padding-left:0.5em;
            padding-right:0.5em;
            font-size:0.8em;
            color:#ffffff;
            background-color:#5a88e6;
            border-radius:0.3em;
            *zoom:1;
            *display:inline;
                    
        }
                
    .ls-schedule-list .ls-location
    {
        display: inline;
        margin-right:1.5em;
    }
            
    .ls-schedule-list .ls-presenters,
    .ls-schedule-list .ls-presenters label,
    .ls-schedule-list .ls-presenters .ls-list
    {
        display: inline;
    }

        .ls-schedule-list .ls-presenters label
        {
            margin-right: 0.5em;
        }

            .ls-schedule-list .ls-presenters label::after
            {
                content: ":";
            }
                    
        .ls-schedule-list .ls-presenters ul
        {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline;
        }
                
            .ls-schedule-list .ls-presenters ul li
            {
                display: inline;
            }
                    
    .ls-schedule-list .ls-notice
    {
        color:#e27f0d;
        margin-top:0.3em;
        font-size:0.8em;
    }

    .ls-schedule-list ul.ls-offers
    {
        list-style-type:none;
        margin:0;
        padding:0;
        margin-top:0.5em;
        color:#404040;
    }
                                
    .ls-schedule-list .ls-offers label,
    .ls-schedule-list .ls-offers .ls-amount-description
    {
        display:inline;
    }

    .ls-schedule-list .ls-offers .ls-replaced .ls-amount-description
    {
        text-decoration:line-through;
    }

    .ls-schedule-list .ls-offers label
    {
        margin-right:0.5em;
    }
            
        /*.ls-schedule-list .ls-offers label::after
        {
            content: ":";
        }*/
                
    .ls-schedule-list .ls-offers .ls-amount
    {
        font-weight: bold;
    }
        
        .ls-schedule-list .ls-offers .ls-amount .ls-currency-code {
            font-weight: normal;
            margin-right: 0.3em;
        }


    .ls-schedule-list .ls-offers .ls-amount-description
    {
        margin-right: 1em;

    }

    .ls-schedule-list .ls-offers > .ls-offer {
        margin-bottom: 0.2em;
    }
                
    .ls-schedule-list .ls-offers .ls-discount-offer
    {
        color:#d33f43;
    }
            
    .ls-schedule-list .ls-offers .ls-offer-detail
    {
        display: inline;
        vertical-align:top;
    }
            
    .ls-schedule-list .ls-offers ul.ls-replacement-offers
    {
        padding:0;
        margin:0;
        list-style-type:none;                
        display:inline-block;
        *display:inline;
        *zoom:1;
    }


            
        .ls-schedule-list .ls-offers .ls-message
    {
        display:inline;
        font-size:0.8em;
        font-style:italic;
    }

    .ls-schedule-list .ls-full-message
    {
        margin-bottom: 0.5em;
        font-weight:bold;
        color: #EF7D14;
    }

    .ls-schedule-list .ls-register-link
    {
        background: #EF7D14;
        font-weight: bold;
        font-size: 1.15em;
        height: auto;
        line-height: 1.15em;
        padding: 0.4em 1.2em;
        color:#ffffff;
        text-decoration:none;
        width: auto;
        margin-bottom:0.5em;
        display:inline-block;
        *display:inline;
        *zoom:1;
            transition: all .2s;
    }

        .ls-schedule-list .ls-register-link:link,
        .ls-schedule-list .ls-register-link:visited,
        .ls-schedule-list .ls-register-link:hover
        {
            color:#ffffff;
        }

        .ls-schedule-list .ls-register-link:hover {
            background: #333333;
        }
        

    
    .ls-schedule-list .ls-full .ls-register-link
    {
        background: #ddd;
        color: #333;
        padding: 0.4em 0.8em;
    }


    .ls-schedule-list .ls-paging
    {
        float: left;
    }
    
    .ls-schedule-list .ls-register-interest
    {
        float: right;
    }
    .ls-schedule-list .ls-list-content {
        opacity: 0;
    }

    .ls-schedule-list.ls-rendered .ls-list-content {
        opacity: 1;
        -webkit-transition: all 0.5s ease;  /* Chrome 1-25, Safari 3.2+ */
        -moz-transition: all 0.5s ease;  /* Firefox 4-15 */
        -o-transition: all 0.5s ease;  /* Opera 10.50–12.00 */
        transition: all 0.5s ease;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    }
    




/* For modern browsers */
.ls-control .ls-cf:before,
.ls-control .ls-cf:after {
    content:"";
    display:table;
}

.ls-control .ls-cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.ls-control .ls-cf {
    zoom:1;
}

.ls-control *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;     
    box-sizing: border-box;
    line-height:normal;
}

.arlo-event-locations-content {
 display: none; 
}




/* Arlo Webcontrol */

.arlo-upcoming-events-list {
  display: table;
  width: 100%;
}

.arlo-upcoming-events-list .arlo-event-list {
  list-style: none;
  padding-left: 0;
}

.arlo-upcoming-events-list .arlo-event-listitem {
  margin-bottom: 10px;
  padding: 15px;
}

.arlo-upcoming-events-list .arlo-event-listitem:nth-child(2n+1) {
    background-color: #f2f2f2;
}


.arlo-upcoming-events-list .arlo-original-price {
  text-decoration: line-through;
}

.arlo-upcoming-events-list .left {
  list-style: none;
  display: table-cell;
  color: antiquewhite;
}

.arlo-upcoming-events-list .right {
  width: 90%;
  display: table-cell;
  vertical-align: top;
}

.arlo-upcoming-events-list .date {
  width: 98px;
  height: 98px;
  background-color: #ef7d14 ;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin: auto;
  padding: 1px 0 0;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  margin-right: 20px;
}

.arlo-upcoming-events-list .day-of-month {
  display: block;
  font-size: 54px;
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.arlo-upcoming-events-list h3 {
  line-height: 24px;
  margin-bottom: 5px;
  margin: 0 0 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.arlo-upcoming-events-list .offers ul {
  list-style: none;
  padding: 0;
}

.arlo-upcoming-events-list .offers .arlo-discount-offer {
  color: #C00000;
}

.arlo-upcoming-events-list .presenter a {
  text-decoration: none;
}

.arlo-upcoming-events-list .more-information {
  background-color: #ef7d14;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  width: 150px;
  text-decoration: none;
  padding: 5px;
  color: #FFF;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  float: right;
}

.arlo-upcoming-events-list .arlo-event-register {
  font-size: 15px;
  color: white;
  background-color: #ef7d14;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 15px;
  border: none;
  float:right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}

.arlo-upcoming-events-list .arlo-event-register:hover {
  background: #404040;
}

.arlo-upcoming-events-list .summary,
.arlo-upcoming-events-list .presenterlabel {
  color: #9A9A9A;
  margin-bottom: 5px;
  font-size: 14px;
}


.arlo-upcoming-events-list .registration-details {
   float: right; 
}

.arlo-upcoming-events-list .offers {
  color: #ef7d14; 
  font-size: 1.5em;
}

.arlo-upcoming-events-list .arlo-icon-col {
 float: left;
  margin-right: 10px;
}

.arlo-upcoming-events-list .arlo-places-remaining {
  display: block;
  text-align: right;
}

.arlo-upcoming-events-list {
	margin-bottom: 40px;
}

.arlo .arlo-loading-overlay {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	bottom: 60%;
	top: 40%;
	left: 50%;
	right: 50%;
}

.arlo {
	position: relative;
}

.post-244 .arlo .arlo-loading-overlay, 
.post-282 .arlo .arlo-loading-overlay,
.post-284 .arlo .arlo-loading-overlay,
.post-464 .arlo .arlo-loading-overlay
{
	position: absolute;
}

.arlo .arlo-loading-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.3);
}

.arlo .arlo-loading-overlay:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.arlo .arlo-loading-overlay:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: .5em;
	-webkit-box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0,rgba(0,0,0,0.75) 1.1em 1.1em 0 0,rgba(0,0,0,0.75) 0 1.5em 0 0,rgba(0,0,0,0.75) -1.1em 1.1em 0 0,rgba(0,0,0,0.5) -1.5em 0 0 0,rgba(0,0,0,0.5) -1.1em -1.1em 0 0,rgba(0,0,0,0.75) 0 -1.5em 0 0,rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0,rgba(0,0,0,0.75) 1.1em 1.1em 0 0,rgba(0,0,0,0.75) 0 1.5em 0 0,rgba(0,0,0,0.75) -1.1em 1.1em 0 0,rgba(0,0,0,0.75) -1.5em 0 0 0,rgba(0,0,0,0.75) -1.1em -1.1em 0 0,rgba(0,0,0,0.75) 0 -1.5em 0 0,rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.arlo .arlo-show-more-container .arlo-show-more {
    margin: 0 auto;
    line-height: 20px;
    width: 21%;
    padding: 14px;
    background-color: #f7941e;
    font-size: 94%;
    cursor: pointer;
    color: white;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  	transition: all .2s;
}

.arlo .arlo-show-more-container .arlo-show-more:hover {
  background-color: #333333;
}

 .arlo .ls-empty {
    text-align:center;
    background-color:#F0F0F0;
    padding: 1.5em 2em;
 }

 .arlo .ls-empty p {
	margin: 0;
}


.arlo #presenter-list ul,
.arlo #venue-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.arlo #presenter-list ul li,
.arlo #venue-list ul li {
 background: #f2f2f2; 
}

.arlo #presenter-list ul li:nth-child(even),
.arlo #venue-list ul li:nth-child(even) {
 background: white; 
}

.arlo #presenter-list ul li:first-child a,
.arlo #venue-list ul li:first-child a{
  border-top: 1px solid white;
  border-radius: 5px 5px 0 0
}

.arlo #presenter-list ul li:last-child a,
.arlo #venue-list ul li:last-child a {
  border-bottom: 0 solid white;
  border-radius: 0 0 5px 5px
}

.arlo #presenter-list .arlo-presenter-name,
.arlo .arlo-venue-name {
  display: block;
  text-decoration: none;
  padding: 6px 16px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s
}

.arlo #presenter-list .arlo-presenter-name:hover,
.arlo .arlo-venue-name:hover {
  opacity: 0.7;
  padding-top: 10px;
  padding-bottom: 10px
}

.arlo #venue > ul,
.arlo #presenter > ul,
.arlo .arlo-venue-listitem,
.arlo .arlo-facilityinfo-info-list > li,
.arlo .arlo-facilityinfo-info-list,
.arlo-eventtemplate-listitems {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arlo-eventtemplate-listitems li:nth-child(odd) {
 background: #f2f2f2;
}

.arlo-facilityinfo-field-title,
.arlo-facilityinfo-field-title {
    margin: 1em 0 0.45em;
    color: #333333;
    font-weight: bold;
    font-family: 'Montserrat';
}

.arlo-presenter-content img {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

li.arlo-eventtemplate-listitem {
    padding: 14px 16px;
}

li.arlo-eventtemplate-listitem h3 {
 margin-top: 0; 
}

.arlo .arlo-oa-listitems li, 
.arlo .arlo-oa-listitems ul,
.arlo .arlo-oa-listitems {
    list-style: none;
    margin:  0;
    padding: 0;
}

.arlo .arlo-oa-listitems .arlo-offers {
    color: #ef7d14;
    font-size: 1.5em;
    margin: .5em 0;
    float: left;
}

.arlo .arlo-oa-listitems li.arlo-oa-listitem {
    margin-bottom: 2.5em;
    padding: .1em 1em;
    overflow: auto;
}

.arlo .arlo-oa-listitems li.arlo-oa-listitem:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.arlo .arlo-oa-listitems .arlo-more-information,
.arlo .arlo-oa-listitems .arlo-event-register {
    background-color: #ef7d14;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: all .2s;
}

.arlo .arlo-oa-listitems .arlo-event-register:hover {
    background-color: #333333;
}

.arlo .arlo-oa-listitems .arlo-more-information {
    background-color: #344557;
}

.arlo .arlo-oa-listitems .arlo-more-information:hover {
    background-color: #333333;
}

.arlo .arlo-oa-listitems .arlo-buttons {
    float: right;
    margin-top: 1em;
}

.arlo .arlo-oa-listitems h1.arlo-name {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0;
}

@media (max-width: 570px) {
    .arlo .arlo-oa-listitems .arlo-more-information,
    .arlo .arlo-oa-listitems .arlo-event-register {
        width: 100%;
        margin-bottom: .5em;
    }

    .arlo .arlo-oa-listitems .arlo-buttons {
        float: none;
        clear: both;
    }
}