@import url('https://pro.fontawesome.com/releases/v5.15.4/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* Default Styling */
:root {
    --title-font: 'Playfair Display';
    --paragraph-font: 'Nunito Sans';
    --h1: 62px;
    --h2: 42px;
    --h3: 32px;
    --h4: 22px;
    --h5: 18px;
    --p: 16px;

    --main_accent: #000;
}

.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
    font-weight: 400;
}

h1 {
    font-size: var(--h1);
}

h1 * {
    font-size: var(--h1);
}

h2 {
    font-size: var(--h2);
}

h2 * {
    font-size: var(--h2);
}

h3 {
    font-size: var(--h3);
}

h3 * {
    font-size: var(--h3);
}

h4 {
    font-size: var(--h4);
}

h4 * {
    font-size: var(--h4);
}

h5 {
    font-size: var(--h5);
}

h5 * {
    font-size: var(--h5);
}

body,
p {
    font-size: var(--p);
    font-family: var(--paragraph-font);
}

a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header,
.award_section a * {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -o-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
}

img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}
.row_results p.claimed_phone {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.claimed_phone a {
    color:#000;
}
.claimed_phone a:hover {
    color:#000;
}
.row_results p a {
    color:#000;
}
.row_results p a:hover {
    color:#000;
}
.btn-primary,
.gform_button {
    background-color: #d1b43f !important;
    border:transparent !important;
    padding: 11px 30px !important;
}
.btn-primary:hover,
.gform_button:hover {
    background:#000 !important;
}
.btn-primary:active,
.gform_button:active, 
.btn-primary.active, 
.show > .btn-primary.dropdown-toggle {
    background-color: #000 !important;
    border-color: transparent !important;
}
/* End Default Styling */

.max-height-500.banner_var-1 {
    min-height: 800px;
    padding-top:calc(130px + 60px);
}
.home .banner_var-1 {
    min-height: 600px;
    padding-top:calc(130px + 60px);
}
/* Modular Styling */
header {
    position: absolute;
        top: 0;
    left: 0;
    width: 100%;
}
header .inner_header {
    background-color: var(--main_accent);
    padding: 15px 0;
    

}
header.inner_header a.btn {
    margin-left: 15px;
    border: solid thin #d1b43f;
}
header .header_1 {
    display: inline-block;
    align-items: center;
}
header .header_1 a {
    display: inline-block;
}
header .header_1 span {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    font-family: var(--title-font);
    position: relative;
    top: 5px;
}
header img {
    max-width: 100px;
}
header .header_3 {
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
header .header_3 a.btn {
    margin-right: 15px;
    border: solid thin #d1b43f !important;
}
header .header_3 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
header .header_3 ul li {
    margin-left: 15px;
}
header .header_3 ul li a {
    color: #fff;
}

/* Splash */
.splash_1 {
    padding: 15px 0;
}
.splash_1 a.btn {
    margin-left: 15px;
}
.splash_1 .header_1 {
    display: inline-block;
    align-items: center;
}
.splash_1 .header_1 a {
    display: inline-block;
}
.splash_1 .header_1 span {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    font-family: var(--title-font);
    position: relative;
    top: 5px;
}
.splash_1 img {
    max-width: 100px;
}
.splash_1 .header_3 {
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
}
.splash_1 .header_3 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.splash_1 .header_3 ul li {
    margin-left: 15px;
}
.splash_1 .header_3 ul li a {
    color: #fff;
}

/* Button */
.btn_1 {
    color: #191919;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    text-align: center;
    border-radius: 32px;
    padding: 7.5px 15px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    line-height: 1;
    border: solid thin #fff;
}

/* Banner Variation 1 */
body.single .premium_social a:nth-child(1) {
    margin-left: 0;
}
body.home .banner_var-1 h1 {
    font-size: var(--h2);
}

body.single .banner_var-1.no_bg_banner.max-height-500{
    height:auto;
    padding-top:calc(130px + 60px)
}

body.single .banner_var-1.no_bg_banner h1{
    color:#000
}
body.single .banner_var-1.no_bg_banner a {

}
body.single .banner_var-1.no_bg_banner p{
    color:#000;
    font-size: var(--p);
    font-family: var(--paragraph-font);
    margin-top: 7.5px;
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}
.inner_result {
    box-shadow: 0px 3px 30px #00000014;
    border-radius: 15px;
    padding: 60px 15px 60px;
    height: 100%;
}
.banner_var-1 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 60px 0 60px;
    text-align: center;
    overflow: hidden;
}
.banner_var-1 img {
    max-width: 300px;
    margin-bottom: 30px;
}
.banner_var-1 h1 {
    margin-bottom: 1rem;
    line-height: 1.25;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.banner_var-1 h1 span {
    font-size: var(--h3);
    color: #fff;
    display: inline-block;
    width:100%;
    line-height: 1.25;
}
.banner_var-1 p {
    color: #fff;
    font-size: var(--h4);
    font-family: var(--title-font);
}
.banner_var-1 .banner_btns {
    margin-top: 30px;
    text-align: center;
}
.banner_var-1 .banner_btns a {
    padding: 7.5px 15px;
    border: solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin: 0 3.75px;
    border-radius: 7.5px;
}
.banner_var-1 .banner_btns .btn_1 {
    background: var(--main_accent);
    color: #fff;
}
.banner_var-1 .banner_btns .btn_1:hover {
    color: var(--main_accent);
    background: #fff;
}
.banner_var-1 .banner_btns .btn_2 {
    color: var(--main_accent);
    background: #fff;
}
.banner_var-1 .banner_btns .btn_2:hover {
    background: var(--main_accent);
    color: #fff;
}
.banner_var-1:has(p) p {
    margin-bottom: 30px;
}
.banner_var-1:has(p) .banner_btns {
    margin-top: 0;
}

/* Single Post */
.single_post img {
    border-radius: 3.75px;
}
.module_0 .default_section_title h2 { }
.module_0 .default_section_title:has(p) h2 {
    margin-bottom: 30px;
}
.module_0 .default_section_title:has(p) p {
    margin-bottom: 0;
}
.single-post h2 {
    color: #fff;
    font-size: var(--h4);
    font-family: var(--title-font);
}
.single-post img {
    margin-bottom: 30px;
}
.single-post .default_content h3:not(.ui-accordion-header) {
    margin-top: calc(60px - 1rem);
}
.single-post .default_content .breadcrumb {
    padding: 0;
    background: transparent;
}

/* Nice Select */
.nice-select {
    min-width: 200px;
}
.nice-select .list {
    max-height: 150px;
    overflow-y: scroll;
    min-width: 198px;
}

/* Rows */
.row_top_section {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.row_results {
    width: 100%;
    text-align: center;
}
.row_results h3 {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.row_results h3 a {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-left: 7.5px;
}
.row_results h3 svg {
    width: 100%;
    max-width: 20px;
    opacity: 0.3;
}
.row_results h3 svg path {
    stroke: #000;
}
.row_results h3 svg:hover {
    opacity: 1;
}
.row_results h3.claimed svg {
    opacity: 1;
    margin-left: 7.5px;
}
.row_results h3.claimed svg path {
    stroke: #d1b43f;
}
.row_results img {
    max-width: 350px;
    max-height: 150px;
    margin-bottom: 15px;
}
.row_results p {
    margin-top: 3.75px;
}
.row_results span {
    display: block;
    margin-top: 15px;
}
.row_results span a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.row_results span p {
    margin-top: 3.75px;
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}
.row_results.resized_sm h3 {
    font-size: 1.25rem;
}
.row_results.resized_sm h3 a {
    display: inline-flex;
    width: 15px;
    height: 15px;
}
.row_results.resized_sm h3 svg {
    width: 15px;
}
.row_results.resized_sm.claimed svg {
    margin-left: 7.5px;
}

/* Top Result */
.top_result_row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.top_result_row a {
    display: inline-flex;
    align-items: center;
}
.top_result_row a.btn-primary {
    border: solid thin #d1b43f !important;
    background: #fff !important;
    color: #d1b43f !important;
}
.top_result_row a.btn-primary:hover {
    color: #fff !important;
    background: #d1b43f !important;
}
.top_result_row h2 {
    margin-right: 15px;
}

/* Buttons + Menu */
a.btn, button {
    cursor: pointer;
}
.menu_icon {
    width: 50px;
    display: grid;
}
.menu_icon span {
    width: 100%;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-bottom: 8.5px;
    margin-top: 0;
    position: relative;
    margin-right: 0 !important;
}
.menu_icon span:nth-last-child(1) {
    margin-bottom: 0;
}
.menu_icon.active span:nth-last-child(1) {
    margin-top: -10px;
}
.menu_icon.active span:nth-child(1) {
    top: 9px;
}

/* Footer */
footer {
    background: #000;
    text-align: center;
    padding: 15px 0;
}
footer * {
    font-size: 14px;
}
footer p {
    color: #fff;
    margin-bottom: 0;
}
footer a {
    color: #fff;
}

/* Nominate */
.nominate_intro {
    text-align: center;
}
.nominate_intro p {
    margin-bottom: 0;
}

/* Splash Screen */
.splash_screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 100;
    display: none;
    align-items: center;
    flex-direction: column;
}
.splash_screen .splash_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px;
}
.splash_screen .splash_2 {
    flex-grow: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.splash_screen ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.splash_screen ul li {
    margin-bottom: 7.5px;
}
.splash_screen ul li a {
    color: #fff;
    font-size: var(--h3);
    font-family: var(--title-font);
    font-weight: 400;
    border-bottom: solid thin transparent;
    padding-bottom: 1px;
}
.splash_screen ul li a:hover {
    border-bottom-color: #fff;
}
.splash_screen .menu_icon span:nth-child(1) {
    top: 0;
    transform: rotate(45deg);
}
.splash_screen .menu_icon span:nth-child(2) {
    bottom: 9px;
    transform: rotate(-45deg);
}

.splash_screen.activated {
    display: inline-flex;
}
.min-height {
    min-height: calc(27vh - 6px);
}
.business-template-default .icon {
    margin-bottom: 7.5px;
}
.icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 7.5px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.icon svg {
    width: 100%;
    max-width: 20px;
    height:20px;
    position: relative;
    transition: all .25s ease;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}

.icon::after,.icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .25s ease;
    border-radius: 30px;
}

.icon-expand::before {
    box-shadow: inset 0 0 0 60px #fff;
}

.icon-expand::after {
    box-shadow: inset 0 0 0 1px #c82647;
}

.icon-expand:hover::before {
    box-shadow: inset 0 0 0 1px #fff;
}

.icon-expand:hover svg {
    fill: #fff;
}

.icon.instagram {
    border-color: #c32aa3;
}

.instagram svg {
    fill: #c32aa3;
}

.instagram.icon-expand::before {
    background: #c32aa3;
}

.instagram.icon-expand::after {
    box-shadow: inset 0 0 0 1px #c32aa3;
}

.icon.website {
    border-color: #000;
}

.website svg {
    fill: #000;
}

.website.icon-expand::before {
    background: #000;
}

.website.icon-expand::after {
    box-shadow: inset 0 0 0 1px #000;
}

.icon.facebook {
    border-color: #1877f2;
}

.facebook svg {
    fill: #1877f2;
}

.facebook.icon-expand::before {
    background: #1877f2;
}

.facebook.icon-expand::after {
    box-shadow: inset 0 0 0 1px #1877f2;
}

.icon.email {
    border-color: #F4B400;
}

.email svg {
    fill: #F4B400;
}

.email.icon-expand::before {
    background: #F4B400;
}

.email.icon-expand::after {
    box-shadow: inset 0 0 0 1px #F4B400;
}

.icon.twitter {
    border-color: #000;
}

.twitter svg {
    fill: #000;
}

.twitter.icon-expand::before {
    background: #000;
}

.twitter.icon-expand::after {
    box-shadow: inset 0 0 0 1px #000;
}

.icon.youtube {
    border-color: red;
}

.youtube svg {
    fill: #ff0000;
}

.youtube.icon-expand::before {
    background: red;
}

.youtube.icon-expand::after {
    box-shadow: inset 0 0 0 1px red;
}

.icon.linkedin {
    border-color: #0a66c2;
}

.linkedin svg {
    fill: #0a66c2;
}

.linkedin.icon-expand::before {
    background: #0a66c2;
}

.linkedin.icon-expand::after {
    box-shadow: inset 0 0 0 1px #0a66c2;
}

.icon.tiktok {
    border-color: #000000;
}

.tiktok svg {
    fill: #000000;
}

.tiktok.icon-expand::before {
    background: #000000;
}

.tiktok.icon-expand::after {
    box-shadow: inset 0 0 0 1px #000000;
}

.content_area_faq h2 {
    margin-bottom: 1rem;
}
.faqs_row h3 {
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
    border-bottom: none;
    cursor: pointer;
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.faqs_row_city h2 {
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
    border-bottom: none;
    cursor: pointer;
    display: inline-flex;
    width: 100%;
    font-size: var(--h3);
    text-transform: uppercase;
    align-items: center;
}
.ui-accordion-content {
    border-top: none;
    padding:15px 0;
}
.ui-accordion-content p {
    margin-bottom: 0;
}
.faqs_row h3:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    font-weight: 300;
    flex-grow: 1;
    text-align: right;
}
.faqs_row_city h2.ui-state-active:after {
    content: '\f068';
}
.faqs_row_city h2:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    font-weight: 300;
    flex-grow: 1;
    text-align: right;
}
.faqs_row h3.ui-state-active:after {
    content: '\f068';
}
.faqs_row {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 60px;
    border-radius: 7.5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
    padding: 15px 30px;
    border:solid 2px #000;
}
.faqs_row_city {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 60px;
    border-radius: 7.5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
    padding: 15px 30px;
    border:solid 2px #000;
}
.faqs_row_city h3 {
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}
.faqs_row_city span a {
    white-space: normal;
}
.faqs_row_city .inner_block_result {
    padding:60px 30px;
}
.error-message {
    color: #fff;
    font-size: 1rem;
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    width: 100%;
    font-weight: 400;
}
.col-auto {
    position: relative;
}
/* Mobile */

#mobile_toggle {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    max-width: 100vw;
    z-index:99999;
}
#mobile_toggle nav {
    background-color: #000;
    height: 50px;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
