/*
Theme Name: Gearhart Law | Work Comp Attorney Atlanta with Search Bar
Theme URI: https://workcompgeorgia.com
Description: Work Comp Attorney Atlanta
Version: 1.4
Author: Oscar Quezada
Author URI: http://www.oqwebdesign.com/
*/

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

a {
    color: #333;
    text-decoration: none;
}

a, footer a, .blue-gradient p a, .page-template-default main a, .single-post main a, .copyright a, #contact-overlay .close.toggle_overlay {
    transition: color 0.3s ease-in-out;
}

a:hover, .page-template-default main a:hover, .single-post main a:hover, .copyright a:hover {
    color: #ff6d4d;
}

a:active {
    color: blue;
}

a[src$='.pdf'] {
}

a[href^='mailto:'] {
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

b, strong {
    font-weight: bold;
}

small {
    font-size: 0.85em;
}

td, th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: #999;
}

i, em {
    font-style: italic;
}

/*****************************************************
*    NAVIAGATION AREA                                *
*****************************************************/
/* http://shailan.com/2713/create-a-dropdown-menu-using-css3-transitions/  */

/**  SUB MENU  *************************************/
nav[aria-label='main navigation'] ul ul {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .2s, 0s;
    transition-delay: 0s, .2s;
}

nav[aria-label='main navigation'] ul ul {
    left: 0;
    z-index: 497;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    border-radius: 3px;
}

nav[aria-label='main navigation'] ul ul li {
    float: left;
    position: relative;
}

nav[aria-label='main navigation'] ul ul a {
    padding: 8px 12px;
    line-height: 1.25em;
    transition: background-color 0.0s ease-in-out;
}

nav[aria-label='main navigation'] ul ul a:hover {
    color: #fff;
}

nav[aria-label='main navigation'] ul ul a, nav[aria-label='main navigation'] ul ul {
    width: 210px;
}

nav[aria-label='main navigation'] ul .submenu-long-wide ul {
    width: 360px !important;
}

nav[aria-label='main navigation'] ul ul .menu-item-description, .menu-item-description {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    color: #737880;
}

nav[aria-label='main navigation'] ul.dropdown-menu li.current-menu-item a {
    border-bottom: #F00 solid 0px;
}

nav[aria-label='main navigation'] ul ul ul {
    left: 100%;
    border-radius: 6px;
}

nav[aria-label='main navigation'] ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
    top: 99%;
    left: 0;
}

nav[aria-label='main navigation'] ul ul li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497;
}

nav#nav-mobile {
    display: none;
}

/**  SUB MENU V2  .animated-dropdown *************************************/
nav[aria-label='main navigation'] ul .dropdown ul {
    z-index: 497;
    background: var(--blue-dark-color);
    border-radius: 6px;
    top: 99%;
    padding: 10px 16px;
    position: absolute;
    width: 210px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 2px 2px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(0px) translateY(20px);
}

nav[aria-label='main navigation'] ul .dropdown ul::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--blue-dark-color);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 11%;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

nav[aria-label='main navigation'] ul .dropdown ul ul::after {
    transform: rotate(-90deg);
    left: -8px;
    top: 18px;
}

nav[aria-label='main navigation'] ul .dropdown ul ul::before {
    background: transparent;
    content: '\00a0';
    width: 10px;
    height: 100%;
    display: block;
    left: -10px;
    top: 0;
    position: absolute;
}

nav[aria-label='main navigation'] ul li:hover > ul ul {
    top: -30px;
    left: 194px;
    margin-left: 8px;
}

nav[aria-label='main navigation'] .dropdown ul {
    width: 100%;
    display: inline-table;
}

nav[aria-label='main navigation'] .dropdown ul::after {
    left: 30px;
}

nav[aria-label='main navigation'] ul .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
    transform: translateX(0px) translateY(0px);
}

nav[aria-label='main navigation'] ul .dropdown ul li {
    display: block;
    float: none;
}

nav[aria-label='main navigation'] ul .dropdown ul a {
    width: 100%;
    padding: 8px 0;
    margin: 0;
    color: #fff;
}

nav[aria-label='main navigation'] ul .dropdown ul .dropdown-submenu > a::after {
    display: block;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    float: right;
    transform: rotate(-90deg);
}

nav[aria-label='main navigation'] ul .dropdown ul a:hover {
    color: #00aeef;
}

nav[aria-label='main navigation'] ul .dropdown ul li.active a {
    color: var(--red-color);
}

/*****************************************************
*    CONTENT AREA                                    *
*****************************************************/
header .pagewrap, nav[aria-label='main navigation'] .pagewrap {
    width: min(95%, 1360px);
}

.page main .pagewrap, .single-post main .pagewrap {
    width: min(95%, 940px);
}

.pagewrap.narrow-width {
    width: min(95%, 680px);
}

.pagewrap.narrow-mini-width {
    width: min(95%, 570px);
}

.pagewrap, header .pagewrap, .page-template-page-videos main .pagewrap, .page-template-page-google-review main .pagewrap, .pagewrap-grid {
    width: min(95%, 1140px);
    margin-inline: auto;
}

.page main article > h2, .single-post main article > h2, .page main article > h3 {
    margin: 0;
}

.page main p + h3, .single-post main p + h3 {
    margin-top: 2em;
}

