/*!
Theme Name: Adventure Medics
Theme URI: http://underscores.me/
Author: Adventure Medics
Author URI: http://Adventure%20Medics
Description: Adventure Medics
Version: 1.1.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adventure-medics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Adventure Medics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

h1,
.elementor-kit-959 h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 6.7rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 30px;
    color: #000;
}

@media (max-width: 1679px) {
    h1 {
        font-size: 6rem;
    }
}
@media (max-width: 1279px) {
    h1,
    .elementor-default h1.hero__content-title,
    .elementor-page h1.hero__content-title  {
        font-size: 4.8rem;
    }
}
@media (max-width: 991px) {
    h1,
    .elementor-default h1.hero__content-title,
    .elementor-page h1.hero__content-title {
        font-size: 3.6rem;
    }
}
@media (max-width: 767px) {
    h1,
    .elementor-default h1.hero__content-title,
    .elementor-page h1.hero__content-title  {
        font-size: 3.4rem;
    }
}
h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.32;
    margin-top: 0;
    margin-bottom: 50px;
    color: #000;
}
@media (max-width: 1679px) {
    h2 {
        font-size: 4.8rem;
    }
}
@media (max-width: 1279px) {
    h2 {
        font-size: 4.2rem;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 3.6rem;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 2.8rem;
        line-height: 1.2143;
        text-transform: uppercase;
    }
}
h3,
.page-content__form .gform_wrapper .gform_heading .gform_title,
.page-content__contact-left .gform_wrapper .gform_heading .gform_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 3.8rem;
    line-height: 1.3158;
    margin-top: 0;
    margin-bottom: 40px;
    color: #000;
}
@media (max-width: 1679px) {
    h3,
    .page-content__form .gform_wrapper .gform_heading .gform_title,
    .page-content__contact-left .gform_wrapper .gform_heading .gform_title {
        font-size: 3.6rem;
    }
}
@media (max-width: 1279px) {
    h3,
    .page-content__form .gform_wrapper .gform_heading .gform_title,
    .page-content__contact-left .gform_wrapper .gform_heading .gform_title {
        font-size: 3rem;
        margin-bottom: 25px;
    }
}
h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.3571;
    margin-top: 0;
    margin-bottom: 12px;
    color: #000;
}
@media (max-width: 1679px) {
    h4 {
        font-size: 2.4rem;
    }
}
@media (max-width: 1279px) {
    h4 {
        font-size: 2.1rem;
        margin-bottom: 8px;
    }
}
h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1.3333;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
}
@media (max-width: 1679px) {
    h5 {
        font-size: 1.8rem;
    }
}
@media (max-width: 1279px) {
    h5 {
        margin-bottom: 8px;
    }
}
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3125;
    text-transform: uppercase;
    margin-top: 0;
    color: #000;
}
.container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .container.sm {
        max-width: 840px;
    }
}
@media (min-width: 640px) {
    .container {
        max-width: 600px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1202px;
    }
}
.text-center {
    text-align: center;
}
.site-main {
    overflow: hidden;
}
picture {
    display: block;
    position: relative;
}
picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.title-underline::after {
    content: "";
    display: block;
    max-width: 100%;
    width: 415px;
    height: 2px;
    margin: 24px auto 0;
    background-color: #d0102d;
}
@media (max-width: 1279px) {
    .title-underline::after {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .title-underline::after {
        width: 240px;
    }
}
.entry-page {
    margin: 80px 0;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: #3e3e3e;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1,
h2,
h3,
.page-content__form .gform_wrapper .gform_heading .gform_title,
.page-content__contact-left .gform_wrapper .gform_heading .gform_title,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1em 0;
    padding-left: 1.2em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
a {
    color: #d0102d;
    text-decoration: none;
    transition: color 0.2s ease-out;
}
a:visited {
    color: #d0102d;
}
a:hover,
a:focus,
a:active {
    color: #3e3e3e;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
.button,
.elementor-page .button,
.elementor-page button,
button
.elementor-page input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    background-color: #d0102d;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 2.1rem;
    line-height: 1.33333;
    padding: 15px 25px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #851828;
    color: #fff;
}
.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #851828;
    color: #fff;
}
.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
    color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: 0;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.main-navigation {
    margin-left: auto;
}
@media (min-width: 992px) {
    .main-navigation {
    }
}
@media (max-width: 991px) {
    .main-navigation {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 50px 0;
    }
}
.main-navigation ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
@media (max-width: 991px) {
    .main-navigation ul {
        flex-direction: column;
    }
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
@media (max-width: 991px) {
    .main-navigation ul ul {
        width: 100%;
    }
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    position: relative;
}

@media (max-width: 991px) {
    .main-navigation li,
    .main-navigation ul ul a  {
        width: 100%;
    }
    
}

.main-navigation li.menu-item-contact {
    margin-left: 70px;
}
@media (max-width: 1279px) {
    .main-navigation li.menu-item-contact {
        margin-left: 10px;
    }
}
@media (max-width: 991px) {
    .main-navigation li.menu-item-contact {
        margin-left: 0;
        margin-top: 10px;
        order: 0;
    }
}
.main-navigation li.menu-item-contact a {
    background-color: #d0102d;
    color: #fff;
    border: 0;
    font-size: 2.1rem;
    line-height: 1.1429;
    font-weight: 400;
    padding: 16px 46px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease-out;
}
@media (max-width: 1279px) {
    .main-navigation li.menu-item-contact a {
        font-size: 1.8rem;
        padding: 12px 25px;
    }
}
.main-navigation li.menu-item-contact a:hover {
    background-color: #851828;
    color: #fff;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #d0102d;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e3e3e;
    padding: 31px 22px;
}

.main-navigation .sub-menu a {
    padding: 18px 22px;
}

@media (max-width: 1279px) {
    .main-navigation a {
        padding: 25px 15px;
    }
}
@media (max-width: 991px) {
    .main-navigation a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #851828;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
li.contact-btn a {
    border: 2px solid #fff;
    background-color: #D0102D;
    color: #fff!important;
    font-family: "Montserrat",sans-serif;
    line-height: 1.33333;
    padding: 15px 25px;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.2s ease-out;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[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;
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #d0102d;
}
.hamburger-box {
    width: 36px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 36px;
    height: 3px;
    background-color: #d0102d;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -11px;
}
.hamburger-inner::after {
    bottom: -11px;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.site-header {
    position: relative;
    z-index: 2;
}
.site-header__top {
    background-color: #3e3e3e;
    color: #fff;
    padding: 10px 0;
}
@media (max-width: 991px) {
    .site-header__top {
        display: none;
    }
}
.site-header__top .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-header__top-form .search-form {
    display: flex;
    max-width: 203px;
    position: relative;
}
.site-header__top-form .search-form label {
    display: block;
}
.site-header__top-form .search-form .search-field {
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: 4px 40px 4px 10px;
}
.site-header__top-form .search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(assets/images/Search.svg) no-repeat center;
    text-indent: -999em;
    overflow: hidden;
    box-shadow: none;
}
.site-header__top-links {
    display: flex;
    align-items: center;
}
.site-header__top-links-cart {
    margin-left: 140px;
}
@media (max-width: 1279px) {
    .site-header__top-links-cart {
        margin-left: 40px;
    }
}
.site-header__top-links-account {
    margin-left: 65px;
    display: none;
}
@media (max-width: 1279px) {
    .site-header__top-links-account {
        margin-left: 40px;
    }
}
.site-header__top-link {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    color: #fff !important;
}
.site-header__top-link:hover {
    color: #d0102d !important;
}
.site-header__top-link svg {
    margin-right: 20px;
}
@media (max-width: 1279px) {
    .site-header__top-link svg {
        margin-right: 10px;
    }
}
.site-header__main {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.site-header__main .container {
    display: flex;
    position: relative;
}

.site-header__main .container.header-container {
    width: 100%;
    max-width: 1200px;
}


.site-header__main .site-branding {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
@media (max-width: 1200px) {
    .site-header__main .site-branding {
        max-width: 150px;

    }
}

@media (max-width: 991px) {
    .site-header__main .site-branding {
        max-width: 103px;
        top: 5px;
        transform: none;
    }
}


.site-header__main .site-hamburger {
    display: none;
}
@media (max-width: 991px) {
    .site-header__main .site-hamburger {
        margin-left: auto;
        padding: 16px 0;
        display: flex;
        align-items: center;
    }
}
.site-header__main .site-hamburger-link {
    margin-right: 50px;
    display: block;
}
.site-header__main .site-hamburger-link svg {
    vertical-align: top;
}
.site-header__main .site-hamburger-link:hover {
    color: #000;
}
.site-header__main .site-hamburger .hamburger,
.site-header__main .site-hamburger .hamburger:hover,
.site-header__main .site-hamburger .hamburger:focus,
.site-header__main .site-hamburger .hamburger:visited  {
    box-shadow: none;
    background-color: transparent;
}


/* Site Footer */
.site-footer {
    background-color: #000;
    border-top: 25px solid #3e3e3e;
    color: #fff;
}
.site-footer a,
.site-footer a:visited,
.site-footer a:active {
    color: #fff;
}