#mobile_toggle #menuToggle {

}

#mobile_toggle #menuToggle input {
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    left:0;
    top:0;
}

#mobile_toggle #menuToggle span {
    display: flex;
    width: 30px;
    height: 1px;
    margin-bottom: 7px;
    position: relative;
    background: #fff;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#mobile_toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 99999;
}

#mobile_toggle nav {
    background-color: var(--main_accent);
    height: 50px;
    position: relative;
    box-shadow: 0 4px 4px rgba(0,0,0,.4);
}

#mobile_toggle #menuToggle input {
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    left: 0;
    top: 0;
}

#mobile_toggle #menuToggle span {
    display: flex;
    width: 30px;
    height: 1px;
    margin-bottom: 7px;
    position: relative;
    background: #fff;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    transition: transform .3s,opacity .3s;
}

#menuToggle input:checked~label span:first-child {
    transform: rotate(45deg) translate(1px,1px);
}

#menuToggle input:checked~label span:nth-child(2) {
    opacity: 0;
}

#menuToggle input:checked~label span:nth-child(3) {
    transform: rotate(-45deg) translate(0,-1px);
}

#mobile_toggle .menu-main-outer {
    box-shadow: 4px 0 4px rgba(0,0,0,.4);
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100vh + 50px);
    padding: 30px;
    background-color: var(--main_accent);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%,0);
    transition: transform .5s cubic-bezier(.77,.2,.05,1);
    top: 50px;
}

