<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Normalize **/
.arlo {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.arlo *,
.arlo *::after,
.arlo *::before {
    box-sizing: inherit;
}

.arlo article,
.arlo aside,
.arlo details,
.arlo figcaption,
.arlo figure,
.arlo footer,
.arlo header,
.arlo main,
.arlo menu,
.arlo nav,
.arlo section,
.arlo summary {
    display: block;
}

.arlo audio,
.arlo canvas,
.arlo progress,
.arlo video {
    display: inline-block;
}

.arlo audio:not([controls]) {
    display: none;
    height: 0;
}

.arlo progress {
    vertical-align: baseline;
}

.arlo template,
.arlo [hidden] {
    display: none;
}

.arlo a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.arlo a:active,
.arlo a:hover {
    outline-width: 0;
}

.arlo abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

.arlo b,
.arlo strong {
    font-weight: inherit;
}

.arlo b,
.arlo strong {
    font-weight: bolder;
}

.arlo code,
.arlo kbd,
.arlo samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.arlo dfn {
    font-style: italic;
}

.arlo h1 {
    font-size: 2em;
    margin: 0.75em 0;
}

.arlo mark {
    background-color: #ff0;
    color: #000;
}

.arlo small {
    font-size: 80%;
}

.arlo sub,
.arlo sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.arlo sub {
    bottom: -0.25em;
}

.arlo sup {
    top: -0.5em;
}

.arlo img {
    border-style: none;
}

.arlo svg:not(:root) {
    overflow: hidden;
}

.arlo figure {
    margin: 1.5em 40px;
}

.arlo hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.arlo pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.arlo button,
.arlo input,
.arlo optgroup,
.arlo select,
.arlo textarea {
    font: inherit;
    margin: 0;
}

.arlo button,
.arlo input {
    overflow: visible;
}

.arlo button,
.arlo select {
    text-transform: none;
}

.arlo button,
.arlo html [type="button"],
.arlo [type="reset"],
.arlo [type="submit"] {
    -webkit-appearance: button;
}

.arlo button::-moz-focus-inner,
.arlo [type="button"]::-moz-focus-inner,
.arlo [type="reset"]::-moz-focus-inner,
.arlo [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

.arlo button:-moz-focusring,
.arlo [type="button"]:-moz-focusring,
.arlo [type="reset"]:-moz-focusring,
.arlo [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.arlo [type="checkbox"],
.arlo [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.arlo [type="number"]::-webkit-inner-spin-button,
.arlo [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.arlo [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.arlo [type="search"]::-webkit-search-cancel-button,
.arlo [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.arlo ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.arlo ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.arlo fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.arlo legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
    padding: 0;
}

.arlo optgroup {
    font-weight: bold;
}

.arlo textarea {
    overflow: auto;
}

.arlo ol,
.arlo ul,
.arlo li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/** Arlo Theme General Style **/
.arlo {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    max-width: 1100px;
    margin: 2em auto;
    color: #363636;
}

.arlo a,
.arlo .arlo-filter-unordered-list li,
.arlo .arlo-show-more {
    transition: all 0.3s;
}

.arlo .arlo-loading-overlay {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
}

.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) {
    /* hide "loading..." text */
    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: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    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);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.arlo a {
    color: #08314c;
}

.arlo a:hover {
    color: #298dc1;
}

.arlo h1,
.arlo-h1 {
    font-size: 36px;
}

.arlo h2,
.arlo-h2 {
    font-size: 20px;
}

.arlo h3,
.arlo-h3 {
    font-size: 20px;
}

.arlo h4,
.arlo-h4 {
    font-size: 14px;
}

.arlo img {
    max-width: 100%;
}

.arlo select {
    padding: 10px 70px 10px 24px;
    cursor: pointer;
}

.arlo .arlo-bg-color-primary {
    background-color: #00608c;
}

.arlo .arlo-bg-color-secondary {
    background-color: #ed1d24;
}

.arlo .arlo-bg-color-filters {
    background-color: #54a4cd;
}

.arlo .arlo-bg-color-normal {
    background-color: #efeded;
}

.arlo .arlo-bg-color-darker {
    background-color: #08314c;
}

.arlo .arlo-bg-color-darkest {
    background-color: #08314c;
}

.arlo .arlo-text-color-primary {
    color: #009FDF;
}

.arlo .arlo-text-color-secondary {
    color: #ed1d24;
}

.arlo .arlo-text-color-contrast {
    color: #ffffff;
}

.arlo .arlo-text-color-lightest {
    color: #cdc9c9;
}

.arlo .arlo-text-color-light {
    color: #8f8f8f;
}

.arlo .arlo-text-color-normal {
    color: #363636;
}

.arlo .arlo-text-color-dark {
    color: #000000;
}

.arlo .arlo-text-color-link {
    color: #009FDF;
}

.arlo .arlo-font-primary {
    font-family: "Open Sans", sans-serif;
}

.arlo .arlo-font-secondary {
    font-family: "Open Sans", sans-serif;
}

.arlo .arlo-font-special {
    font-family: 'bitter', sans-serif;
}

.arlo .arlo-font-size-larger {
    font-size: 110%;
}

.arlo .arlo-clearfix {
    zoom: 1;
}

.arlo .arlo-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*:first-child+html .arlo-clearfix {
    zoom: 1;
}

/** Filters **/
.arlo #arlo-filter-toggle {
    display: none;
}

.arlo[max-width~="550px"] .arlo-filters-container {
    width: 100%;
}

.arlo[max-width~="550px"] .arlo-filters-container .arlo-timezone-select {
    max-width: 100%;
}

.arlo[max-width~="550px"] .arlo-filters-container div[id^='filter-'] {
    padding-right: 0;
}

.arlo[max-width~="550px"] .arlo-filters-container * {
    width: 100%;
}

.arlo[max-width~="550px"] .arlo-filters-container li {
    margin-bottom: 10px;
}

.arlo[max-width~="550px"] .arlo-filters-container #arlo-filter-toggle {
    display: block;
    cursor: pointer;
    background: #54a4cd;
    color: #ffffff;
    padding: 1em 2em;
    margin-bottom: 35px;
}

.arlo[max-width~="550px"] .arlo-filters-container #arlo-filter-toggle i {
    float: right;
    width: auto;
}

.arlo[max-width~="550px"] .arlo-filters-container #arlo-filter-toggle .arlo-filter-toggle-hide {
    display: none;
}

.arlo[max-width~="550px"] .arlo-filters-container #arlo-filter-toggle .arlo-filter-toggle-show {
    display: block;
}

