/*
Theme Name: QTMG
Theme URI: http://understrap.com
Author: WSI
Text Domain: qtmg
Template: understrap
*/

:root {
    --primary: #002e5b;
    --dark: #2a2f32;
    --secondry: #3aade1;
    --font: rgba(92, 92, 92, 255);
    --heading: rgba(29, 29, 29, 255);
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--heading);
    margin-bottom: 2rem;
    font-weight: 700;
}

::-moz-selection {
    background: var(--primary);
    color: #fff;
}

::selection {
    background: var(--primary);
    color: #fff;
}

:focus,
input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    font-style: normal;
    color: #494949;
}

p {
    text-align: justify;
}

h1,
h2,
h3,
h4 {
    font-family: 'Raleway', sans-serif;
    color: var(--heading);
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 37px;
    font-style: normal;
    letter-spacing: 1px;
}

.fr h1,
.fr h2,
.fr h3,
.fr h4 {
    text-transform: none;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 1.75rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

a {
    color: var(--primary);
    transition: color .15s ease-out;
}

a:hover {
    color: var(--dark);
    text-decoration: none;
}

.font-primary {
    color: var(--primary);
}

.font-secondry {
    color: var(--secondry);
}

.bg-primary,
.btn-primary {
    background-color: var(--primary) !important;
    color: #fff;
}

.bg-secondry,
.btn-secondry {
    background-color: var(--secondry) !important;
    color: #fff;
}

.bg-dark,
.btn-dark {
    background-color: var(--dark) !important;
    color: #fff;
}

.font-style {
    font-family: lora;
    text-transform: none;
    font-style: italic;
}

.font-white {
    color: #fff !important;
}

.button,
input.button,
button.button {
    border-color: transparent !important;
    border-radius: 100px;
    padding: 10px 40px;
    text-transform: uppercase;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.button.btn-transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff !important;
}

.button>a {
    background-color: transparent;
    color: inherit;
    padding: 0;
    border-radius: 5px;
    text-transform: inherit;
    font-size: inherit;
}

.button.btn-primary:hover {
    background-color: var(--dark) !important;
    color: #fff;
}

.button.btn-secondry:hover {
    background-color: var(--dark) !important;
    color: #fff;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(32 69 105 / 80%) !important;
    ;
}

.overlay.dark:before {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

#totop {
    font-size: 18px;
    color: rgb(209, 209, 209);
    background-color: transparent;
    border: 2px solid rgb(209, 209, 209);
    line-height: 44px;
    position: fixed;
    right: 25px;
    bottom: 100px;
    display: block;
    width: 46px;
    height: 46px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -webkit-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -moz-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -ms-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -o-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
}

#totop:hover {
    color: var(--primary);
    background-color: transparent;
    border-color: var(--primary);
}

#full-width-page-wrapper {
    padding-top: 0;
}

nav.navbar a {
    color: #fff;
    padding: 5px 10px;
    padding-right: 0;
}

nav.navbar ul li:hover>a {
    color: var(--secondry);
}

nav.navbar ul>li {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding-left: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

nav.navbar ul li:hover .sub-menu {
    display: block;
}

nav.navbar ul li.current-menu-item>a {
    color: var(--secondry);
    font-weight: 600;
}

.navbar-nav li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 3px;
}

.navbar-nav .sub-menu li a {
    padding: 0 0 5px;
    font-size: 13px;
    line-height: normal;
    display: block;
    position: relative;
}

.has-space {
    padding-top: 40px;
    padding-bottom: 40px;
}

.has-space-bottom {
    padding-bottom: 40px;
}

.has-space-top {
    padding-top: 40px;
}

.accordion .accordion-title {
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 15px;
    font-family: inherit;
}

.accordion-title:before {
    content: '\f105';
    font-family: fontAwesome;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.accordion-title.open:before {
    content: '\f107';
}

.accordion .accordion-body {
    display: none;
}

.navbar {
    background: rgb(32 69 105 / 80%) !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}

body.admin-bar .navbar {
    top: 32px;
}

.navbar.fixed {
    left: 0;
    top: -170px;
    width: 100%;
    background: #16709bad !important;
    padding-left: 0;
    padding-right: 0;
    z-index: 99;
    position: fixed;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.navbar.fixed.animate {
    top: 0;
    z-index: 9;
    transition: left .5s ease, top .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.admin-bar .navbar.fixed.animate {
    top: 32px;
}

#page-wrapper,
#index-wrapper {
    padding-top: 0;
}

.feature-image {
    margin-bottom: 20px;
}

.feature-image img {
    width: 100%;
    max-width: 100%;
}

div#share-icons {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#landing-page-wrapper {
    padding: 0;
}

#landing-page-wrapper figure {
    margin-bottom: 0;
}

