
/* Copied from start.css */

.clearFloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

.PB2 {
    padding-bottom: 2em!important;
}

.MR5 {
    margin-right: .5em;
}

.ML5 {
    margin-left: .5em!important;
}

.font-weight-light {
    font-weight: 200!important;
}

.TAC, .text-center {
    text-align: center;
}

.TAL, .text-left {
    text-align: left;
}

.TAR, .text-right {
    text-align: right;
}

/* Copied from layout.css */

*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 62.5%;
}

body {
    font: 300 14px/1.4 'Poppins', 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
    left: auto !important;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a:not([href]):not([tabindex]) {
    cursor: pointer!important;
}

b, strong {
    font-weight: 600;
}

table tbody tr:nth-child(odd) {
    background-color: #F2F2F2!important;
}

button, input, optgroup, select, textarea {
    font-family: 'Poppins', 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

label {
    font-weight: bold;
    margin-bottom: 1rem;
}

input {
    margin-bottom: 1em;
    padding: 9px 8px!important;
}

input {
    border: 1px solid #CCC;
}

.form-control {
    font-size: inherit
}

.btn, form button {
    background: #253274;
    -moz-box-shadow: 0px 2px 0px rgb(28, 38, 88), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 2px 0px rgba(28, 38, 88, 1), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 2px 0px rgba(28, 38, 88, 1), inset 0px 0px 0px rgba(255,255,255,0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 1em;
    color: #ffffff!important;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 50px;
    border: none;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn.btn-square-orange {
    background-color: #fb711c!important;
    color: #fff!important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .8em;
    padding: 8px 15px;
}

img#logo {
    max-height: 100px;
}

#mainNav {
    background: #3b3e46;
    min-height: 50px;
}

#mainNav nav.navbar {
    border-bottom: none;
}

#mainNav nav ul#nav {
    padding: 0;
}

#mainNav nav ul#nav li {
    padding: 0 1em;
    display: flex;
    line-height: 38px;
    position: relative;
}

#mainNav nav ul#nav li a {
    color: #FFF;
}

footer {
    clear: both;
    margin: 0;
}

footer #footer-main ul {
    list-style: none;
    padding: 0 0 0 10px;
}

footer #footer-main ul li {
    padding: 0;
}

footer #footer-main ul li:before {
    content: '\f105';
    font-family: "FontAwesome", serif;
    padding-right: 8px;
}

footer #footer-main ul li a {
    font-weight: 400;
    color: #FFF;
}

footer #footer-main {
    background: #253274;
    border-top: solid 1px #EEE;
    color: #FFF;
    padding: 1.5em 0;
}

footer #footer-copyright {
    background: #3b3e46;
    color: #FFF;
    padding: 1em 0;
}

footer #footer-copyright a {
    color: #FFF;
}

header #userBar {
    padding: 20px 0;
}

form.loginForm input,form.logoutForm input {
    margin: 0;
    padding: 0 55px 0 10px;
    line-height: 2em;
    border-radius: 6px;
    background-color: rgba(255,255,255,.5);
    font: .7461em 'Open Sans',Helvetica, Arial, sans-serif;
    border: 1px solid #333!important;
    transition: all .2s ease-in-out;
}

.loginContainer label {
    font-size: 10px;
    color: #333;
    margin-top: -1px;
    padding-bottom: 0;
    line-height: 1.55em;
}

.loginContainer input {
    margin-top: -7px!important;
    height: 2.825em !important;
}