#mobile_toggle .menu-main-outer strong {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    color: #fff;
}

#mobile_toggle ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#mobile_toggle ul li ul {
    display: none;
}

#mobile_toggle ul li {
    text-align: left;
    padding: 10px 0;
    transition-delay: 2s;
    color:#fff;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}

#mobile_toggle ul li a {
    color: #fff;
    padding: 0 0;
    line-height: 1.5;
}

#mobile_toggle ul li a:hover {
    background: 0 0!important;
}

#mobile_toggle #menuToggle input:checked~div {
    transform: none;
}

.ham {
    position: absolute;
    top: 35px;
    transform: translate(-50%,-50%);
    left: 30px;
    z-index: 9999;
    height: 41px;
}

#mobile_toggle a.mobile-toggle-img {
    position: absolute;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 1;
}

#mobile_toggle a.mobile-toggle-img img {
    max-height: 30px;
}
.bottom-65 {
    bottom:0px;
}
body #hubspot-messages-iframe-container {
    bottom:80px !important;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.premium_btn {
    position: fixed;
    right:0;
    padding: 16px;
    gap: 12px;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    align-items: flex-end;
    bottom:30px;
}
.premium_btn a.btn_icon {
    background-color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
}
.premium_btn a.btn_icon img {
    max-width: 32px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    position: absolute;
}
.premium_btn a.btn_icon:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 100%;
}
.premium_btn a.btn_icon:hover {
    background:#fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.premium_btn a:not(.btn_icon) {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    top: 50%;
    padding: 3.75px;
    transform: translate(-100%,-50%);
    left: 15px;
    min-width: 155px;
    border-radius: 3.75px;
    text-transform: uppercase;
}

