<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Theme Name: Enterprise Pro Theme
    Theme URI: http://my.studiopress.com/themes/enterprise/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
    
    Version: 2.1.1
    
    Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
  
    Template: genesis
    Template Version: 2.1

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

    - Fonts
    - Font Awesome Icons
    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Content Containers and Sidebars
        - Site Header
            - Title Area
            - Widget Area
        - Site Navigation
            - Primary Navigation
        - Entries
        - Widgets
        - Footer Widgets
        - Site Footer
    - Posts
        - Entry Meta
        - Pagination
        - Comments
    - Common Classes
        - Avatar
        - Genesis
        - Titles
        - WordPress
        - Column Classes
        - Hide element when not using specific media query
    - Everything Else
    - Online Booking Styles
    - Media Queries
*/


/*
Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.passporthealthglobal.com/wp-content/themes/enterprise-pro/fonts/poppins-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://www.passporthealthglobal.com/wp-content/themes/enterprise-pro/fonts/poppins-600.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://www.passporthealthglobal.com/wp-content/themes/enterprise-pro/fonts/oswald-200.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://www.passporthealthglobal.com/wp-content/themes/enterprise-pro/fonts/fa-solid-900.woff2) format("woff2");
}

/* Font Awesome Icons 
--------------------------------------------- */
.fa,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fa-bars:before { /*ubermenu-responsive-toggle*/
    content: "\f0c9";
    color: #a5a4a5;
    font-size: 23px;
}

.fa-times:before { /*ubermenu*/
    content:"\f00d";
}

.fa-angle-down:before { /*ubermenu*/
    content: "\f107";
}

.fa-search:before {
    content:"\f002";
    width: 16px;
    height: 16px;
}

.header_search .fa-search:before {
    width: 12px;
    height: 12px;
}

/*
HTML5
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
[hidden], template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    color: #6b655b;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

pre {
    white-space: pre-wrap;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0px;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a,
a:link {
    font-weight: normal;
    color: #1a96d0;
    text-decoration: underline;
}

a.white {
    color: #fff!important;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

p.lg,
ul.lg {
    font-size: 1.1em;
    color: #636363;
}

p.large {
    font-size: 22px;
    line-height: 1.6;
}

p.clinicp {
    padding-bottom: 5%;
}

.icon-tab-content p.clinicp {
    padding-bottom: 0px;
}

.icon-tab-content p.clinicp:last-child {
    margin-bottom: 0px;
}

.icon-tab-content p:last-child {
    margin-bottom: 0px;
}

b, strong {
    font-weight: 600;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 26px;
    margin-left: 40px;
}

.entry-content ol &gt; li {
    list-style-type: decimal;
}

.entry-content ul &gt; li {
    list-style-type: disc;
    margin: 0px 0px 5px 0px;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.pp-flex ol {
    margin-left: 18px;
}

ol.ppengb &gt; li {
    list-style-type: lower-alpha;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin-top: 16px;
    margin-bottom: 16px;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

cite {
    font-style: normal;
}

.longUrl {
    word-break: break-word;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h2.orange {
    color: #f47721;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 17px;
}

h5,
h6 {
    font-size: 15px;
}

.topimg-text-overlay h1.long {
    margin: 0px;
    color: #fff;
    font-size: 70px;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}

.topimg-text-overlay .h1small {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5px;
}

.accordion h2,
.clinic-accordion h2 {
    display: inline;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
}

/* Objects
--------------------------------------------- */
audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    border: 0;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Forms
--------------------------------------------- */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
    color: #474B55;
    font-size: 16px;
    font-weight: 400;
}

select:invalid,
select option[value=""] {
    color: #A4A7A9;
}

input:focus,
textarea:focus {
    border: 1px solid #31b2ede8;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #A4A7A9;
    font-weight: 400;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #31b2ed;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #174897;
    opacity: 1;
}

.entry-content .button:hover,
.footer-widgets .button {
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/*contact us main form page*/
.contact_container {
    margin: 0px 0px 45px 0px;
}

.mf-fieldLabel {
    margin-top: 12px;
    font-weight: 600;
}

select#mf-subject {
    max-width: 100%;
}

.mf-form-button {
    margin: 15px auto;
}

.app-support-subj-msg {
    color: #f47721;
    font-weight: 600;
    margin: 15px 0px 0px;
}

/*customer experience survey form*/
.customerSurvey .survey_label {
    float:left;
    margin: 0px 15px 15px 0px;
}

.customerSurvey .survey_row {
    margin: 0px 0px 25px 0px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 5px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
}

.contact-multiline .gfield_label {
    width: 100% !important;
}

.contact-multiline ul {
    margin-left: 0 !important;
    overflow: visible !important;
}

.contact-multiline ul li {
    overflow: visible !important;
}

.bottom10px {
    margin-bottom: 10px !important;
}

.textarea95pct textarea {
    width: 95% !important;
}

.comment-form, textarea {
    width: 100%;
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    visibility: hidden;
}

/* Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 10px;
    width: 100%;
}

tbody {
    border-bottom: 0px;
}

td,
th {
    text-align: left;
}

td {
    border-top: 0px;
    padding: 3px 0;
    vertical-align: top;
}

th {
    font-weight: 600;
    text-transform: uppercase;
}

.pp-flex {
    margin-bottom: 40px;
    display: flex;
    flex-flow: column;
}

.pp-heading {
    background: #3e83c9;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.pp-row {
    border-bottom: 1px solid #95bce2;
    display: flex;
    flex-flow: row;
    justify-content: left;
    padding: 10px 0px;
}

.pp-cell {
    border-right: 1px solid #fff;
    padding: 3px 10px;
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: inherit;
    justify-content: inherit;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.wrap {
    margin: 0 auto;
    max-width: 960px;
    background: #fff;
}

.site-inner {
    background-color: transparent;
    padding-top: 0;
    border: none;
}

body.custom-background {
    background-color: #319DD6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/* Content Containers and Sidebars
---------------------------------------------------------------------------------------------------- */

/* Content
--------------------------------------------- */
.content {
    float: right;
    width: 635px;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

.error404 .content {
    padding: 15px;
}

/* Sidebars
--------------------------------------------- */
.sidebar .widget {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.sidebar-primary .widget {
    padding: 20px 13px;
}

.sidebar-primary {
    float: right;
    width: 320px;
    border-left: 1px solid #ececec;
    padding-top: 10px;
}

.sidebar-content .sidebar-primary {
    float: left;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
    background-color: #fff;
    max-width: 960px;
    margin: 10px auto 0 auto;
}

.site-header .wrap {
    padding: 0px;
    width: 100%;
}

/* Title Area
--------------------------------------------- */
.title-area, #title-area {
    float: left;
    padding: 22px 0 0 18px;
}
/*for regular logo*/
/*.title-area img, #title-area img {
    position:relative !important;
    float:none !important;
}*/

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
    float: right;
    width: auto;
}

.site-header .widget-area .widget {
    margin-bottom: 0;
}

#header_right {
    position: relative;
    display: inline-block;
    margin: 7px 18px 2px 45px;
    width: 167.41px;
}

#header_right_frca {
    position: relative;
    display: inline-block;
    margin: 7px 18px 2px 45px;
    width: 205.4px;
}

#header_translation_text {
    position: absolute;
    right: 247px;
    width: 176px;
    margin: 14px 0 0 0;
    font-size: 15px;
}

#header_translation_flex_container {
    display: flex;
    justify-content: center;
    gap: 5px;
}

#header_translation_flex_flag {
    padding-top: 2px;
}

#header_translation_text a {
    color: #1a96d0;
    text-decoration: underline;
}

#Hschedule-button {
    background: #319DD6;
    color: #fff;
    border-radius: 5px;
    padding: 5px 45px;
    text-align: center;
    font-size: 16px;
    height: 36px;
    min-width: 167.42px;
}

#Hschedule-button-frca {
    background: #319DD6;
    color: #fff;
    border-radius: 5px;
    padding: 5px 22px;
    text-align: center;
    height: 36px;
    min-width: 195.31px;
}

