.arlo {
    font-size: 16px;
    font-family: Rubik, sans-serif;
}

.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 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.arlo body {
    margin: 0;
}

.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;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

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

.arlo abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

.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;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

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

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

.arlo button {
    overflow: visible;
}

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

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

.arlo button,
.arlo [type="button"],
.arlo [type="reset"],
.arlo [type="submit"] {
    /**
     * Remove the inner border and padding in Firefox.
     */
    /**
     * Restore the focus styles unset by the previous rule.
     */
}

.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 input {
    overflow: visible;
}

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

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

.arlo [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
     * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
     */
}

.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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

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

.arlo optgroup {
    font-weight: bold;
}

.arlo textarea {
    overflow: auto;
}

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

.arlo .arlo-no-results-found {
    text-align: center;
    font-size: 20px;
    margin: 20px auto 0;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px #e6e6e6;
    padding: 16px;
    margin-bottom: 12px;
    background: white;
}

.arlo .arlo-no-results-found hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ECECEC;
}

.arlo select {
    padding: 5px 60px 5px 0;
    cursor: pointer;
    background-color: transparent;
    color: #afafbd;
}

.arlo select:hover {
    opacity: 0.7;
}

.arlo .arlo-bg-color-primary {
    background-color: #002b5c;
}

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

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

.arlo .arlo-bg-color-highlight {
    background-color: #FFFDF7;
}

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

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

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

.arlo .arlo-text-color-primary {
    color: #002b5c;
}

.arlo .arlo-text-color-secondary {
    color: #01518C;
}

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

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

.arlo .arlo-text-color-light {
    color: #969696;
}

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

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

.arlo .arlo-text-color-link {
    color: #01518C;
}

.arlo .arlo-font-primary {
    font-family: Rubik, sans-serif;
}

.arlo .arlo-font-secondary {
    font-family: Rubik, sans-serif;
}

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

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

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

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

.arlo * {
    box-sizing: border-box;
}

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

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

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

.arlo[max-width~="400px"] .arlo-filters-container .arlo-timezone-select {
    padding: 0 35px 0 0;
}

.arlo[max-width~="400px"] .arlo-filters-container .arlo-collapse-button {
    display: block;
}

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

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

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

.arlo[max-width~="400px"] .arlo-filters-container #arlo-filter-toggle {
    display: block;
    cursor: pointer;
    background: #f4f7f9;
    padding: 13px 22px;
    margin-bottom: 20px;
    color: #99a7bd;
}

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

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

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

.arlo[max-width~="400px"] .arlo-filters .arlo-filter-unordered-list li  {
    padding-left: 0;
    padding-right: 0;
}

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

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

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

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

.arlo[max-width~="400px"] .arlo-eventlistitem-inner .arlo-event-register,
.arlo[max-width~="400px"] .arlo-online-activities li .arlo-event-register {
    width: 100%;
}

.arlo[max-width~="400px"] .arlo-show-more-container .arlo-show-more,
.arlo[max-width~="400px"] .arlo-register {
    width: 100%;
}

.arlo .arlo-filters .arlo-other-filters {
    max-width: 100%;
    padding: 6px;
}

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

.arlo .arlo-filters .arlo-onlineOrVenueFilterList li {
    display: inline-block;
}

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

.arlo .arlo-filters div[id^='filter-'],
.arlo .arlo-filters div[id*=' filter-'] {
    display: inline-block;
}

.arlo .arlo-filters select {
    
    font-family: Rubik, sans-serif;
    display: inline;
    border: none;
    font-size: 16px;
}

.arlo .arlo-filters input.arlo-search {
    
    font-family: Rubik, sans-serif;
    display: inline;
    background-color: #f4f7f9;
    border: none;
    font-size: 16px;
    padding: 10px 24px;
}

.arlo .arlo-filters div[id^='filter-'],
.arlo .arlo-filters div[id*=' filter-'] {
    padding-right: 10px;
}

.arlo .arlo-filters .arlo-onlineOrVenueFilterList {
    margin: 0;
}

.arlo .arlo-filters .arlo-onlineOrVenueFilterList li {
    cursor: pointer;
    color: #002b5c;
    padding: 10px 20px;
    font-size: 16px;
}

.arlo .arlo-filters .arlo-filter-unordered-list li,
.arlo .arlo-filters .arlo-show-more {
    cursor: pointer;
    color: #000;
    padding: 3px 8px;
    font-size: 15px;
}

.arlo .arlo-filters .arlo-onlineOrVenueFilterList .arlo-onlineOrVenueListItem:first-child {
    border-radius: 15px 0 0 15px;
}

.arlo .arlo-filters .arlo-onlineOrVenueFilterList .arlo-onlineOrVenueListItem:last-child {
    border-radius: 0 15px 15px 0;
}

.arlo .arlo-filters .arlo-onlineOrVenueListItem.selected {
    color: #fff;
    background-color: #0186e3;
}