.page main p + h2, .single-post main p + h2, .page main ul + h2, .single-post main ul + h2, .page main p + h3, .single-post main p + h3, .page main article * + h3, .single-post main article * + h3 {
    margin-top: 1.25em;
}

.page main h3 + p, .single-post main h3 + p {
    margin-top: 0.5em;
}

main {
    clear: both;
}

main img, main embed, main object, main video {
    max-width: 100%;
    height: auto;
}

main ul, main ol {
    margin: revert;
    list-style: revert;
    padding: revert;
}

main li {
    padding: revert;
}

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

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main img.alignleft, main img.alignright, figure.wp-caption.alignleft, figure.wp-caption.alignright {
    padding: 5px;
}

main img.alignleft, figure.wp-caption.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

main img.alignright, figure.wp-caption.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
}

main img.non {
    padding: 5px;
}

main img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

main section ul li, main section ol li, main section ol[type='A'] li {
    margin: 0 0 0 25px;
}

main section ul li {
    list-style-type: disc;
}

main section ol li {
    list-style-type: decimal-leading-zero;
}

main section ol[type='A'] li {
    list-style-type: upper-alpha;
}

figure.wp-caption {
    display: inline-block;
    max-width: 100%;
}

figure.wp-caption figcaption {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}

.large-text {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 400;
}

[class*='grid-columns-'], .pagewrap-grid.sidebar-wrap {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

[class*='modules'], main, div[role=main], .pagewrap-grid.sidebar-wrap {
    padding: 60px 0;
}

[class*='modules'] {
    text-align: center;
}

.lite-gray, .page-template-page-teams main {
    background-color: var(--gray-lite-color);
}

.white {
    background-color: #fff;
}

.blue-gradient {
    background: linear-gradient(90deg, #1e8bc0 0%, #2f4182 100%);
    color: #fff;
}

.blue-gradient p a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.7);
}

.blue-gradient p a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.center-flex {
    display: flex;
    align-items: center;
}

/*****************************************************
*    SIDEBAR AREA                                    *
*****************************************************/
.pagewrap-grid.sidebar-wrap {
    grid-template-columns: auto 330px
}

.pagewrap-grid.sidebar-wrap main {
    padding: 0;
}

aside .widget {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-top: 20px;
}

aside .widget:first-child {
    margin-top: 0;
}

aside .widget h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

aside [id*='menu-sidebar-'] {
    font-weight: 600;
}

aside [id*='menu-sidebar-'] > li {
    line-height: 18px;
    font-size: 15px;
    padding: 14px 0;
    border-top: 1px solid #d5e6f8;
}

aside [id*='menu-sidebar-'] > li ul li {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 0 10px;
}

aside [id*='menu-sidebar-'] li.current-menu-item a {
    color: var(--blue-light-color);
}

aside [id*='menu-sidebar-'] > li:first-child {
    border-top: 0px;
    padding-top: 0;
}

aside [id*='menu-sidebar-'] > li:last-child {
    padding-bottom: 0;
}

aside [id*='menu-sidebar-'] li.menu-item-has-children > a {
    position: relative;
}

aside [id*='menu-sidebar-'] li.menu-item-has-children > a:after {
    
}

aside [id*='menu-sidebar-'] .sub-menu {
    display: none;
}

/*****************************************************
*    Ripple effect using CSS Variables               *
*****************************************************/
[data-anim], .cta-link {
    position: relative;
    overflow: hidden;
}

[data-anim]::before, .cta-link::before {
    content: '';
    position: absolute;
    display: block;
    background: var(--ripple-background, white);
    border-radius: 50%;
    pointer-events: none;
    top: calc(var(--y) * 1px);
    left: calc(var(--x) * 1px);
    width: calc(var(--d) * 1px);
    height: calc(var(--d) * 1px);
    opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
    transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
    -webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
    transform: translate(-50%, -50%) scale(var(--s, 1));
    -webkit-transform-origin: center;
    transform-origin: center;
}

/*****************************************************
*    HOME PAGE                                       *
*****************************************************/
.page-template-page-home [role='banner'] {
    max-height: 570px;
}

[role='banner'] {
    overflow: hidden;
    position: relative;
    color: #fff;
}

[role='banner'] picture .dark-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0f0f0f;
}

[role='banner'] .pagewrap-flex {
    max-width: 1140px;
    position: relative;
    align-items: center;
}

[role='banner'] .slogan-wrap {
    width: calc(100% - 400px);
    padding: 20px 0;
}

[role='banner'] .overlay {
    width: 100%;
    position: relative;
}

[role='banner'] h1, [role='banner'] h2 {
    margin: 0
}

[role='banner'] h1 + h2, [role='banner'] h2 + .cta-link, [role='banner'] h1 + * {
    margin-top: 24px;
}

.page-template-page-home [role='banner'] h1 {
    font-size: 72px;
}

.page-template-page-home [role='banner'] h2 {
    font-size: 30px;
}

.page-template-default main a, .single-post main a, p a {
    text-decoration: underline;
    color: var(--blue-light-color);
}

/*****************************************************
*    SEARCH PAGE                                     *
*****************************************************/
.search-wrap {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--blue-dark-color);
    width: 100%;
}

.search-wrap .pagewrap {
    text-align: left !important;
    padding: 25px 0 !important;
}

.search-wrap .pagewrap div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.search-wrap .pagewrap input[type="text"] {
    margin-bottom: 0;
    max-width: 100%;
}

