.cf {
    zoom: 1
}

.cf:before, .cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.u-overflow-hidden {
    overflow: hidden
}

.bg-transparent {
    background-color: transparent !important
}

.color-gray7 {
    color: #4d6272 !important
}

.shadow-none {
    box-shadow: none !important
}

.u-bold {
    font-weight: bold !important
}

.u-list-style-revert {
    list-style: revert !important
}

.u-display-block {
    display: block
}

.u-yext-logo-homescreen, .u-yext-logo-default {
    background-image: url("../images/branding/yext-seal-nav.svg")
}

.u-yext-logo-homescreen--standalone, .u-yext-logo-default--standalone {
    background-image: none
}

.u-yext-logo-analytics {
    background-image: url("../images/branding/logo-analytics.svg")
}

.u-yext-logo-analytics--standalone {
    background-image: url("../images/branding/logo-analytics-standalone.svg")
}

.u-yext-logo-appdirectory {
    background-image: url("../images/branding/logo-appdirectory.svg")
}

.u-yext-logo-appdirectory--standalone {
    background-image: url("../images/branding/logo-appdirectory-standalone.svg")
}

.u-yext-logo-location-cms {
    background-image: url("../images/branding/logo-brain.svg")
}

.u-yext-logo-location-cms--standalone {
    background-image: url("../images/branding/logo-brain-standalone.svg")
}

.u-yext-logo-listings {
    background-image: url("../images/branding/logo-listings.svg")
}

.u-yext-logo-listings--standalone {
    background-image: url("../images/branding/logo-listings-standalone.svg")
}

.u-yext-logo-pages {
    background-image: url("../images/branding/logo-pages.svg")
}

.u-yext-logo-pages--standalone {
    background-image: url("../images/branding/logo-pages-standalone.svg")
}

.u-yext-logo-reviews {
    background-image: url("../images/branding/logo-reviews.svg")
}

.u-yext-logo-reviews--standalone {
    background-image: url("../images/branding/logo-reviews-standalone.svg")
}

.u-yext-logo-answers {
    background-image: url("../images/branding/logo-answers.svg")
}

.u-yext-logo-answers--standalone {
    background-image: url("../images/branding/logo-answers-standalone.svg")
}

@-webkit-keyframes highlight {
    0% {
        background: #fff
    }
    50% {
        background: #fff
    }
    100% {
        background: #fff
    }
}

@-moz-keyframes highlight {
    0% {
        background: #fff
    }
    50% {
        background: #fff
    }
    100% {
        background: #fff
    }
}

@-o-keyframes highlight {
    0% {
        background: #fff
    }
    50% {
        background: #fff
    }
    100% {
        background: #fff
    }
}

@-ms-keyframes highlight {
    0% {
        background: #fff
    }
    50% {
        background: #fff
    }
    100% {
        background: #fff
    }
}

@keyframes highlight {
    0% {
        background: #fff
    }
    50% {
        background: #fff
    }
    100% {
        background: #fff
    }
}

.highlight-animation {
    -webkit-animation: highlight 1s linear;
    -moz-animation: highlight 1s linear;
    -ms-animation: highlight 1s linear;
    -o-animation: highlight 1s linear;
    animation: highlight 1s linear
}

.yext-logo-gray {
    background: url("../images/yext-logo-part2.png") no-repeat
}

.yext-logo-blue {
    background: url("../images/yext-logo-part1.png") no-repeat
}

.yext-logo-gray, .yext-logo-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 26px;
    display: inline-block
}

.yext-logo-container {
    width: 25px;
    height: 26px;
    position: relative
}

.yext-logo-loading {
    display: inline-block;
    vertical-align: middle
}