.site-footer__top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1279px) {
    .site-footer__top .container {
        flex-direction: column;
    }
}
.site-footer__top-left {
    flex-shrink: 0;
}
.site-footer__top-left-logo {
    margin: 18px 0;
    width: 200px;
}
@media (max-width: 1279px) {
    .site-footer__top-left-logo {
        text-align: center;
    }
}
.site-footer__top-left-social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer__top-left-social a {
    display: block;
    margin: 0 12px;
    color: #fff;
}
.site-footer__top-left-social a:hover {
    color: #d0102d;
}
.footer-phone {
    display: flex;
    justify-content: center;
}

.site-footer__top-right {
    flex-grow: 1;
    width: 100%;
}
.site-footer__top-right-menu {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-around;
   
}
@media (max-width: 1279px) {
    .site-footer__top-right-menu {
        
    }
}
@media (max-width: 767px) {
    .site-footer__top-right-menu {
        flex-direction: column;
        padding-bottom: 45px;
        align-items: center;
    }
}
.site-footer__top-right-menu .widget {
   
   max-width: 15em;
}
@media (max-width: 1279px) {
    .site-footer__top-right-menu .widget {
    }
}
@media (max-width: 991px) {
    .site-footer__top-right-menu .widget {

    }
}
@media (max-width: 767px) {
    .site-footer__top-right-menu .widget {
        margin-inline: 0; 
        width: 15em;
    text-align: center;
    }
}
.site-footer__top-right-menu .widget:first-child {
}