.arlo[max-width~="550px"] .arlo-filters-container #filters {
    display: none;
}

.arlo[max-width~="550px"] .arlo-filters-container .arlo-show-filter #filters {
    display: block;
}

.arlo[max-width~="550px"] .arlo-filters-container .arlo-show-filter #arlo-filter-toggle .arlo-filter-toggle-hide {
    display: block;
}

.arlo[max-width~="550px"] .arlo-filters-container .arlo-show-filter #arlo-filter-toggle .arlo-filter-toggle-show {
    display: none;
}

.arlo .arlo-filters[min-width~="551px"] .arlo-other-filters div[id^="filter-"] {
    display: inline-block !important;
}

.arlo .arlo-filters .arlo-other-filters {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.arlo .arlo-filters .arlo-other-filters::after {
    clear: both;
    content: "";
    display: table;
}

.arlo .arlo-filters .arlo-other-filters div[id^='filter-'],
.arlo .arlo-filters .arlo-other-filters div[id*=' filter-'] {
    display: inline-block;
    padding-right: 10px;
    vertical-align: bottom;
}

.arlo .arlo-filters .arlo-filter-unordered-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
}

.arlo .arlo-filters .arlo-filter-unordered-list li.selected {
    background-color: #54a4cd;
    color: #ffffff;
}

.arlo .arlo-filters select,
.arlo .arlo-filters input.arlo-search {
    border-radius: 0;
    display: inline;
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.arlo .arlo-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'&gt;&lt;path fill='%2354a4cd' d='M18.706 8.294c-0.387-0.387-1.025-0.387-1.413 0l-5.294 5.294-5.294-5.294c-0.387-0.387-1.025-0.387-1.413 0s-0.387 1.025 0 1.413l6 6c0.194 0.194 0.45 0.294 0.706 0.294s0.513-0.1 0.706-0.294l6-6c0.394-0.387 0.394-1.025 0-1.413z'&gt;&lt;/path&gt;&lt;/svg&gt;");
    background-position: right 1em center;
    background-repeat: no-repeat;
}

.arlo .arlo-filters select::-ms-expand {
    display: none;
}