.yext-logo-loading .yext-logo-gray {
    -moz-animation: spin 3s infinite linear;
    -o-animation: spin 3s infinite linear;
    -webkit-animation: spin 3s infinite linear;
    animation: spin 3s infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    40% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    50% {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg)
    }
    90% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
    100% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    40% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    50% {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg)
    }
    90% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
    100% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    40% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    50% {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg)
    }
    90% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
    100% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    40% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    50% {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg)
    }
    90% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
    100% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    40% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    50% {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg)
    }
    90% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
    100% {
        -webkit-transform: rotateZ(359deg);
        -moz-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        transform: rotateZ(359deg)
    }
}

.spin-animation {
    -webkit-animation: spin 1s linear;
    -moz-animation: spin 1s linear;
    -ms-animation: spin 1s linear;
    -o-animation: spin 1s linear;
    animation: spin 1s linear
}

@-webkit-keyframes loader {
    0%, 100% {
        box-shadow: 5px 5px #64bd5f, -5px 5px #a877b4, -5px -5px #ef4e22, 5px -5px #f9d100
    }
    25% {
        box-shadow: -5px 5px #64bd5f, -5px -5px #a877b4, 5px -5px #ef4e22, 5px 5px #f9d100
    }
    50% {
        box-shadow: -5px -5px #64bd5f, 5px -5px #a877b4, 5px 5px #ef4e22, -5px 5px #f9d100
    }
    75% {
        box-shadow: 5px -5px #64bd5f, 5px 5px #a877b4, -5px 5px #ef4e22, -5px -5px #f9d100
    }
}

@-moz-keyframes loader {
    0%, 100% {
        box-shadow: 5px 5px #64bd5f, -5px 5px #a877b4, -5px -5px #ef4e22, 5px -5px #f9d100
    }
    25% {
        box-shadow: -5px 5px #64bd5f, -5px -5px #a877b4, 5px -5px #ef4e22, 5px 5px #f9d100
    }
    50% {
        box-shadow: -5px -5px #64bd5f, 5px -5px #a877b4, 5px 5px #ef4e22, -5px 5px #f9d100
    }
    75% {
        box-shadow: 5px -5px #64bd5f, 5px 5px #a877b4, -5px 5px #ef4e22, -5px -5px #f9d100
    }
}

@keyframes loader {
    0%, 100% {
        box-shadow: 5px 5px #64bd5f, -5px 5px #a877b4, -5px -5px #ef4e22, 5px -5px #f9d100
    }
    25% {
        box-shadow: -5px 5px #64bd5f, -5px -5px #a877b4, 5px -5px #ef4e22, 5px 5px #f9d100
    }
    50% {
        box-shadow: -7px -7px #64bd5f, 7px -7px #a877b4, 7px 7px #ef4e22, -7px 7px #f9d100
    }
    75% {
        box-shadow: 5px -5px #64bd5f, 5px 5px #a877b4, -5px 5px #ef4e22, -5px -5px #f9d100
    }
}

.branded-spinner {
    background: #14bef0;
    -webkit-animation: loader infinite 4s;
    -moz-animation: loader infinite 4s;
    animation: loader infinite 4s;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    width: 10px;
    box-shadow: 7px 7px #64bd5f, -7px 7px #a877b4, -7px -7px #ef4e22, 7px -7px #f9d100
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4
}

.tooltip.top {
    margin-bottom: 10px
}

.tooltip.top:after, .tooltip.top:before {
    top: 100%;
    left: 50%
}

.tooltip.top:after {
    border-color: transparent;
    border-top-color: #313a47;
    border-width: 5px;
    margin-left: -5px
}

.tooltip.top:before {
    border-color: transparent;
    border-top-color: #e1e5e8;
    border-width: 5px;
    margin-left: -5px
}

.tooltip.right {
    margin-left: 10px
}

.tooltip.right:after, .tooltip.right:before {
    right: 100%;
    top: 50%
}

.tooltip.right:after {
    border-color: transparent;
    border-right-color: #313a47;
    border-width: 5px;
    margin-top: -5px
}

.tooltip.right:before {
    border-color: transparent;
    border-right-color: #e1e5e8;
    border-width: 5px;
    margin-top: -5px
}