.section-heading p,
.section-heading h4 {
    margin-bottom: 0;
}

.section-heading .call {
    font-size: 32px;
}

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #c3c3c3;
    ;
}

.form-section {
    padding: 25px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

.wpcf7 input[type=submit].button {
    display: block;
    width: auto;
    margin: auto;
    color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.form-heading {
    padding: 30px;
}

.top-right {
    position: absolute;
    top: -40px;
    padding-left: 30px;
    right: 0;
    max-width: 100%;
    width: calc(45% - 100px);
}

.testimonials {
    background-color: #eeedef;
    padding: 20px;
}

.section-main .h3 {
    font-size: 40px;
}

.section-main h2 {
    font-size: 43px;
}

.form-heading .h3 {
    font-size: 24px;
}

.style-list {
    list-style: none;
}

.style-list>li {
    position: relative;
}

.style-list>li:before {
    content: "\f101";
    font-family: fontAwesome;
    position: absolute;
    margin-left: -15px;
}

.call-section {
    text-align: right;
}

.section-last {
    position: relative;
    overflow: hidden;
}

.section-last .image-left {
    position: absolute;
    right: 0;
    width: 50%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
}

.section-last .image-left figure,
.section-last .image-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-footer p {
    margin-bottom: 0;
}

#landing-page-wrapper #content {
    padding: 0;
}

.testimonials-section {
    position: relative;
    background-color: #eeedef;
    padding: 20px;
    margin-top: 15px;
}

.testimonials-section h2 {
    margin-bottom: 0;
}

.testimonials-section .testimonials-slider article {
    max-width: 300px;
}

.testimonials-section .testimonials-slider {
    max-width: 100%;
    overflow: hidden;
}

.testimonials-section .testimonials .title {
    color: var(--primary);
    text-align: right;
}

.testimonials-section .testimonials .content {
    color: var(--font);
}

.slick-arrow {
    position: absolute;
    top: 0;
    background-color: var(--primary);
    border: 0;
}

.slick-arrow:hover {
    background-color: var(--primary);
}

.slick-prev:before,
.slick-next:before {
    font-family: fontAwesome;
    opacity: 1;
}

.slick-next:before {
    content: '\f105';
}

.slick-prev:before {
    content: '\f104';
}

.slick-prev {
    left: auto;
    z-index: 8;
    right: 25px;
}

.slick-next {
    right: 0;
    z-index: 8;
}

p.below-form {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

p.below-form span {
    padding-right: 20px;
}

.section-cases li {
    line-height: 26px;
}

.section-cases h2 {
    margin-bottom: 1rem;
}

.section-cases p {
    line-height: 26px;
}

.section-cases img.wp-image-57 {
    border: 2px solid #000000;
    height: 100%;
}

.form-group,
.wpcf7 .wpcf7-form p {
    margin-bottom: 0;
}

#comments .form-group,
#comments .wpcf7 .wpcf7-form p {
    margin-bottom: 1rem;
}

.section-cases figure.wp-block-image.size-large {
    height: 95%;
}

.wp-block-column.form-column {
    z-index: 8;
}

.page-id-84 header.entry-header {
    /* display: none; */
}

.page-id-6 div#wrapper-footer-full {
    display: none;
}

div#wrapper-footer-full {
    padding: 0;
}

#landing-page-wrapper div#wrapper-footer {
    display: none;
}

div#footer-full-content {
    padding: 0;
}

.top-bar p {
    text-align: right;
}

nav.navbar .top-bar a {
    padding: 0 5px;
}

nav.navbar .top-bar a.button {
    padding: 5px 20px;
    margin-left: 10px;
}

#wrapper-footer ul {
    padding: 0;
    list-style: none;
}

#wrapper-footer #nav_menu-3 ul {
    column-count: 2;
}

#wrapper-footer .widget-title,
#wrapper-footer a {
    color: #fff;
}

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