.arlo .arlo-filters .arlo-filter-unordered-list li {
    background-color: transparent;
    padding: 9px 16px;
    margin: 0 5px;
}


.arlo .arlo-filters .arlo-filter-unordered-list li:hover {
    background-color: #01518C;
    color: white;
    border-radius: 3px;
    font-weight: bold;
}

.arlo .arlo-filters .arlo-filter-unordered-list li.selected {
    background-color: #002b5c;
    color: white;
}

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

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

.arlo .arlo-no-results-found {
    text-align: center;
    font-size: 20px;
}

.arlo .arlo-no-results-found hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ECECEC;
}

.arlo .arlo-page-header {
    /*background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/597099/header-bg.jpg);*/
    background: #01518C;
    background-size: cover;
    padding: 4em;
    background-position: center center;
}

.arlo .arlo-page-content {
    padding: 10px 18px;
}

.arlo .arlo-event-list {
    margin-top: 10px;
}

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

.arlo .arlo-event-list[max-width~="499px"] .arlo-event-listitem {
    width: 100%;
    display: block;
    padding: 10px 0;
}

.arlo .arlo-event-list[min-width~="500px"] .arlo-event-listitem {
    width: 50%;
}

.arlo .arlo-event-list[min-width~="768px"] .arlo-event-listitem {
    width: 33.33333%;
}

.arlo .arlo-event-list[min-width~="1024px"] .arlo-event-listitem {
    width: 25%;
}

.arlo .arlo-event-list[min-width~="1280px"] .arlo-event-listitem {
    width: 20%;
}

.arlo .arlo-event-list[min-width~="1520px"] .arlo-event-listitem {
    width: 16.66667%;
}

.arlo .arlo-page-title {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 12px;
}

.arlo .arlo-page-title[max-width~="400px"] {
    font-size: 1.5em;
    margin-bottom: 0;
}

.arlo .arlo-page-title[min-width~="551px"][max-width~="1279px"] {
    font-size: 2.8em;
}

.arlo .arlo-main-content {
    max-width: 1200px;
    margin: 0 auto;
}

.arlo .arlo-main-content .arlo-summary {
    line-height: 1.5;
    font-weight: normal;
    font-size: 1em;
}

.arlo #event-list .arlo-event-listitem {
    text-align: initial;
}

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

.arlo .arlo-item-header,
.arlo .arlo-content-field-name {
    font-size: 1.3em;
    line-height: 1.2;
    color: #222222;
    text-transform: uppercase;
    font-weight: bold;
}

.arlo .arlo-content-field-name {
    margin-bottom: 14px;
}

.arlo .arlo-item-header {
    margin-bottom: 7px;
}