.tooltip.bottom {
    margin-top: 10px
}

.tooltip.bottom:after, .tooltip.bottom:before {
    bottom: 100%;
    left: 50%
}

.tooltip.bottom:after {
    border-color: transparent;
    border-bottom-color: #313a47;
    border-width: 5px;
    margin-left: -5px
}

.tooltip.bottom:before {
    border-color: transparent;
    border-bottom-color: #e1e5e8;
    border-width: 5px;
    margin-left: -5px
}

.tooltip.left {
    margin-right: 10px
}

.tooltip.left:after, .tooltip.left:before {
    left: 100%;
    top: 50%
}

.tooltip.left:after {
    border-color: transparent;
    border-left-color: #313a47;
    border-width: 5px;
    margin-top: -5px
}

.tooltip.left:before {
    border-color: transparent;
    border-left-color: #e1e5e8;
    border-width: 5px;
    margin-top: -5px
}

.tooltip:after, .tooltip:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.tooltip-inner {
    max-width: 200px;
    padding: 10px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #313a47;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4d6272;
    font-size: 12px;
    line-height: 1.5
}

#container {
    background-color: white;
    padding-bottom: 20px
}

.link {
    text-decoration: none;
    color: #14bef0;
    cursor: pointer
}

.link:hover {
    text-decoration: underline
}

.submit-msg-container, .submit-msg-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center
}

.submit-msg-background {
    background-color: #f9fafb;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9
}

.submit-feedback-msg {
    font-weight: normal;
    color: #4d6272;
    font-size: 33px;
    font-weight: 300;
    position: relative;
    top: 25%
}

.edit-button {
    font-weight: normal;
    color: #4d6272;
    font-size: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e1e5e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f4), to(#e1e5e8));
    background-image: -moz-linear-gradient(top, #f0f2f4, #e1e5e8);
    background-image: -ms-linear-gradient(top, #f0f2f4, #e1e5e8);
    background-image: linear-gradient(top, #f0f2f4, #e1e5e8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f2f4', endColorstr='#e1e5e8');
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #c4cbd0;
    color: #4d6272;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
    height: 30px;
    padding: 3px 15px
}

.edit-button .dropdown {
    background-position: right -64px
}

.edit-button > span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal
}

.edit-button em {
    font-style: normal
}

.edit-button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    text-decoration: none
}

.edit-button:active:not(:disabled) {
    -webkit-box-shadow: inset 0 0 10px #4d6272;
    -moz-box-shadow: inset 0 0 10px #4d6272;
    box-shadow: inset 0 0 10px #4d6272
}

.edit-button.btn-active {
    background: #3a4856;
    color: #f9fafb
}

.edit-button:disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    color: #4d6272;
    background: #c4cbd0;
    cursor: default;
    border-color: #c4cbd0
}

.edit-button:disabled span {
    text-shadow: none;
    color: #525252
}

.edit-button:disabled:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5
}

.edit-button:focus {
    box-shadow: 0 1px 4px 0 rgba(58, 72, 86, 0.9)
}

.score-complete {
    display: inline-block;
    line-height: 21px;
    vertical-align: middle;
    margin-top: 5px
}

.score-complete .star {
    width: 21px;
    height: 21px;
    background-size: 42px;
    background-position: -1px -82px;
    margin-right: 5px
}

.score-complete .star.star-selected {
    background-position: -1px -104px
}

.feedback {
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px
}

.response {
    font-weight: normal;
    color: #4d6272;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #6b7c8a;
    font-family: Helvetica, arial, sans-serif;
    text-align: center
}

.responseContent {
    font-weight: normal;
    font-size: 13px
}

.header-container {
    width: 100%;
    height: auto;
    min-height: 270px;
    border-bottom: 1px solid #e1e5e8;
    background-color: #f0f2f4;
    padding-top: 20px
}

@media screen and (max-width: 375px) {
    .header-container {
        padding-top: 10px
    }
}