.arlo .arlo-filters .arlo-filter-unordered-list li,
.arlo .arlo-filters input.arlo-search {
    padding: 10px 20px;
}

.arlo .arlo-filters select {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.arlo .arlo-filters .arlo-timezone-select {
    display: none;
    max-width: 360px;
    background-color: transparent;
}

.arlo .arlo-filters .arlo-timezone-select:focus {
    background-color: transparent !important;
}

.arlo .arlo-filters .arlo-filter-inline {
    display: inline-block;
}

/* Catalogue */
.arlo .arlo-traversable-breadcrumbs {
    display: none;
}

.arlo .arlo-traversable-category {
    padding: 6px;
    margin-bottom: 1px;
    background: #00608c ;
    color: white;
    cursor: pointer;
    font-family: 'bitter', serif;
}

.cat-1, [class*='catid-140'] .arlo-category-title, [class*='catid-140'] .arlo-traversable-category, [class*='catid-140'] .arlo-category-name {
    background-color: #59c5c7 !important
}
.cat-2, [class*='catid-159'] .arlo-category-title, [class*='catid-159'] .arlo-traversable-category, [class*='catid-159'] .arlo-category-name {
    background-color: #f04c52 !important
}
.cat-3, [class*='catid-160'] .arlo-category-title, [class*='catid-160'] .arlo-traversable-category, [class*='catid-160'] .arlo-category-name {
    background-color: #e77a25 !important
}
.cat-4, [class*='catid-161'] .arlo-category-title, [class*='catid-161'] .arlo-traversable-category, [class*='catid-161'] .arlo-category-name {
    background-color: #647c19 !important
}
.cat-5, [class*='catid-187'] .arlo-category-title, [class*='catid-187'] .arlo-traversable-category, [class*='catid-187'] .arlo-category-name {
    background-color: #e8c31e !important
}
.cat-6, [class*='catid-163'] .arlo-category-title, [class*='catid-163'] .arlo-traversable-category, [class*='catid-163'] .arlo-category-name {
    background-color: #af4173 !important
    }
.cat-7, [class*='catid-164'] .arlo-category-title, [class*='catid-164'] .arlo-traversable-category, [class*='catid-164'] .arlo-category-name {
    background-color: #6eb254 !important
}
.cat-8, [class*='catid-192'] .arlo-category-title, [class*='catid-192'] .arlo-traversable-category, [class*='catid-192'] .arlo-category-name {
    background-color: #00608c !important
}
    
[class*='catid-2'] .catalogue-page h3, [class*='catid-2'] a.child-category-link, [class*='catid-2'] #main-content h1 {
    background-color: #61BB46 !important
} 

.arlo .arlo-left,
.arlo .arlo-right {
    float: left;
}

.arlo .arlo-left {
    width: 33%;
    min-height: 1px;
}

.arlo .arlo-right {
    width: 67%;
    padding-left: 20px;
}

.arlo[max-width~="768px"] .arlo-left,
.arlo[max-width~="768px"] .arlo-right {
    width: 100%;
}

.arlo .arlo-category-header .arlo-category-title {
    display: none;
}

.arlo .arlo-category-title {
    margin-top: 0;
}

.arlo .arlo-category-description h3 {
    margin-top: 0;
    padding: 4px;
    color: #ffffff;
    background-color: #009FDF;
    font-size: 17px;
    font-weight: bold;
}

.arlo .arlo-category-description p {
    margin-top: 0;
}

.arlo .arlo-categorycatalogue {
    clear: both;
    padding-top: 20px;
}

.arlo .arlo-categorycatalogue-header {
    padding: .5em;
    border-bottom: 1px solid #4c4c4c;
    color: #58595C;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.arlo .arlo-categorycatalogue-header .arlo-offers span {
    display: inline-block;
    font-size: smaller;
}

.arlo .arlo-categorycatalogue-listitem {
    padding-bottom: 60px;
}