.header-cta-number,
.header-cta-number a {
    text-decoration: none;
    color: #2759a2;
    font-size: 12px;
    padding-top: 3px;
    text-align: center;
}

#header_middle {
    display: inline-block;
    float: left;
}

#b2b_header_right {
    width: 260px;
    vertical-align: top;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    height: 69px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

/* Primary Navigation
--------------------------------------------- */
.ubermenu {
    display: block;
    font-size: 13px!important;
    background: #f0eff0!important;
}

.ubermenu .ubermenu-submenu .ubermenu-target,
.ubermenu .ubermenu-target {
  color: #555;
}

.ubermenu .ubermenu-submenu .ubermenu-item-header &gt; .ubermenu-target {
    color: #111 !important;
}

.ubermenu .ubermenu-target-text {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ubermenu .ubermenu-item-level-0:hover &gt; .ubermenu-target,
.ubermenu .ubermenu-item-level-0.ubermenu-active &gt; .ubermenu-target {
    color: #111 !important;
    background: #f9f9f9;
}

.ubermenu .ubermenu-item-level-0.ubermenu-current-menu-item &gt; .ubermenu-target,
.ubermenu .ubermenu-item-level-0.ubermenu-current-menu-parent &gt; .ubermenu-target,
.ubermenu .ubermenu-item-level-0.ubermenu-current-menu-ancestor &gt; .ubermenu-target,
.ubermenu .ubermenu-submenu .ubermenu-current-menu-item &gt; .ubermenu-target,
.ubermenu .ubermenu-item.ubermenu-item-level-0 &gt; .ubermenu-highlight {
    color: #174896 !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop &gt; .ubermenu-target &gt; .ubermenu-sub-indicator {
    right: 6px !important;
    color: #fff;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop &gt; .ubermenu-target {
    padding-right: 17px !important;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-drop {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.ubermenu .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack &gt; .ubermenu-target {
    border-bottom: 1px solid #e9e9e9;
}

.mobile_nav,
.mobile_nav_frca {
    display: none;
}

/* Entries
--------------------------------------------- */
.entry {
    background-color: #fff;
    border: none;
    padding: 15px 30px 20px 30px;
}

.page-template-franchise-local-page-redesign .entry,
.page-template-franchise-parent-page-redesign .entry,
.page-template-uk-franchise-local-page-redesign .entry,
.page-template-uk-franchise-parent-page-redesign .entry,
.page-template-canada-fr-franchise-local-page-redesign .entry,
.page-template-canada-fr-franchise-parent-page-redesign .entry {
    padding: 0px;
}

.entry-header {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}

.error404 .entry-content {
    padding: 15px 0px;
}

.page-template-b2b-home-template .entry-content,
.page-template-b2b-home-template .entry {
    padding: 0;
}

/*
Widgets
--------------------------------------------- */
.widget {
    word-wrap: break-word;
    margin-bottom: 20px;
}

.widget li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget ol &gt; li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget ul &gt; li:last-child,
.widget p:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets .wrap {
    border-top: 4px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(0deg, rgba(0, 52, 130, 1) 53%, rgba(0, 144, 216, 1) 108%);
    padding: 20px;
    color: #fff;
}

.footer-widgets .wrap a {
    color: #fff;
}

.footer-widgets-1 a {
    font-size: 12px;
}

.footer-widgets-1,
.footer-widgets-2 {
    width: 30%;
    margin-right: 2%;
    float: left;
}

.footer-widgets-3 {
    width: 30%;
    margin-right: 2%;
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}

.footer-widgets li {
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.middle-footer-cta {
    text-align: center;
}

.footer-embeddedPhone {
    height: 26px;
}

.footer-embeddedPhone a {
    text-decoration: none;
}

.footer-social-media {
    text-align: center;
}

.footer-social-media .social-btn {
    display: inline-block;
    padding: 0px 4px;
    vertical-align: middle;
}

.social-btn-cqc {
    display: block;
    margin: 15px auto 0px auto;
    text-align: center;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
}

.site-footer,
.site-footer .wrap {
    background: transparent;
    color: #fff;
}

.site-footer a {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
    letter-spacing: 4px;
    text-align: right;
}

/*
Posts
---------------------------------------------------------------------------------------------------- */

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin: 10px 0 0;
}

.entry-footer {
    margin-top: 22px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #ececec;
}

.entry-categories,
.post-edit-link {
    display: none;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
    margin: 40px 30px;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #31b2ed;
    color: #fff;
}

.entry-pagination.pagination {
    margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
}

.comment-respond {
    padding: 40px 40px 16px;
}

.comment-respond h3 {
    border-bottom: 1px solid #ececec;
    margin: -40px -40px 40px;
    padding: 30px 40px;
}

.entry-comments {
    border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
}

.comment-list li.depth-1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
}

.comment-content {
    clear: both;
}

.comment-list li {
    padding: 40px 40px 0;
}

.comment-list li li {
    padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
    color: #aaa;
    font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
    color: #31b2ed;
}

.ping-list li {
    padding: 40px 40px 16px;
}

.entry-pings .reply {
    display: none;
}

.comment-reply-link {
    font-weight: 600;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */
.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Titles
--------------------------------------------- */
.entry-title {
    padding-bottom: 10px;
    margin: 0;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
    border-bottom: none;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
    margin: -40px -40px 0px;
    padding: 30px 40px 10px 40px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 12px 24px;
}

.wp-caption-text {
    font-weight: 600;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
    margin: 0 0 10px;
}

/* Column Classes
--------------------------------------------- */
.one-half,
.one-third {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half {
    width: 48.717948717948715%;
}

.one-third {
    width: 31.623931623931625%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* Hide element for desktop view - when not using specific media query
--------------------------------------------- */
#clinic_map {
    display: none;
}

.healthmap_wrapper_mobile {
    display: none;
}

.healthmap_wrapper_mobilesm {
    display: none;
}

/*
Everything Else
---------------------------------------------------------------------------------------------------- */
/* Home Pages Content*/
.home-top-1 {
    position: relative;
}

#home-middle {
    clear: both;
    overflow: hidden;
}

.home-middle-1,
.home-middle-2,
.home-middle-3 {
    float: left;
    padding: 0 2.8%;
    width: 33.33333333333%;
}

.home-middle-text {
    line-height: 1.625;
    padding-top: 12px;
}

.slideshow_container {
    background: #fff;
    position: relative;
    width: 100%;
    height: 332px;
}

.left_arrow {
    width: 40px;
    height: 44px;
    position: absolute;
    left: -7px;
    top: 220px;
    z-index: 10;
    cursor: pointer;
}

.right_arrow {
    width: 40px;
    height: 44px;
    position: absolute;
    right: -7px;
    top: 220px;
    z-index: 10;
    cursor: pointer;
}

.slidetext_mx {
    margin: 30px 0px;
}

.slidetextcontainer {
    margin-top: -3px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}

.slide_position {
    position: absolute;
    top: 280px;
    left: 120px;
    z-index: 0;
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 3px 1px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.on {
    background-color: #319dd6;
}

.slide_location {
    font-style: italic;
    font-size: 10px;
}

.slideshow {
    width: auto;
    height: 332px;
}

.home_headline h1,
.home_headline h2 {
    padding: 7px 7px 5px 7px;
    margin: 0;
    letter-spacing: -1px;
    font-size: 26px;
}

.home_headline h3 {
    font-size: 15px;
    color: #666;
    margin: 5px;
    line-height: 25px;
}

.spacer {
    height: 1px;
    background: #f0f0f0;
    margin: 0px 0;
}

.location_box {
    background: rgba(255, 255, 255, 0.83);
    float: right;
    width: 325px;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    right: 60px;
    top: 15px;
    height: 209px;
    line-height: normal;
}

h2#location_header {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 7px 5px;
    margin: 0;
    text-align: center;
    background-color: #666;
}

h2#location_header_frca {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    padding: 2px 5px;
    margin: 0;
    text-align: center;
    background-color: #666;
}

.location_box .cta-btn-call-text {
    color: #2759a2;
}

.schedNow {
    width: auto;
    height: 62px;
    margin: 8% 0 3% 0;
}

a#bookNowBtn {
    text-decoration: none;
}

.home-sched-now-btn {
    background: #2759a2;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
}

.home-sched-now-callText,
.home-sched-now-callText a {
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    line-height: 28px;
    color: #2759a2;
}

.homepage_clinic_search input.location_search_input {
    float: left;
    padding: 4px 3px;
    font-size: 13px;
    color: #A9A9A9;
    border: 1px solid #2759a2;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 31px;
    width: 260px;
}

.homepage_clinic_search .search2 {
    float: left;
    display: block;
    border: 1px solid #2759a2;
    margin-left: -2px !important;
    padding: 4px 8px;
    background-color: #2759a2;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 31px;
    width: 33px;
}

.homepage_clinic_search {
    margin: 8% 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.location_details {
    padding: 0 15px;
}

.location_details hr {
    border-style: solid;
    border-width: .2px;
}

.page-template-uk-home-template .staticImgContainer {
    overflow: hidden;
}

.page-template-uk-home-template .staticImg {
    background-position: left;
    width: 480px;
    height: 332px;
    background-size: 480px 332px;
}

/*ENCA B2B Home Page*/
.page-template-b2b-home-template .widget {
    margin: 0px;
}

.b2b-home-body {
    padding: 0px 20px 10px;
}

.b2b-home-body .spacer {
    margin: 20px auto;
}

.b2b_slider_image {
    width: 762px;
    height: 380px;
    display: inline-block;
    float: left;
}

.b2b_page .rightnav-box {
    height: 95px;
    width: 198px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #e3e3e3;
    border-bottom: 1px solid #a4a4a4;
    cursor: pointer;
}

.b2b_page .rightnav-box a {
    text-decoration: none;
    color: #6b655b;
}

.b2b_page .rightnav-box.on a {
    color: #fff;
}

.b2b_page .rightnav-box.last {
    border-bottom: none;
}

.b2b_page .rightnav-box.on {
    background-color: #004d98;
}

.b2b_page h1 {
    padding: 30px 0px 20px 0px;
}

.b2b_page h2 {
    padding: 10px 0px 20px 0px;
}

.b2b-home-body h3 {
    font-size: 17px;
}

.b2b-home-body ul {
    margin: 8px 0 0 0;
    padding-left: 0px;
}

.b2b-home-body li {
    margin: 0 0 0 20px;
    padding-left: 2px;
    list-style-type: disc;
}

.b2b_slide_position {
    position: absolute;
    z-index: 0;
    top: 290px;
    left: 20px;
    margin-right: 15px;
}

.b2b-more-btn {
    background: #004d98;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 0px;
    text-align: center;
    font-size: 13px;
    height: 30px;
    width: 100px;
}

a.b2b-slider-more-btn {
    text-decoration: none;
}

.b2b-slide-text {
    color: #000000;
    font-size: .85em;
}

.b2b_slider_image .slideshow_container {
    background: #fff;
    position: absolute;
    width: 762px;
    height: 380px;
}

.b2b-quarter-box {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0px auto;
    padding: 0px 2%;
}

.b2b_links_container {
    display: inline-block;
    width: 198px;
    vertical-align: top;
}

.b2b_slider_links {
    display: table-row;
    font-size: 16px;
}

/*automated clinic page and region page hero menus - additional styles under 1025 and 1024 media queries*/
#additional-pages-responsive-menu-icon {
    cursor: pointer;
    display: none;
}

#additional-pages-responsive-menu-icon .fas.fa-bars:before {
    color: #fff;
    font-size: 16px;
}