.header {
    width: 100%;
    max-width: 375px;
    margin: auto;
    text-align: center
}

.header .title {
    font-weight: normal;
    color: #4d6272;
    font-size: 33px;
    font-weight: 300;
    line-height: 50px
}

.header .map {
    height: 100px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #4d6272;
    margin: 15px 0;
    box-sizing: border-box
}

.header .address-container {
    padding: 0 20px
}

.header .business-name {
    font-weight: normal;
    color: #4d6272;
    font-size: 15px;
    font-weight: bold
}

.header .address {
    font-weight: normal;
    font-size: 13px
}

.survey-container {
    width: 100%;
    max-width: 375px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box
}

.survey-container .field-name {
    font-weight: normal;
    font-size: 13px;
    font-weight: bold;
    color: #3a4856;
    line-height: 22px;
    margin-top: 20px
}

.survey-container .field-name .required {
    margin-left: 1px
}

.score-container {
    text-align: center;
    margin-top: 15px
}

.score {
    position: relative;
    overflow: auto
}

.score-option-container {
    display: inline-block;
    width: calc(100% / 6);
    text-align: center
}

.score-option {
    width: 100%;
    display: inline-block;
    box-sizing: border-box
}

.star {
    background: url("/images/user/layouts/custom-theme/about/star-icons.png") no-repeat 0 0;
    background-size: 49px;
    width: 49px;
    height: 47px;
    display: inline-block
}

.star.star-selected {
    background-position: 0 -47px
}

.score-input {
    display: none
}

.buttons-container {
    text-align: center;
    margin: 20px auto
}

.captcha-container {
    margin-top: 20px
}

.captcha-container .g-recaptcha {
    transform: scale(1.1);
    transform-origin: 0 0
}