.mobile-toggle-text {
    position: absolute;
    top: 50%;
    right:15px;
    color:#fff;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    z-index: 1;
}
.option_m_sponsor {
    text-align: center;
}
.option_m_sponsor .m_first_row {
    margin-bottom:7.5px;
}
.option_m_sponsor .m_first_row p {
    margin-bottom:0;
}
.option_m_sponsor img {
    max-width: 150px;
    height:auto;
    margin-bottom: 7.5px;
}
.option_m_sponsor p {
    margin-bottom:0;
}
.option_m_sponsor p sm {
    font-size: 14px;
}
.option_m_sponsor p strong {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
    font-weight: 400;  
    font-size: var(--h3);
    line-height: 1;
    display: inline-block;
    width:100%;
    margin-bottom: 3.75px;
}
.option_m_sponsor div.link_items {
    margin-top:15px;
}
.tag_black {
    color: #fff;
    background: #000;
    border: transparent !important;
    padding: 0 30px !important;
    height: 42px;
    line-height: 42px;
    font-size: 1rem;
    display: inline-block;
    width:100%;
    text-align: center;
}
.tag_black p {
    margin-bottom: 0;
    color:#fff;
}
.default_content .sponsor_banner {
    display: flex;
}
.default_content .sponsor_banner div:has(img) {
    padding:0 15px;
}
.default_content .sponsor_banner img {
    height:134px;
    width:auto;
    max-width: none;
}
.sponsor_content {
    padding:0 15px;
}
.default_content .sponsor_banner .sponsor_content p {
    margin-bottom: 0;
}
.default_content .sponsor_banner .sponsor_content .link_items {
    padding-top:15px;
}
.default_content .sponsor_banner .sponsor_content .link_items a.icon {
    margin-left: 0;
    margin-right:7.5px;
}