.contact * {
    margin-bottom: 0;
    line-height: normal;
}

.contact>i {
    padding-right: 5px;
}

.social>a,
.contact>p {
    padding-right: 10px;
}

.newsletter input,
.newsletter .wpcf7-form-control-wrap,
.newsletter .button {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.newsletter {
    display: flex;
    margin-bottom: 30px;
}

.section-footer a:hover {
    color: #fff;
}

.site-info {
    background-color: #00172d;
    color: #fff;
}

.site-info a:hover {
    color: #fff;
}

iframe {
    max-width: 100%;
}

.entry-header {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.entry-header img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.entry-header:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #16709b33;
}

.entry-header .inner-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.bg-gray {
    background-color: #f2f2f2;
}

.contact-info {
    text-align: center;
    font-size: 16px;
}

.contact-info i {
    color: var(--secondry);
    line-height: 35px;
    margin-right: 5px;
}

.contact-info a {
    color: inherit;
}

.contact-map iframe {
    height: 100%;
}

.wrapper {
    padding-top: 0;
}

#error-404-wrapper .entry-header,
#single-wrapper .entry-header {
    max-height: 250px;
}

#error-404-wrapper .entry-header .inner-header,
#single-wrapper .entry-header .inner-header {
    background: var(--secondry);
    height: 250px;
    position: relative;
    align-items: flex-end;
}

#sitemap-page-wrapper .entry-header {
    margin-bottom: 40px;
}

.testimonial-slider {
    max-width: 100%;
}

.cta-contact {
    background: url('/wp-content/uploads/2021/03/cta-bg.jpg');
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.cta-contact>div {
    position: relative;
    z-index: 8;
}

.cta-contact:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

#full-width-page-wrapper {
    padding-bottom: 0;
}

.type-section * {
    color: #fff;
}

.type-section .wp-block-column {
    padding: 30px;
}

.heading-line {
    position: relative;
    padding-bottom: 15px;
}

.heading-line:after {
    position: absolute;
    content: " ";
    background: var(--secondry);
    height: 2px;
    left: 0;
    width: 150px;
    bottom: 0;
}

.heading-line.upper:after {
    position: absolute;
    content: " ";
    background: var(--secondry);
    height: 2px;
    left: 0;
    width: 50px;
    top: 0;
}

.has-text-align-center.heading-line:after {
    right: 0;
    margin: auto;
}

.inner-header .page-title {
    font-size: 50px;
    text-align: center;
}

ul.list-check {
    padding: 0;
    list-style: none;
}

.list-check .wp-block-column,
.list-check li {
    position: relative;
}

.list-check .wp-block-column p,
.list-check li {
    padding-left: 40px;
}

.list-check .wp-block-column:before,
.list-check li:before {
    position: absolute;
    content: "\f00c";
    font-family: fontAwesome;
    color: var(--secondry);
    background-color: var(--primary);
    display: flex;
    padding: 5px;
    line-height: 1;
    left: 0;
}

#wrapper-footer {
    padding-top: 30px;
}

.contact-info>.wp-block-column {
    display: flex;
}

.youtube-video {
    display: flex;
}

.box-border {
    padding: 20px;
    height: 100%;
    transition: 0.5s all;
}

.read-more-content {
    display: none;
}