form.loginForm a.passwordRecovery {
    position: absolute;
    top: 8px;
    right: 21px;
    margin: 14px 0 0;
    padding: 0 6px;
    height: 18px;
    background-color: #999;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    line-height: 17px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    box-sizing: border-box;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

form.loginForm .loginBtn {
    float: left;
    background: #FFF;
    color: #253274!important;
    border: 1px solid #253274;
    border-radius: 0px;
    font-size: 12px;
    padding: 8px 15px;
    margin: 16px 0 0 0;
    line-height: 1em;
}

*,
*::after,
*::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

/* Images */
img {
    align-self: center;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

img.frame {
    border: 5px solid #fff;
    margin: 0 auto 0.5em auto;
    -moz-box-shadow: 2px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

/* Typeface */
h1, .h1 { font-size: 1.8rem; }
h2, .h2 { font-size: 1.428rem }
h3, .h3 { font-size: 1.2rem }
h4, .h4 { font-size: 1.1rem }
h5, .h5 { font-size: 1rem }
h6, .h6 { font-size: 1rem; }

.largeType { font-size: 1.375rem; }
.smallType { font-size: 0.75rem; }

.background-light-blue { background-color: #d3ecf5 }
.background-sky-blue { background-color: #8dc6da }
.background-blue { background-color: #253274 }

.color-white { color: #fff; }
.color-purple { color: #8d0f91!important; }
.color-light-blue { color: #93d3e2; }
.color-blue { color: #253274!important; }
.color-light-black { color: #333; }
.color-black { color: #000!important; }
.color-orange { color: #df551b; }
.color-red { color: #a94442; }

b, strong, .font-weight-bold { font-weight: 600 !important; }

.font-075em { font-size: 0.75em!important }
.font-09em { font-size: 0.9em!important }
.font-10em { font-size: 1em!important }
.font-125em { font-size: 1.25em!important }
.font-15em { font-size: 1.5em!important }
.font-175em { font-size: 1.75em!important }
.font-20em { font-size: 2em!important }

.border-radius-10px { border-radius: 10px }

a.color-orange {
    text-decoration: underline;
}

a:hover.color-orange {
    color: #df551b;
    text-decoration: none;
}

/* Banners */
.banner {
    margin: 3em 0;
    text-align: center;
}

.banner img {
    margin: 0 1em 1em 0;
    height: 52px;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 1px 1px #999;
}

/* Buttons */
.btn, form button[type=submit], input[type=submit] {
    background: #253274;
    -moz-box-shadow: 0 2px 0 #1c2658, inset 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 2px 0 #1c2658, inset 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 2px 0 #1c2658, inset 0 0 0 rgba(255, 255, 255, 0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 1em;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 50px;
    border: none;
}
.btn:hover, form button[type=submit]:hover, input[type=submit]:hover {
    background: #1c2658;
    color: #fff;
}

.btn:focus, .btn:active. form button[type=submit]:focus, form button[type=submit]:active, input[type=submit]:focus, input[type=submit]:active {
    color: #fff;
}

.btn.btn-secondary, form button[type=submit].btn-secondary, input[type=submit].btn-secondary, .btn.alt, form button[type=submit].alt, input[type=submit].alt {
    background: #8d0f91!important;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff!important;
    font-size: 1.15rem;
    font-weight: 400;
    margin: auto auto 0;
}

.btn.btn-secondary:hover, form button[type=submit].btn-secondary:hover, input[type=submit].btn-secondary:hover,
.btn.alt:hover, form button[type=submit].alt:hover, input[type=submit].alt:hover {
    background: #fff;
    color: #1c2658 !important;
    border-color: #1c2658;
}

.btn.btn-tertiary {
    background: #fff;
    color: #253274 !important;
    text-shadow: none;
    border: 1px solid #253274;
}

.btn.small, form button[type=submit].small, input[type=submit].small {
    font-size: 12px;
    padding: 8px 20px;
    -moz-box-shadow: 0 1px 0 #1c2658, inset 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 1px 0 #1c2658, inset 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 1px 0 #1c2658, inset 0 0 0 rgba(255, 255, 255, 0);
}

/* Links */
a {
    color: #444;
    cursor: pointer;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    cursor: pointer !important;
}

a:hover {
    color: #444;
}

a:active, a:focus, a:hover {
    outline: 0;
}

/* Messages */
.message {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-weight: 400;
}

.message.confirm {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.message.error {
    background-color: #f2dede;
    border: 1px solid #ebcccc;
    color: #a94442;
}

/* Navigation */

#mainNav {
    background: #3b3e46;
    min-height: 50px;
}

#mainNav nav {
}
#mainNav nav .navbar { border-bottom: none; }

#mainNav nav .navbar-brand { display: none; }

#mainNav nav ul#nav {padding: 0;}

#mainNav nav ul#nav li {
    padding: 0 1em;
    display: flex;
    line-height: 38px;
    position: relative;
}
#mainNav nav ul#nav li:hover ul { display: block; }

#mainNav nav ul#nav li a {
    color: #fff;
    border-bottom: 2px solid transparent;
}

#mainNav nav ul#nav li a:hover{
    border-bottom-color: #b812bc;
    text-decoration: none;
}

#mainNav nav ul#nav li ul {
    background: #3b3e46;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    white-space: inherit;
    min-width: 100%;
    line-height: 50px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#mainNav nav ul#nav li ul li {
    white-space: nowrap;
    padding: 0 1em
}

#mainNav nav ul#nav li ul li a { width: 100%; }

/* Header */
#logo {max-height: 100px;padding: 1em 0;}

/* Footer */
footer {clear: both;margin: 0!important;}
footer a {color: #fff;}
footer a:hover { color: #fff; }

footer #footer-cityscape {background: url('/d/images/seo/cityscape.png') center bottom no-repeat;height: 100px;}

footer #footer-main {background: #253274;border-top: solid 1px #eee;color: #fff;padding: 1.5em 0;}
footer #footer-main ul {list-style: none;padding: 0 0 0 10px;}
footer #footer-main ul li {padding: 0}
footer #footer-main ul li::before {content: '>';padding-right: 8px;}
footer #footer-main ul li a {font-weight: 400;}

footer #footer-copyright {background: #3b3e46;color: #fff;padding: 1em 0;}

#overview, .overview {background: #253274;color: #fff;font-size: 1.15rem;padding: 4rem 0;}
#overview h1, .overview h1 {color: #93d3e2;font-size: 2.5rem; font-weight: 400;margin-bottom: 2rem;}
#overview h2, .overview h2 {color: #93d3e2;font-size: 2rem; font-weight: 400;margin-bottom: 2rem;}
#overview a, .overview a {color: #fff;}

#billboard-rates-legacy .rate-item {padding: 2rem 0; border-bottom: 1px dashed #CCC;}
#billboard-rates-legacy .rate-item:last-of-type {border-bottom: 0;}

.billboard-rates-intro {
    font-size: 1.15rem;
}

.market-description {
    line-height: 1.5;
}

#intro-content {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
}

#billboard-landing-page h2 {
    font-size: 2rem;
    color: #8d0f91;
    font-weight: 300!important;
    margin-bottom: 1.5rem!important;
}

#billboard-rates {
    background: #253274;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

#billboard-rates h2 {
    color: #93d3e2;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 400;
}

#billboard-rates .billboard-rates-item {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

#billboard-rates .billboard-rates-item h3 {
    color: #93d3e2;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

#billboard-rates .billboard-rates-item .rate {
    color: #fb5519;
    display: block;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

#billboard-rates .billboard-rates-item .rate-info {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

#billboard-rates .billboard-rates-item .rate-details {
    line-height: 1.5;
}

#billboard-rates .billboard-rates-item .btn {
    background: #8d0f91;
    border-radius: 0;
    border: 1px solid #fff;
    display: table;
    font-size: 1.15rem;
    font-weight: 400;
    margin: auto auto 0;
    text-transform: uppercase;
}

#billboard-rates li {
    text-align: left;
}

.taxi-description {
    line-height: 1.5;
}

#about-market {
    font-size: 16px;
    padding: 4rem 0;
}

#about-market h2 {
    font-size: 2rem;
    font-weight: 400;
}

#population {
    color: #fb5519;
    font-size: 36px;
    margin-bottom: 1rem;
}

#about-market-content {
    font-size: 16px;
}

#pageTitleBanner {
    padding: 3em 0;
    margin-bottom: 2em;
    background: url(/d/images/brand/page-banner-new.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #FFF;
}

#pageTitleBanner h1:after {
    display: block;
    content: ' ';
    border-bottom: 1px solid #FFF;
    width: 40px;
    margin: .75em auto;
}