.menu-additional-pages-responsive-inactiveLink {
    pointer-events: none;
}
/*end menus*/

/*clinic and region pages*/
#loc-section {
    width: 95%;
    margin: 10px auto 20px auto;
}

#clinic-faq-section {
    width: 95%;
    margin: 59px auto 20px auto;
}

.clinicFaqSubSection {
    width: 90%;
    margin: 0px auto;
    display: none;
}

.clinicFaqAccordionContent {
    display: none;
    overflow: hidden;
    padding: 0px 18px;
}

h2.clinic {
    margin: 0px 0px 10px 20px;
}

.clinic_section {
    width: auto;
    height: 1px;
    background: #d8d8d8;
    margin: 35px 0px;
}

.biocontainer { 
    width: 100%;     
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.bio_slides_container {
    width: 85%;
    margin: 0 auto;
}

.bioSlides:not(.bioSlides1) {
    display: none;
}

.bioimgcontainer {
    float: left;
    margin-right:2em;
    width:calc(50% - 1em);
    padding-top: 5px;
}

.biobtn-left {
    float: left;
    position: relative;
    top: 100px;
}

.biobtn-right {
    float: right;
    position: relative;
    top: 100px;
}

.bioprev, .bionext {
    cursor: pointer;
    font-size: 40px;
    transition: 0.6s ease;
    text-decoration: none;
    margin-top: 3px;
    color: #31b2ed;
    background: transparent;
    outline-style: none;
}

.bioprev:hover, .bionext:hover  {
    background: transparent;
    border: none;
}

.biotextcontainer {
    display:inline-block;
    width:calc(50% - 1em);
}

span.bioname {
    font-weight: 600;
    font-size: 1.2em;
    color:#636363;
}

p.biotext {
    font-size: 1.1em;
    color: #636363;
    margin-bottom: 10px!important;
}

.biophoto {
    margin: 0px 24px 12px 0px;
    float: left;
    text-align: left;
    width: 70%;
}

/*clinicPageClinicDetails shortcode - readmore classes also used with bio slider*/
.readmoreBtn:before,
.readmoreBtn:after {
    background-color: #C8C8C8;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    font-size: 1.1em;
}

.readmoreBtn:before {
    right: 0.5em;
    margin-left: -50%;
}

.readmoreBtn:after {
    left: 0.5em;
    margin-right: -50%;
}

.readmorelabel {
    color: #C8C8C8;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.readmorelabel:hover {
    color: #1a96d0;
}

.clinic-img-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    display:inline-block;
    padding: 0em 1.5em 0em 0em;
}

.ClinicImgSlide2,
.ClinicImgSlide3 {
    display: none;
}

.clinic-img-dot-container {
    text-align: center;
}

.clinic-img-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .clinic-img-dot:hover {
    background-color: #f47721;
    transition: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.clinic-details-directions-container {
    margin: 10px 20px 35px 20px;
}

.clinic-details-container {
    display: inline-block;
    width: calc(50% - 1em);
    vertical-align: top;
}

.clinic-details-container li,
.clinic-details-text-container li {
    margin-bottom: 3%;
}

.clinic-details-container pre,
.clinic-details-text-container pre {
    white-space: pre-wrap;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0 0 24px;
}

.clinic-address-phone-webpage,
.clinic-directions {
    margin: 0 0 24px;
}

.map-container {
    width: auto;
    height: 200px;
    margin: 0 0 10px 0px;
}
/**/

/*nearby locations shortcode */
.nearbyLocationsContainer {
    background-color: #2759a2;
    max-width: 100%;
}

h2.nearbyLocations {
    color: #fff;
    margin: 0px 0px 15px 20px;
    padding-top: 25px;
}

.nearbyClinics {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    padding-bottom: 30px;
}

.nearbylocation_business,
.nearbylocation_business a {
    color: #fff;
}

.nearby_locations_clinic_title {
    font-weight: 600;
}

a.button.view_clinic_details {
    padding: 7px 20px;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    color: #fff;
}

.view_clinic_details:hover {
    background-color: #f47721;
}

.view_clinic_details_btn {
    margin: 15px 0px 15px 21px;
}

.nearbylocation_business .address {
    margin: 0px 0px 0px 21px;
    display: block;
    min-height: 104px;
}

.pin {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% 50% 0;
    background: #31b2ed;
    transform: rotate(-45deg);
    margin: 3px 5px 40px 0px;
    float: left;
}

.pin:after {
    content:'';
    width: 7px;
    height: 7px;
    margin: 3px 0 0 5px;
    background: #2759a2;
    position: absolute;
    border-radius: 50%;
}

/*clinicPageSchema shortcode*/
.coming-soon-clinic-banner {
    width: 95%;
    padding: 5px;
    border: 2px solid #f47721;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto;
    color: #666;
}

.coming-soon-clinic-banner p,
.coming-soon-clinic-banner a {
    margin-bottom: 0px;
}

.heroImgContainer {
    position: relative;
    display: flex;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 52, 130, 1) 0%, rgba(0, 144, 216, 1) 35%, rgba(0, 89, 167, 1) 100%);
    background-size: cover;
}