.site-footer__top-right-menu .widget .widget-title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}
.site-footer__top-right-menu .widget .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.site-footer__top-right-menu .widget .menu .menu-item a {
    color: #fff;
}
.site-footer__top-right-menu .widget .menu .menu-item a:hover {
    color: #d0102d;
}
.site-footer__bottom {
    background-color: #3e3e3e;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
}
@media (max-width: 767px) {
    .site-footer__bottom {
        padding: 20px;
        text-align: center;
    }
}
.site-footer__bottom .container {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1279px) {
    .site-footer__bottom .container {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 1279px) {
    .site-footer__bottom-right {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .site-footer__bottom-right {
        margin-top: 20px;
    }
}
.site-footer__bottom-right p {
    margin: 0;
}
@media (max-width: 767px) {
    .site-footer__bottom-right p {
        font-size: 0;
    }
}
.site-footer__bottom-right p a {
    color: #fff;
}
@media (max-width: 767px) {
    .site-footer__bottom-right p a {
        font-size: 1.6rem;
        display: block;
    }
}
.site-footer__bottom-right p a:hover {
    color: #d0102d;
}
.hero {
    position: relative;
}
.hero__image {
    overflow: hidden;
    height: 36vw;
    min-height: 444px;
    max-height: 532px;
}
.home .hero__image {
    height: 65vw;
    min-height: 532px;
    max-height: 935px;
}
@media (max-width: 767px) {
    .hero__image img {
        object-position: right;
    }
}
.hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 70px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .hero__content {
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
        align-items: flex-start;
    }
}
@media (min-width: 1280px) {
    .hero__content {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media (min-width: 1680px) {
    .hero__content {
        padding-left: 135px;
        padding-right: 135px;
    }
}
@media (min-width: 1280px) {
    .home .hero__content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 1680px) {
    .home .hero__content {
        padding-top: 75px;
        padding-bottom: 85px;
    }
}
.hero__content-subtitle {
    margin: 0;
    color: #fff;
}
@media (max-width: 767px) {
    .hero__content-subtitle {
        margin-bottom: 16px;
    }
}
.hero__content-title,
.elementor-kit-959 .hero__content-title {
    color: #fff;
    max-width: 600px;
    text-transform: uppercase;
}
@media (min-width: 1680px) {
    .hero__content-title {
        font-size: 7.2rem;
    }
}
@media (max-width: 1279px) {
    .hero__content-title {
        max-width: 400px;
    }
}
.hero__content-title::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .hero__content-title::after {
        margin-top: 16px;
    }
}
@media (max-width: 767px) {
    .hero__content-title::after {
        width: 100%;
    }
}
.hero__content-subtitle2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 3.8rem;
    line-height: 1.3158;
    display: block;
    margin: 0;
    color: #fff;
}
@media (max-width: 1679px) {
    .hero__content-subtitle2 {
        font-size: 3rem;
    }
}
@media (max-width: 1279px) {
    .hero__content-subtitle2 {
        font-size: 2.4rem;
    }
}
.page-content {
    margin: 150px 0;
}
.page-content.partner-with-us {
    margin: 100px 0 0;
}
@media (max-width: 1679px) {
    .page-content {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1279px) {
    .page-content {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .page-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.page-content.mb-0 {
    margin-bottom: 20px !important;
}
@media (max-width: 767px) {
    .page-content__subtitle {
        margin-bottom: 20px;
    }
}
.page-content__content p:last-child {
    margin-bottom: 0;
}
.latest-news .page-content__content {
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .latest-news .page-content__content {
        margin-bottom: 40px;
    }
}
.page-content__learn {
    margin-top: 50px;
}
.page-content__learn-title {
    margin-bottom: 0;
}
.page-content__learn-list {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-content__learn-list-item {
    max-width: 24%;
    margin-top: 24px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .page-content__learn-list-item {
        max-width: inherit;
        width: 48%;
    }
}
.page-content__learn-logos {
    display: flex;
    justify-content: center;
}
.page-content__learn-logos-logo {
    padding: 24px 15px;
}
.page-content__form {
    background-color: #f5f5f5;
    margin-top: 50px;
    padding: 80px 0;
}
@media (max-width: 1279px) {
    .page-content__form {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .page-content__form {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        padding: 40px 20px;
    }
}
.page-content__form-container {
    max-width: 982px;
    margin: 0 auto;
}
.page-content__form .gform_wrapper .gform_heading .gform_required_legend {
    display: none;
}
.page-content__form .gform_wrapper .gform_body {
    text-align: left;
}
.page-content__form .gform_wrapper.gravity-theme .gfield_label {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #000;
}
.page-content__form .gform_wrapper.gravity-theme .gfield input.large {
    border-radius: 0;
    border: 1px solid #707070;
    padding: 18px 38px;
}
.page-content__form .gform_wrapper.gravity-theme .gfield textarea.medium {
    border-radius: 0;
    border: 1px solid #707070;
    padding: 18px 38px;
}
.page-content__form .gform_wrapper.gravity-theme .gform_footer input {
    min-width: 225px;
}
.page-content__contact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
@media (max-width: 991px) {
    .page-content__contact {
        flex-direction: column;
    }
}
.page-content__contact-left {
    width: 50%;
    background-color: #f5f5f5;
    padding: 40px 7.93103vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .page-content__contact-left {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .page-content__contact-left {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}
.page-content__contact-left .gform_wrapper .gform_heading .gform_required_legend {
    display: none;
}
.page-content__contact-left .gform_wrapper .gform_body {
    text-align: left;
}
.page-content__contact-left .gform_wrapper.gravity-theme .gfield_label {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #000;
}
.page-content__contact-left .gform_wrapper.gravity-theme .gfield input.large {
    border-radius: 0;
    border: 1px solid #707070;
    padding: 18px 38px;
}
.page-content__contact-left .gform_wrapper.gravity-theme .gfield textarea.medium {
    border-radius: 0;
    border: 1px solid #707070;
    padding: 18px 38px;
}
.page-content__contact-left .gform_wrapper.gravity-theme .gform_footer input {
    min-width: 225px;
}
.page-content__contact-right {
    width: 50%;
}
@media (max-width: 991px) {
    .page-content__contact-right {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .page-content__contact-right {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}
.page-content__contact-right p {
    height: 100%;
    margin-bottom: 0;
}
.page-content__contact-right iframe {
    width: 100%;
    height: 100%;
    min-height: 546px;
}
.page-content__contact-bottom {
    width: 100%;
    padding-top: 80px;
}
.page-content__contact-bottom h6 {
    text-transform: none;
    margin-bottom: 10px;
}
.page-content__contact-bottom h6 + h6 {
    margin-top: 30px;
}
.page-content__contact-bottom h6 a {
    color: #000;
}
.page-content__contact-bottom h6 a:hover {
    color: #d0102d;
}
.page-content__contact-bottom p {
    margin-bottom: 30px;
}
.boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 150px -15px;
}
@media (max-width: 1679px) {
    .boxes {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1279px) {
    .boxes {
        margin-top: 80px;
        margin-bottom: 80px;
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 767px) {
    .boxes {
        margin-left: 8px;
        margin-right: 8px;
        flex-direction: column;
    }
}
.boxes__item {
    padding: 15px;
    position: relative;
}
@media (max-width: 1279px) {
    .boxes__item {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .boxes__item {
        padding: 10px 0;
        width: 100% !important;
    }
}
.boxes__item.box1 {
    width: 36%;
}
.boxes-1 .boxes__item.box1 {
    width: 100%;
}
.boxes-2 .boxes__item.box1 {
    width: 50%;
}
.boxes-3 .boxes__item.box1 {
    width: 33.33%;
}
.boxes-5 .boxes__item.box1 {
    width: 50%;
}
.boxes-6 .boxes__item.box1 {
    width: 33.33%;
}
.boxes__item.box2 {
    width: 64%;
}
.boxes-2 .boxes__item.box2 {
    width: 50%;
}
.boxes-3 .boxes__item.box2 {
    width: 33.33%;
}
.boxes-5 .boxes__item.box2 {
    width: 50%;
}
.boxes-6 .boxes__item.box2 {
    width: 33.33%;
}
.boxes__item.box3 {
    width: 64%;
}
.boxes-3 .boxes__item.box3 {
    width: 33.33%;
}
.boxes-5 .boxes__item.box3 {
    width: 33.33%;
}
.boxes-6 .boxes__item.box3 {
    width: 33.33%;
}
.boxes__item.box4 {
    width: 36%;
}
.boxes-5 .boxes__item.box4 {
    width: 33.33%;
}
.boxes-6 .boxes__item.box4 {
    width: 33.33%;
}
.boxes__item.box5 {
    width: 33.33%;
}
.boxes-6 .boxes__item.box5 {
    width: 33.33%;
}
.boxes-6 .boxes__item.box6 {
    width: 33.33%;
}
.boxes__item-link {
    display: block;
}
.boxes__item-bgimage {
    z-index: 0;
    height: 25.51724vw;
    min-height: 370px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
    .boxes__item-bgimage {
        height: 430px;
    }
}
.boxes__item-bgimage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.2s ease-in;
}
.boxes__item-bgimage .img {
    z-index: -1;
}
.boxes__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    color: #fff;
    width: 50%;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .boxes__item-content {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .boxes__item-content {
        max-width: 245px;
    }
}
.boxes__item-content-icon {
    margin-bottom: 13px;
}
@media (max-width: 767px) {
    .boxes__item-content-icon {
        margin-bottom: 40px;
    }
}
.boxes__item-content-title {
    color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
    .boxes__item-content-title {
        margin-bottom: 15px;
    }
}
.boxes__item-content-copy {
    font-size: 1.8rem;
}
.boxes__item:hover .boxes__item-bgimage:before {
    background-color: rgba(208, 16, 45, 0.9);
}
.cards {
    margin-top: 0;
    margin-bottom: 0;
}
.cards__container {
    margin-top: 115px;
    margin-bottom: 80px;
}
@media (max-width: 1679px) {
    .cards__container {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1279px) {
    .cards__container {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
.cards__heading {
    margin-bottom: 60px;
}
@media (max-width: 1279px) {
    .cards__heading {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .cards__heading {
        margin-bottom: 20px;
    }
}
.cards__note {
    margin-bottom: 0;
    margin-top: 60px;
    color: #d0102d;
}
@media (max-width: 1279px) {
    .cards__note {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .cards__note {
        margin-top: 20px;
    }
}

/* Meet The Team */

.meet-team {
    margin: 150px 0;
}

.elementor-kit-959 .meet-team__heading h1 {
    color: #000000;
}
@media (max-width: 1679px) {
    .meet-team {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1279px) {
    .meet-team {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
.meet-team__banner {
    height: 600px;
}
.meet-team__banner img {
    object-fit: contain;
}

@media (max-width: 767px) {
    .meet-team__banner {
        height: 315px;
    }
}
.meet-team__bottom {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .meet-team__bottom {
        flex-direction: column;
        margin-top: 80px;
    }
}
.meet-team__bottom-left {
    width: 38%;
    max-width: 440px;
}
@media (max-width: 767px) {
    .meet-team__bottom-left {
        width: 100%;
        max-width: inherit;
        padding: 0 12px;
    }
}
.meet-team__bottom-left-title {
    color: #d0102d;
    line-height: 1.1;
}
.meet-team__bottom-left-copy {
    margin-bottom: 40px;
}
@media (max-width: 1279px) {
    .meet-team__bottom-left-copy {
        margin-bottom: 25px;
    }
}
.meet-team__bottom-right {
    width: 61%;
    max-width: 718px;
}
@media (max-width: 767px) {
    .meet-team__bottom-right {
        width: 100%;
        max-width: inherit;
        margin-top: 60px;
    }
}
.meet-team__bottom-right-slider {
    margin: 0 -4px;
}
.meet-team__bottom-right-slider.slick-initialized .slick-slide {
    display: flex;
    flex-wrap: wrap;
}
.meet-team__bottom-right-slider.slick-initialized .slick-slide > div {
    margin: 4px;
    width: calc(33.33% - 8px);
}
@media (max-width: 767px) {
    .meet-team__bottom-right-slider.slick-initialized .slick-slide > div {
        margin: 3px;
        width: calc(50% - 6px);
    }
}
.meet-team__bottom-right-slide-team-member {
    position: relative;
    vertical-align: top;
    background-color: #d0102d;
    background-image: url(assets/images/team-picture-placeholder.jpg);
    background-size: cover;
}
.meet-team__bottom-right-slide-team-member-photo {
    padding-top: 100%;
}
.meet-team__bottom-right-slide-team-member-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    background-color: #d0102d;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.meet-team__bottom-right-slide-team-member-name {
    margin: 0 0 6px;
    color: #fff;
}
.meet-team__bottom-right-slide-team-member-position {
    margin: 0;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
}
.meet-team__bottom-right-slide-team-member:hover .meet-team__bottom-right-slide-team-member-content {
    opacity: 0.8;
}
.meet-team__bottom-right .slick-dots {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meet-team__bottom-right .slick-dots li {
    margin: 0 5px;
}
.meet-team__bottom-right .slick-dots li button {
    background: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    width: 20px;
    height: 20px;
    background-color: #e3e3e3;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
.meet-team__bottom-right .slick-dots li.slick-active button {
    background-color: #d0102d;
}
/* End Meet The Team */

.image-content {
    margin: 150px 0;
}
.image-content.review-block {
    margin: 125px 0;
}
@media (min-width: 1680px) {
    .page-book-team .image-content {
        margin-top: 125px;
        margin-bottom: 80px;
    }
}
@media (max-width: 1679px) {
    .image-content {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1279px) {
    .image-content {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
.image-content.section-padding {
    padding: 140px 0 120px;
    margin-top: 0;
    margin-bottom: 0;
}
.image-content.section-padding.review-block {
    padding: 96px 0;
}
@media (min-width: 1280px) {
    .page-book-team .image-content.section-padding {
        padding: 100px 0 120px;
    }
}
@media (max-width: 1279px) {
    .image-content.section-padding {
        padding: 80px 0;
    }
}
.image-content.section-padding.padding-bottom-zero {
    padding-bottom: 0;
}
.image-content__topbanner {
    margin-bottom: 65px;
}
@media (max-width: 767px) {
    .image-content__topbanner {
        margin-bottom: 30px;
    }
}
.image-content__topbanner.mb-0 {
    margin-bottom: 0;
}
.image-content__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .image-content__container {
        flex-direction: column;
    }
}
.image-content__image {
    width: 50%;
}
@media (min-width: 768px) {
    .image-right .image-content__image {
        order: 1;
    }
}
@media (max-width: 767px) {
    .image-content__image {
        width: 100%;
    }
}
.image-content__image-container {
    text-align: center;
}
.image-content__content {
    width: 42%;
    max-width: 496px;
    text-align: right;
}
.page-book-team .image-content__content {
    width: 43.424%;
    max-width: 515px;
}
.image-right .image-content__content {
    text-align: left;
}
.content-force-left .image-content__content {
    text-align: left;
}
@media (min-width: 768px) {
    .image-right .image-content__content {
        order: 0;
    }
}
@media (max-width: 767px) {
    .image-content__content {
        width: 100%;
        max-width: 320px;
        margin-top: 45px;
        margin-bottom: 60px;
    }
}
.image-content__content-title {
    line-height: 1;
}
.image-content__content-title.title-underline::after {
    margin-right: 0;
}
.image-right .image-content__content-title.title-underline::after {
    margin-left: 0;
    margin-right: auto;
}
.content-force-left .image-content__content-title.title-underline::after {
    margin-left: 0;
    margin-right: auto;
}
.image-content__content-copy ul li {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .image-content__content-copy a {
        white-space: nowrap;
    }
}
.image-content__content-cta {
    margin-top: 40px;
}
@media (max-width: 1279px) {
    .image-content__content-cta {
        margin-top: 25px;
    }
}
.image-content__content-name {
    margin: 0 0 10px;
}
.image-content__content-name::before {
    content: "-";
}
.image-content__content-position {
    text-transform: capitalize;
}
.image-content__content-nameposition {
    padding: 0 30px;
    width: 50%;
}
.full .image-content__content-nameposition {
    width: 100%;
    padding: 0;
}
.image-content__content-nameposition-container {
    display: flex;
    margin: 0 -30px;
}
.image-content__content-nameposition-container.full {
    display: block;
    margin: 0;
}
@media (min-width: 768px) {
    .image-content__thumbnails {
        margin-top: 20px;
        opacity: 1;
        width: calc((100% - 40px) / 3);
    }
}
@media (min-width: 1280px) {
    .image-content__thumbnails {
        margin-top: 30px;
        width: calc((100% - 60px) / 3);
    }
    .review-block .image-content__thumbnails {
        margin-top: 70px;
    }
}
.image-content__thumbnails-container {
    width: 100%;
}
@media (min-width: 768px) {
    .image-right .image-content__thumbnails-container {
        order: 10;
    }
}
@media (min-width: 768px) {
    .image-content__thumbnails-container {
        display: flex;
        justify-content: space-between;
    }
}
.image-content__thumbnails-container .slick-dots {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-content__thumbnails-container .slick-dots li {
    margin: 0 5px;
}
.image-content__thumbnails-container .slick-dots li button {
    background: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    width: 20px;
    height: 20px;
    background-color: #e3e3e3;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
.image-content__thumbnails-container .slick-dots li.slick-active button {
    background-color: #d0102d;
}
.image-content__thumbnails-image {
    padding-top: 66.8449%;
    transition: all 0.2s ease-in;
}
.image-content__thumbnails-title {
    color: #d0102d;
    text-align: center;
    text-transform: capitalize;
    margin: 15px 0 0;
}
@media (max-width: 1279px) {
    .image-content__thumbnails-title {
        margin-top: 10px;
    }
}
.image-content__thumbnails-content {
    margin-top: 15px;
    text-align: center;
}
.image-content__thumbnails-link {
    display: block;
}
.image-content__thumbnails-link:hover .image-content__thumbnails-image {
    opacity: 0.8;
}
.image-content__thumbnails-link:hover .image-content__thumbnails-title {
    color: #000;
}
.logo-slider {
    margin: 150px 0;
}
.logo-slider--only {
    margin: 100px 0;
}
@media (max-width: 1679px) {
    .logo-slider {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1279px) {
    .logo-slider {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
.logo-slider__heading {
    margin-bottom: 25px;
}
.logo-slider__slider {
    padding: 0 93px;
    position: relative;
}
@media (max-width: 1279px) {
    .logo-slider__slider {
        padding: 0 65px;
    }
}
@media (max-width: 767px) {
    .logo-slider__slider {
        padding: 0;
    }
}
.logo-slider__slider-slide {
    text-align: center;
    padding: 10px;
}
@media (min-width: 768px) {
    .logo-slider__slider-slide {
        padding: 5px;
    }
}
.logo-slider__slider-slide img {
    display: inline-block;
    vertical-align: top;
}
.logo-slider__slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    box-shadow: none;
    padding: 10px;
    cursor: pointer;
}
.logo-slider__slider .slick-arrow.slick-prev {
    left: 0;
}
.logo-slider__slider .slick-arrow.slick-next {
    right: 0;
}
.logo-slider__slider .slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: default;
}
.logo-slider__slider.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.logo-head {
	width: 180px;
}

@media (min-width: 768px) {
    .logo-slider__slider.slick-initialized .slick-slide {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .logo-slider__slider.slick-initialized .slick-slide {
        float: none;
    }
}
@media (min-width: 768px) {
    .logo-slider__slider.slick-initialized .slick-slide > div {
        margin: 10px 0;
        width: 20%;
    }
}
@media (min-width: 1280px) {
    .logo-slider__slider.slick-initialized .slick-slide > div {
        margin: 14px 0;
    }
}
.reviews {
    background: url(assets/images/reviews-bg.png) no-repeat center;
    background-size: cover;
    padding: 75px 0;
}
.reviews__container {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 30px;
}
@media (max-width: 767px) {
    .reviews__container {
        margin-left: -8px;
        margin-right: -8px;
    }
}
.reviews__subtitle {
    color: #fff;
}
.reviews__title {
    color: #fff;
    margin-bottom: 35px;
}
.reviews__slider {
    max-width: 754px;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
}
@media (max-width: 767px) {
    .reviews__slider {
        padding: 0 45px;
    }
}
.reviews__slider-slide {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    line-height: 1.16667;
}
@media (max-width: 1679px) {
    .reviews__slider-slide {
        font-size: 2.1rem;
    }
}
@media (max-width: 991px) {
    .reviews__slider-slide {
        font-size: 1.8rem;
    }
}
.reviews__slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    box-shadow: none;
    padding: 10px;
    cursor: pointer;
}
.reviews__slider .slick-arrow.slick-prev {
    left: -10px;
}
.reviews__slider .slick-arrow.slick-next {
    right: -10px;
}
.reviews__slider .slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: default;
}
.latest-news {
    padding: 75px 0 120px;
    background-color: #f5f5f5;
}
@media (min-width: 768px) {
    .latest-news__columns {
        display: flex;
        justify-content: space-between;
    }
}
.latest-news__column {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .latest-news__column {
        margin-top: 0;
        opacity: 1;
        width: calc((100% - 40px) / 3);
    }
}
@media (min-width: 1280px) {
    .latest-news__column {
        width: calc((100% - 60px) / 3);
    }
}
.latest-news__column-image {
    padding-top: 66.8449%;
    transition: all 0.2s ease-in;
}
.latest-news__column-category {
    margin: 0 0 4px;
}
.latest-news__column-category a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
}
.latest-news__column-category a:hover {
    color: #d0102d;
}
.latest-news__column-title {
    color: #d0102d;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
@media (max-width: 1279px) {
    .latest-news__column-title {
        margin-top: 10px;
    }
}
.latest-news__column-link {
    display: block;
    margin-bottom: 25px;
}
.latest-news__column-link:hover .latest-news__column-image {
    opacity: 0.8;
}
.latest-news__column-link:hover .latest-news__column-title {
    color: #000;
}
.latest-news__readmore {
    margin-top: 60px;
}
.meet-medics {
    margin: 125px 0;
}
@media (max-width: 1679px) {
    .meet-medics {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1279px) {
    .meet-medics {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media (min-width: 1280px) {
    .meet-medics.compressed {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
.meet-medics__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .image-right .meet-medics__container {
        flex-direction: row-reverse;
    }
}
@media (max-width: 767px) {
    .meet-medics__container {
        flex-direction: column;
    }
}
.meet-medics__content {
    width: 42%;
    max-width: 500px;
}
@media (max-width: 767px) {
    .meet-medics__content {
        width: 100%;
        max-width: 320px;
        margin-top: 45px;
        margin-bottom: 60px;
    }
}
.meet-medics__content-title {
    line-height: 1;
    margin-bottom: 30px;
}
.meet-medics__content-title::after {
    margin-left: 0;
    margin-right: auto;
}
.meet-medics__content-copy {
    margin-bottom: 40px;
}
@media (max-width: 1279px) {
    .meet-medics__content-copy {
        margin-bottom: 25px;
    }
}
.meet-medics__content-copy ul li {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .meet-medics__content-copy a {
        white-space: nowrap;
    }
}
.meet-medics__images {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .meet-medics__images {
        width: 100%;
    }
}
.meet-medics__images-top {
    position: relative;
    width: 100%;
}
.meet-medics__images-top::after {
    content: "";
    width: 185px;
    height: 190px;
    background: url(assets/images/logo.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 50%, 0);
    z-index: 100;
}
@media (max-width: 767px) {
    .meet-medics__images-top::after {
        width: 120px;
        height: 120px;
    }
}
.hide-logo .meet-medics__images-top::after {
    display: none;
}
.meet-medics__images-top-image {
    position: relative;
    width: 100%;
    padding-top: 86.173%;
}
.meet-medics__images-top-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.meet-medics__images-left {
    margin-top: 50px;
    width: calc((100% - 43px) / 2);
}
@media (max-width: 767px) {
    .meet-medics__images-left {
        margin-top: 30px;
        width: calc((100% - 30px) / 2);
    }
}
.meet-medics__images-left-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.meet-medics__images-left-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.meet-medics__images-right {
    margin-top: 50px;
    width: calc((100% - 43px) / 2);
    margin-left: auto;
}
@media (max-width: 767px) {
    .meet-medics__images-right {
        margin-top: 30px;
        width: calc((100% - 30px) / 2);
    }
}
.meet-medics__images-right-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.meet-medics__images-right-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-page {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}
@media (max-width: 1279px) {
    .team-page {
        margin: -6px;
    }
}
.team-page__team-member {
    padding: 13px;
    width: 25%;
    max-width: 260px;
    position: relative;
    background-color: #d0102d;
    background-image: url(assets/images/team-picture-placeholder.jpg);
    background-size: cover;
    justify-content: space-around;
    gap: 1em;
}


@media (max-width: 1279px) {
    .team-page__team-member {
        padding: 6px;
    }
}
@media (max-width: 767px) {
    .team-page__team-member {
        width: 33.33%;
    }
}
@media (max-width: 575px) {
    .team-page__team-member {
        width: 50%;
    }
}
.team-page__team-member-photo {
    padding-top: 100%;
}
.team-page__team-member-content {
    position: absolute;
    left: 13px;
    right: 13px;
    top: 13px;
    bottom: 13px;
    background-color: #d0102d;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    opacity: 0;
    transition: all 0.2s ease-in;
}
@media (max-width: 1279px) {
    .team-page__team-member-content {
        left: 6px;
        right: 6px;
        top: 6px;
        bottom: 6px;
    }
}
.team-page__team-member-name,
.elementor-kit-959 .team-page__team-member-name {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
.team-page__team-member-position,
.elementor-kit-959 .team-page__team-member-position  {
    margin: 0;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}

.team-page__team-member:hover .team-page__team-member-content {
    opacity: 0.8;
}
.position-cards__container {
    margin-top: 90px;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .position-cards__container {
        flex-direction: column;
        margin-top: 80px;
    }
}
.position-cards__left {
    width: 38%;
    max-width: 440px;
}
@media (max-width: 767px) {
    .position-cards__left {
        width: 100%;
        max-width: inherit;
        padding: 0 12px;
    }
}
.position-cards__left-title {
    color: #d0102d;
    line-height: 1.1;
}
.position-cards__left-copy {
    margin-bottom: 40px;
}
@media (max-width: 1279px) {
    .position-cards__left-copy {
        margin-bottom: 25px;
    }
}
.position-cards__right {
    width: 61%;
    max-width: 718px;
}
@media (max-width: 767px) {
    .position-cards__right {
        width: 100%;
        max-width: inherit;
        margin-top: 60px;
    }
}
.position-cards__right-slider {
    margin: 0 -4px;
}
.position-cards__right-slider.slick-initialized .slick-slide {
    display: flex;
    flex-wrap: wrap;
}
.position-cards__right-slider.slick-initialized .slick-slide > div {
    margin: 4px;
    width: calc(33.33% - 8px);
}
@media (max-width: 767px) {
    .position-cards__right-slider.slick-initialized .slick-slide > div {
        margin: 3px;
        width: calc(50% - 6px);
    }
}
.position-cards__right-slide-team-member {
    position: relative;
    vertical-align: top;
}
.position-cards__right-slide-team-member-photo {
    padding-top: 100%;
}
.position-cards__right-slide-team-member-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d0102d;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.position-cards__right-slide-team-member-name {
    margin: 0 0 6px;
    color: #fff;
}
.position-cards__right-slide-team-member-position {
    margin: 0;
    color: #fff;
    font-family: "Montserrat", Sans-serif
    font-weight: 400;
}
.position-cards__right-slide-team-member:hover .meet-team__bottom-right-slide-team-member-content {
    opacity: 1;
}
.position-cards__right .slick-dots {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.position-cards__right .slick-dots li {
    margin: 0 5px;
}
.position-cards__right .slick-dots li button {
    background: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    width: 20px;
    height: 20px;
    background-color: #e3e3e3;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
.position-cards__right .slick-dots li.slick-active button {
    background-color: #d0102d;
}
.position-cards__item {
    vertical-align: top;
    position: relative;
}
.position-cards__item::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.position-cards__item-card {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #3e3e3e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.position-cards__item-card:hover {
    background-color: #d0102d;
}
.position-cards__item-card-name {
    margin-bottom: 0;
    color: #fff;
}
.jobs-tabbing__container {
    margin: 100px 0 80px;
}
.jobs-tabbing__tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -6px 50px;
    padding: 0;
}
@media (max-width: 1279px) {
    .jobs-tabbing__tabs {
        margin-bottom: 30px;
    }
}
.jobs-tabbing__tab {
    width: calc(25% - 12px);
    margin: 6px;
}
.jobs-tabbing__tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3e3e3e;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 10px;
    height: 100%;
    text-align: center;
}
.jobs-tabbing__tab-link:hover {
    background-color: #d0102d;
    color: #fff;
}
.jobs-tabbing__tab-link:focus {
    background-color: #d0102d;
    color: #fff;
}
.jobs-tabbing__tab.ui-state-active .jobs-tabbing__tab-link {
    background-color: #d0102d;
    color: #fff;
}
.jobs-tabbing__content-top h4 {
    margin: 0 0 30px;
}
@media (max-width: 1279px) {
    .jobs-tabbing__content-top h4 {
        margin-bottom: 20px;
    }
}
@media (max-width: 1279px) {
    .jobs-tabbing__content-top h6 {
        margin-bottom: 20px;
    }
}
.jobs-tabbing__content-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .jobs-tabbing__content-top ul {
        flex-direction: column;
    }
}
.jobs-tabbing__content-top ul li {
    width: calc((100% - 80px) / 2);
    margin-bottom: 40px;
}
@media (max-width: 1279px) {
    .jobs-tabbing__content-top ul li {
        width: calc((100% - 60px) / 2);
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .jobs-tabbing__content-top ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}
.jobs-tabbing__content-bottom {
    margin-top: 20px;
}
@media (max-width: 1279px) {
    .jobs-tabbing__content-bottom {
        margin-top: 30px;
    }
}
.jobs-tabbing__content-bottom h5 {
    margin-bottom: 30px;
}
@media (max-width: 1279px) {
    .jobs-tabbing__content-bottom h5 {
        margin-bottom: 20px;
    }
}
@media (max-width: 1279px) {
    .jobs-tabbing__content-bottom h6 {
        margin-bottom: 0;
    }
}
.jobs-tabbing__content-columns {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .jobs-tabbing__content-columns {
        flex-direction: column;
    }
}
.jobs-tabbing__content-column {
    margin-top: 40px;
    width: 24.13793vw;
    max-width: 350px;
}
@media (max-width: 767px) {
    .jobs-tabbing__content-column {
        width: 100%;
        max-width: inherit;
    }
}
.jobs-tabbing__content-column h5 {
    text-transform: none;
    margin-bottom: 30px;
}
@media (max-width: 1279px) {
    .jobs-tabbing__content-column h5 {
        margin-bottom: 15px;
    }
}

/*# sourceMappingURL=style.css.map */

/* Elementor Tweaks and overrides */
.elementor-page .site-footer a {
    color: #fff;
}

.elementor-kit-959 .boxes__item-content-title {
    color: #fff;
    font-size: 2.8rem;
}

ul.sub-menu{
	background-color: #fff;
}