.arlo .arlo-category-title,
.arlo .arlo-category-name {
    margin-bottom: 0;
    padding: .4em;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.arlo .arlo-eventtemplatecategoryitems-listitems {
    clear: both;
}

.arlo .arlo-eventtemplatecategoryitems-listitem {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    list-style: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.arlo .arlo-eventtemplatecategoryitems-listitem::after {
    clear: both;
    content: "";
    display: table;
}

.arlo .arlo-eventtemplatecategoryitems-listitem .arlo-listitem {
    padding: .5em;
    position: relative;
    display: block;
    border-bottom: 1px solid;
    color: #717779;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
}

.arlo .arlo-eventtemplatecategoryitems-listitem .arlo-listitem:hover {
    background-color: #fdf8e7;
}

.arlo .arlo-categorycatalogue .arlo-title,
.arlo .arlo-categorycatalogue .arlo-details,
.arlo .arlo-categorycatalogue .arlo-offers {
    float: left;
}

.arlo .arlo-categorycatalogue .arlo-title {
    width: 60%;
}

.arlo .arlo-categorycatalogue .arlo-details {
    width: 25%;
}

.arlo .arlo-categorycatalogue .arlo-offers {
    width: 15%;
}

.arlo .arlo-categorycatalogue .arlo-title .arlo-name {
    color: #717779;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.arlo .arlo-title .arlo-name:hover {
    text-decoration: underline;
}


/* Event list */
.arlo .arlo-event-list {
    list-style: none;
    padding-left: 0;
    margin: 20px auto 0;
}

.arlo .arlo-event-list .arlo-list-divider {
    margin-bottom: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.arlo .arlo-event-listitem {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-bottom: 1px solid #D7D7D7;
    list-style: none;
}

.arlo .arlo-event-listitem::after {
    clear: both;
    content: "";
    display: table;
}

.arlo .arlo-event-listitem .arlo-left {
    float: left;
    width: 70%;
}

.arlo .arlo-event-listitem .arlo-right {
    float: left;
    width: 30%;
    text-align: right;
}

.arlo[max-width~="660px"] .arlo-event-listitem .arlo-left,
.arlo[max-width~="660px"] .arlo-event-listitem .arlo-right {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: left;
}

.arlo .arlo-event-listitem .arlo-offers {
    width: 100%;
}

.arlo .arlo-name {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 30px;
}

.arlo .arlo-name a {
    text-decoration: none;
}

.arlo .arlo-location,
.arlo .arlo-date {
    font-weight: 700;
}

.arlo .arlo-date--hidden {
    display: none;
}

.arlo .arlo-summary {
    margin-top: 15px;
}

.arlo[max-width~="660px"] .arlo-registration {
    margin-top: 10px;
}

.arlo .arlo-event-register,
.arlo .arlo-event-register-info {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    text-decoration: none;
}

.arlo .arlo-event-register-info {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.arlo .arlo-event-register-info p {
    padding: 0;
    margin: 0;
}

.arlo .arlo-places-remaining {
    margin-right: 5px;
}

.arlo .arlo-event-register {
    background-color: #009FDF;
    border-color: #009FDF;
    color: #fff;
}

.arlo .arlo-event-register:hover {
    background-color: #46caff;
    color: #fff;
}

.arlo .arlo-event-register.arlo-waiting-list {
    background-color: #23485c;
    border-color: #23485c;
    color: #ffffff;
}

.arlo .arlo-event-register.arlo-waiting-list:hover {
    background-color: #46caff;
    color: #ffffff;
}


/** Event template **/

.arlo .arlo-page-header {
    margin-bottom: 30px;
}

.arlo .arlo-page-header ul,
.arlo .arlo-page-header li {
    list-style: disc inside;
}

.arlo .arlo-page-header .arlo-page-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.arlo .arlo-page-description p {
    margin: 5px 0;
}

.arlo .arlo-template-events .arlo-event-listitem {
    position: relative;
    margin-bottom: 1em;
    padding: 0;
    text-align: initial;
}

.arlo .arlo-template-events .arlo-listitem {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #F8F8F8;
    border-left: 0.8em solid #DDDDDD;
}

.arlo .arlo-listitem a {
    text-decoration: none;
}

.arlo .arlo-template-events .arlo-left,
.arlo .arlo-template-events .arlo-right,
.arlo .arlo-template-events .arlo-details,
.arlo .arlo-template-events .arlo-registration {
    float: left;
}

.arlo .arlo-template-events .arlo-left {
    width: 8%;
}

.arlo .arlo-template-events .arlo-right {
    width: 92%;
    text-align: left;
}

.arlo .arlo-template-events .arlo-details {
    width: 70%;
}

.arlo .arlo-template-events .arlo-registration {
    width: 30%;
    text-align: right;
}

.arlo[max-width~="660px"] .arlo-template-events .arlo-left {
    width: 20%;
}

.arlo[max-width~="660px"] .arlo-template-events .arlo-right {
    width: 80%;
}

.arlo[max-width~="660px"] .arlo-template-events .arlo-details,
.arlo[max-width~="660px"] .arlo-template-events .arlo-registration {
    width: 100%;
    text-align: left;
}

.arlo .arlo-date .arlo-start-date {
    width: 40px;
    text-align: center;
}

.arlo .arlo-date .arlo-start-month {
    font-size: 13px;
    text-transform: uppercase;
}

.arlo .arlo-date .arlo-start-day {
    background: white;
    border: 1px solid #bfbfbf;
    border-top: 0;
    font-size: 1.6em;
}

.arlo .arlo-template-events .arlo-summary {
    text-align: center;
    font-weight: normal;
    margin: 28px 0 35px;
}

.arlo .arlo-register-interest-container {
    margin: 44px 0 30px 0;
    clear: both;
}

.arlo .arlo-register-interest,
.arlo .arlo-register-interest-container {
    text-align: center;
}

.arlo .arlo-register-interest span,
.arlo .arlo-register-interest-container span {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.arlo .arlo-register-interest .arlo-register-interest-link,
.arlo .arlo-register-interest-container .arlo-register-interest-link {
    display: inline-block;
}

.arlo .arlo-online-activities {
    width: 100%;
}

.arlo .arlo-online-activities .arlo-oa-listitems {
    margin: 0 auto;
}

.arlo .arlo-online-activities .arlo-oa-listitem {
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 20px;
    background: #f8f8f8;
    border-left: 0.8em solid #DDDDDD;
}

.arlo .arlo-online-activities .arlo-item-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.arlo .arlo-online-activities .arlo-details {
    width: 67%;
}

.arlo .arlo-online-activities .arlo-registration {
    width: 33%;
}

.arlo[max-width~="660px"] .arlo-online-activities .arlo-details,
.arlo[max-width~="660px"] .arlo-online-activities .arlo-registration {
    width: 100%;
}

.arlo ul.arlo-content-field-list {
    padding: 20px 0;
}

.arlo li.arlo-content-field-listitem {
    margin-bottom: 30px;
}

.arlo .arlo-content-field-name {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    color: #ed1d24;
    border-bottom: 1px dotted #AAAAAA;
    font-size: 22px;
    font-weight: 700;
}

.arlo .arlo-content-field-text {
    color: #363636;
}

.arlo .arlo-content-field-text h3 {
    font-size: 18px;
}

.arlo .arlo-content-field-text p {
    margin-bottom: 1.3em;
}

.arlo .arlo-content-field-text ul {
    margin-left: 30px;
    padding: 0;
}

.arlo .arlo-content-field-text ul li {
    list-style: disc;
    padding: 0;
    margin: 0;
}

.arlo .arlo-content-field-text img {
    max-width: 100%;
}

.arlo .arlo-no-event-dates {
    margin-right: 5px;
}

.arlo .arlo-name {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 30px;
}

.arlo .arlo-name a {
    text-decoration: none;
}

.arlo .arlo-location {
    font-weight: 700;
}

.arlo .arlo-summary {
    margin-top: 15px;
}


/** Offers **/
.arlo .arlo-template-events .arlo-offers {
    margin-top: 5px;
    margin-bottom: 5px;
}

.arlo .arlo-event-listitem .arlo-offers {
    margin-bottom: 5px;
}

.arlo .arlo-event-listitem .arlo-offers .arlo-offer-container,
.arlo .arlo-event-listitem .arlo-offers .arlo-offer-ul .arlo-offer-li:not(.arlo-discount-offer) {
    font-weight: 700;
}

.arlo .arlo-offers .arlo-offer-ul {
    padding-left: 0;
}

.arlo .arlo-offers .arlo-offer-ul .arlo-offer-li {
    list-style: none;
}

.arlo .arlo-offers .arlo-discount-offer,
.arlo .arlo-offers .arlo-original-price {
    color: #298dc1;
    font-style: italic;
}

.arlo .arlo-offers .arlo-original-price {
    text-decoration: line-through;
}

.arlo .arlo-offers .arlo-offer-taxrate,
.arlo .arlo-offers .arlo-offer-taxrate-shortname {
    font-size: .7em;
    opacity: .6;
}


/** Registration **/
.arlo[max-width~="660px"] .arlo-registration {
    margin-top: 10px;
}

.arlo .arlo-event-register,
.arlo .arlo-event-register-info {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    text-decoration: none;
}

.arlo .arlo-event-register-info {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.arlo .arlo-event-register-info p {
    padding: 0;
    margin: 0;
}

.arlo .arlo-places-remaining {
    margin-bottom: .5em;
    margin-right: 5px;
}

.arlo .arlo-event-register {
    background-color: #009FDF;
    border-color: #009FDF;
    color: #fff;
}

.arlo .arlo-event-register:hover {
    background-color: #46caff;
    color: #fff;
}

.arlo .arlo-event-register.arlo-waiting-list {
    background-color: #23485c;
    border-color: #23485c;
    color: #ffffff;
}

.arlo .arlo-event-register.arlo-waiting-list:hover {
    background-color: #46caff;
    color: #ffffff;
}

/** Show more button **/
.arlo .arlo-show-more-container {
    margin-top: 10px;
    text-align: center;
    clear: both;
}

.arlo .arlo-show-more {
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    text-decoration: none;
}

.arlo .arlo-show-more {
    color: #009FDF;
    background-color: transparent;
}

.arlo .arlo-show-more:hover {
    color: #46caff;
}

/** Tooltip **/
.arlo .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.arlo .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.arlo .tooltip.in {
    opacity: .95;
}

.arlo .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.arlo .tooltip.bottom .tooltip-arrow {
    top: 0;
    padding: 0 !important;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #262626;
}

.arlo .tooltip .tooltip-inner {
    text-align: left;
    padding: 16px 20px;
    background: #262626;
    max-width: 250px;
}

.arlo .tooltip .tooltip-inner h3,
.arlo .tooltip .tooltip-inner h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5em;
    color: white;
}

.arlo .tooltip .tooltip-inner li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.arlo .tooltip .tooltip-inner li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.arlo .tooltip .arlo-sessions {
    margin: 0;
}

.arlo .tooltip .arlo-session {
    font-size: 1.2em;
}

.arlo .tooltip .arlo-session * {
    display: inline-block;
    word-wrap: normal;
    padding: 0;
    line-height: 1;
}

.arlo .tooltip .arlo-session .arlo-session-name {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    color: #54a4cd;
}

.arlo .tooltipcontent {
    display: none;
}

.arlo .arlo-session-info {
    cursor: pointer;
    font-weight: 400;
    margin-left: 10px;
}


/* Presenter list */
.arlo .arlo-presenter-listitem .arlo-presenter-name {
    color: #363636;
    text-decoration: none;
}

.arlo .arlo-presenter-listitem .arlo-presenter-name:hover {
    text-decoration: underline;
}


/* Presenter */
.arlo .arlo-presenter-listitem .arlo-page-header,
.arlo .arlo-presenter-listitem .arlo-page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.arlo .arlo-presenter-information .arlo-presenter-content-title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
}

.arlo .arlo-presenter-information .arlo-presenter-content-title h2,
.arlo .arlo-presenter-information .arlo-presenter-content-title h3 {
    margin-bottom: 0;
    font-size: 22px;
    text-transform: initial;
}

.arlo .arlo-presenter-information .arlo-presenter-content {
    margin-bottom: 10px;
}

.arlo .arlo-presenter-information .arlo-presenter-content p {
    margin-bottom: 1.3em;
}

.arlo .arlo-presenter-information .arlo-presenter-content ul {
    padding-left: 40px;
}

.arlo .arlo-presenter-information .arlo-presenter-content li {
    margin: 0;
    padding: 0;
    list-style: disc;
}

.arlo .arlo-presenter-information .arlo-eventtemplate-listitems {
    margin-left: 20px;
}

.arlo .arlo-presenter-information .arlo-eventtemplate-listitem {
    list-style: disc;
    list-style-position: inside;
}

.arlo .arlo-presenter-information .arlo-event-title {
    font-style: normal;
    line-height: 25px;
    margin-bottom: 10px;
    text-decoration: none;
}

.arlo .arlo-social-network-links {
    overflow: auto;
    padding-left: 0;
}

.arlo .arlo-social-network-links li {
    float: left;
}

.arlo .arlo-social-network-links li a {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 40px;
}

.arlo .arlo-social-network-links li.arlo-twitter a {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/597099/01_twitter.png);
}

.arlo .arlo-social-network-links li.arlo-facebook a {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/597099/02_facebook.png);
}

.arlo .arlo-social-network-links li.arlo-linkedin a {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/597099/07_linkedin.png);
}


/* Venue list */
.arlo .arlo-venue-listitem {
  border-bottom: 1px dotted #D8D8D8;
  padding: 1em;
  padding-left: 0;
  padding-right: 0;
}

.arlo .arlo-venue-listitem h2 {
  margin-top: 0;  
}

.arlo .arlo-venue-listitem .arlo-venue-name {
  color: #000;
  font-size: 22px;
  text-decoration: none;
}

.arlo .arlo-venue-listitem .arlo-venue-name:hover {
  text-decoration: underline;
}

.arlo .arlo-venue-listitem  .arlo-facilityinfo-field-title,
.arlo .arlo-venue-listitem  .arlo-facilityinfo-field-text {
  display: inline-block;
}

.arlo .arlo-venue-listitem  .arlo-facilityinfo-field-title {
  margin-right: 10px;
  color: #ed1d24;
  font-weight: 700;
}

.arlo .arlo-venue-listitem  .arlo-facilityinfo-field-text {
  color: #363636;
}

/* Venue */
.arlo #venue .arlo-venue-listitem {
    padding: 0;
}