.submit {
    font-weight: normal;
    color: #4d6272;
    font-size: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e1e5e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f4), to(#e1e5e8));
    background-image: -moz-linear-gradient(top, #f0f2f4, #e1e5e8);
    background-image: -ms-linear-gradient(top, #f0f2f4, #e1e5e8);
    background-image: linear-gradient(top, #f0f2f4, #e1e5e8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f2f4', endColorstr='#e1e5e8');
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #c4cbd0;
    color: #4d6272;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background-color: #4d6272;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6b7c8a), to(#4d6272));
    background-image: -moz-linear-gradient(top, #6b7c8a, #4d6272);
    background-image: -ms-linear-gradient(top, #6b7c8a, #4d6272);
    background-image: linear-gradient(top, #6b7c8a, #4d6272);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6b7c8a', endColorstr='#4d6272');
    border: 1px solid #4d6272;
    color: #f9fafb;
    height: 30px;
    width: 150px;
    margin-bottom: 20px
}

.submit .dropdown {
    background-position: right -64px
}

.submit > span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal
}

.submit em {
    font-style: normal
}

.submit:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    text-decoration: none
}

.submit:active:not(:disabled) {
    -webkit-box-shadow: inset 0 0 10px #4d6272;
    -moz-box-shadow: inset 0 0 10px #4d6272;
    box-shadow: inset 0 0 10px #4d6272
}

.submit.btn-active {
    background: #3a4856;
    color: #f9fafb
}

.submit:disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    color: #4d6272;
    background: #c4cbd0;
    cursor: default;
    border-color: #c4cbd0
}

.submit:disabled span {
    text-shadow: none;
    color: #525252
}

.submit:disabled:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5
}

.submit:focus {
    box-shadow: 0 1px 4px 0 rgba(58, 72, 86, 0.9)
}

.submit .dropdown {
    background-position: right -33px
}

.disclaimer-container {
    display: block;
    margin-bottom: 20px
}

.disclaimer-check {
    left: 0;
    bottom: 0
}

.disclaimer {
    font-weight: normal;
    font-size: 12px;
    color: #8896a1;
    line-height: 15px;
    display: inline-block;
    width: calc(100% - 40px);
    padding-left: 15px
}

.privacy-disclaimer {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding-left: 32px;
    padding-top: 5px
}

.error {
    display: inline-block;
    color: #ba031c;
    font-weight: 700;
    margin-top: 5px
}

.removed-header-container {
    text-align: center;
    margin: 20px 0 200px
}

.removed-header {
    font-weight: normal;
    color: #4d6272;
    font-size: 15px;
    font-weight: bold
}

.survey-text {
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #c4cbd0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 30px;
    padding: 6px 10px;
    margin: 0;
    display: block
}

.survey-text.feedback {
    min-height: 60px;
    max-height: 250px;
    resize: none;
    overflow-y: auto
}

.survey-text:focus {
    outline: none;
    border: 1px solid #14bef0;
    border-color: rgba(20, 190, 240, 0.7)
}

.unsubscribe-content {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4d6272;
    font-size: 12px;
    line-height: 1.5;
    margin: 100px auto;
    width: 50%;
    text-align: center
}

.unsubscribe-content .location-info .location-name {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 5px
}

.unsubscribe-content .location-info .location-address {
    white-space: pre-wrap
}

.unsubscribe-content .location-info .location-logo {
    margin: 0 auto
}

.unsubscribe-content .location-info .yext-info-link {
    margin: 30px auto
}

.unsubscribe-content .unsubscribe-button {
    display: -moz-inline-stack;
    display: inline-block;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e1e5e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f4), to(#e1e5e8));
    background-image: -moz-linear-gradient(top, #f0f2f4, #e1e5e8);
    background-image: -ms-linear-gradient(top, #f0f2f4, #e1e5e8);
    background-image: linear-gradient(top, #f0f2f4, #e1e5e8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f2f4', endColorstr='#e1e5e8');
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #c4cbd0;
    color: #4d6272;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background-color: #4d6272;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6b7c8a), to(#4d6272));
    background-image: -moz-linear-gradient(top, #6b7c8a, #4d6272);
    background-image: -ms-linear-gradient(top, #6b7c8a, #4d6272);
    background-image: linear-gradient(top, #6b7c8a, #4d6272);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6b7c8a', endColorstr='#4d6272');
    border: 1px solid #4d6272;
    color: #f9fafb;
    width: 111px;
    height: 30px
}

.unsubscribe-content .unsubscribe-button .dropdown {
    background-position: right -64px
}

.unsubscribe-content .unsubscribe-button > span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal
}

.unsubscribe-content .unsubscribe-button em {
    font-style: normal
}

.unsubscribe-content .unsubscribe-button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    text-decoration: none
}

.unsubscribe-content .unsubscribe-button:active:not(:disabled) {
    -webkit-box-shadow: inset 0 0 10px #4d6272;
    -moz-box-shadow: inset 0 0 10px #4d6272;
    box-shadow: inset 0 0 10px #4d6272
}

.unsubscribe-content .unsubscribe-button.btn-active {
    background: #3a4856;
    color: #f9fafb
}

.unsubscribe-content .unsubscribe-button:disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    color: #4d6272;
    background: #c4cbd0;
    cursor: default;
    border-color: #c4cbd0
}

.unsubscribe-content .unsubscribe-button:disabled span {
    text-shadow: none;
    color: #525252
}

.unsubscribe-content .unsubscribe-button:disabled:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5
}

.unsubscribe-content .unsubscribe-button:focus {
    box-shadow: 0 1px 4px 0 rgba(58, 72, 86, 0.9)
}

.unsubscribe-content .unsubscribe-button .dropdown {
    background-position: right -33px
}

.unsubscribe-content .unsubscribe-button .unsubscribe-button-text {
    font-weight: normal;
    color: #4d6272;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 5px
}

.unsubscribe-success-content {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4d6272;
    font-size: 12px;
    line-height: 1.5;
    text-align: center
}

.unsubscribe-success-content .unsubscribe-success-msg {
    font-weight: bold;
    font-size: 25px;
    margin-top: 100px
}

.unsubscribe-success-content .unsubscribe-success-info {
    margin-top: 30px
}

.landing-page-container {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px
}

#terms-policy-wrap {
    font-weight: normal;
    color: #4d6272;
    font-size: 14px;
    padding: 25px
}

#terms-policy-wrap h1 {
    font-weight: normal;
    color: #4d6272;
    font-size: 18px;
    font-weight: bold
}

#terms-policy-wrap b {
    font-weight: bold
}

#terms-policy-wrap ul {
    list-style-type: disc
}