.searchform input[type="submit"] {
    max-width: 200px;
    padding: 10px;
}
.post.search h3 {
    margin-bottom: 2px;
}
.post.search p {
    margin: 2px;
}
.search-link-url {
    color: var(--blue-light-color);
}
body.blury main, body.blury .pre-blur, body.blury [class*="modules"], body.blury [role="banner"] .pagewrap-flex {
    filter: blur(3px);
    transition: 0.3s filter linear;
    opacity: .60;
}
/*****************************************************
*    PAGE                                            *
*****************************************************/
[role='banner'] .pagewrap {
    padding: 45px 0;
    position: relative;
    text-align: center;
    max-width: 840px;
}

[role='banner'] h1 {
    font-size: 60px;
}

[role='banner'].dark-bkg img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

[role='banner'].dark-bkg picture:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.70);
    content: "";
    width: 100%;
    height: 100%;
}

.flex-image {
    display: flex;
    justify-content: space-around;
    align-items: center;
    row-gap: 10px;
    column-gap: 40px;
}

.center-youtube-wrap {
    display: flex;
    justify-content: center;
}

.center-youtube-wrap .youtube-img {
    max-width: 600px;
    margin-bottom: 30px;
}

/*****************************************************
*    TEAMS PAGE                                      *
*****************************************************/
.profile-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 5%;
}

.profile-section .profile-wrap {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    align-items: center;
    padding: 80px 20px 15px;
    position: relative;
    border-top: 95px solid var(--blue-light-color);/*    margin-top: 75px;*/
}

.profile-section .profile-wrap img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    position: absolute;
    border: 8px solid #fff;
    top: -75px;
}

.profile-section .profile-wrap h3 {
    font-size: 1.5em;
    margin-bottom: 4px;
}

.profile-section .profile-wrap h4 {
    color: #acacac;
    text-transform: uppercase;
    margin: 4px 0;
}

/*****************************************************
*    VIDEO PAGE                                      *
*****************************************************/
.page-template-page-videos .youtube-img .play-icon {
    width: 85px;
    height: 60px;
}

.page-template-page-videos .video-section h3 {
    margin: 10px 0 0 0;
}

.page-template-page-videos .video-section .youtube-img {
    margin-top: 0;
}

.video-section.grid-columns-3 {
    margin-top: 30px;
}

/*****************************************************
*    GOOGLE REVIEW PAGE                              *
*****************************************************/
.google-review-wrap {
    column-count: 3;
    column-gap: 1.5em;
}

.review-container {
    position: relative;
    padding: 16px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0.85em 0;
    display: inline-block;
    width: 100%;
}

.review-container img {
    position: absolute;
    right: 14px;
    top: 16px;
}

.review-container .author-name {
    margin: 24px 0 0 0 !important;
}

/*****************************************************
*    Verdicts Data Modules                           *
*****************************************************/
.verdicts-data-section {
    padding: 30px 0 !important;
}

.verdicts-data-section .flex-wrap-data {
    display: flex;
    justify-content: center;
    column-gap: 40px;
}

.verdicts-data-section p {
    font-size: 14px;
    margin-top: 22px;
}

.verdicts-data-section span {
    font-size: 30px;
    font-weight: 600;
    display: block;
    position: relative;
}

.verdicts-data-section span::after {
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
    background-color: var(--blue-light-color);
}

/*****************************************************
*    Content / Image Modules                         *
*****************************************************/
.youtube-img {
    margin-top: 30px;
}

.youtube-img span {
    position: relative;
    display: table;
}

.youtube-img a {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .3s ease-in-out;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    border-radius: 29px;
}

.youtube-img:hover a {
    background-color: rgba(255, 255, 255, 0.35);
    opacity: .5;
}

.youtube-img .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 136px;
    height: 96px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*****************************************************
*    Content / Half Side Image Modules               *
*****************************************************/
.img-50 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
}

.content-half-sideimage-section[class*="modules"] {
    padding: 0;
    overflow: hidden;
}