#pageTitleBanner .btn {
    background: #8d0f91!important;
    color: #fff!important;
    border: 1px solid #fff;
    margin-bottom: 0;
    padding: 8px 100px;
    font-size: 20px;
    font-weight: 600;
}

#request-banner {
    background: #8d0f91;
    color: #fff;
    padding: 2em 0;
}

#request-banner h1 {
    font-weight: 600!important;
    font-size: 1.8rem;
}

#request-banner .btn {
    color: #fff!important;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 50px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

#larger-campaign {
    border-bottom: 1px solid #ccc;
    padding: 4em 0;
}

#larger-campaign h2 {
    font-size: 32px;
    font-weight: 200;
}

#larger-campaign .btn {
    background: #fff!important;
    color: #253274!important;
    text-shadow: none;
    border: 1px solid #253274;
    border-radius: 1em;
    font-size: 20px;
    font-weight: 600;
}

#larger-campaign .btn:active {
    background-color: #545b62!important;
    border-color: #4e555b;
}

#larger-campaign .btn:hover {
    background: #fff!important;
    color: #1c2658!important;
    border-color: #1c2658;
}

#larger-campaign h2:after {
    display: block;
    content: " ";
    border-bottom: 2px solid #253274;
    width: 100px;
    margin: 20px auto;
}