.box-border:hover {
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.slide-body * {
    color: #fff;
}

.section-welcome .welcome-group {
    padding: 20px;
}

.section-welcome .digits-column.first {
    border-bottom: 1px solid rgba(29, 28, 28, 0.2);
}

.section-welcome .digits-column .wp-block-column:first-child {
    border-right: 1px solid rgba(29, 28, 28, 0.2);
}

.section-welcome .contact-us-section {
    background: url('/wp-content/uploads/2021/03/contact-form-bg.jpg');
    background-size: cover;
    padding: 30px;
}

.contact-us-section>div {
    position: relative;
}

.button-div>div {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.button-div p {
    margin-bottom: 0;
    margin-left: 10px;
}

.button-div figure {
    margin-bottom: 0;
}

.injury-section p {
    color: var(--secondry);
    margin-bottom: 0;
}

.injury-section {
    border-bottom: 1px solid rgba(29, 28, 28, 0.2);
}

.injury-section .wp-block-column:not(:last-child) {
    border-right: 1px solid rgba(29, 28, 28, 0.2);
}

.injury-section .wp-block-group {
    padding: 10px;
    height: 100%;
}

.section-timeline .wp-block-group {
    padding: 20px;
    position: relative;
    padding-right: 30px;
}

.section-timeline .wp-block-column:first-child {
    border-right: 2px solid #000;
}

.section-timeline .item:after {
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
}

.item.first:after {
    content: "1";
    top: 0;
    right: -27px;
}

.item.second:after {
    content: "2";
    bottom: 70px;
    left: -58px;
}

.item.third:after {
    content: "3";
    top: 0;
    right: -27px;
}

.item.forth:after {
    content: "4";
    bottom: 70px;
    left: -58px;
}

.item.fifth:after {
    content: "5";
    top: 0;
    right: -27px;
}

.section-video .wp-block-column:not(:first-child) {
    /* margin-left: 0; */
}

.section-video h2 {
    padding: 20px;
}

.section-image .wp-block-column:not(:first-child) {
    margin-left: 0;
}

.section-image {
    background: url('/wp-content/uploads/2021/03/section-image-bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

.latest-post h4 {
    margin-bottom: 0;
}

.latest-post .img {
    position: relative;
}

.latest-post .meta {
    position: absolute;
    top: 0;
    left: 10px;
}

.latest-post .meta span {
    display: block;
    color: #fff;
    text-align: center;
    padding: 2px 15px;
}

.meta .date {
    font-weight: 700;
    background-color: var(--primary);
}

.meta .month {
    background-color: var(--secondry);
}

.fullwidth .testimonials {
    background-color: transparent;
}

.testimonial-slider.fullwidth {
    text-align: center;
}

.section-video img {
    width: 100%;
}

.section-story h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.section-story .wp-block-column {
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-left: 0 !important;
}

.section-no-fees {
    position: relative;
    background: url('/wp-content/uploads/2021/02/pexels-andrea-piacquadio-37710971X.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.section-no-fees .container {
    position: relative;
}

.member-info {
    display: flex;
    flex-direction: row;
}

.member-info img {
    height: 100%;
    width: auto;
    margin-left: auto;
}

.team-grid div[class^=col-md-] {
    margin-bottom: 30px;
}

.team-grid .members {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
}

.team-grid .members h2 {
    margin-bottom: 5px;
}

.team-grid .members img {
    min-height: 240px;
    width: 100%;
}

.team-grid .members .content {
    padding: 10px;
}

.team-grid .members:hover .link {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.team-grid .members:hover .link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "View Profile";
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

#index-wrapper .entry-header {
    margin-bottom: 40px;
}

article.post {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.latest-post article.post {
    border-bottom: 0;
}

.widget-area .widget-title {
    margin-bottom: 5px;
    border-bottom: 1px solid var(--secondry);
}

.widget-area aside.widget {
    margin-bottom: 20px;
}

#index-wrapper .page-title {
    color: #fff;
}

#single-wrapper .post-title {
    color: #fff;
}

#single-wrapper .entry-header {
    margin-bottom: 40px;
}

.entry-footer span {
    padding-right: 0;
}

#members-wrapper,
#articles-wrapper {
    padding-bottom: 0;
}

#members-wrapper #content,
#articles-wrapper #content {
    padding-bottom: 40px;
}

.section-video-inner {
    height: 100%;
}

.section-video-inner>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-video-inner>div .wp-block-columns {
    flex: 1;
}

.injury-section,
.injury-section>div {
    height: 100%;
}

.injury-section .wp-block-group>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-body hr {
    background: #fff;
    width: 150px;
    height: 1px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.injury-section a {
    color: var(--secondry);
}

.section-video-inner h2 {
    margin-bottom: 0;
}

.section-practice .style-list a,
.section-practice a {
    color: #fff;
}

.slide-body p.h1 {
    text-align: center;
}

ul.two-columns {
    columns: 2;
}

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

.testimonial-slider .slide hr {
    height: 2px;
    width: 100px;
    background-color: #cacaca;
}

.testimonial-slider .slide .name {
    font-size: 18px;
    text-transform: uppercase;
}

.site-info a {
    color: var(--secondry);
}

.section-image .button {
    text-align: left;
    line-height: normal;
    font-size: 14px;
}

.contact-us-section .wpcf7-response-output {
    color: #fff;
}

.hsc-slider .slide-body {
    padding-top: 40px;
}

.hsc-slider .slide-body h1,
.hsc-slider .slide-body .h1 {
    line-height: 45px
}

.section-reputation .heading-line:after {
    width: 100px;
}

.section-timeline .item>div p:first-child {
    margin-bottom: 0;
}

.latest-post img {
    height: 180px;
    object-fit: cover;
}

.team-grid .type-members p {
    text-align: center;
}

.wp-block-gallery.aligncenter .blocks-gallery-grid {
    margin: auto;
}

.page-item.active .page-link {
    background-color: var(--primary);
}

.page-link {
    color: var(--primary);
}

.section-video iframe {
    width: 100%;
    height: 100%;
}

h1.page-title {
    color: #fff;
}

.single-members .inner-header {
    flex-direction: column;
}

.member-image img {
    width: 100%;
}

.single-members h3 {
    margin-bottom: 10px;
}

.single-members ul {
    margin-bottom: 30px;
}

.single-members ul ul {
    list-style-type: disc;
}

.list-check a {
    color: inherit;
}

.list-check a:hover {
    color: var(--secondry);
}

.column-stretch {
    align-items: stretch !important;
}

.column-stretch>.wp-block-column {
    align-self: stretch !important;
}

.h-100 img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.button-div a {
    color: inherit;
}

.section-timeline p {
    margin-bottom: 0;
    line-height: 1.5;
}

.section-story p {
    margin-bottom: 0;
    line-height: 20px;
}

.hsc-slider .slide-inner img {
    object-position: top !important;
}

.npf__message {
    display: none !important;
}

.npf {
    display: none !important;
}

.MDow-1 {
    background-color: #00172d !important;
    display: none !important;
}

.MDow-1theme--light {
    background: #00172d !important;
}

ul.navbar-nav {
    flex-wrap: wrap;
}

script#nitro-boot-resource-loader+script+template+script+div {
    display: none;
}


/***	RESPONSIVE STYLING	*/

@media screen and (max-width: 1024px) {
    .wp-block-column {
        margin-bottom: 30px;
    }
    .youtube-video iframe {
        width: 100%;
        height: 391px;
    }
    .landing-header {
        flex-direction: column;
        text-align: center;
    }
    .landing-header .wp-block-column {
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .landing-header .call-section {
        text-align: center;
    }
    .landing-header .top-right {
        position: relative;
        top: unset;
        margin: auto;
        width: 100%;
    }
    .remove-section {
        display: none;
    }
    .section-main .wp-block-columns .wp-block-column:first-child {
        flex-basis: 100%;
    }
    .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap;
    }
    .section-video>div>.wp-block-columns {
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
    body .navbar {
        position: relative;
        top: 0 !important;
        background: var(--primary) !important;
    }
    .top-bar {
        justify-content: center;
        margin-top: 20px;
    }
    .top-bar p {
        text-align: center;
    }
    .menu-section {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    h1,
    h2,
    h3,
    h4 {
        margin-bottom: 10px;
    }
    h1,
    .h1 {
        font-size: 24px;
        font-weight: 700;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    .desktop-hidden {
        display: block !important;
    }
    .sub-menu {
        position: relative;
        box-shadow: none;
    }
    .mobile-hidden {
        display: none !important;
    }
    .wp-block-columns {
        flex-direction: column;
        margin-bottom: 0;
    }
    .left-header,
    .right-header {
        width: 100%;
        text-align: center;
    }
    .top-bar {
        text-align: center;
        margin-bottom: 15px;
    }
    .menu-container {
        display: block;
        flex-direction: row-reverse;
    }
    .navbar-nav {
        overflow-x: scroll;
    }
    .top-inner {
        display: block;
    }
    .top-inner form[id^="searchform_"] {
        width: 50%;
        margin: auto;
    }
    #full-width-page-wrapper {
        margin-top: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
    .has-sapce {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top-right {
        position: relative;
        top: 0;
        padding-left: 0;
        margin: auto;
        max-width: 500px;
    }
    .call-section {
        text-align: center;
    }
    .section-last .image-left {
        position: relative;
        width: 100%;
    }
    .section-main .h3 {
        font-size: 26px;
    }
    .section-main h2 {
        font-size: 32px;
    }
    .section-heading .logo {
        text-align: center;
    }
    .section-practice .wp-block-columns {
        flex-direction: row;
    }
    .youtube-video iframe {
        width: 100%;
        height: 300px;
    }
    .contact-map iframe {
        height: auto;
    }
    .contact-map iframe {
        height: 100% !important;
    }
    .section-welcome .digits-column .wp-block-column:first-child,
    .section-welcome .digits-column.first {
        border: 0;
    }
    #error-404-wrapper .entry-header .inner-header,
    #single-wrapper .entry-header .inner-header {
        height: auto;
        align-items: center;
    }
    .section-timeline .item {
        margin-bottom: 20px;
    }
    .section-timeline .item:after {
        display: none;
    }
    .section-timeline .wp-block-group {
        border: 1px solid rgb(0, 0, 0, 20%);
        padding-right: 20px;
    }
    .section-timeline img {
        width: 100%;
    }
    .section-timeline .wp-block-column:first-child {
        border-right: 0;
    }
    .section-timeline .second.item>div,
    .section-timeline .forth.item>div {
        display: flex;
        flex-direction: column;
    }
    .section-timeline .second.item figure,
    .section-timeline .forth.item figure {
        order: 3;
    }
    .section-timeline .second.item p,
    .section-timeline .forth.item p {
        order: 1;
    }
    .section-video-inner>div .wp-block-columns {
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .injury-section>.wp-block-column {
        margin-bottom: 0 !important;
    }
    #menu-quick-links {
        column-count: 2;
    }
    .hsc-slider .slide-body {
        padding-top: 0;
    }
    .hsc-slider .slide-body h1,
    .hsc-slider .slide-body .h1 {
        line-height: 30px;
    }
    .hsc-slider .slide-inner .slide-bg {
        min-height: 300px;
    }
    .home #content {
        padding-left: 0;
        padding-right: 0;
    }
    .list-columns>.wp-block-column,
    .list-columns>.wp-block-column>ul {
        margin-bottom: 0;
    }
    .has-space .wp-block-column:last-child,
    .has-space-bottom .wp-block-column:last-child,
    .has-space .wp-block-column:last-child>p:last-child,
    .has-space-bottom .wp-block-column:last-child>p:last-child {
        margin-bottom: 0;
    }
    .inner-header .page-title {
        font-size: 24px;
    }
    .slide-body h3 {
        line-height: normal;
    }
    nav.navbar a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    nav.navbar .top-bar a.button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-dark .navbar-toggler {
        font-size: 38px;
    }
    .social a {
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .top-bar {
        flex-direction: column;
    }
    .top-bar .top-inner {
        padding: 0;
        margin: 0;
        border: none;
    }
    .top-right {
        max-width: 340px;
    }
    .wp-block-group.has-space.last-column-page {
        padding-top: 0;
    }
    .section-last .wp-block-column {
        margin-bottom: 0;
    }
    .wp-block-group.section-main.has-space.container {
        padding-bottom: 0;
    }
    .wp-block-group.section-practice.has-space.bg-primary {
        padding-bottom: 0;
    }
    nav.navbar>.container {
        flex-direction: column;
    }
    .injury-section .wp-block-column:not(:last-child),
    .injury-section {
        border: 0;
    }
    .section-video-inner>div .wp-block-columns {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media screen and (min-width: 769px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px;
    }
    .desktop-hidden {
        display: none !important;
    }
    .sub-menu li.menu-item-has-children>a:after {
        content: "\f105";
        margin-left: 15px;
        position: absolute;
        right: 0;
    }
    .sub-menu ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }
    .sub-menu {
        width: 220px;
    }
    #content {
        padding-left: 0;
        padding-right: 0;
    }
    .wp-block-columns {
        margin-bottom: 0;
    }
    .contact-info .wp-block-column {
        flex-basis: unset !important;
    }
    .media-responsive {
        height: auto;
        overflow: hidden;
    }
    .media-responsive figure {
        max-width: 50%;
    }
    .media-responsive figure.alignright {
        margin-left: 32px;
    }
    .media-responsive figure.alignleft {
        margin-right: 32px;
    }
}

@media screen and (min-width: 993px) {
    #full-width-page-wrapper #content,
    #landing-page-wrapper #content {
        padding: 0;
    }
}