.content-half-sideimage-section .content-50 article {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-half-sideimage-section.left .content-50 article {
    padding-left: 50px;
}

.content-half-sideimage-section.right .content-50 article {
    padding-right: 50px;
}

.content-half-sideimage-section .content-50 {
    max-width: 570px;
    width: 94%;
}

.content-half-sideimage-section.right .content-50 {
    justify-self: end;
}

/*****************************************************
*    Link to Page Grid Modules                       *
*****************************************************/
.grid-card {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: var(--blue-light-color);
    text-decoration: none !important;
    text-align: left;
}

.grid-card article {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.grid-card .card-details {
    flex: 1;
    display: grid;
}

.grid-card .card-img, .grid-card .card-img picture {
    height: 150px;
    position: relative;
}

.grid-card .card-img picture img, .content-half-sideimage-section picture img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.grid-card .card-hover-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(4, 30, 66, 0);
    transition: background-color 200ms ease-in;
}

.pc-explore {
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    transform: translate(0px, 40px);
    transition: opacity 300ms ease, -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out, opacity 300ms ease;
    transition: transform 200ms ease-out, opacity 300ms ease, -webkit-transform 200ms ease-out;
    height: 24px;
    width: 99px;
    display: block;
}

a.grid-card:hover .card-hover-overlay {
    background: rgba(4, 30, 66, 0.75);
}

a.grid-card:hover img {
    transition: filter 200ms ease-in
}

a.grid-card:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

a.grid-card:hover img.pc-explore {
    opacity: 1;
    transform: translate(0, 0);
}

a.grid-card:hover {
    cursor: pointer;
}

.grid-card .card-hover-overlay .div-block {
    flex: 1;
}

.grid-card h3 {
    font-size: 20px;
    color: var(--dark-color);
    margin: 0 0 14px 0;
}

.grid-card .card-details {
    padding: 20px;
    border-top: 4px solid var(--blue-light-color);
}

.grid-card .card-text {
    font-size: 14px;
    text-transform: uppercase;
    align-self: end;
}

/*****************************************************
*    Google Review Modules                           *
*****************************************************/
.google-review-section.blue-gradient svg {
    fill: #fff;
}

.google-review-section svg {
    margin: 0;
}

.google-review-section .author-name, .review-container .author-name {
    font-weight: bold;
    font-size: 24px;
    margin: 36px 0 0 0;
}

.google-review-section .slide-review {
    max-width: 840px;
    margin: 0 auto;
    padding-top: 20px;
}

.google-review-section .star-wrap-icon, .review-container .star-wrap-icon {
    color: #ffc107;
    font-size: 18px;
}

.google-review-section .slick-prev, .google-review-section .slick-next {
    position: absolute;
    z-index: 100;
    font-size: 22px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    transition: background 0.3s ease-in-out;
}

.google-review-section .slick-prev {
    left: -45px;
}

.google-review-section .slick-next {
    right: -45px;
}

.google-review-section .slick-prev:hover, .google-review-section .slick-next:hover {
    background: rgba(255, 255, 255, 0.35);
}

.google-review-section .transparent-text {
    color: transparent;
    font-size: 1px;
}

/*****************************************************
*    FAQ Modules                                     *
*****************************************************/
.faq-accordion-wrap {
    text-align: left;
}

.faq-wrap {
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.question-wrap:hover {
    cursor: pointer;
}

.faq-wrap .question-wrap .fa-angle-down {
    transition: all 0.3s;
    transform: rotate(0deg);
}

.faq-wrap .answer-wrap ol {
    border-left: 4px solid #1F4987;
    padding-left: 24px;
    margin-left: 27px;
}

.faq-wrap .answer-wrap a {
    text-decoration: underline;
    color: var(--blue-light-color);
}

.faq-wrap .answer-wrap a:hover {
    color: var(--red-dark-color);
}

.faq-wrap.active .question-wrap .fa-angle-down, , aside [id*='menu-sidebar-'] li.menu-item-has-children .active .fa {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.question-wrap .fa, aside [id*='menu-sidebar-'] li.menu-item-has-children .fa {
    font-size: 22px;
    float: right;
    color: var(--blue-light-color);
}

.faq-section .pagewrap.narrow-width, .faq-accordion-wrap.narrow-width {
    max-width: 860px;
}

.faq-accordion-wrap.narrow-width {
    margin: 0 auto;
}

/*****************************************************
*    PAGINATION                                      *
*****************************************************/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
}

.pagination span, .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px;
    text-decoration: none;
    width: auto;
    color: #fff;
    border-radius: 6px;
    min-width: 33px;
    background: var(--blue-dark-color);
    transition: background .3s ease-in-out !important;
}

.pagination a:hover {
    background: var(--blue-light-color);
}

.pagination .current {
    background: var(--gray-lite-color);
    color: var(--blue-dark-color);
}

.pagination #page-count {
    background: #fff;
    color: var(--blue-dark-color);
}

/*****************************************************
*    404 PAGE                                        *
*****************************************************/
.error404 main .pagewrap {
    max-width: 640px;
}

.error404 main {
    background: #f1f1f1;
}

.error404 main img {
    max-width: 320px;
}

/*****************************************************
*    CONTACT OVERLAY                                 *
*****************************************************/
#contact-overlay {
    background: #222;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 3rem 0;
}

#contact-overlay .gfield_required_text {
    display: none;
}

#contact-overlay .close.toggle_overlay {
    color: #fff;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    opacity: 1;
}

#contact-overlay .close.toggle_overlay:hover {
    color: var(--red-color);
}

#contact-overlay p {
    line-height: 1.5rem;
    max-width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contact-overlay picture img {
    max-width: 250px;
    display: block;
    padding: 0 0 2rem 0;
    margin: 0 auto;
}

#contact-overlay input[type='text'], #contact-overlay textarea, #contact-overlay input[type='submit'] {
    max-width: 100%;
}

#contact-overlay textarea {
    max-height: 120px;
    margin-bottom: 9px;
}

#contact-overlay .has_first_name.has_last_name {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#contact-overlay .has_first_name.has_last_name span {
    display: flex;
    flex-direction: column-reverse;
}

.gform_body .gform_fields {
    display: grid;
    grid-row-gap: 6px;
}

.gform_validation_errors {
    color: #fff;
    border: var(--error-red-color) 1.5px solid;
    background: var(--error-red-color);
    display: block;
    border-radius: 7px;
    padding: 12px 8px;
    margin-bottom: 20px;
    font-size: 16px;
}

.gfield_error input[type=text] {
    border: 2px solid var(--error-red-color);
}