#bottom-banner {
    background: #253274;
    color: #fff;
    padding: 2em 0;
}

#bottom-banner h1 {
    font-weight: 300!important;
}

#bottom-banner .btn {
    background: #fff!important;
    color: #253274!important;
    text-shadow: none;
    border: 1px solid #253274;
    border-radius: 1em;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 50px;
}

#movie-theater-ads-landing-page {
    border-top: 4px solid #8d0f91;
}
@media (max-width: 1400px) {
    #movie-theater-ads-landing-page #hero {
        padding: 6rem 0 8rem;
    }
}

@media (max-width: 767px) {
    #movie-theater-ads-landing-page #hero {
        padding: 6rem 0 5rem;
    }
}

#movie-theater-ads-landing-page #hero {
    background: url(/d/images/seo/cinema-hero.png) bottom no-repeat;
    background-size: cover;
    text-align: center;
    padding: 4rem 0 12rem;
}

#movie-theater-ads-landing-page #hero h1 {
    color: #000;
    font-size: 1.55rem;
    font-weight: 400;
    text-transform: uppercase;
}

#movie-theater-ads-landing-page #hero #tagline {
    color: #8d0f91;
    display: block;
    font-size: 3.5rem;
}

#movie-theater-ads-landing-page #hero #tagline-sub {
    color: #253274;
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#movie-theater-ads-landing-page #hero #testimonial {
    max-width: 800px;
    margin: 0 auto;
}
#movie-theater-ads-landing-page #hero #testimonial #quote {
    color: #253274;
    font-size: 1.57rem;
    max-width: 600px;
    margin: 0 auto;
}

#movie-theater-ads-landing-page #hero .btn {
    font-size: 2.2rem;
    font-weight: 700;
    background: #253274!important;
    border-radius: 1em;
    color: #fff!important;
    margin-bottom: 20px;
    padding: 8px 50px;
}

#movie-theater-ads-rates {
    background: #253274;
    color: #fff;
    padding: 4rem 0;
}

#movie-theater-ads-rates .movie-theater-ads-rates-intro {
    background: #253274;
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 2rem;
    text-align: center;
}

#movie-theater-ads-rates .movie-theater-ads-rates-intro h2{
    color: #93d3e2;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 400;
}

#movie-theater-ads-landing-page #movie-theater-ads-rates .movie-theater-ads-rates-item {
    display:flex;
    flex-direction: column;
}

#movie-theater-ads-landing-page #movie-theater-ads-rates .movie-theater-ads-rates-item .rate {
    color: #fb5519;
    display: block;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

#movie-theater-ads-landing-page #movie-theater-ads-rates .movie-theater-ads-rates-item .rate-info {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

#movie-theater-ads-landing-page #movie-theater-ads-rates .movie-theater-ads-rates-item ul.rate-details {
    font-size: 1rem;
}

#movie-theater-ads-landing-page #movie-theater-ads-rates .movie-theater-ads-rates-item .btn {
    background: #8d0f91!important;
    border-radius: 0;
    border: 1px solid #fff;
    display: table;
    font-size: 1.15rem;
    font-weight: 400;
    margin: auto auto 0;
    text-transform: uppercase;
}