#heroReg {
    height: 363px;
}

.heroImgContainer p {
    margin: 0px 0px 0px 0px!important;
}

.heroImgSchemaOverlay {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 10;
    top: 0px;
    padding: 20px 30px;
    color: #ffffff;
    height: 100%;
}

.heroImgSchemaOverlay h1 {
    color: #ffffff;
}

.PPHname {
    text-transform: uppercase;
    color: #fff;
}

.directions-link-top {
    float: left;
    padding: 0px 20px 0px 0px;
}

.directions-icon-top {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% 50% 0;
    background: #ffffff;
    transform: rotate(-45deg);
    margin: 4px;
    float: left;
}

.directions-icon-top:after {
    content:'';
    width: 7px;
    height: 7px;
    margin: 3px 0 0 5px;
    background: #2759a2;
    position: absolute;
    border-radius: 50%;
}

/*clinicPageSchema and regionPageHero shortcodes*/
.schedule-btn-container {
    padding: 5px 0px;
    height: 72px;
}

#schedule-now-btn {
    -webkit-box-shadow: 0 8px 6px -6px #f05e15;
    -moz-box-shadow: 0 8px 6px -6px #f05e15;
    box-shadow: 0 8px 6px -6px #f05e15;
    border: 1px solid;
    border-color: #f47721;
    background-color: #f47721;
    padding: 10px 35px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin: 7px 0 7px 0;
}

#schedule-now-btn a {
    color: #fff;
    text-decoration: none;
}

.aggregate-stars {
    font-size: 16px;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.review-count a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.orange-star {
    color:#f47721;
}

.white-star {
    color: #ffffff;
}

.top-links-container {
    padding: 15px 0px 0px 0px;
}

.top-links-container a {
    text-decoration: none;
}

.nearby-link-top {
    display: inline-block;
}

.nearby-link-top span.fas.fa-search {
    width: 16px;
    height: 16px;
}

span.fa-search:before {
    color: #fff;
}

.top-links-text {
    color: #fff;
    padding-left: 5px;
}

hr.topHR {
    border: solid 1px;
    border-color:#FFFFFF;
    opacity: 0.2;
}

/*misc page banner - not used on global pages as of Dec 2024*/
.clinic-banner {
    width: 90%;
    padding: 5px;
    border: 2px solid #f47721;
    border-radius: 10px;
    text-align: center;
    margin: 10px auto;
}

.clinic-banner p {
    margin-bottom: 0px;
}

/*used on b2b pages - onsite flu, onsite immunizations, vaccine credentialing*/
.physicals-separator { 
    width: 100%; 
    height: 5px; 
    background-color: #666;
}

/*b2b ctas*/
.cta-ca-b2b {
    display: inline-block;
    padding: 15px 0px;
}

/* cta button containers from the output phone file */
.DA-CTA {
    display: inline-block;
}

.cta-ca,
.cta-fr,
.cta-mx,
.cta-uk {
    margin: 10px 0px;
    text-align: center;
}

a.cta-book-btn {
    text-decoration: none;
}

#book-online-now, /*used on b2b pages*/
.book-online-now {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #3e83c9;
    color: #fff;
    padding: 10px 18px;
    cursor: pointer;
}

.cta-btn-call-text,
.cta-btn-call-text-frca,
.cta-btn-call-text-mx,
.cta-btn-call-text-uk {
    color: #2759a2;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
}

.cta-btn-call-text a,
.cta-btn-call-text-frca a,
.cta-btn-call-text-mx a,
.cta-btn-call-text-uk a {
    text-decoration: none;
    color: #2759a2;
    font-weight: 600;
}

/*vaccine tables DA pages*/
.vaccinedata2 th {
    background: #3e83c9;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

.vaccinedata2 td {
    border-bottom: 1px solid #95bce2;
    text-align: center;
}

.vaccinedata2 td * {
    padding: 3px 3px;
}

.vaccinedata2 tr.alt td {
    background: #ecf6fc;
}

.vaccinedata2 tr.over td,
.vaccinedata2 tr:hover td {
    background: #bcd4ec;
}

/*for flags on destination advice pages*/
.dawrap {
    display: flex;
}

.daflag {
    float: right;
    width: 20%;
    padding-right: 20px;
}

.datitle {
    width: 80%;
    margin: auto;
}

.datitle h1 {
    font-size: 2em;
}

/*da main and region pages*/
.column {
    float: left;
    width: 30%;
    padding: 5px;
}

/*used on vaccination pages*/
.left_text_column {
    float: left;
    width: 55%;
}

.right_reviews_column {
    float: right;
    width: 350px;
    margin-bottom: 30px;
}

/**hero images DA, vaccine, travel med pages*/
.topimg {
    position: relative;
    width: 100%;
}

.topimg-overlay {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    bottom: 30px;
    right: 580px;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.83);
}

.topimg-overlay b,
.topimg-overlay strong,
.topimg-overlay a {
    font-weight: 400 !important;
}

.topimg-overlay-details {
    padding: 20px 30px;
    font-size: 1.2em;
    line-height: 28px;
    color: #0058A4;
}

/*main DA page section titles*/
.topimg-overlay-2 {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    bottom: 30px;
    right: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.83);
}

/*uk video visit and video visit faq pages*/
.topimg-text-overlay { /*in place of topimg-overlay*/
    position: absolute;
    left:0;
    right: 0;
    z-index: 10;
    top: 115px;
    text-align: center;
}

.video-visit-head {
    margin: 0px;
    color: #fff;
    font-size: 110px;
    font-family: 'Oswald', sans-serif;
}

.callout_box2 {
    float: left;
    width: auto;
    margin: 10px 10px 2px 0px;
    border: solid 3px #E5E5FF;
    padding: 10px;
}

.healthmap_wrapper_desktop {
    float: right;
}

.healthmap_wrapper_desktop iframe {
    margin-left: 30px;
}

