.si-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.component-idea-tile-horizontal>figure,
.idea-details-header,
.public-footer,
.si-agent-avatar,
.si-background,
.si-trip-header {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.component-idea-tile-horizontal ._c-info li span,
.idea-details-contact span a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

a,
body,
div,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
header,
html,
iframe,
img,
label,
li,
nav,
p,
section,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

figure,
footer,
header,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    font-size: 100%
}

html body {
    color: #052530;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    line-height: normal;
    font-family: proxima-nova, sans-serif;
    font-weight: 400
}

* {
    box-sizing: border-box
}

* {
    min-width: 1px;
    min-height: 1px
}

a {
    text-decoration: none;
    color: #45bbff
}

a:hover {
    color: #5fc4ff
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700
}

svg {
    pointer-events: none;
    width: 1rem;
    height: 1rem
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%
}

[data-ember-action] {
    cursor: pointer
}

.public-footer {
    color: #fff;
    position: relative;
    z-index: 0;
    background-color: #c09eda;
    background-image: -webkit-linear-gradient(-430deg, #c09eda, #5fc4ff);
    background-image: linear-gradient(160deg, #c09eda, #5fc4ff)
}

.footer-copyright {
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(21, 56, 77, .2);
    font-size: .84rem;
    line-height: 1.2;
    padding-top: .7rem;
    padding-bottom: .7rem
}

@media only screen and (min-width:42em) {
    .footer-copyright {
        letter-spacing: .1em
    }
}

.t-rem-margin-left-half {
    margin-left: .5rem
}

._t-flex-justify-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end
}

@-moz-document url-prefix() {
}

.si-super-wrap {
    position: relative;
    z-index: 1
}

.si-background {
    display: none;
    height: 100vh;
    position: absolute;
    opacity: .5;
    overflow: hidden;
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.si-wrap {
    position: relative;
    z-index: 10
}

.si-wrap .si-main-wrap {
    max-width: 43rem;
    min-height: 50rem;
    border: 1px solid #d7dfe3;
    background-color: #fff;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (min-width:44em) {
    .si-wrap .si-main-wrap {
        margin: 1rem auto 0 auto;
        border-radius: .5rem
    }
}

.idea-details-map {
    width: 100%;
    height: 14rem
}

.idea-details-header {
    background-color: rgba(5, 37, 48, .7);
    width: 100%;
    position: relative;
    z-index: 20;
    color: #fff;
    background-image: url(/Content/app/images/generic-activities-img.jpg);
    padding-top: 5.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.idea-details-title {
    color: #fff;
    background-color: rgba(5, 37, 48, 0);
    background-image: -webkit-linear-gradient(rgba(5, 37, 48, 0), rgba(5, 37, 48, .7) 60%);
    background-image: linear-gradient(rgba(5, 37, 48, 0), rgba(5, 37, 48, .7) 60%);
    background-color: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-bottom: .7rem;
    padding-left: .7rem;
    padding-right: .7rem;
    padding-top: 2.8rem
}

.idea-details-title h2 {
    font-weight: 700;
    text-shadow: .1rem .1rem .25rem rgba(5, 37, 48, .1);
    word-wrap: break-word;
    font-size: 1.4rem;
    line-height: 1
}

@media only screen and (min-width:32em) and (max-width:39.99em) {
    .idea-details-title h2 {
        font-size: 2.1rem;
        line-height: 1
    }
}

@media only screen and (min-width:64em) {
    .idea-details-title h2 {
        font-size: 2.1rem;
        line-height: 1
    }
}

.idea-details-contact {
    border-top: 1px solid #ecf0f2;
    border-bottom: 1px solid #ecf0f2;
    background-color: #fff;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: .7rem;
    padding-left: .7rem;
    padding-right: .7rem
}

.idea-details-contact span {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: .7rem;
    margin-bottom: .7rem
}

.idea-details-contact span svg {
    fill: #009df8;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: .35rem
}

.idea-details-contact span a {
    background-color: rgba(69, 187, 255, .05);
    border: 1px solid rgba(69, 187, 255, .075);
    color: #009df8;
    padding: .455rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: .25rem;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.idea-details-contact span a:after {
    border-radius: .25rem
}

@media only screen and (min-width:40em) {
    .idea-details-contact span a {
        padding: .35rem
    }
}

.idea-details-contact span a:hover {
    background-color: rgba(69, 187, 255, .25)
}

.idea-details-contact span:last-of-type {
    margin-right: 0
}

.idea-details-map {
    position: relative
}

.idea-details-map iframe {
    display: block;
    width: 100%;
    height: 14rem
}

.details-meta {
    font-size: 1rem;
    line-height: 1.4rem
}

.details-meta-chunk {
    border-bottom: 1px solid #f2f5f6;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .7rem
}

.details-meta-chunk:last-of-type {
    border-bottom: none
}

.details-meta-label {
    width: 30%;
    color: #627e8c;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-right: .7rem
}

.details-meta-value {
    width: 70%
}

.si-agent-contact {
    padding: 1rem;
    transition-property: color;
    transition-duration: .25s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.si-agent-contact-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-right: 1rem
}

.si-agent-contact-inner :last-child {
    padding-bottom: 0
}

.si-agent-logo {
    max-width: calc(50% - 1rem);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s
}

.si-agent-logo:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.si-agent-logo img {
    max-height: 3rem
}

@media only screen and (min-width:44em) {
    .si-agent-logo img {
        max-height: 4rem
    }
}

.si-agent-avatar {
    display: none
}

@media only screen and (min-width:44em) {
    .si-agent-avatar {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 4rem;
        height: 4rem;
        border-radius: 50%
    }
}

.si-agent-info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: .5rem
}

.si-agent-info h4 {
    font-weight: 400
}

@media only screen and (min-width:44em) {
    .si-agent-info h4 {
        font-size: 1.25rem
    }
}

.si-agent-info h5 {
    color: #7d97a4;
    font-weight: 400
}

.si-agent-info .si-agent-company {
    display: none
}

@media only screen and (min-width:44em) {
    .si-agent-info .si-agent-company {
        display: inline
    }
}

.si-trip-header {
    position: relative;
    padding-bottom: 39.13%;
    width: 100%;
    color: #fff
}

.si-agent-contact-buttons {
    position: absolute;
    width: 100%;
    height: 25%;
    padding: .5rem;
    background-color: rgba(5, 37, 48, .5);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute
}

.si-agent-contact-buttons .si-fake-link,
.si-agent-contact-buttons>a {
    text-align: center;
    padding: .5rem;
    color: #fff;
    border-radius: .25rem;
    font-size: .75rem;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

@media only screen and (min-width:30em) {
    .si-agent-contact-buttons .si-fake-link,
    .si-agent-contact-buttons>a {
        font-size: 1em
    }
}

.si-agent-contact-buttons .si-fake-link svg,
.si-agent-contact-buttons>a svg {
    fill: rgba(255, 255, 255, .75)
}

.si-agent-contact-buttons .si-fake-link svg path,
.si-agent-contact-buttons>a svg path {
    fill: rgba(255, 255, 255, .75);
    stroke: rgba(255, 255, 255, .75)
}

@media only screen and (min-width:44em) {
    .si-agent-contact-buttons .si-fake-link svg,
    .si-agent-contact-buttons>a svg {
        width: 1.5rem;
        height: 1.5rem
    }
}

.si-agent-contact-buttons .si-fake-link span,
.si-agent-contact-buttons>a span {
    padding-left: .5rem
}

.si-agent-contact-buttons a:hover {
    background-color: rgba(255, 255, 255, .25)
}

.si-trip-header-content {
    padding: .5rem;
    background-image: linear-gradient(10deg, rgba(5, 37, 48, .9) 10%, rgba(5, 37, 48, 0) 70%);
    width: 100%;
    text-overflow: ellipsis;
    height: 75%;
    top: 25%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media only screen and (min-width:30em) {
    .si-trip-header-content {
        padding: 1rem
    }
}

.si-trip-header-content h3 {
    font-weight: 400;
    color: rgba(255, 255, 255, .9);
    padding-bottom: .5rem;
    font-size: .75rem
}

@media only screen and (min-width:30em) {
    .si-trip-header-content h3 {
        font-size: 1rem
    }
}

.si-trip-header-content h1 {
    font-weight: 400;
    line-height: 1.1;
    overflow: hidden;
    max-height: 2.2rem;
    font-size: 1rem
}

@media only screen and (min-width:30em) {
    .si-trip-header-content h1 {
        max-height: 3.96rem;
        font-size: 1.2rem
    }
}

@media only screen and (min-width:44em) {
    .si-trip-header-content h1 {
        max-height: 7.92rem;
        font-size: 1.8rem
    }
}

.si-day-nav {
    position: fixed;
    width: 10rem;
    top: 0;
    transition-property: opacity;
    transition-duration: .25s;
    padding-top: .5rem;
    padding-bottom: .5rem;
    height: calc(100vh);
    z-index: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 0
}

@media only screen and (min-width:0em) and (max-width:63.99em) {
    .si-day-nav {
        display: none
    }
}

.si-day-nav ul.si-day-nav-inner li a {
    padding: .5rem 1rem .5rem .75rem;
    color: #7d97a4;
    border-left: .125rem solid transparent;
    transition-property: background-color, border-left, color;
    transition-duration: 125ms;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.si-day-nav ul.si-day-nav-inner li a:hover:not(._no-hover) {
    background-image: -webkit-linear-gradient(270deg, rgba(69, 187, 255, 0) 0, rgba(69, 187, 255, .1) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(69, 187, 255, 0) 0, rgba(69, 187, 255, .1) 100%);
    background-image: -o-linear-gradient(270deg, rgba(69, 187, 255, 0) 0, rgba(69, 187, 255, .1) 100%);
    background-image: linear-gradient(270deg, rgba(69, 187, 255, 0) 0, rgba(69, 187, 255, .1) 100%);
    border-left: .125rem solid #45bbff;
    color: #348cbf
}

.si-day-nav ul.si-day-nav-inner .si-day-nav-item-inner {
    font-size: .9rem
}

.si-day-nav ul.si-day-nav-inner .si-day-nav-item-inner span {
    display: block
}

.si-day-nav ul.si-day-nav-inner .si-day-nav-item-inner span:first-child {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.si-day-nav ul.si-day-nav-inner .si-day-nav-item-inner span:nth-child(2) {
    padding-top: .25rem
}

.si-day-nav._fixed {
    opacity: 1
}

.component-trip-day-overview {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 1rem
}

.component-trip-day-overview:last-child {
    padding-bottom: 2rem
}

.component-trip-day-overview .si-day-title {
    position: relative;
    width: 100%;
    background-color: #fff;
    top: 0;
    padding: 1rem 1rem 1rem 3.75rem;
    z-index: 30;
    max-width: calc(43rem - 2px);
    border-bottom: 1px solid transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-property: border-bottom-color;
    -moz-transition-property: border-bottom-color;
    transition-property: border-bottom-color;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.component-trip-day-overview .si-day-title:after {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s;
    z-index: 10;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #d7dfe3
}

.component-trip-day-overview .si-day-title span {
    position: relative;
    z-index: 11;
    padding-left: .5rem;
    padding-right: .5rem;
    background-color: #fff
}

.component-trip-day-overview .si-day-title span:first-child {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.component-trip-day-overview .si-day-title span:nth-child(2) {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 0;
    font-weight: 400
}

.si-event {
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
}

.si-event-icon-wrap {
    position: relative;
    width: 2.25rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.si-event-icon {
    border: 1px solid #2c3e50;
    border-radius: 50%;
    padding: .5rem;
    position: absolute;
    z-index: 40;
    background-color: #fff;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

._current-event-in-view .si-event-icon {
    position: fixed;
    top: 4rem
}

.plane .si-event-icon {
    border-color: #ca5
}

.bus .si-event-icon {
    border-color: #f27490
}

.accommodation .si-event-icon {
    border-color: #fea700
}

.food .si-event-icon {
    border-color: #90d5ec
}

.city-guide .si-event-icon {
    border-color: #9b51e0
}

.si-event-icon svg {
    fill: #2c3e50;
    width: 1rem;
    height: 1rem
}

.si-event-icon svg path {
    fill: #2c3e50;
    stroke: #2c3e50
}

.plane .si-event-icon svg {
    fill: #ca5
}

.plane .si-event-icon svg path {
    fill: #ca5;
    stroke: #ca5
}

.bus .si-event-icon svg {
    fill: #f27490
}

.bus .si-event-icon svg path {
    fill: #f27490;
    stroke: #f27490
}

.accommodation .si-event-icon svg {
    fill: #fea700
}

.accommodation .si-event-icon svg path {
    fill: #fea700;
    stroke: #fea700
}

.food .si-event-icon svg {
    fill: #90d5ec
}

.food .si-event-icon svg path {
    fill: #90d5ec;
    stroke: #90d5ec
}

.city-guide .si-event-icon svg {
    fill: #9b51e0
}

.city-guide .si-event-icon svg path {
    fill: #9b51e0;
    stroke: #9b51e0
}

.si-event-content {
    padding-left: 1rem;
    padding-top: .25rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (min-width:44em) {
    .si-event-content {
        padding-right: 1rem
    }
}

.si-event-content>* {
    padding-bottom: .75rem
}

.si-event-time {
    font-weight: 700;
    color: #2c3e50;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    flex-flow: wrap;
    padding-bottom: 0
}

.si-event-time span {
    margin-bottom: .75rem
}

.plane .si-event-time {
    color: #ca5
}

.accommodation .si-event-time {
    color: #fea700
}

.food .si-event-time {
    color: #90d5ec
}

.bus .si-event-time {
    color: #f27490
}

.si-event-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word
}

.si-event-notes {
    line-height: 1.5;
    word-wrap: break-word
}

.si-event-notes p {
    padding-bottom: .875rem
}

.si-event-notes p:last-child {
    padding-bottom: 0
}

.si-booking-info {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
    border-top: 1px solid #ecf0f2;
    border-bottom: 1px solid #ecf0f2;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap
}

.si-booking-info li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-bottom: 1rem;
    padding-right: 1.5rem
}

@media only screen and (min-width:44em) {
    .si-booking-info li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 33.3%;
        -moz-flex: 1 1 33.3%;
        -ms-flex: 1 1 33.3%;
        flex: 1 1 33.3%
    }
}

.si-booking-info label {
    color: rgba(5, 37, 48, .5);
    display: block;
    padding-bottom: .25rem;
    font-size: .9rem
}

.si-event-ideas {
    padding-top: .5rem
}

@media only screen and (min-width:44em) {
    .si-event-ideas {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.si-event-ideas .component-idea-tile-horizontal {
    margin-bottom: 1rem
}

@media only screen and (min-width:44em) {
    .si-event-ideas .component-idea-tile-horizontal {
        border: 1px solid #ecf0f2;
        width: calc(50%);
        margin-right: 1rem;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .si-event-ideas .component-idea-tile-horizontal:only-child {
        width: 100%
    }
}

.si-event-ideas .component-idea-tile-horizontal:last-child {
    margin-bottom: 0
}

.component-idea-tile-horizontal {
    border-radius: .25rem;
    border: 1px solid #ecf0f2;
    background-color: #fff;
    box-shadow: 0 .25rem 2rem -.5rem rgba(28, 75, 102, .3);
    height: 5.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-transform: scale(1.001);
    -moz-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, box-shadow;
    -moz-transition-property: -moz-transform, box-shadow;
    transition-property: transform, box-shadow;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s
}

.component-idea-tile-horizontal._c-vanilla {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
    border: none
}

.component-idea-tile-horizontal._c-vanilla ._c-info {
    padding-right: 0
}

.component-idea-tile-horizontal._can-view-details {
    cursor: pointer
}

.component-idea-tile-horizontal._can-view-details:hover {
    box-shadow: 0 .5rem 2rem -.5rem rgba(28, 75, 102, .4);
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025)
}

.component-idea-tile-horizontal._can-view-details:hover figure {
    position: relative
}

.component-idea-tile-horizontal._can-view-details:hover figure>* {
    position: relative;
    z-index: 10
}

.component-idea-tile-horizontal._can-view-details:hover figure:after {
    position: absolute;
    content: '';
    background-color: rgba(5, 37, 48, .6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.component-idea-tile-horizontal._can-view-details:hover figure .btn {
    opacity: 1
}

.component-idea-tile-horizontal._can-view-details:hover:active {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01)
}

.component-idea-tile-horizontal>figure {
    position: relative;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 5rem;
    -moz-flex: 0 0 5rem;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    min-height: 4rem;
    overflow: hidden;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    background-image: url(/Content/app/images/generic-activities-img.jpg)
}

.component-idea-tile-horizontal>figure>* {
    position: relative;
    z-index: 10
}

.component-idea-tile-horizontal>figure:after {
    position: absolute;
    content: '';
    background-color: rgba(5, 37, 48, 0);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.component-idea-tile-horizontal>figure:after {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s
}

.component-idea-tile-horizontal>figure .btn {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s;
    opacity: 0
}

.component-idea-tile-horizontal ._c-info {
    padding: .25rem 0;
    overflow: hidden;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.component-idea-tile-horizontal ._c-info li {
    padding: .25rem .5rem;
    color: #7d97a4;
    font-size: .9rem
}

.component-idea-tile-horizontal ._c-info li span {
    display: block
}

.component-idea-tile-horizontal ._c-info li:first-child {
    color: #052530;
    font-weight: 700
}

.component-idea-tile-horizontal ._c-disclosure {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .25rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.component-idea-tile-horizontal ._c-disclosure svg {
    fill: #d7dfe3
}

.component-idea-tile-horizontal ._c-disclosure svg path {
    fill: #d7dfe3;
    stroke: #d7dfe3
}

.btn {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    text-transform: initial;
    border: 1px solid transparent;
    overflow: hidden;
    text-align: center;
    border-radius: .25rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-weight: 700;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    font-size: 1rem;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 2.8rem;
    padding-left: .7rem;
    padding-right: .7rem;
    -webkit-transition-property: -webkit-transform, background-color, border, color, box-shadow;
    -moz-transition-property: -moz-transform, background-color, border, color, box-shadow;
    transition-property: transform, background-color, border, color, box-shadow;
    -webkit-transition-duration: 125ms;
    -moz-transition-duration: 125ms;
    transition-duration: 125ms
}

.btn:focus,
.btn:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #5fc4ff
}

.btn:active {
    background-color: #78ceff
}

.btn:disabled {
    cursor: default;
    opacity: .25
}

.btn:disabled:focus,
.btn:disabled:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

._btn-outline-white {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: 1px solid #fff
}

._btn-outline-white:disabled:active,
._btn-outline-white:disabled:focus,
._btn-outline-white:disabled:hover {
    color: #fff;
    background-color: transparent
}

._btn-outline-white:focus,
._btn-outline-white:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, .125)
}

._btn-outline-white:active {
    background-color: rgba(255, 255, 255, .125)
}

._btn-outline-white:focus,
._btn-outline-white:hover {
    color: #fff;
    border: 1px solid #fff
}

._btn-small {
    height: 2.1rem;
    padding-left: .35rem;
    padding-right: .35rem
}

@-webkit-keyframes toaster-in-desktop {
    0% {
        -webkit-transform: translateX(-50%) translateY(-200%)
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(50%)
    }
    75% {
        -webkit-transform: translateX(-50%) translateY(-10%)
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(0)
    }
}

@-moz-keyframes toaster-in-desktop {
    0% {
        -moz-transform: translateX(-50%) translateY(-200%)
    }
    50% {
        -moz-transform: translateX(-50%) translateY(50%)
    }
    75% {
        -moz-transform: translateX(-50%) translateY(-10%)
    }
    100% {
        -moz-transform: translateX(-50%) translateY(0)
    }
}

@keyframes toaster-in-desktop {
    0% {
        -webkit-transform: translateX(-50%) translateY(-200%);
        -moz-transform: translateX(-50%) translateY(-200%);
        -ms-transform: translateX(-50%) translateY(-200%);
        -o-transform: translateX(-50%) translateY(-200%);
        transform: translateX(-50%) translateY(-200%)
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(50%);
        -moz-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
        -o-transform: translateX(-50%) translateY(50%);
        transform: translateX(-50%) translateY(50%)
    }
    75% {
        -webkit-transform: translateX(-50%) translateY(-10%);
        -moz-transform: translateX(-50%) translateY(-10%);
        -ms-transform: translateX(-50%) translateY(-10%);
        -o-transform: translateX(-50%) translateY(-10%);
        transform: translateX(-50%) translateY(-10%)
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
}

@-webkit-keyframes toaster-in-mobile {
    0% {
        -webkit-transform: translateY(-200%)
    }
    50% {
        -webkit-transform: translateY(50%)
    }
    75% {
        -webkit-transform: translateY(-10%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes toaster-in-mobile {
    0% {
        -moz-transform: translateY(-200%)
    }
    50% {
        -moz-transform: translateY(50%)
    }
    75% {
        -moz-transform: translateY(-10%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@keyframes toaster-in-mobile {
    0% {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
    50% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }
    75% {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.t-toaster {
    position: fixed;
    left: 5%;
    z-index: 80;
    width: 90%;
    max-width: 50rem;
    top: 1rem;
    -webkit-animation-name: toaster-in-mobile;
    -moz-animation-name: toaster-in-mobile;
    animation-name: toaster-in-mobile;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    border-radius: .25rem;
    min-height: 3rem;
    padding: .5rem
}

.t-toaster:after {
    border-radius: .25rem
}

@media only screen and (min-width:50em) {
    .t-toaster {
        left: 50%;
        -webkit-animation-name: toaster-in-desktop;
        -moz-animation-name: toaster-in-desktop;
        animation-name: toaster-in-desktop;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.t-toaster._positive {
    border: 1px solid #8fce36;
    color: #fff;
    background-color: #81bc2e
}

.t-toaster.hide {
    display: none
}

.t-toaster-message {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;

    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1
}

.t-toaster-actions {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: .25rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.t-toaster-actions:after {
    border-radius: .25rem
}

.t-toaster-actions .btn {
    background-color: rgba(5, 37, 48, .1);
    color: rgba(255, 255, 255, .9);
    margin-left: .5rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.t-toaster-actions .btn._text {
    background-color: transparent
}

.t-toaster-actions .btn:hover {
    background-color: rgba(5, 37, 48, .15)
}

.modal-header {
    font-weight: 700;
    background-color: #f2f5f6;
    border-bottom: 1px solid #d7dfe3;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .525rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

@media only screen and (min-width:32em) {
    .modal-header {
        padding-top: .525rem;
        padding-bottom: .525rem;
        padding-left: 1.05rem;
        padding-right: 1.05rem
    }
}

@media only screen and (min-width:32em) {
    .modal-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .modal-header:after {
        border-top-left-radius: .25rem
    }
    .modal-header:after {
        border-top-right-radius: .25rem
    }
}

.modal-header-title {
    font-size: 1.1666666667rem;
    line-height: 1.4rem;
    color: #7d97a4
}

.modal-header-close {
    cursor: pointer;
    position: relative;
    left: .35rem;
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    padding: .175rem;
    border-radius: .25rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.modal-header-close:after {
    border-radius: .25rem
}

.modal-header-close svg {
    width: 1rem;
    height: 1rem;
    fill: #7d97a4
}

.modal-header-close:hover {
    background-color: #d7dfe3
}

.modal-content {
    position: relative;
    /*min-width: 20rem;*/
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-flex: auto;

    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 1.05rem
}

.component-image-layout {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.component-image-layout .bg-img {
    width: 100%;
    display: block;
    border-radius: .25rem;
    background-position: center;
    background-size: cover;
    padding-bottom: 75%
}

.component-image-layout .bg-img:after {
    border-radius: .25rem
}

.component-image-layout ._clickable {
    cursor: pointer;
    position: relative
}

.component-image-layout .image-layout-main-image {
    -webkit-box-flex: 4.5;
    -moz-box-flex: 4.5;
    box-flex: 4.5;
    -webkit-flex: 4.5 1 0%;
    -moz-flex: 4.5 1 0;
    -ms-flex: 4.5 1 0%;
    flex: 4.5 1 0%;
    height: 100%
}

.component-image-layout .image-layout-thumbnail-block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-left: .28rem
}

.component-image-layout .image-layout-thumbnail-block .image-layout-thumbnail-wrapper {
    min-height: 22%
}

.component-image-layout .image-layout-thumbnail-block .image-layout-thumbnail-wrapper:not(:last-of-type) {
    padding-bottom: .28rem
}

.component-image-layout .image-layout-thumbnail-block .image-layout-thumbnail-wrapper .image-layout-thumbnail {
    position: relative
}

.si-client-actions-container {
    width: 100%;
    max-width: 43rem;
    margin: 0 auto;
    display: block;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

@media only screen and (min-width:44em) {
    .si-client-actions-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 1rem
    }
}