#movie-theater-ads-landing-page #about-market {
    font-size: 16px;
    padding: 4rem 0;
}


/*------------------------------------*\
    Loading Dialog
\*------------------------------------*/
#loading-container {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

#loading-container #loading-frame {
    background: #8c1b8f;
    border-radius: 8px;
    border: 3px solid #253274;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 3rem;
    width: 100%;
    max-width: 500px;
}
#loading-container #loading-frame img {
    height: 300px;
}

#loading-container #loading-frame .title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

#loginForm .loginBtn {
    background: #FFF!important;
}

.btn.btn-orange {
    background-color: #fb5519!important;
    padding: 15px 30px !important;
    box-shadow: none;
    border:none;
    border-radius: 30px;
}

.btn.btn-orange:hover {
    background-color: #fb711c!important;
}

.btn.btn-orange:focus {
    outline: 0;
}

.btn.btn-orange:active {
    position: relative;
    top: 1px;
}

.btn.btn-purple {
    background: #8d0f91!important;
    border-radius: 0;
    border: 1px solid #fff;
    display: table;
    font-size: 1.15rem;
    font-weight: 400;
    margin: auto auto 0;
    text-transform: uppercase;
    text-decoration: none;
}

.btn.btn-purple:hover {
    background: #8d0f91!important;
}

.btn.btn-nofill {
    background: none!important;
    padding: 7px 20px !important;
    border: 1px solid hsla(0,0%,100%,.75);
    box-shadow: none;
    color: hsla(0,0%,100%,.75);
}

.btn.btn-nofill:hover {
    border: 1px solid white;
    color: white;
}

/* Custom radio button https://www.w3schools.com/howto/howto_css_custom_checkbox.asp */
.purple-radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.purple-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.purple-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #780f7c;
    border: 2px solid #fff;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.purple-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.purple-radio-container input:checked ~ .purple-radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.purple-radio-container .purple-radio-checkmark:after {
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #93d3e2;
}

#form-wizard-container {
    background: #8d0f91;
    color: #fff;
    font-size: 1rem;
    overflow: hidden;
    padding: 1rem 0;
}

#rates-table-section {
    background: #253274;
    color: #fff;
    padding: 2em 0;
    text-align: center;
}

#rates-table-section.rates-table-section-white {
    background: white;
    color: black;
}

#rates-table-section h2 {
    color: #93d3e2;
    font-size: 2em;
    font-weight: normal;
}

#rates-table-section h3 {
    color: #fff;
}

#rates-table-section .rates-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    text-align: initial;
}

#rates-table-section .rates-table tr {
    background-color: transparent !important;
    border-bottom: 2px solid white;
}

#rates-table-section.rates-table-section-white .rates-table tr {
    background-color: transparent !important;
    border-bottom: 2px solid black;
}

#rates-table-section .rates-table td {
    padding-top: 1em;
    font-size: 1.3em;
    font-weight: bold;
}

#product-cards-section {
    background: #253274;
    color: #fff;
    padding: 2em 0;
    text-align: center;
}

#product-cards-section .product-card {
    background-color: #780f7c;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1em 0;
}

#product-cards-section .product-card .product-card-title {
    font-size: 1.5em;
}

#product-cards-section .product-card .product-card-image .btn,
#product-cards-section .product-card .see-availability .btn {
    margin-top: -20px;
    background-color: #fb711c!important;
    color: #fff!important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .8em;
    padding: 8px 15px;
}

#product-cards-section .product-card .product-card-image img {
    height: 250px;
    object-fit: contain;
}

#product-cards-section .product-card-subtitle {
    font-weight: bold;
    margin: 1em 0;
}

#about-market .ads-available-links ul {
    list-style-type: none;
    padding: 0;
    color: #253274;
    font-size: 1.3em;
    font-weight: 600;
}

#about-market .ads-available-links ul a {
    color: #253274;
}

#consultation-btn {
    border-radius: 100px;
    font-size: 24px;
    padding: 20px 30px;
    max-width: 100%;
    background: #fb5519;
    border: 1px solid #fb5519;
    color: #fff!important;
    font-weight: 400;
    text-shadow: none;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 0 #1c2658, inset 0 0 0 hsl(0 0% 100%);
    display: block;
    text-align: center;
}

