html {
    color: #222;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif
}

body,
html {
    background: #f8f8f8;
    color: #222
}

a {
    color: #1695ec
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

h1 {
    font-size: 70px;
    margin: 0;
    line-height: 72px;
    font-weight: 900
}

h2 {
    font-size: 20pt;
    margin: 0;
    line-height: 25pt;
    font-weight: 400
}

h3 {
    font-size: 17pt;
    line-height: 30pt;
    margin: 0
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 14pt;
    line-height: 22pt
}

.wrapper-primary {
    width: 1080px;
    margin: auto;
    position: relative;
    display: table
}

header {
    width: 100%;
    z-index: 999999;
    box-sizing: border-box;
    padding: 50px 0 120px;
    text-align: center
}

header h1 {
    max-width: 700px;
    margin: auto;
    margin-top: 60px
}

header .brandmark {
    display: inline-block;
    position: relative;
    float: left
}

header .brandmark img {
    height: 60px
}

footer {
    padding: 30px 0;
    text-align: center
}

.foot-brandmark:before,
header .brandmark:before {
    background-image: url(../imgs/logo_icon.svg);
    width: 34px;
    height: 34px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    left: 0;
    position: relative;
    top: -6px;
    background-repeat: no-repeat
}

@keyframes floatpulse {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, -50px)
    }

    100% {
        transform: translate(0, 0)
    }
}

ul.venue-collection {
    padding: 0;
    margin: 0;
    margin-top: -40px
}

ul.venue-collection li {
    list-style: none;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: grid;
    grid-template-columns: auto 50% auto;
    margin-bottom: 13px
}

ul.venue-collection li:first-child:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 10px;
    background: linear-gradient(90deg, #ff8983 0, #c4bc14 62.61%, #0a60c6 119.02%);
    background-size: 200%;
    background-position: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    animation: gradientshift 5s cubic-bezier(.1, 0, .22, 1) infinite;
    z-index: 4
}

@keyframes gradientshift {
    0% {
        background-position: 0
    }

    50% {
        background-position: 100%
    }

    100% {
        background-position: 0
    }
}

ul.venue-collection li .media-frame {
    border-radius: 10px 0 0 10px;
    background: #d3e2ff;
    width: 250px;
    height: 230px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-size: cover
}

ul.venue-collection li .media-frame:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgb(0 0 0 / .2) 0, #fff0 96.52%)
}

ul.venue-collection li .media-frame span.score-badge {
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 20px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    z-index: 2
}

ul.venue-collection li .media-frame span.score-badge strong {
    font-weight: 400;
    font-size: 35px;
    display: block
}

ul.venue-collection li .venue-detail {
    padding: 30px 40px;
    box-sizing: border-box
}

ul.venue-collection li .rate-panel {
    padding: 25px 25px 25px 0;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    width: 230px
}

ul.venue-collection li .rate-panel small {
    margin-bottom: 10px;
    display: block
}

ul.venue-collection li .rate-panel span {
    font-size: 40px;
    display: block
}

ul.venue-collection li .rate-panel .cta-link {
    background: #ff3b18;
    color: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px
}

ul.venue-collection li .rate-panel .cta-link:hover {
    background-color: #111
}

.panel-row {
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin-bottom: 13px
}

.panel-row .panel-segment {
    padding: 30px
}

.panel-row .panel-segment:nth-child(2) {
    border-left: 1px #eee solid
}

@media screen and (max-width:1180px) {
    .wrapper-primary {
        max-width: 100%
    }

    header {
        text-align: center;
        padding: 20px 0 40px
    }

    header .brandmark {
        float: none
    }

    header h1 {
        max-width: 100%;
        font-size: 22pt;
        line-height: 26pt;
        margin-top: 20px
    }

    ul.venue-collection {
        padding: 0 15px
    }

    ul.venue-collection li {
        display: block
    }

    ul.venue-collection li .media-frame {
        width: 100%
    }

    ul.venue-collection li .venue-detail {
        padding: 20px 20px;
        box-sizing: border-box
    }

    ul.venue-collection li .rate-panel {
        padding: 0 20px 20px
    }

    .panel-row {
        display: block
    }
}