.gfield_error .gfield_description {
    color: var(--error-red-color);
    font-size: 13px;
    font-weight: 500;
    margin-top: -4px;
    line-height: 17px;
}

.gform_validation_errors h2 {
    font-size: 14px !important;
    margin: 0 !important;
}

.gform_confirmation_message {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

/*****************************************************
*    SITEMAP HTML PAGE                               *
*****************************************************/
.simple-sitemap-container {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

/*****************************************************
*    BLOG AREA                                       *
*****************************************************/
#content .entry-title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0px;
}

.entry-meta {
    color: #888888;
    font-size: 12px;
}

.entry-meta a, .entry-utility a {
    color: #888888;
}

.entry-utility {
    clear: both;
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.post {
    padding: 0px 0px 20px 0px;
}

.single-post [role='banner'] h1 {
    margin: 0 0 24px;
}

#nav-above, #nav-below {
    display: block;
    margin: 5px 0px 5px 0px;
    clear: both;
    height: 15px;
}

#nav-above a, #nav-below a {
    text-decoration: none;
    color: #F90;
}

#nav-below {
    margin-top: 10px;
}

#nav-below .nav-previous, #nav-above .nav-previous {
    float: left;
    display: block;
}

#nav-below .nav-next, #nav-above .nav-next {
    float: right;
    display: block;
}

/*****************************************************
*    FOOTER                                          *
*****************************************************/
footer {
    clear: both;
    background-color: var(--blue-light-color);
    padding: 50px 0;
    color: #fff;
}

.logo-sociallink-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.logo-sociallink-wrap img {
    height: 43px;
    width: 181px;
}

.logo-sociallink-wrap #socialnetwork-wrap {
    display: flex;
    column-gap: 20px;
}

#socialnetwork-wrap a {
    transition: border .3s ease-in-out, background-color .3s ease-in-out;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -999em;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
}

#socialnetwork-wrap a svg {
    position: absolute;
    top: 0;
    left: 0;
}

#socialnetwork-wrap a#icon-facebook:hover {
    border: 2px solid #4267B2;
    background-color: #4267B2;
}

#socialnetwork-wrap a#icon-youtube:hover {
    border: 2px solid #ff0000;
    background-color: #ff0000;
}

#socialnetwork-wrap a#icon-linkedin:hover {
    border: 2px solid #0077b5;
    background-color: #0077b5;
}

#socialnetwork-wrap a#icon-instagram:hover {
    border: 2px solid #e1306c;
    background-color: #e1306c;
}

#socialnetwork-wrap a#icon-twitter:hover {
    border: 2px solid #1da1f2;
    background-color: #1da1f2;
}

#socialnetwork-wrap a#icon-tiktok:hover {
    border: 2px solid #000;
    background-color: #000;
}

.widget-address-phone-widget p+p {
    margin-top: 4px;
}

.widget-address-phone-widget p {
    position: relative;
    padding-left: 30px;
}

.widget-address-phone-widget .phone-wrap a {
    color: #fff;
}

.widget-address-phone-widget p img, .widget-address-phone-widget p .fas {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
}

.widget-footer .font-title {
    font-size: 24px;
    margin: 0 0 16px;
}

.widget-footer+.widget-footer {
    margin-top: 30px;
}

footer .grid-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 120px;
}

.slbadge {
    height: 100px !important;
    width: 120px !important;
}

.slbadge .slbadge_profile {
    font-size: 14px !important;
}

.slbadge .slbadge_header {
    width: 120px !important;
    height: 83px !important;
}

#notice-wrap {
    margin: 50px auto 0;
    max-width: 840px;
    font-size: 14px;
    text-align: center;
}

.copyright {
    background-color: var(--blue-dark-color);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

.copyright p {
    margin: 0 0 6px;
}

/*****************************************************
*    CONTACT FORM & & ERROR MESSAGES                 *
*****************************************************/
span.wpcf7-not-valid-tip, .alert-danger {
    background-color: #fadfdf !important;
    border-color: #f1b7c1 !important;
    color: #bd2323 !important
}

.wpcf7-validation-errors {
    background-color: #fff579 !important;
    border: 1px solid #f7e700 !important;
    color: #333 !important
}

div.wpcf7-mail-sent-ok, .success_page {
    background-color: #80e76d !important;
    border: 1px solid #398f14 !important;
    color: #398f14 !important
}

div.wpcf7-mail-sent-ok, div.wpcf7-response-output, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, .alert-dismissable {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0 20px !important;
    padding: 8px !important;
    max-width: 460px
}

.wpcf7-captcha-captcha {
    display: inline-block;
    margin: 3px 0 9px;
}

input[type='button'], input[type='reset'], input[type='submit'], button, .cta-link {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 300px;
    padding: 16px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    vertical-align: middle;
    background-color: var(--red-color);
    border: 1px solid var(--red-color);
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out, border .3s ease-in-out !important;
}

input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, button:hover, .cta-link:hover {
    background-color: var(--red-dark-color);
    border: 1px solid var(--red-dark-color);
    color: #fff;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], input[type='search'], input[type='date'], input[type='datetime'], input[type='time'], input[type='url'], select, textarea {
    transition: border .3s ease-in-out;
    display: inline-block;
    max-width: 460px;
    width: 100%;
    padding: 8px;
    margin-bottom: 9px;
    background-color: #fff;
    font-size: 15px;
    line-height: 18px;
    color: #32312f;
    border: 2px solid rgba(50, 49, 47, 0.1);
    border-radius: 7px;
    font-feature-settings: 'lnum'1;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    ont-weight: 500;
}

input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='password']:focus, input[type='search']:focus, input[type='date']:focus, input[type='datetime']:focus, input[type='time']:focus, input[type='url']:focus, textarea:focus {
    border: 2px solid #2096c7;
    outline: 0
}