#consultation-btn:hover {
    background: #ee5118;
    border-color: #ee5118;
    text-decoration: none;
}

.clean-link a {
    color: inherit!important;
}

.clean-link a:active {
    color: inherit!important;
}

.clean-link a:hover {
    color: inherit!important;
}

.clean-link a:visited {
    color: inherit!important;
}

.vertical-archive-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media only screen and (max-width: 992px) {
    .vertical-archive-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 576px) {
    .vertical-archive-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#typeArchive .type {
    margin-bottom: 1em;
}

#typeArchive .type img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: auto;
}

#typeArchive .type h3 {
    text-align: center;
}

#typeArchive .type .btn.btn-secondary {
    background: #fff!important;
    color: #253274!important;
    text-shadow: none;
    border: 1px solid #253274;
    font-size: 12px;
    padding: 8px 20px;
    box-shadow: 0 1px 0 #1c2658,inset 0 0 0 hsla(0,0%,100%,0);
    border-radius: 1em;
}

#typeArchive .type a:hover {
    text-decoration: none;
}

#howItWorksPage {
    color: #3b3e46;
    font-weight: 400;
}

#howItWorks-topSection {
    color: #3b3e46;
}

#howItWorks-topSection h2 {
    font-size: 30px;
    font-weight: 600;
}

#howItWorks-topSection h2 span {
    color: #780f7c;
}

#howItWorks-topSection p {
    font-size: 16px;
}

#howItWorks-topSection p span {
    color: #1c2658;
    font-weight: 600;
}

#howItWorks-purpleBar {
    background-color: #780f7c;
    color: #fff;
}

#howItWorks-purpleBar h2 {
    font-size: 24px;
    font-weight: 400;
}

#howItWorks-howToBuy {
    font-size: 20px;
}

#howItWorks-howToBuy h1 {
    font-weight: 600;
}

#howItWorks-howToBuy .howItWorks-sideImage {
    border: 1px solid #bbb;
}

#howItWorks-howToBuy .howItWorks-mapPin {
    width: 80px;
    height: 80px;
}

#howItWorks-whoUses {
    background-color: #1c2658;
}

#howItWorks-whoUses h2 {
    font-size: 28px;
    font-weight: 400;
}

#howItWorks-helps {
    font-size: 18px;
}

#howItWorks-helps h2 {
    font-size: 28px;
    font-weight: 600;
    max-width: 75%;
}

@media only screen and (min-width: 900px) {
    #howItWorks-helps h2 {
        font-size: 28px;
        font-weight: 600;
        max-width: 50%;
    }
}

#howItWorks-helps em {
    color: #780f7c;
    font-style: normal;
}

@media only screen and (max-width: 920px) {
    .howItWorks-sideTextCollapse div {
        background-color: rgba(255, 255, 255, 80%);
        height: 100%;
        padding: 4vw;
    }
    .howItWorks-sideImageCollapse {
        display: none;
    }
    .howItWorks-sideTextCollapse {
        display: flex;
    }
    #howItWorks-topSection .howItWorks-sideTextCollapse {
        min-height: 450px;
        background: url('/d/images/seo/how-it-works-section-1-illustration.png') center top no-repeat;
    }
    #howItWorks-helps .howItWorks-sideTextCollapse {
        min-height: 585px;
        background: url('/d/images/seo/how-it-works-street-celebration.png') center top no-repeat;
    }
}

#howItWorksPage .select2.select2-container {
    width: auto!important;
}

#howItWorksPage .select2.select2-container .select2-selection {
    padding: 10px;
    height: auto!important;
}

#howItWorksPage .select2.select2-container .select2-selection__arrow {
    height: 100%!important;
}

#howItWorksPage .select2.select2-container .select2-selection__placeholder {
    white-space: normal;
}

.featured-image-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

#billboard-social-proof {
    background-color: #d3ecf5;
}

#billboard-social-proof img {
    height: 100px;
    object-fit: contain;
}

.wysiwyg-fqas-section p {
    min-height: 20px;
    margin:0;
}