.arlo #venue .arlo-venue-content {
    margin-bottom: 20px;
}

.arlo #venue .arlo-venue-content-title,
.arlo #venue .arlo-facilityinfo-field-title {
    display: block;
    margin-bottom: 15px;
    color: #ed1d24;
    font-size: 22px;
    font-weight: 700;
}

.arlo #venue .arlo-facilityinfo-field-text {
    color: #363636;
}


/* Search */
.arlo .arlo-search {
    margin-bottom: 2em;
    padding: 1.5em;
    position: relative;
    z-index: 10;
    background-color: #f8f8f8;
    border: 1px solid #E0E0E0;
    border-radius: 0.5em;
    position: relative;
    box-shadow: 1px 1px 1px #EEEEEE;
}

.arlo .arlo-search .arlo-search-box {
    margin-bottom: 1em;  
}

.arlo .arlo-search .arlo-search-button {
    float: right;
    margin-top: 12px;
    padding: 8px;
    background-color: #009fdf;
    color: white;
    cursor: pointer;
    border: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.arlo .arlo-search .arlo-search-box-input {
    display: block;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #EEEEEE inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #333333;
    font-size: 1.3em;
    padding: 0.5em;
    border-radius: 0.3em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.arlo .arlo-search #arlo-filters div[id^="filter"] {
    display: inline-block;
}

.arlo .arlo-search-results a {
    text-decoration: none;
}

.arlo .arlo-search-results em {
    font-style: normal;
    font-weight: bold;
}

.arlo .arlo-search-results .arlo-eventtemplate-listitem {
    margin-bottom: 2em;
}

.arlo .arlo-search-results .arlo-title {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
    margin-bottom: 0.1em;
}

.arlo .arlo-search-results .arlo-summary {
    margin-top: .5em;
    margin-bottom: .5em;
}

.arlo .arlo-search-results ul.arlo-category-breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .25em;
    font-weight: 100;
    font-size: 12px;
}

.arlo .arlo-search-results ul.arlo-category-breadcrumbs li.arlo-category-breadcrumb {
    display: inline-block;
}

.arlo .arlo-search-results ul.arlo-category-breadcrumbs li.arlo-category-breadcrumb a {
    color: #008000;
}

.arlo .arlo-search-results ul.arlo-category-breadcrumbs li.arlo-category-breadcrumb:not(:last-child):after {
    content: "&gt;";
    padding: 0 8px;
}

.arlo .arlo-search-results .arlo-nextrunning,
.arlo .arlo-search-results .arlo-advertisedduration {
    font-size: 12px;
}

.arlo .arlo-search-results .arlo-next-running-wrapper:not(:empty):before {
    content: "Next: ";
    display: inline-block;
    margin-right: 5px;
}

.arlo .arlo-search-results .arlo-next-running:not(:last-of-type):after {
    content: ",";
    display: inline-block;
    margin-right: .5em;
}

.arlo .arlo-search-results .arlo-next-running a {
    color: #008000;
}

.arlo .arlo-search-results .arlo-next-running a span {
    color: #7c7c7c;
}


/* No results found */
.arlo .arlo-no-results-found {
    text-align: left;
    font-size: 16px;
}</pre></body></html>