.healthmap_wrapper {
    position: relative;
    padding-bottom: 84%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.anchor-summary-container summary {
    color: #1a96d0;
    text-decoration: underline;
    cursor: pointer;
    margin: 26px 0px;
}

/*non accordion icons - used on most pages with icons*/
.icon {
    width: 25%;
    float: left;
    text-align: center;
    display: block;
    padding-top: 20px;
}

.icon_text {
    display: inline-block;
    font-size: 1.17em;
    font-weight: 400;
}

/*icon accordion styles - used on clinic pages*/
.tab_icon:hover .accordion_icon_text {
    color:#f47721;
}

img.icon_accordion_style {
    width: 75px;
    height: 75px;
    cursor:pointer;
}

img.icon_accordion_style:hover {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.icon_wrapper {
    width:100%;
}

.fullwidth_clinic_page .icon_wrapper {
    margin: 5px 15px;
    display: flex;
    justify-content: space-evenly;
    width: auto;
}

.fullwidth_page .icon_wrapper {
    width:100%;
    margin: 25px 0px;
}

.tab_icon {
    margin-bottom: 1px;
    color: #1a96d0;
    width: 25%;
    text-align: center;
    padding-top: 30px;
    flex-basis: 0;
    flex-grow: 1;
}

input.icon_accordion {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.icon-tab-content {
    max-height: 0;
    font-size: 1.1em;
    text-align: left;
    color: #636363;
    padding: 0px 9px;
    overflow: hidden;
    -webkit-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
    opacity: 0;
}

input.icon_accordion:checked ~ .icon-tab-content {
    max-height: 200em;
    opacity: 1;
    padding: 24px 10px 0px 10px;
}

label.icon_accordion::after {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

input[type=checkbox] + label.icon_accordion::after {
    zoom: 15%;
}

input[type=checkbox]:checked + label.icon_accordion::after {
    transform: rotate(360deg);
}

.accordion_icon_text {
    display: block;
    font-size: 1.17em;
    font-weight: 400;
    color:#2759a2;
}

/* Accordion styles - no icons */
label.accordion:hover {
    background-color: #1c519f;
}

.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

input.accordion {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

label.accordion {
    position: relative;
    padding: 0 0 0 1em;
    background: #5DADE2;
    border-radius: 3px;
    line-height: 3;
    cursor: pointer;
}

.tab-content {
    max-height: 0;
    font-size: 1.1em;
    color: #636363;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.fullwidth_page .tab-content {
    padding-left: 4px;
}

.tab-content p {
    margin: 1em;
}

/* :checked */
input.accordion:checked ~ .tab-content {
    max-height: fit-content;
}

label.accordion::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

input[type=checkbox] + label.accordion::after {
    content: "+";
}

.fullwidth_page input[type=checkbox] + label.accordion::after {
    content: "";
}

input[type=checkbox]:checked + label.accordion::after {
    transform: rotate(315deg);
}

.fullwidth_page .accordion-title {
    font-size: 1.5em;
}

/*new accordion styles for destination and travel med pages*/
.newtypeAccordion {
    display: none;
    overflow: hidden;
    padding: 0px 18px;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: 600;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: '\2212';
}

button.accordion {
    background-color: #5DADE2;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion p {
    margin: 0px !important;
    display: inline !important;
}

/*automated clinic listing accordions - region pages*/
.clinicListingAccordion {
    display: none;
    overflow: hidden;
    padding: 0px 18px 24px 18px;
}

.clinic-accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: 600;
    float: right;
    margin-left: 5px;
}

.clinic-accordion.active:after {
    content: '\2212';
}

button.clinic-accordion {
    background-color: #5DADE2;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 24px;
}

button.clinic-accordion p {
    margin: 0px !important;
    display: inline !important;
}

/*Clinic Locators*/
.telephone a,
.telephone-frca a,
.telephone-uk a {
    font-weight: 600;
}

.l_labels span,
.l_listing span,
.l_labels_uk span,
.l_listing_uk span {
    display: block;
    float: left;
}

.l_labels .clinicName,
.l_labels .clinicName-frca {
    width: 12%;
}

.l_labels_uk .clinicName-uk,
.l_listing_uk .clinicName-uk {
    width: 15%;
}

.l_labels .address {
    width: 40%;
}

.l_labels_uk .address-uk,
.l_listing_uk .streetAddress-uk {
    width: 35%;
}

.l_labels .phone,
.l_labels_uk .phone-uk {
    width: 42%;
}

.l_listing,
.l_listing_uk {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.l_listing .clinicName,
.l_listing .clinicName-frca {
    width: 12%;
    padding-right: 5px;
}

.l_listing .streetAddress {
    width: 40%;
    padding-right: 5px;
}

.l_listing .streetAddress span,
.l_listing_uk .streetAddress-uk span {
    padding-right: 3px;
}

.l_listing .telephone {
    width: 15%;
    padding-right: 5px;
}

.l_listing .telephone-frca {
    width: 14%;
    padding-right: 5px;
}

.l_listing_uk .telephone-uk {
    width: 16%;
}

.l_listing .showmap,
.l_listing .showmap-frca {
    width: 6%;
}

.l_listing_uk .showmap-uk {
    width: 8%;
}

.l_listing .locations,
.l_listing_uk .locations-uk {
    width: 10%;
}

.l_listing .locations-frca {
    width: 11%;
}

.l_listing .schedule {
    width: 17%;
}

.l_listing_uk .schedule-uk {
    padding-left: 10px;
}

.l_listing .schedule a,
.l_listing_uk .schedule-uk a {
    background-color: #2759a2;
    border: 2px solid #2759a2;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 6px;
    text-decoration: none;
}

.l_listing .schedule-frca a {
    background-color: #2759a2;
    border: 2px solid #2759a2;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 3px;
    text-decoration: none;
}

.l_listing .showmap a:link,
.l_listing .locations a:link,
.l_listing .showmap-frca a:link,
.l_listing .locations-frca a:link,
.l_listing_uk .showmap-uk a:link,
.l_listing_uk .locations-uk a:link {
    font-weight: 600;
}

.refine_search {
    border: 2px solid #1a96d0;
    width: 594px;
    padding: 5px;
    float: left;
    font-size: 14px;
}

.refine_search table {
    margin-bottom: 0;
}

.go_to_site_container {
    float: left;
    margin-left: 60px;
    padding-bottom: 20px;
}

.go_to_site_uk_container {
    float: left;
    margin-left: 70px;
    padding-bottom: 20px;
}

.go_to_site {
    border: 2px solid #1a96d0;
    width: 89px;
    font-size: 13px;
    padding: 3px;
    height: 75px;
    text-align: center;
    font-weight: 600;
}

.go_to_site_frca {
    border: 2px solid #1a96d0;
    width: 89px;
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    height: 100px;
    text-align: center;
    line-height: 15px;
}

.go_to_site_arrow {
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 20px solid #1a96d0;
}

.schedule-app-container,
.schedule-app-uk-container {
    float: left;
    margin-left: 27px;
    padding-bottom: 20px;
}

.schedule-app {
    border: 2px solid #2759a2;
    width: 100px;
    font-size: 13px;
    color: #174897;
    font-weight: 600;
    padding: 3px;
    height: 75px;
    text-align: center;
}

.schedule-app-frca {
    border: 2px solid #2759a2;
    width: 100px; 
    font-size: 14px; 
    color: #174897; 
    font-weight: 600; 
    padding: 3px;
    height: 100px;
    text-align: center;
}

.schedule-app-arrow { 
    border-left: 50px solid transparent; 
    border-right: 50px solid transparent;
    border-top: 20px solid #2759a2;
}

.customer-portal-link-container {
    margin-top: 40px;
}

/*used on clinic locators and nearby locations pop up map on clinic pages*/
.maplink {
    text-decoration: underline;
    color: #1A96D0;
    cursor: pointer;
}

#map_container .gm-style-iw-ch {
    font-weight: 600;
}

.mapSpan {
    padding-top: 5px;
}

/*clinic locator pages*/
.locFlag {
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
}

.divlocFlag {
    margin-top: 15px;
}

.location_search {
    margin-bottom: 5px;
}

.location_search input.location_search_input {
    border: 2px solid #F0EFF0;
    border-right: none;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    color: #333;
    border-radius: 0;
    margin: 0;
    float: left;
    height: 31px;
    padding: 4px 5px;
    width: 286px;
}

.location_search .search2 {
    float: left;
    display: block;
    margin-left: -2px !important;
    padding: 4px 8px;
    background-color: #F0EFF0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 31px;
    width: 33px;
}

.location_search .fas.fa-search {
    color: #666;
}

.clinicLocatorValidation {
    color: #FF6900;
    padding-bottom: 40px;
    font-size: 14px;
}

.clinicLocatorNoStateMessage {
    color: #FF6900;
    padding-bottom: 10px;
    font-size: 14px;
}

.clinicSearchValidationError {
    border: 1px solid #FF6900 !important;
}

/* Review Buttons/Container
--------------------------------------------- */
.areaall {
    width: 90%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.reviewbtn {
    text-align: center;
    width: 20px;
    background: transparent;
    border: none !important;
    color: #31b2ed;
    padding: 0px;
}

.prev, .next {
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    transition: 0.6s ease;
    text-decoration:none;
    margin-top:3px;
    color:#31b2ed;
    outline-style: none;
}

.reviewcontainer {
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.review-overall-rating {
    text-align: center;
    font-weight: 600;
}

.reviewcontainer2 {
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}

.prev:hover, .next:hover {
    font-weight: 800;
    background:transparent;
    border: none;
    color:#31b2ed;
}

.star {
    content: "\2605";
    color: #f47721;
    padding-left: 3px;
    font-size: 20px;
}

.greystar {
    font-size: 20px;
}

.reviewcontainer h2,
.reviewcontainer .ratingsTitle {
    text-align: center;
}

.reviewcontainer h4 {
    color: #2759a2;
    text-align: center;
}

.reviewcontainer .review {
    margin-bottom: 20px;
}

.reviewcontainer .review-title {
    font-weight: 600;
}

/*clinic page reviews*/
.rvwareaall  {
    width: 90%;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.rvwbtn {   
    background: transparent;
    color:#31b2ed;
    font-size: 40px;
}

.rvwprev, .rvwnext {
    cursor: pointer;
    font-size: 40px;
    transition: 0.6s ease;
    text-decoration:none;
    margin-top:3px;
    color:#31b2ed;
    outline-style: none;
}

.rvwcontainer { 
    width: 100%;     
    right: 0;
    left: 0;
    margin: 35px auto 0px auto;
}

.rvwcontainer2 { 
    width: 100%;     
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align:center;  
}

.rvwprev:hover, .rvwnext:hover  {
    font-weight: 800;
    background:transparent;
    border: none;
    color:#31b2ed;
}

.rvw-left {
    float:left;
    width:35%;
    margin:0px 25px;
    padding-bottom: 35px;
}

.rvw-right {
    float:right;
    width:35%;
    margin:0px 25px;
    padding-bottom: 35px;
}

.rvw:not(.rvw1) {
    display: none;
}

.rvwbtn-left {
    float: left;
    position: relative;
    top: 45px;
}

.rvwbtn-right {
    float: right;
    position: relative;
    top: 45px;
}

.rvw p {
    margin:0px 0px 0px 0px!important;
}

/*href lang dropdown and buttons*/
.hrefdropbtn {
    background-color: #5DADE2;
    color: #fff;
    padding: 12px;
    font-size: 12px;
    border: none;
}

.page-template-canada-fr-franchise-parent-page-redesign .hrefdropdown,
.page-template-franchise-parent-page-redesign .hrefdropdown,
.page-template-uk-franchise-parent-page-redesign .hrefdropdown,
.page-template-canada-fr-franchise-local-page-redesign .hrefdropdown,
.page-template-franchise-local-page-redesign .hrefdropdown,
.page-template-uk-franchise-local-page-redesign .hrefdropdown {
    margin: 20px 0px 20px 20px;
}

.hrefdropdown {
    position: relative;
    display: inline-block;
}

.hrefdropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    min-width: 188px;
    font-size: 12px;
    z-index: 1;
}

.hrefdropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.hrefdropdown-content a:hover {
    background-color: #ddd;
}

.hrefdropdown:hover .hrefdropdown-content {
    display: block;
}

.hrefdropdown:hover .hrefdropbtn {
    background-color: #174897;
}

.hrefdropdownflag {
    width: 20px;
    padding-right: 5px;
}

/*popup dialogs*/
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    border: 2px solid #A4A7A9;
}

.ui-widget-content {
    background: #fff;
}

.ui-dialog .ui-dialog-content {
    padding: .5em;
    overflow: auto;
}

.ui-widget-header {
    background: #2759a2;
    color: #fff;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0em 0.5em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1em;
}

button.ui-dialog-titlebar-close {
    position: absolute;
    border: none;
    background: none;
    font-weight: 900;
    padding: 0px;
    right: .3em;
    color: #fff;
    z-index: 2;
    top: 16%;
    width: 20px;
    height: 20px;
}

.ui-dialog-titlebar-close .ui-button-icon:before {
    font-family: "Font Awesome 5 Free";
}

.ui-button .ui-icon:before {
    content: "\f00d";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}

.ui-button.ui-widget {
    border: none;
}

.gm-style {
    font: 400 11px 'Poppins', sans-serif;
    text-decoration: none;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

/*gravity forms datepicker*/
.gravity-theme.ui-datepicker .ui-widget-header {
    background: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 192dpi) {
    @media only screen and (min-width: 1025px) {
        .slideshow {
            background-size: 960px 332px;
        }
    }

    @media only screen and (max-width: 1024px) and (min-width: 769px) {
        .slideshow {
            background-size: 819px 332px;
        }
    }

    @media only screen and (max-width: 768px) and (min-width: 481px) {
        .slideshow {
            background-size: 691px 332px;
        }
    }

    @media only screen and (max-width: 480px) {
        .slideshow {
            background-size: 441px 332px;
        }
    }

    .page-template-mexico-home .slideshow {
        background-size: 960px 332px;
    }

    .b2b_page .slideshow {
        background-size: 762px 383px;
    }
}

@media only screen and (min-width: 1025px) {
    #homeSlideshow {
        background-image: image-set( '/wp-content/uploads/machu-picchu_opt.jpg' 1x, '/wp-content/uploads/machu-picchu_2x_opt.jpg' 2x);
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #homeSlideshow {
        background-image: image-set( '/wp-content/uploads/machu-picchu-819w.jpg' 1x, '/wp-content/uploads/machu-picchu-1638w_2x.jpg' 2x);
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    #homeSlideshow {
        background-image: image-set( '/wp-content/uploads/machu-picchu-691w.jpg' 1x, '/wp-content/uploads/machu-picchu-1382w_2x.jpg' 2x);
    }
}

@media only screen and (max-width: 480px) {
    #homeSlideshow,
    #homeStaticHeroImg {
        background-image: image-set( '/wp-content/uploads/machu-picchu-441w.jpg' 1x, '/wp-content/uploads/machu-picchu-882w_2x.jpg' 2x);
    }
}

@media only screen and (min-width: 1025px) {
    /*automated clinic and region page menus*/
    .additional-pages-menu-container {
        height: 39.5px;
        padding: 0px 0px 20px 0px;
    }

    .additional-pages-menu-container ul {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
    }

    .additional-pages-menu-container a {
        color: #FFFFFF;
    }

    .additional-pages-menu-container ul &gt; li {
        list-style-type: none;
        display: inline-block;
        padding: 0px 15px 20px 0px;
    }

    .additional-pages-menu-container .subnav-container ul.sub-menu &gt; li {
        list-style-type: disc;
        display: list-item;
    }

    .additional-pages-menu-container .subnav-container {
        cursor: pointer;
    }

    .additional-pages-menu-container .subnav-container ul.sub-menu {
        display: none;
        position: absolute;
        z-index: 100;
        background-color: #f0eff0;
        padding: 5px 20px 5px 10px;
        margin: 0px;
        max-height: 300px;
        overflow: auto;
    }

    .additional-pages-menu-container .subnav-container ul.sub-menu a {
        color: #1a96d0;
    }

    .additional-pages-menu-container .subnav-container ul.sub-menu li {
        margin-left: 15px;
        color: #2759a2;
        padding: 3px;
    }

    .menu-additional-pages &gt; .subnav-container &gt; .submenuToggle:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding: 0px 0px 0px 8px;
    }

    .menu-additional-pages &gt; .subnav-container.submenu-open &gt; .submenuToggle:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding: 0px 0px 0px 8px;
    }
}

@media only screen and (max-width: 1024px) {
    .site-container {
        position: relative;
    }

    .site-header {
        height: auto;
    }

    .site-header,
    .wrap {
        width: 90%;
        padding: 0 5%;
    }

    .site-header .widget-area {
        float: none;
    }

    .entry {
        padding: 15px 25px 20px 25px;
    }

    .pagination {
        margin: 10px 25px 40px 25px;
    }

    .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .site-header .widget-area,
    .title-area, 
    #title-area {
        width: 100%;
    }

    .site-header .title-area,
    .site-header #title-area,
    .site-header .widget-area {
        text-align: center;
    }

    .title-area,
    #title-area {
        padding: 5px 0 0 0;
        float: none;
    }

    #header_middle {
        display: none;
    }

    #header_right,
    #header_right_frca {
        margin: 0px auto;
        text-align: center;
        width: auto;
    }

    #header_container_engb {
        margin: 0px 0px 8px 0px;
        height: 62.33px;
    }

    #header_container_frca,
    #header_container_enca {
        height: 101px;
    }

    .header-cta-number {
        width: 100%;
        padding-top: 5px;
    }

    #header_right div#header_translation_text,
    #header_right_frca div#header_translation_text {
        width: 167px;
        right: 50%;
        top: 67px;
        margin: 0px -85px 0px 0px;
    }

    #header_translation_text a {
        font-size: 14px;
    }

    .footer-widgets .widget {
        margin-bottom: 20px;
    }

    .footer-widgets-1,
    .footer-widgets-2, 
    .footer-widgets-3 {
        width: 100%;
        float: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

    .site-footer p {
        text-align: center;
    }

    .featured-content .alignnone {
        display: block;
        text-align: center;
    }

    /*mobile menu*/
    .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0,
    .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
        float: left;
        clear: left;
    }

    .ubermenu.ubermenu-responsive .ubermenu-autoclear &gt; .ubermenu-column { 
        clear: left !important;
    }

    .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle {
        position: absolute;
        top: 5px;
        left: 5%;
    }

    .mobile_nav,
    .mobile_nav_frca {
        display: block;
        background: #f6f5f6;
        color: #1c519f;
        padding: 5px 0;
    }

    .mobile_nav a,
    .mobile_nav_frca a {
        text-transform: uppercase; 
        color: #1c519f; 
        text-decoration: none; 
        font-size: 12px; 
        font-weight: 400;
        padding: 0 10px;
    }

    /*home page*/
    .location_box {
        width: 380px;
        height: auto;
    }

    .schedNow {
        width: auto;
    }

    .homepage_clinic_search input.location_search_input {
        font-size: 16px;
        width: 318px;
    }

    /*clinic locator*/
    .location_search input.location_search_input {
        font-size: 16px;
        width: 325px;
    }

    .refine_search {
        width: 100%;
    }

    .go_to_site_container,
    .schedule-app-container,
    .go_to_site_uk_container,
    .schedule-app-uk-container,
    .l_labels {
        display: none;
    }

    .l_listing {
        font-size: 12px;
    }

    .l_listing .showmap {
        width: 6%;
    }

    .l_listing .locations {
        width: 10%;
    }

    .l_listing .telephone {
        width: 14%;
        margin: 8px 0px;
    }

    .l_listing .schedule {
        width: 15%;
    }

    .l_listing .telephone-frca {
        display: block;
        width: 100%; 
        margin: 8px 0px;
    }

    .l_listing .locations-frca {
        width: 22%;
    }

    .l_listing .schedule-frca {
        margin-left: 5%;
    }

    .l_listing .clinicName, .l_listing .streetAddress, .l_listing .telephone {
        display: block;
        width: 100%;
    }

    .l_listing .showmap, 
    .l_listing .showmap-frca,
    .l_listing .locations {
        width: 20%;
        float: left;
    }

    .l_listing .schedule {
        width: 60%; 
        float: left;
    }

    /*clinic and region pages*/
    .page-template-franchise-local-page-redesign .wrap,
    .page-template-franchise-parent-page-redesign .wrap,
    .page-template-franchise-local-page-redesign .site-header,
    .page-template-franchise-parent-page-redesign .site-header,
    .page-template-canada-fr-franchise-local-page-redesign .wrap,
    .page-template-canada-fr-franchise-parent-page-redesign .wrap,
    .page-template-canada-fr-franchise-local-page-redesign .site-header,
    .page-template-canada-fr-franchise-parent-page-redesign .site-header,
    .page-template-uk-franchise-local-page-redesign .wrap,
    .page-template-uk-franchise-parent-page-redesign .wrap,
    .page-template-uk-franchise-local-page-redesign .site-header,
    .page-template-uk-franchise-parent-page-redesign .site-header {
        padding: 0% 0%;
        width: 96%;
    }

    .page-template-franchise-local-page-redesign .footer-widgets .wrap,
    .page-template-franchise-parent-page-redesign .footer-widgets .wrap,
    .page-template-canada-fr-franchise-local-page-redesign .footer-widgets .wrap,
    .page-template-canada-fr-franchise-parent-page-redesign .footer-widgets .wrap,
    .page-template-uk-franchise-local-page-redesign .footer-widgets .wrap,
    .page-template-uk-franchise-parent-page-redesign .footer-widgets .wrap {
        padding: 20px;
    }

    .page-template-franchise-local-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-franchise-parent-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-canada-fr-franchise-local-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-canada-fr-franchise-parent-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-uk-franchise-local-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-uk-franchise-parent-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle {
        left: 2%;
    }

    /*automated menu - clinic and region pages*/
    .menu-additional-pages {
        display: none;
    }

    #additional-pages-responsive-menu-icon:before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    #additional-pages-responsive-menu-icon {
        display: block;
        padding: 0px 0px 10px 0px;
        transition: padding-bottom .04s ease-in-out;
    }

    #additional-pages-responsive-menu-icon.menu-open {
        padding: 0px 0px 0px 0px;
    }

    .additional-pages-menu-container a {
        color: #fff;
    }

    .additional-pages-menu-container ul li {
        list-style-type: disc;
        display: list-item;
        font-size: 14px;
        padding: 0px 0px 16px 0px;
    }

    .additional-pages-menu-container ul.sub-menu li:last-child {
        padding: 0px 0px 0px 0px;
    }

    .additional-pages-menu-container ul {
        margin: 0px 0px 0px 40px;
    }

    .additional-pages-menu-container .subnav-container ul.sub-menu {
        background-color: transparent;
        display: none;
    }

    .menu-additional-pages &gt; .subnav-container &gt; .submenuToggle:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding: 0px 0px 0px 10px;
    }

    .menu-additional-pages &gt; .subnav-container.submenu-open &gt; .submenuToggle:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding: 0px 0px 0px 10px;
    }

    .menu-additional-pages ul.sub-menu {
        left: auto;
        opacity: 1;
        position: relative;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        z-index: 99;
        padding: 5px 0px 0px 0px;
    }

    .menu-additional-pages ul.sub-menu li:first-child {
        padding: 16px 0px 16px 0px;
    }

    /*clinicPageSchema shortcode*/
    #heroReg {
        height: auto;
    }

    .heroImgSchemaOverlay {
        position: relative;
        width: 100%;
    }

    #heroImg {
        display: none;
    }
    /**/

    /*bio section*/
    .bioimgcontainer {
        display: none;
    }

    .biotextcontainer {
        float: none;
        width: 100%;
    }

    .bio_slides_container {
        padding: 15px;
        width: 75%;
    }

    p.biotext {
        font-size: 1em;
    }

    .biobtn-right,
    .biobtn-left {
        top: 90px;
    }

    .biocontainer button {
        padding: 0px 5px;
    }

    /*clinic and region page reviews*/
    .rvwcontainer button {
        padding: 0px 5px;
    }
    /**/

    /*all other page styles*/
    .topimg-overlay {
        right: 60%;
    }

    .healthmap_wrapper_desktop {
        display: none;
    }

    .healthmap_wrapper_mobile {
        display: block;
        width: 100%;
        margin: 15px 0px;
    }

    .left_text_column {
        float: none;
        width: 100%;
    }

    .right_reviews_column {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    #callout_box {
        display: none;
    }

    /*uk video visit and vv faq pages*/
    .topimg-text-overlay {
        top: 15%;
    }

    .topimg-text-overlay h1.long {
        font-size: 7vw;
    }

    .video-visit-head {
        font-size: 8vw;
    }

    /*b2b home page*/
    .b2b-quarter-box {
        width: 50%;
        height: 350px;
        padding: 0px 10%;
    }

    .b2b-microsite-page .b2b_page .b2b_slider_image {
        display: none;
    }

    .b2b-microsite-page .b2b_page .rightnav-box, 
    .b2b-microsite-page .b2b_page .b2b_slider_links,
    .b2b-microsite-page .b2b_page .b2b_links_container {
        height: auto; 
        display: block; 
        width: 100%;
    }

    .b2b-microsite-page .b2b_page .rightnav-box {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 999px) {
    .top-links-container {
        padding: 5px 0px 0px 0px;
    }

    .clinic-img-container {
        display: none;
    }

    .clinic-details-container,
    .clinic-details-text-container {
        width: auto;
    }

    /*UK clinic locator*/
    .l_labels_uk {
        display: none;
    }

    .l_listing_uk .clinicName-uk,
    .l_listing_uk .streetAddress-uk {
        float: none;
        width: 100%;
    }

    .l_listing_uk .telephone-uk {
        width: 100%;
        margin: 8px 0px;
    }

    .l_listing_uk .showmap-uk {
        width: 20%;
    }

    .l_listing_uk .locations-uk {
        width: 28%;
    }
}