::placeholder {
    color: #b6b6b6;
}

label {
    font-weight: bold;
    font-size: 0.875em;
}

input:focus::placeholder, textarea:focus::placeholder {
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    border: 0;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

#submit {
    display: block;
    width: 150px;
}

#submit img {
    float: right;
}

/****************************************************
*    Calculator Modules                             *
****************************************************/
.calculator-wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: var(--gray-lite-color);
}

.calculator-wrap h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.calculator-wrap .calculator-header, .calculator-wrap #results, .calculator-wrap #ppdResults {
    text-align: center;
}

.calculator-wrap .calculator-header span {
    font-size: 1.3rem;
}

.calculator-wrap form {
    border-top: 2px solid var(--blue-light-color);
    padding: 2rem 4rem 0;
    box-sizing: border-box;
}

.calculator-wrap form input[type='submit'] {
    max-width: 100%;
}

.calculator-wrap .hidden {
    display: none;
}

.calculator-wrap #error, .calculator-wrap #ppd-errors {
    color: red;
    font-size: 14px;
    animation: fadeIn 1s;
}

.calculator-wrap #ppd-errors span {
    display: block;
    width: 100%;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.calculator-wrap form p {
    margin-top: 8px;
    margin-bottom: 0;
}

.calculator-wrap .result {
    font-weight: bold;
    font-size: 24px;
}

.calculator-wrap input[type='text'] {
    margin-top: 10px;
}

/****************************************************
*    FONTS                                          *
****************************************************/
h1 {
    font-size: 1.5em;
    font-style: normal;
}

h2 {
    font-size: 30px;
    margin: 0px 0px 40px 0px;
    font-style: normal;
}

h3 {
    font-size: 1.17em
}

h4 {
    margin: revert;
    font-size: 1em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .67em
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/subset-Lato-Bold.woff2') format('woff2'), url('fonts/subset-Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Italic.woff2') format('woff2'), url('fonts/subset-Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Medium.woff2') format('woff2'), url('fonts/subset-Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-SemiBold.woff2') format('woff2'), url('fonts/subset-Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-SemiBoldItalic.woff2') format('woff2'), url('fonts/subset-Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-MediumItalic.woff2') format('woff2'), url('fonts/subset-Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Bold.woff2') format('woff2'), url('fonts/subset-Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-BoldItalic.woff2') format('woff2'), url('fonts/subset-Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-BlackItalic.woff2') format('woff2'), url('fonts/subset-Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Regular.woff2') format('woff2'), url('fonts/subset-Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*****************************************************
*    FULL SCREENS                                    *
*****************************************************/
#cd-lateral-nav, .mobile-menu, .hamburger {
    display: none;
}

@media screen and (min-width:760px) {
    nav #toggle {
        display: none;
    }

}

/*****************************************************
*    MOBILE AND TABLE SCREENS                        *
*****************************************************/
@media screen and (max-width:1290px) {
    nav[aria-label='main navigation'] div > ul > li > a {
        font-size: 13px;
    }

    nav[aria-label='main navigation'] ul li a {
        padding: 12px;
    }

}

@media screen and (min-width:1175px) {
    .mobile-tele-wrap {
        display: none;
    }

}

@media screen and (max-width:940px) {
    .google-review-section .pagewrap {
        max-width: 640px;
    }

}

@media screen and (max-width:810px) {
    [role="banner"] h1, .page-template-page-home [role="banner"] h1 {
        font-size: 46px;
    }

    [role="banner"] h2 {
        font-size: 24px;
    }

    [role="banner"] .pagewrap-flex img {
        max-width: 300px;
    }

    [role="banner"] .slogan-wrap {
        width: calc(100% - 300px);
    }

    .pagewrap-grid.sidebar-wrap {
        grid-template-columns: 2fr 1fr
    }

    aside .widget {
        padding: 1.4rem;
    }

}