.arlo .arlo-details {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

.arlo .arlo-show-more-container {
    clear: both;
    padding: 6px 0;
}

.arlo .arlo-show-more-container .arlo-show-more {
    margin: 0 auto;
    width: 150px;
    line-height: 20px;
    cursor: pointer;
    padding: 10px 18px;
    text-decoration: none;
    color: white;
    font-size: 120%;
    font-weight: bold;
    font-size: 15px;
    background-repeat: repeat-x;
    text-transform: uppercase;
    background-color: #01518C;
    border-radius: 3px;
}

.arlo .arlo-show-more-container .arlo-show-more:hover {
    background-color: #002b5c;
    color: white;
}

.arlo .arlo-register-interest-container {
    margin: 3em 0 2em 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 {
    line-height: 21px;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

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

.arlo .arlo-no-event-dates {
    text-align: center;
}

.arlo .arlo-no-event-dates a {
    display: inline-block;
    background: #01518C;
    padding: 11px 25px;
    
    color: #FFF;
    text-decoration: none;
    font-size: 75%;
    margin-left: 20px;
}

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

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

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

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

.arlo .arlo-event-listitem {
    float: left;
    padding: 1px;
}

.arlo .arlo-eventlistitem-inner {
    width: 100%;
}

.arlo .arlo-online-activities li {
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 24px;
    margin-bottom: 12px;
}

.arlo .arlo-eventlistitem-inner {
    padding: 22px;
    background-color: #f7f7f7;
}

.arlo .arlo-online-activities li .arlo-offers,
.arlo .arlo-eventlistitem-inner .arlo-offers {
    margin-bottom: 10px;
}

.arlo span.arlo-offer-amount {
    font-size: 1.4em;
}

.arlo span.arlo-offer-taxrate, 
.arlo span.arlo-offer-taxrate-shortname {
    font-size: .8em;
}

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

.arlo .arlo-event-listitem .arlo-event-register-info a {
    font-size: inherit !important;
}

.arlo .arlo-online-activities li .arlo-offers .arlo-original-price,
.arlo .arlo-eventlistitem-inner .arlo-offers .arlo-original-price {
    text-decoration: line-through;
}

.arlo .arlo-online-activities li .arlo-offers .arlo-original-price {
    color: #002b5c;
}

.arlo .arlo-online-activities li .arlo-offers .arlo-discount-offer {
    color: #01518C;
}

.arlo .arlo-eventlistitem-inner .arlo-offers .arlo-original-price {
    color: #002b5c;
}

.arlo .arlo-eventlistitem-inner .arlo-offers .arlo-offer-label {
    display: block;
}

.arlo .arlo-eventlistitem-inner .arlo-offers .arlo-offer-ul .arlo-discount-offer.arlo-offer-li {
    color: #01518C;
}

.arlo .arlo-online-activities li .arlo-offers .arlo-offer-ul,
.arlo .arlo-eventlistitem-inner .arlo-offers .arlo-offer-ul {
    padding: 0;
    margin: 0;
}

.arlo .arlo-online-activities li .arlo-offers .arlo-offer-ul .arlo-offer-li,
.arlo .arlo-eventlistitem-inner .arlo-offers .arlo-offer-ul .arlo-offer-li {
    padding: 0;
    margin: 4px 0;
    list-style: none;
    color: #002b5c;
}

.arlo .arlo-online-activities li a,
.arlo .arlo-eventlistitem-inner a {
    text-decoration: none;
}

.arlo .arlo-online-activities li .arlo-notice,
.arlo .arlo-eventlistitem-inner .arlo-notice {
    font-style: italic;
}

.arlo .arlo-online-activities li .arlo-location,
.arlo .arlo-eventlistitem-inner .arlo-location {
    display: inline;
}

.arlo .arlo-online-activities li .arlo-location,
.arlo .arlo-online-activities li .arlo-duration,
.arlo .arlo-online-activities li .arlo-notice,
.arlo .arlo-online-activities li .arlo-presenter,
.arlo .arlo-online-activities li .arlo-offers {
    padding: 4px 0;
}

.arlo .arlo-eventlistitem-inner .arlo-location,
.arlo .arlo-eventlistitem-inner .arlo-duration,
.arlo .arlo-eventlistitem-inner .arlo-notice,
.arlo .arlo-eventlistitem-inner .arlo-presenter,
.arlo .arlo-eventlistitem-inner .arlo-offers,
.arlo .arlo-eventlistitem-inner .arlo-sessions {
    padding: 4px 0;
}

.arlo .arlo-filters .arlo-filter-unordered-list li,
.arlo .arlo-online-activities li .arlo-event-register, 
.arlo .arlo-eventlistitem-inner .arlo-event-register,
.arlo .arlo-show-more-container .arlo-show-more {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.arlo .arlo-online-activities li .arlo-event-register,
.arlo .arlo-eventlistitem-inner .arlo-event-register {
    cursor: pointer;
    padding: 7px 18px;
    text-decoration: none;
    color: #01518C;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    background-repeat: repeat-x;
    text-transform: uppercase;
    border: 2px solid #01518C;
    border-radius: 3px;
}

.arlo .arlo-online-activities li .arlo-event-register.arlo-waiting-list,
.arlo .arlo-eventlistitem-inner .arlo-event-register.arlo-waiting-list {
    color: #002b5c;
    border-color: #002b5c;
}

.arlo .arlo-online-activities li .arlo-event-register:hover,
.arlo .arlo-eventlistitem-inner .arlo-event-register:hover {
    background-color: #01518C;
    color: white;
}

.arlo .arlo-online-activities li .arlo-event-register.arlo-waiting-list:hover,
.arlo .arlo-eventlistitem-inner .arlo-event-register.arlo-waiting-list:hover {
    background-color: #002b5c;
    color: white;
}

.arlo .arlo-online-activities li .arlo-places-remaining,
.arlo .arlo-eventlistitem-inner .arlo-places-remaining {
    color: #002b5c;
    font-size: 15px;
    margin-bottom: 5px;
}

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

.arlo .arlo-online-activities .arlo-details {
    float: left;
}

.arlo .arlo-online-activities .arlo-register {
    margin-top: 15px;
    float: right;
}

.arlo .tooltipcontent {
    display: none;
}

.arlo .arlo-session-info {
    cursor: pointer;
    display: block;
    color: #002b5c;
}

.arlo .arlo-sessions li * {
    display: inline-block;
    word-wrap: normal;
    white-space: pre;
}

.arlo .arlo-sessions li .arlo-session-name {
    display: block;
}

.arlo li.arlo-session {
    color: white;
}

.arlo .tooltip .tooltip-inner {
    text-align: left;
    padding: 16px 20px;
    background: #09142f;
    font-family: Rubik, sans-serif;
    max-width: 250px;
}

.arlo .tooltip .tooltip-inner li {
    border-bottom: 1px solid #1c253d;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

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

.arlo .tooltip .tooltip-inner h4 {
    margin-top: 0;
    letter-spacing: 1px;
}

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

.arlo .arlo-sessions {
    margin: 0;
    font-size: 14px;
}

.arlo .arlo-sessions .arlo-session .arlo-session-name {
    color: white;
    letter-spacing: 1px;
}

.arlo .arlo-sessions .arlo-session * {
    line-height: 1;
    color: #9da1ac;
}