.default_content .wp-block-separator {
    border-top: 1px solid;
    background:none !important;
    border-top-color:#ebebeb;
}
.default_content h2 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
}
.default_content h3:not(.ui-accordion-header) {
    margin-top: 0px;
    margin-bottom: 1rem;
}
.default_content ul li {
    margin-bottom: 1rem;
}
.default_content ul li::marker {
    color:#d1b43f;
}
.default_content ul li:nth-last-child(1) {
    margin-bottom: 0;
}
.default_content a:not(.btn) {
    color:#d1b43f;
    text-decoration: underline;
}
.default_content a.wp-block-button__link {
    color:#fff !important;
    background:#d1b43f;
    border: transparent !important;
    padding: 0 30px !important;
    height: 42px;
    line-height: 42px; 
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    font-size: 1rem;
    margin-bottom: 15px;
}
.default_content a.wp-block-button__link:hover {
    background:#000;
}
.default_content .row_results h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.default_content .row_results p {
    margin-top: 0;
}
.sponsor_banner {
    border-bottom:solid 2px #d1b43f;
}
.sponsor_banner p sm {
    font-size: 14px;
}
.sponsor_banner p strong {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
    font-weight: 400;  
    font-size: var(--h3);
    line-height: 1;
    display: inline-block;
    width:100%;
    margin-bottom: 3.75px;
}
.option_2_sponsor {
    margin-top: 15px;
}
.option_2_sponsor .sponsor_banner {
    display: inline-flex;
    justify-content: center;
    width:100%;
    border-bottom: none;
}
.option_2_sponsor .sponsor_banner p {
    margin-bottom: 0;
}
.option_2_sponsor .sponsor_banner p img {
    height:134px;
    width:auto;
    max-width: none;
}
.option_2_sponsor .sponsor_banner div:has(img) {
    padding:0 15px;
}
.option_2_sponsor .second_row_sponsor {
    display: inline-flex;
    justify-content: center;
    padding:15px 15px 0;   
    text-align: center;
    width: 100%;
}
.option_a1_sponsor .sponsor_banner {
    display: inline-block;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    border: solid 1px #d1b43f;
}
.option_a1_sponsor .sponsor_banner .first_row_sponsor img {
    height:100px;
    width:auto;
    max-width: none;
}
.option_a1_sponsor .first_row_sponsor {
    display: inline-flex;
    justify-content: center;
    width:100%;
    text-align: left;
}
.option_a1_sponsor .second_row_sponsor {
    padding: 15px 0 0;
    justify-content: start;
}
.option_a1_sponsor .second_row_sponsor a.icon {
    margin-left: 0;
    margin-right: 7.5px;
    text-align: left;
}
.option_1_sponsor .sponsor_banner .first_row_sponsor {
    display: inline-flex;
    justify-content: center;
    width:100%;
}
.option_1_sponsor .sponsor_banner p {
    margin-bottom: 0;
}
.option_1_sponsor .sponsor_banner p img {
    height:134px;
    width:auto;
    max-width: none;
}
.option_1_sponsor .sponsor_banner div:has(img) {
 
}
.padding-even {
    padding:0 15px;
}
.option_1_sponsor .sponsor_banner img {
    height:134px;
    width:auto;
    max-width: none;
}
.option_1_sponsor .second_row_sponsor {
    display: inline-flex;
    justify-content: start;
    padding:15px 0px 0;
    width: 100%;
}
.option_2_sponsor.option_4_sponsor .sponsor_banner {
    display: inline-flex;
    justify-content: center;
    width:100%;
    border-bottom: none;
}
.option_2_sponsor.option_4_sponsor .sponsor_banner p {
    margin-bottom: 0;
}
.option_2_sponsor.option_4_sponsor .sponsor_banner p img {
    height:auto;
    max-width: 100px;
    margin-bottom: 0;
}
.option_2_sponsor.option_4_sponsor .sponsor_banner div:has(img) {
    padding:0 15px;
}
.option_2_sponsor.option_4_sponsor .second_row_sponsor {
    display: inline-flex;
    justify-content: center;
    padding:15px 15px 0;   
    text-align: center;
    width: 100%;
}
.option_2_sponsor.option_3_sponsor {
}
.inner_block_result {
    box-shadow: 0px 3px 30px #00000014;
    border-radius: 0.5rem;
    padding:60px 15px;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.accordian_page p {
    margin-bottom:1rem;
}

.secondary_text {

}
.scroll_down_box_second {
    margin-top: -8px;
}
.scroll_down_box_first img {
    animation: pulse_down 2.4s ease 1s infinite;
    opacity: .2;
    margin-bottom: 0;
    width: 22px;
}
.scroll_down_box_second img {
    animation: pulse_down 2.5s ease 1.2s infinite;
    opacity: .2;
    margin-bottom: 0;
    width: 22px;
}
.secondary_text .text {
    color: #fff;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.scroll_down_box, .secondary_text {
    align-items: center;
    display: flex;
    width: 100%;
}
.secondary_text
 {
    flex-direction: column;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
@keyframes pulse_down {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes pulse {
    to {
        opacity: 1
    }
}
/* Container styling */
/* Reset some defaults */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 10px 30px 10px 15px;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  transition: border-color 0.2s;
  width: 100%;
  max-width: 300px;
}
button i {
    color:#fff;
    margin-left: 3.75px;
}
/* Optional: focus state */
select:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 0 1px #aaa;
}
.disclaimer {
}
.disclaimer p {
    margin-bottom: 0;
}
.disclaimer p sm {
    font-size: 14px;
    font-style: italic;
}
.firework-icon {
  margin-left: 8px;
  color: #ffd700;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: scale(1);
}

.firework-icon.show {
  display: inline-block;
  opacity: 1;
  transform: scale(1.8);
}
.fa-sparkles {
    margin-left: 15px;
}
.rounded_golden img{
    border-radius: 100%;
    border:solid 6px #d1b43f;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

/* Module 1 Styling */
.module_1 .section_panel {
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 3px 30px #00000014;
    text-align: center;
}
.module_1 .section_panel .section_panel_details {
    padding:30px;
}
.module_1 .section_panel .section_panel_details h3 {
    margin-bottom: 1rem;
}
.module_1 .section_panel .section_panel_details p {
    margin-bottom: 1rem;
}

/* Module 0 Styling */
.module_0 .default_section_title h2 {
    margin-bottom:0rem;
}
.module_0 .default_section_title:has(p) h2 {
    margin-bottom: 1rem;
}
.module_0 .default_section_title:has(p) p {
    margin-bottom: 0;
}

.gallery_item {
    padding-bottom:80%;
}
.prop_gallery {
    margin-bottom:15px;
}
.gallery_item_0 {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.img_1_layout,
.img_2b_layout,
.img_2a_layout {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.gallery_item_1 {
    margin-bottom:7.5px;
}
.gallery_item_2 {
    margin-bottom:7.5px;
}
.gallery_item_3 {
}
.gallery_item_2 .gallery_item {
    border-top-right-radius: 15px;    
}
.gallery_item_4 .gallery_item {
    border-bottom-right-radius: 15px;
}

.gallery_item_1,
.gallery_item_2,
.gallery_item_3,
.gallery_item_4 {
    padding:0 3.75px;
}
.gallery_item_1 .gallery_item,
.gallery_item_2 .gallery_item,
.gallery_item_3 .gallery_item,
.gallery_item_4 .gallery_item {
    padding-bottom:calc(80% - 5px);
}
.micro_gallery {
    position: relative;
}
.show_all_photos {
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #f6f6f6;
    background: #4C4f57;
    border: solid thin #4C4f57;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom:15px;
    right:30px;
    font-size:15px;
}
.show_all_photos:hover {
    background:#f6f6f6;
    color:#4C4f57;
}

.micro_main {
    padding-right: 3.75px;
}
.social_items {

}
.social_items p {
    margin-bottom: 3.75px;
}
.scan_to_vote {
    text-align: center;
}
.scan_to_vote p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1;
}
.center-default_business {
    text-align: center;
}
body.single .banner_var-1.no_bg_banner p.breadcrumb_title {
    margin-bottom: 1rem;
}
.form-control {
    line-height: 24px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color:#d1b43f;
    color:#fff;
}
.dropdown-menu,
.form-control {
    font-size: 1rem;
    color: #333;  
}
.dropdown-menu {

}
.banner_var-1.column-banner {
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.banner_var-1.column-banner h1 {
    margin-bottom: 0;
}
.col-v-1,
.col-v-2,
.col-v-3 {
    width: 100%;
}
.singular_city_banner.max-height-500.banner_var-1{
    height: auto;
}
.intro_para_results {
    text-align: center;
    padding-bottom: 60px;
}
.intro_para_results a {
    border: solid thin #d1b43f !important;
    background: #fff !important;
    color: #d1b43f !important;
}
.award_section {
    margin-top: 15px;
    text-align: center;

}
.award_section div {
    display: inline-flex;
    align-items: center;
    border-radius: 0.5rem;
    padding:7.5px 30px;
    padding-left: 7.5px;
    padding-right: 15px;
}
.award_section svg {
    width:30px;
    height:auto;
    margin-right: 7.5px;
}
.award_section div span {
    font-family: var(--paragraph-font);
    margin-top: 0 !important;
    font-size: 16px;
    color:var(--main_accent);
}
.award_section a:hover div{
    background:#d1b43f;
}
.award_section a:hover * {
    fill:#fff;
    color:#fff;
}
.gold-award {
    border: solid thin #d1b43f;
}
.gold-award svg {
    fill:#d1b43f;
}
.silver-award {
    border: solid thin silver;
}
.silver-award svg {
    fill:silver;
}
.bronze-award {
    border: solid thin #CD7F32;
}
.bronze-award svg {
    fill:#CD7F32;
}
.featured_award {
    margin-bottom: 15px;
}
.golden_header {
    text-align: center;
    padding:7.5px 0;
    background:#d1b43f;
}
.golden_header p {
    color:#fff;
    margin-bottom: 0;
    font-size: 18px;
}
.golden_header a.btn.btn-primary {
    background-color:#000 !important;
    color:#fff;
    margin-left: 30px;
    padding:7.5px 15px;
}
.golden_header a.btn.btn-primary:hover {
    background-color:#fff !important;
    color:#000;
}
.gform-theme--framework .gfield--type-choice .gchoice br, .gform-theme--framework .gfield--type-choice .ginput_container_consent br {
    display: block !important;
}
.gform-theme--foundation #gform_8 .gform_fields {
    row-gap: 15px;
}
.gfield--type-total {
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}
.gfield--type-total label {
    font-weight: bold !important;
}
body.page-id-139839 .gform-theme--api,body.page-id-139839 .gform-theme--framework {
    --gf-field-img-choice-size-md: 250px;
}
.margin-top-30-f {
	margin-top:30px !important;
}
.page-id-139846 .default_content a:not(.btn) {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out; 
    background: #d1b43f;
    color: #fff;
    border: solid thin #d1b43f;
    padding: 11px 30px;
}
.page-id-139846 .default_content a:hover {
    color:#d1b43f;
    background-color: transparent;
}
@media print {

    @page { margin: 0; }
    .single-city .min-height {
        min-height: 0 !important;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    body { margin: 1.6cm; }
    .max-height-500.banner_var-1 * {
        color:#000
    }
    body .max-height-500.banner_var-1,
    body .banner_var-1  {
        height: auto !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media(max-width:1600px) {
    header img {
        max-width: 50px;
    }
    .banner_var-1 img {
        max-width: 200px;
    }
}
@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    h1 {
        font-size: var(--h2);
    }

    h1 * {
        font-size: var(--h2);
    }

    h2 {
        font-size: var(--h3);
    }

    h2 * {
        font-size: var(--h3);
    }
    h3 {
        font-size: var(--h4);
    }
    h3 * {
        font-size: var(--h4);
    }
    h4 {
        font-size: var(--h5);
    }
    h4 * {
        font-size: var(--h5);
    }
    .banner_var-1 h1 span {
        font-size: var(--h4);
    }
    .inner_block_result {
        padding:30px 15px;
    }
    select {
        width:100%;
        max-width: none;
        margin-bottom: 15px;
    }
    .faqs_row_city h2 {
        font-size: var(--h4);
    }
    .faqs_row_city h3 {
        font-size: var(--h4);
    }
    .faqs_row_city .inner_block_result {
        padding:30px 30px 30px;
    }
}
@media (min-width: 767.98px) {
    .row_results h3.claimed svg,
    .row_results h3 svg {
        //margin-top: 3px;
    }
}
@media (max-width: 767.98px) {

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width:100% !important;
        margin-bottom: 15px;
    }
    .banner_var-1 img {
        max-width:250px;
    }
    .inner_block_result {
        padding:30px 15px;
    }
    .premium_btn {
        display: none;
    }
    .bg_black_mn {
        background:var(--main_accent);
        padding:30px;
    }
    .option_m_sponsor * {
        color:#fff;
    }
    .option_m_sponsor p strong {
        text-transform: uppercase;
    }
    body {
        padding-top:50px;
    }
    .max-height-500.banner_var-1 {
        min-height: 350px;
        max-height: none;
        height:auto;
        padding:60px 0 60px;
        display:inline-flex;
        width:100%;
        align-items: center;
        justify-content: center;
    }
    .sponsor_banner img {
        max-width: 100%;
        height:auto;
        width: 100%;
    }
    header.inner_header {
        position: relative;
    }
    header img {
        max-width: 60px;
    }
    .banner_var-1 {
        align-items: flex-start;
        padding:120px 0 30px;
    }
    .nice-select {
        margin-bottom: 7.5px;
        width: 100%;
    }
    .btn-primary,
    .gform_button {
        width: 100%;
        justify-content: center;
    }
    .banner_var-1 img {
        margin-bottom: 15px;
    }
    .faqs_row_city {
        padding:15px 15px;
    }
    .nice-select .list {
        max-height: 150px;
        overflow-y: scroll;
        min-width: 100%;
    }
    .top_result_row {
        text-align: center;
        display: block;
    }
    .top_result_row h2 {
        margin-bottom: 15px;
    }
    body.home {
        overflow-y: visible;
    }
    body.home .banner_var-1 {
        height:auto;
        min-height: 100vh;
        padding:120px 0 60px;
    }
    body.home footer {
        margin-top: 0;
    }

    .gallery_item_0,
    .gallery_item_4 .gallery_item,
    .gallery_item_2 .gallery_item {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .gallery_item_1, .gallery_item_2, .gallery_item_3, .gallery_item_4 {
        padding:0 15px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    body.single .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .micro_main {
        padding-right: 15px;
    }
    body.single .banner_var-1.no_bg_banner.max-height-500 {
        padding-top: 60px;
    }
    body.single .banner_var-1.no_bg_banner h1 {
        font-size: var(--h3);
    }
    .banner_var-1 h1 {
        line-height: 1.5;
    }
    .option_a1_sponsor .sponsor_banner {
        padding:15px 15px 15px;
    }
    .option_1_sponsor .sponsor_banner .first_row_sponsor {
        flex-wrap: wrap;
        text-align: center;
    }
    .option_1_sponsor .sponsor_banner div:has(img) {
        width: 100%;
    }
    .option_1_sponsor .sponsor_banner div img {
        margin-bottom: 15px;
    }
    .option_1_sponsor .second_row_sponsor {
        justify-content: center;
    }
    .row_results h3 {
        align-items: flex-start;
    }
    .golden_header {
        padding:15px 0;
    }
    .golden_header a.btn.btn-primary {
        margin-left: 0;
        margin-top: 7.5px;
    }
}