@media screen and (max-width:761px) {
    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    .profile-section {
        flex-direction: column;
        gap: 30px;
    }

    .link-page-grid-section .grid-columns-3, .blog main .grid-columns-3, .related-content .grid-columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .google-review-wrap {
        column-count: 2;
    }

    .google-review-section .pagewrap {
        max-width: 530px;
    }

    .google-review-section .slide-review {
        padding-top: 50px;
    }

    .google-review-section .slick-prev, .google-review-section .slick-next {
        top: 25px;
    }

    .google-review-section .slick-prev {
        left: 45px;
    }

    .google-review-section .slick-next {
        right: 45px;
    }

    .img-50 {
        grid-template-columns: repeat(1, 1fr);
    }

    .content-half-sideimage-section .content-50 {
        max-width: 770px;
        width: 95%;
    }

    .content-half-sideimage-section.right .content-50 article {
        padding-right: 0;
    }

    .content-half-sideimage-section.left .content-50 article {
        padding-left: 0;
    }

    .content-half-sideimage-section.right .content-50, .content-half-sideimage-section.left .content-50 {
        justify-self: center;
    }

    footer .grid-columns-3, footer .grid-columns-4 {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media screen and (min-width:760px) {
    nav #toggle {
        display: none;
    }

    .cd-main-content {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .sticky-wrap {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
    }

    .sticky-footer {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
        contain-intrinsic-size: 375px;
    }

}

/*****************************************************
*    MOBILE SCREENS ONLY                             *
*****************************************************/
@media screen and (max-width:667px) {
    body {
        word-wrap: break-word;
    }

    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

}

@media screen and (min-width:621px) {
    [role="banner"] .slogan-wrap img {
        display: none;
    }

}

@media screen and (max-width:620px) {
    [role="banner"] .pagewrap-flex {
        display: block;
        text-align: center;
    }

    [role="banner"] .slogan-wrap {
        width: 100%;
    }

    [role="banner"] .slogan-wrap img {
        border-radius: 50%;
        border: 8px solid #fff;
        margin-bottom: 12px;
    }

    .desktop {
        display: none;
    }

    .verdicts-data-section span {
        font-size: 24px;
    }

    .verdicts-data-section p {
        font-size: 12px;
    }

    .verdicts-data-section .flex-wrap-data {
        column-gap: 20px;
    }

    .page-template-page-home .content-half-sideimage-section.left .content-50 article p .cta-link, .page-template-page-home .content-half-sideimage-section p .cta-link {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .related-content .grid-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media screen and (min-width:531px) {
    aside [id*="menu-sidebar-"] > li ul li {
        max-width: 255px;
    }
}

@media screen and (max-width:530px) {
    .verdicts-data-section .flex-wrap-data {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .flex-image {
        flex-flow: row wrap;
    }

    .flex-image picture {
        flex-shrink: 1;
        flex-basis: 70px;
    }

    .content-half-sideimage-section.right .img-50 .content-50 {
        order: 2;
    }

    .content-half-sideimage-section.right .img-50 picture {
        order: 1;
    }

    #contact-overlay picture img {
        padding: 0 0 0.5rem 0;
    }

    .widget-address-phone-widget p {
        font-size: 13.5px;
        line-height: 19px;
    }

    .pagewrap-grid.sidebar-wrap {
        grid-template-columns: 1fr
    }

}

@media screen and (max-width:480px) {
    .mobile-none {
        display: none;
    }

    .page-template-page-home [role="banner"] {
        background-color: #000;
    }

    [class*="modules"], main {
        padding: 30px 0;
    }

    [role="banner"] .pagewrap {
        padding: 27px 0;
    }

    .page-template-page-home [role="banner"] h1 {
        font-size: 42px;
    }

    [role="banner"] h1 {
        font-size: 34px;
    }

    [role="banner"] h2 {
        font-size: 20px;
    }

    .verdicts-data-section span {
        font-size: 23px;
    }

    #logo img {
        width: 230px;
    }

    .content-half-sideimage-section picture {
        height: 210px;
    }

    .link-page-grid-section .grid-columns-3, .blog main .grid-columns-3 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .logo-sociallink-wrap {
        display: block;
        text-align: center;
    }

    .logo-sociallink-wrap #socialnetwork-wrap {
        justify-content: center;
        padding-top: 10px;
    }

    footer, [class*="modules"], .content-half-sideimage-section .content-50 article {
        padding: 30px 0;
    }

    .grid-card h3 {
        font-size: 17px;
        margin: 0 0 6px 0;
    }

    .grid-card .card-text {
        font-size: 13px;
    }

    .slide-review p {
        font-size: 15px;
        line-height: 1.5em;
    }

    .grid-card .card-details {
        padding: 15px 16px;
    }

    .calculator-wrap form {
        padding: 2rem 0 0;
    }

    h2, .page-template-page-home [role="banner"] h2 {
        font-size: 24px;
    }

    .google-review-wrap {
        column-count: 1;
    }

    .logo-sociallink-wrap img {
        height: 51px;
        width: 220px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width:408px) {
    .grid-card h3 {
        font-size: 15.5px;
    }

    .grid-card .card-details {
        padding: 12px;
    }

    .grid-card .card-img, .grid-card .card-img picture {
        height: 115px;
    }

}

/*****************************************************
*    NAVIGATION AREA  FOR  MOBILE SCREENS ONLYS      *
*****************************************************/
@media screen and (max-width:1174px) {
    nav[aria-label="main navigation"], header .sub-headline-phone {
        display: none;
    }

    #cd-lateral-nav, .hamburger {
        display: block;
    }

    header h1 a {
        margin: 0 auto;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: #fff;
        z-index: 3;        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.4s;
    }

    .mobile-menu.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    #cd-top-nav {
        position: absolute;
        top: 0;
        right: 120px;
        height: 100%;
        display: none;
    }

    #cd-top-nav ul {
        height: 100%;
        padding-top: 18px;
    }

    #cd-top-nav li {
        display: inline-block;
        margin-right: 1em;
    }

    #cd-top-nav a {
        display: inline-block;
        padding: .5em;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 600;
    }

    #cd-top-nav a.current {
        background-color: #242e30;
    }

    .no-touch #cd-top-nav a:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    #cd-lateral-nav {
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        visibility: hidden;        /* the secondary navigation is covered by the main element */
        z-index: 1;
        width: 260px;
        background-color: var(--blue-dark-color);
        overflow-y: auto;        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition: transform .4s 0s, visibility 0s .4s;        /* this creates the subtle slide in animation of the navigation */
        -ms-transform: translateX(80px);
        transform: translateX(80px);
    }

    #cd-lateral-nav .cd-navigation {
        margin: 10px 0 16px;
    }

    #cd-lateral-nav .sub-menu {
        padding: 0 10px 20px 15px;
        display: none;
    }

    #cd-lateral-nav a {
        display: block;
        line-height: 2em;
        color: #fff;
    }

    #cd-lateral-nav a, #cd-lateral-nav .searchform {
        padding: 0 16px 0 32px;
    }

    #cd-lateral-nav .sub-menu a {
        line-height: 1.15em;
        padding-bottom: 16px;
    }

    #cd-lateral-nav .sub-menu li:last-child a, #cd-lateral-nav .dropdown-submenu .submenu-open + .sub-menu li:last-child {
        padding-bottom: 0px;
    }

    #cd-lateral-nav > ul > li > a {
        text-transform: uppercase;
        font-weight: 600;
    }

    #cd-lateral-nav ul#top-menu>li>a {
        text-transform: uppercase;
    }

    #cd-lateral-nav .dropdown-submenu .submenu-open + .sub-menu a {
        line-height: 1.15em;
        font-size: 14px;
        padding-bottom: 0;
    }

    #cd-lateral-nav .dropdown-submenu .submenu-open + .sub-menu li {
        padding: 3px 0 10px;
    }

    #cd-lateral-nav li.current-menu-item a {
        background-color: #32312f;
        color: #FFF;
    }

    .no-touch #cd-lateral-nav a:hover {
        color: #FFF;
    }

    #cd-lateral-nav .cd-navigation, #cd-lateral-nav .searchform {
        margin: 20px 0;
    }

    #cd-lateral-nav .searchform input[type="submit"] {
        max-width: 100%;
    }

    #cd-lateral-nav.lateral-menu-is-open {
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        transition: transform .4s 0s, visibility 0s 0s;
        -webkit-overflow-scrolling: touch;
    }

    /* style menu items which have a submenu  */
    #cd-lateral-nav .menu-item-has-children>a {
        position: relative;
    }

    #cd-lateral-nav .menu-item-has-children>a:after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1em;
        background: url("images/cd-arrow.svg") no-repeat center center;
        background-size: 8px 11px;
        transition-property: transform;
        transition-duration: 0.2s;
    }

    #cd-lateral-nav .menu-item-has-children.dropdown-submenu > a::after {
        top: 28%;
    }

    #cd-lateral-nav .menu-item-has-children>a.submenu-open:after {
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .cd-main-content {
        min-height: 100%;
        position: relative;
        background-color: #fff;
        z-index: 2;        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.4s;
    }

    .cd-main-content.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    button.menu-hamburger {
        z-index: 20;
        display: block;
        width: 21px;
        max-width: 21px;
        height: 20px;
        box-sizing: content-box;
        border: 6px solid transparent;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        background-color: rgba(244, 245, 247, 0);
        padding: 0;
        border-radius: .25rem;
    }

    button.menu-hamburger:hover {
        background-color: rgba(244, 245, 247, 1);
    }

    .menu-hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #323941;
        opacity: 1;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu-hamburger.open span {
        background: var(--red-color);
    }

    .menu-hamburger span:nth-child(even) {
        left: 50%;
        border-radius: 0 4px 4px 0;
    }

    .menu-hamburger span:nth-child(odd) {
        left: 0px;
        border-radius: 4px 0 0 4px;
    }

    .menu-hamburger span:nth-child(1), .menu-hamburger span:nth-child(2) {
        top: 1px;
    }

    .menu-hamburger span:nth-child(3), .menu-hamburger span:nth-child(4) {
        top: 8.5px;
    }

    .menu-hamburger span:nth-child(5), .menu-hamburger span:nth-child(6) {
        top: 16px;
    }

    .menu-hamburger.open span:nth-child(1), .menu-hamburger.open span:nth-child(6) {
        transform: rotate(45deg);
    }

    .menu-hamburger.open span:nth-child(2), .menu-hamburger.open span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .menu-hamburger.open span {
        width: 61%;
    }

    .menu-hamburger.open span:nth-child(1) {
        left: 0px;
        top: 4px;
    }

    .menu-hamburger.open span:nth-child(2) {
        left: calc(50% - 1.5px);
        top: 4px;
    }

    .menu-hamburger.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .menu-hamburger.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .menu-hamburger.open span:nth-child(5) {
        left: 0px;
        top: 13px;
    }

    .menu-hamburger.open span:nth-child(6) {
        left: calc(50% - 1.5px);
        top: 13px;
    }

}

/*****************************************************
*    Font Awesome Free 5.15.4                        *
*****************************************************/
.fa, .fab, .fad, .fal, .far, .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-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('fonts/fa-solid-900.woff2') format('woff2'), url('fonts/fa-solid-900.woff') format('woff');
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-star:before {
    content: "\f005"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search:before {
    content: "\f002"
}

/*****************************************************
*    FANCY BOX                                       *
*****************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: var(--red-color);
    color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
    background: var(--red-dark-color);
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }

}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }

}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }

    }

}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }

}

/****************************************************
*    Slick Slider                                   *
****************************************************/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}