#terms-policy-wrap ul li {
    margin-left: 40px
}

.not-found-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 65px;
    height: 170px
}

.not-found-info-container {
    text-align: center
}

.not-found-title {
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 35px;
    font-family: Lato-Light;
    color: #3a4856;
    text-align: center
}

.not-found-description {
    font-weight: bold;
    font-size: 16px;
    font-family: Lato-Regular;
    letter-spacing: 0px;
    line-height: 19px;
    text-align: center
}

.homepage-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 65px
}

.homepage-info-container {
    text-align: center
}

.homepage-title {
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 35px;
    font-family: Lato-Light;
    color: #3a4856
}

.homepage-description {
    font-weight: normal;
    font-size: 13px;
    color: #8896a1;
    font-family: Lato-Regular;
    letter-spacing: 0px;
    line-height: 19px
}

#conrad-demo {
    font-weight: normal;
    color: #4d6272;
    font-size: 14px;
    background-color: #040b27;
    font-family: 'Lato', Helvetica
}

#conrad-demo a, #conrad-demo a:active, #conrad-demo a:visited {
    color: #dbe2e4
}

#conrad-demo .title, #conrad-demo .map {
    display: none
}

#conrad-demo .address-container {
    margin-top: 205px
}

#conrad-demo .address-container .business-name {
    font-weight: normal;
    color: #4d6272;
    font-size: 15px
}

#conrad-demo .address-container .address {
    font-weight: normal;
    font-size: 13px
}

#conrad-demo .address-container .business-name, #conrad-demo .address-container .address {
    color: #fff
}

#conrad-demo .header-container {
    background: url("../images/conraddemo/header.png") center center no-repeat;
    background-size: cover;
    border-bottom: 0
}

#conrad-demo #container {
    background-color: #040b27;
    color: #fff
}

#conrad-demo .field-name {
    font-weight: bold;
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

#conrad-demo .star {
    background: url("../images/conraddemo/conrad-stars.png") no-repeat 0 0;
    background-size: 49px;
    width: 49px;
    height: 47px;
    display: inline-block
}

#conrad-demo .star.star-selected {
    background-position: 0 -50px
}

#conrad-demo .score-complete {
    margin-top: 15px
}

#conrad-demo .feedback {
    font-weight: normal;
    color: #4d6272;
    font-size: 14px;
    color: #fcfcfc
}

#conrad-demo .js-score-field {
    text-align: center
}

#conrad-demo .js-message-field .field-name {
    padding-bottom: 5px
}

#conrad-demo .survey-text {
    background-color: #171d32;
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
    border: solid 1px #bac2c5
}

#conrad-demo .buttons-container {
    margin: 25px 0
}

#conrad-demo .js-remove-feedback {
    margin-top: 15px;
    display: inline-block
}

#conrad-demo .removed-header {
    color: #fcfcfc
}

#conrad-demo .submit, #conrad-demo .edit-button {
    font-weight: normal;
    font-size: 13px;
    background-color: #caa984 !important;
    background-image: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    color: #fcfcfc;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 0
}

#conrad-demo .edit-button {
    margin: 50px 0 15px
}

#conrad-demo .disclaimer {
    color: #dbe2e4
}

#conrad-demo .privacy-disclaimer {
    color: #88939b
}

#conrad-demo .submit-msg-background {
    background-color: #3a3f51;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9
}

#conrad-demo .submit-feedback-msg {
    color: #fff
}