@media only screen and (max-width: 950px) {
    .nearbyClinics {
        margin: 30px auto 0px auto;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 30px;
    }

    .nearby_locations_clinic_title {
        max-width: 250px;
        display: block;
    }

    .nearbylocation_business .address {
        min-height: 0px;
    }
}


@media only screen and (max-width: 840px) {
    /*clinic and region page review buttons*/
    .rvwbtn-left,
    .rvwbtn-right {
        top: 60px;
    }

    .topimg-overlay {
        display: none;
    }

    .topimg-overlay-2 {
        bottom: 0px;
    }

    .column {
        width: 100%;
        padding: 0px;
    }

    /*icons*/
    .fullwidth_clinic_page .icon_wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tab_icon {
        flex: 1 0 50%;
        width: 50%;
    }

    .icon_text {
        font-size: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .site-header,
    .wrap {
        width: 90%;
        padding: 0 0%;
    }

    .home-middle-1,
    .home-middle-2,
    .home-middle-3 {
        float: none;
        width: 100%;
    }

    .home-middle-1 img,
    .home-middle-2 img,
    .home-middle-3 img {
        width: 100%;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .one-half,
    .one-third {
        margin: 0;
        width: 100%;
    }

    /*b2b home page*/
    .b2b-quarter-box {
        width: 100%;
        height: auto;
        padding: 20px 5%;
    }
    /**/

    h2.clinic,
    h2.nearbyLocations {
        margin: 0px 0px 10px 2.5%;
    }

    .healthmap_wrapper_mobile {
        display: none;
    }

    .healthmap_wrapper_mobilesm {
        display: block;
    }

    .daflag {
        display: none;
    }

    .daflag, .datitle {
        width: auto;
    }
}

@media only screen and (max-width: 650px) {
    #clinic_map_interactive {
        display: none;
    }

    #clinic_map {
        display: inline;
    }

    .rvw-left,
    .rvw-right {
        float: none;
        width: auto;
        margin: 0px 65px;
    }

    .rvwbtn-left,
    .rvwbtn-right {
        top: 200px;
    }

    .biobtn-right,
    .biobtn-left {
        top: 120px;
    }

    .location_box {
        width: 80%;
        height: auto;
        right: 0;
        margin: 0 auto;
        left: 0;
    }

    .icon-tab-content {
        width: 200%;
    }

    .tab_icon:nth-of-type(even) &gt; .icon-tab-content {
        margin-left: -100%;
    }

    .gravity-theme.ui-datepicker {
        min-width: 275px;
    }
}

@media only screen and (max-width: 550px) {
    .location_box {
        width: 85%;
    }

    .homepage_clinic_search input.location_search_input {
        font-size: 16px;
        width: 289px;
    }
}

@media only screen and (max-width: 530px) {
    /*uk video visit and vv faq pages*/
    .topimg-text-overlay .h1small {
        font-size: 11px;
        letter-spacing: 2px;
    }

    /*engb privacy policy table*/
    .pp-heading {
        flex-flow: column;
    }

    .pp-row {
        flex-flow: column;
        border-bottom-style: solid;
        border-bottom: 2px solid #95bce2;
        padding: 0px;
    }

    .pp-cell {
        flex-flow: column;
        padding: 10px;
    }

    .pp-heading div.pp-cell:nth-child(1),
    .pp-heading div.pp-cell:nth-child(2),
    .pp-row div.pp-cell:nth-child(1),
    .pp-row div.pp-cell:nth-child(2) {
        border-bottom: 1px dashed #95bce2;
    }

    .pp-flex ol {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 481px) {
    .page-template-uk-home-template .staticImg {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .site-header {
        margin-top: 5px;
    }

    .site-header,
    .wrap {
        width: 96%;
        padding: 0 2%;
    }

    .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle {
        top: 0px;
        left: 0%;
    }

    .page-template-franchise-local-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-franchise-parent-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-canada-fr-franchise-local-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-canada-fr-franchise-parent-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-uk-franchise-local-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle,
    .page-template-uk-franchise-parent-page-redesign .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle {
        left: 0%;
    }

    .page-template-uk-home-template .slideshow_container {
        display: none;
    }

    .slide_position {
        left: 40px;
    }

    .location_box {
        height: auto;
    }

    .homepage_clinic_search input.location_search_input {
        width: 251px;
    }

    .heroImgSchemaOverlay {
        padding: 20px 15px;
    }

    .biophoto {
        width: 100%;
    }

    .icon {
        width: 50%;
        float: left;
    }

    .icon-split {
        clear: both;
    }

    .callout_box2 {
        float: none; 
        width: 100%;
    }

    .l_listing .schedule {
        width: 45%;
    }

    .l_listing .locations {
        width: 30%;
    }

    .clinic-banner {
        font-size: 13px;
        margin: 5px auto;
    }
}

@media only screen and (max-width: 438px) {
    .entry {
        padding: 15px 5px 20px 5px;
    }

    .pagination {
        margin: 10px 5px 40px 5px;
    }
}

@media only screen and (max-width: 425px) {
    /*clinic locator*/
    .location_search input.location_search_input {
        width: 280px;
    }
}

@media only screen and (max-width: 400px) {
    .mobile_nav a {
        padding: 0px 2%;
        font-size: 3.4vw;
    }

    .mobile_nav_frca a {
        padding: 0px 1%;
        font-size: 3.4vw;
    }

    .accordion_icon_text {
        font-size: 1em;
    }

    .location_box {
        width: 94%;
    }

    .homepage_clinic_search input.location_search_input {
        width: 200px;
    }
}

@media only screen and (max-width: 375px) {
    /*clinic locator*/
    .location_search input.location_search_input {
        width: 207px;
    }

    /*uk video visit and vv faq pages*/
    .video-visit-head {
        line-height: 24px;
    }
}

@media only screen and (max-width: 360px) {
    .directions-link-top {
        float: none; 
        padding: 0px 0px 0px 0px;
    }

    .nearby-link-top {
        padding: 20px 0px 0px 0px;
    }

    .nearby-link-top span.fas.fa-search {
        margin-left: 4px;
    }

    .refine_search {
        font-size: 12px;
    }

    .nearbyClinics {
        padding: 0px 6% 30px 5%;
    }
}

@media only screen and (max-width: 350px) {
    .tab_icon {
        flex: 1 0 100%;
        width: 100%;
    }

    .icon-tab-content {
        width: auto;
    }

    .tab_icon:nth-of-type(even) &gt; .icon-tab-content {
        margin-left: auto;
    }
}

@media only screen and (max-width: 345px) {
    h2#location_header_frca {
        font-size: 3.4vw !important;
    }
}

@media only screen and (max-width: 320px) {
    .title-area img, #title-area img {
        width: 60% !important;
    } /*for 30 year logo*/

    #Hschedule-button-frca {
        padding: 5px 13px;
        min-width: 177.31px;
    }

    .clinic-banner,
    .coming-soon-clinic-banner {
        font-size: 11px;
    }
}

@media only screen and (max-width: 319px) {
    .homepage_clinic_search input.location_search_input {
        width: 163px;
    }
}

@media only screen and (max-width: 300px) { 
    /*clinic locator*/
    .location_search input.location_search_input {
        width: 185px;
    }

    .l_listing .schedule-frca {
        margin-left: 1%;
    }
}
/*---------------------------------------------------------------------*/</pre></body></html>