/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2409                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.no-margin-last>p:last-of-type {
    margin: 0!important
}

.no-transition {
    transition: none!important
}
 
.hr-after {
    position: relative
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.center,.has-text-align-center,.align-center,.text-center {
    text-align: center
}

.right,.align-right,.text-right {
    text-align: right
}

.body-font {
    font-family: var(--font-family-body)
}

.header-font {
    font-family: var(--font-family-heading)
}

.overflow-hidden {
    overflow: hidden
}

.flex-container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.flex-align-vertical {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-align-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: center
}

.small-margin-left {
    margin-left: 10px
}

.small-margin-right {
    margin-right: 10px
}

.pointer-events-none {
    pointer-events: none
}

.transition-all {
    transition: all 200ms cubic-bezier(.4,0,.2,1)
}

.z-index-over {
    position: relative;
    z-index: 1
}

.background-center {
    background-position: center center!important
}

.background-y-bottom {
    background-position-y: 100%
}

.background-y-top {
    background-position-y: 0%
}

.background-cover {
    background-size: cover;
    background-repeat: no-repeat
}

.background-transparent {
    background: transparent
}

.light-text,button.light-text,.light-text h1,.light-text h2,.light-text h3,.light-text p,.light-text span,.light-text li,.light-text label {
    color: #fff
}

.content {
    margin-bottom: 20px
}
.content p:last-child {
	margin: 0;
}
.content .wp-block-image {
    margin-bottom: 30px
}

.content .wp-block-image .alignright {
    float: right;
    margin: 0 0 20px 20px
}

.content .wp-block-image .alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.content.full-width {
    float: none
}

.content p.indent {
    margin-left: 60px
}

.content section {
    margin-bottom: 60px
}

.content section:last-of-type {
    margin: 0
}

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

ol {
    list-style-position: outside;
    padding-left: 20px
}

ul.has-before li, .content li, .preface-content li {
	font-size: 1rem;
	color: var(--color-body-text);
	padding: 0 0 0 22px;
	position: relative;
	margin-bottom: 10px;
}

.content ol li {
    padding-left: 0
}

.content ul:not(.slick-dots) li::before,ul.has-before li::before {
    position: absolute;
    left: 0;
    content: "\f105";
    color: var(--color-secondary);
    font-weight: 700
}

.preface-content ul:not(.slick-dots) li::before,ul.has-before li::before {
    position: absolute;
    left: 0;
    content: "\f105";
    color: var(--color-secondary);
    font-weight: 700
}

ul.has-before li::before,.content ul li::before,.sidebar section ul li::before {
    font-family: "Font Awesome 6 Pro"
}
.preface-content ul {
	margin-left: 5px;
}
.preface-content ul.has-before li::before,.preface-content ul li::before{
    font-family: "Font Awesome 6 Pro"
}

.content ul ul {
    margin: 5px 0 5px 20px
}



hr,.hr-after::after {
    background: var(--color-secondary);
    width: 20%;
    height: 5px;
    display: block;
    border: none;
    margin: 40px 0;
    content: ""
}

figure {
    margin: 0
}

.italic {
    font-style: italic
}

.non-italic,address {
    font-style: normal
}

section.no-underline ul {
    border: none
}

section.no-underline ul:last-of-type {
    padding: 0
}

section.sidebar-block {
    background: var(--color-light-gray);
    padding: 35px
}

.gsection_title {
	color: #fff;
	text-align: center;
	 
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sidebar section:not(:last-child) {
    margin-bottom: 40px
}

.sidebar section ul li {
	padding: 10px 0 10px 22px;
	position: relative;
}
.sidebar section ul li::before {
	position: absolute;
	color: var(--color-secondary);
	content: "\f105";
	top: 10px;
	left: 2px;
}

.sidebar section ul li {
	border-bottom: 1px solid #C9D3DD;
}

.sidebar section ul li,.sidebar section ul li a {
    display: block
}

.sidebar section button.no-button, .sidebar section ul li a {
	color: var(--color-primary);
	text-decoration: none;
	font-weight: 400;
	text-decoration: none !important;
	outline: none !important;
	text-align: left;
}

.sidebar section button.no-button:hover,.sidebar section button.no-button:focus,.sidebar section ul li a:hover,.sidebar section ul li a:focus {
    color: var(--color-secondary);
    text-decoration: underline
}

.sidebar section ul li ul {
    padding-left: 20px;
    margin: 0
}

.content .search-results-container {
    margin-bottom: 80px
}

.sidebar-block ul:last-of-type {
    margin: 0
}

input,select,textarea {
    color: #fff;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--color-near-white);
    font-size: 1rem;
    line-height: 1;
    font-family: var(--font-family-body);
    box-shadow: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
    padding: 0 0px
}

.gform_wrapper input {
	margin-bottom: 10px;
}

select {
    border-bottom: none
}

input, select, textarea, label {
	height: 40px;
	line-height: 40px;
}

input.dark-input,select.dark-input,textarea.dark-input {
    color: var(--color-primary)
}

textarea {
    resize: none;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.2
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #fff
}

input::placeholder,textarea::placeholder {
    color: #fff
}

select,form legend,form label,form p {
    font-size: .9rem
}

legend,label {
    color: #fff
}

fieldset {
    padding: 0;
    border: none;
    margin: 0
}

label {
	position: absolute;
	top: -20px;
	left: 0;
	padding-left: 0px;
	pointer-events: none;
	transition: all 200ms ease-out;
}

input:focus:not([type="checkbox"])~label,textarea:focus~label,input.active~label,textarea.active~label,select.active~label {
    padding-left: 0;
    line-height: 0;
    top: -16px;
    font-size: .7rem
}

.form-input-group label i {
    color: var(--color-secondary)
}

.gfield,.form-input-group {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    text-align: left
}

.form-input-group.button-container {
    margin-bottom: 0
}

select {
/*    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none*/
}

.select-wrapper {
    position: relative;
    width: 100%
}

.select-wrapper::after {
    content: "\f0dc";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 45px;
    line-height: 45px;
    color: var(--color-primary);
    pointer-events: none;
    transition: all 200ms ease-out
}

.select-wrapper.active::after {
    background: var(--color-primary);
    color: #fff
}

.gform_wrapper  {
	background: rgba(42, 53, 115, 0.7);
	padding: 30px;
}

.contact-form-heading {
    color: #fff;
    text-align: center
}

.background-input input:focus:not([type="checkbox"])~label,.background-input textarea:focus~label,.background-input input.active~label,.background-input textarea.active~label,.background-input select.active~label {
    color: var(--color-primary)
}

.background-input input,.background-input textarea,.background-input select {
    background-color: var(--color-primary)
}

.background-input.select-wrapper::after, .background-input .select-wrapper::after {
	background-color: var(--color-secondary);
}

input.has-error {
    border: 1px solid #ff0000!important;
    box-shadow: 0 0 2px #ff0000!important
}

.gform_fields input:focus:not([type="checkbox"])~label,.gform_fields textarea:focus~label,.gform_fields input.active~label,.gform_fields input.active~label,.gform_fields textarea.active~label,.gform_fields select.active~label {
   /* top: -30px*/
}

.gform_wrapper label {
    line-height: 1;
    display: flex;
    align-items: center
}
#field_1_10 .gfield_label.gform-field-label {
	display: none !important;
}
.gform-body.gform_body select {
	line-height: normal !important;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
select option {
	background: #262f5a;
}
.gform_footer .gform_button {
    padding: 0
}

.sidebar-inner .gform_button {
    padding: 0;
    border: 1px solid var(--color-alternate)
}

.sidebar-inner .gform_button:hover,.sidebar-inner .gform_button:focus {
    padding: 0;
    border: 1px solid var(--color-near-white)
}

.gform_validation_errors ol,.gform_submission_error .gform_heading,.ginput_counter,span.gfield_required {
    display: none
}

.gfield_contains_required label.gfield_label:after {
    content: " *";
    color: red;
    margin-left: 5px
}

.gform_submission_error,.validation_message,p.error-text {
    color: red;
    font-weight: 700;
    margin: 0;
    font-size: .7rem;
    -webkit-animation: fadeIn 125ms both;
    animation: fadeIn 125ms both
}

.slick-slide img {
    height: auto
}

.slick-next,.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    border: none;
    transform: translate(0,-50%)
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-next:hover .slick-next-icon,.slick-next:hover .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon,.slick-prev:hover .slick-next-icon,.slick-prev:hover .slick-prev-icon {
    opacity: 1
}

.slick-next:focus,.slick-prev:focus {
    top: calc(50% - 1px)
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon {
    color: var(--color-alternate);
    font-size: 2rem;
    margin-left: -2px
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
    cursor: default
}

.slick-next.slick-disabled .slick-next-icon,.slick-next.slick-disabled .slick-prev-icon,.slick-prev.slick-disabled .slick-next-icon,.slick-prev.slick-disabled .slick-prev-icon {
    opacity: .25
}

.slick-next .slick-next-icon,.slick-next .slick-prev-icon,.slick-prev .slick-next-icon,.slick-prev .slick-prev-icon {
    display: block;
    color: var(--color-near-black);
    opacity: .75;
    font-family: slick;
    font-size: 2rem;
    line-height: 1
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev .slick-prev-icon::before {
    content: "←"
}

[dir="rtl"] .slick-prev .slick-prev-icon::before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next .slick-next-icon::before {
    content: "→"
}

[dir="rtl"] .slick-next .slick-next-icon::before {
    content: "←"
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0
}

.slick-dots li button {
    display: block;
    height: 20px;
    width: 20px;
    padding: 0;
    line-height: 0;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background: var(--color-gray)
}

.slick-dots li button:focus,.slick-dots li button:hover {
    background: var(--color-secondary);
    transform: scale(1.1)
}

.slick-dots li.slick-active button {
    background: var(--color-primary);
    transform: scale(1.2)
}

.slick-sr-only {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.slick-autoplay-toggle-button {
    position: absolute;
    background: none!important;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0;
    color: var(--color-secondary);
    width: 40px;
    height: 40px
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
    color: var(--color-alternate)
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
    opacity: 1
}

.slick-autoplay-toggle-button .slick-pause-icon::before,.slick-autoplay-toggle-button .slick-play-icon::before {
    font-family: "Font Awesome 6 Pro";
    text-align: center
}

.slick-autoplay-toggle-button:focus {
    color: var(--color-alternate)
}

.slick-autoplay-toggle-button .slick-pause-icon::before {
    content: "\f04c"
}

.slick-autoplay-toggle-button .slick-play-icon::before {
    content: "\f04b"
}

.slider-container {
    max-width: 85%;
    position: relative;
    margin: 0 auto
}

.slick-arrow-container {
    position: absolute;
    left: -50px;
    right: 0;
    width: calc(100% + 100px);
    top: calc(50% - 25px);
    display: flex;
    justify-content: space-between;
    pointer-events: none
}

.slick-arrow-container button {
    position: relative;
    padding: 0;
    background: none;
    font-size: 3rem;
    width: 50px;
    height: 50px;
    color: var(--color-primary);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all
}

.slick-arrow-container button i {
    line-height: 0
}

@media screen and (min-width: 1025px) {
    .slider-container {
        max-width:100%
    }

    .slick-arrow-container {
        width: 100%;
        left: 0
    }
}

.swiper-pagination-bullet {
	background: var(--color-gray) !important; 
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
	background: var(--color-secondary) !important; 
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color,var(--color-secondary)) !important; 
}



#skiptocontent {
    z-index: 10;
    position: fixed;
    padding: 8px;
    display: block!important;
    transform: translateY(-40px);
    opacity: 0;
    background-color: var(--color-secondary);
    color: #fff;
    transition: all 200ms ease-out
}

#skiptocontent:focus {
    transform: translateY(0);
    opacity: 1
}

@media only screen and (max-width: 640px) {
    #skiptocontent {
        display:none!important
    }
}

#mobile-navigation {
    z-index: 100;
    position: fixed;
    top: 0;
    background-color: var(--color-primary);
    overflow: auto
}

#mobile-navigation.active {
    -webkit-animation: fadeInRight 400ms cubic-bezier(.87,0,.13,1);
    animation: fadeInRight 400ms cubic-bezier(.87,0,.13,1);
    display: block
}

#mobile-navigation {
    width: 100%;
    height: 100vh
}

.mobile-navigation-top-inner {
	align-items: center;
	padding: 8px var(--gutter-size);
	padding-right: 0;
	background: #fff;
	display: none;
}

.mobile-navigation-top-inner img {
    max-width: 70%;
    height: auto
}
 

#mobile-navigation.active .mobile-navigation-top-inner {
    display: flex!important
}

#mobile-navigation a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
    padding: 8px var(--gutter-size)
}

#mobile-navigation a:hover,#mobile-navigation a:active,#mobile-navigation a:focus {
    color: var(--color-secondary);
    background: var(--color-near-white)
}


#mobile-navigation ul {
    margin: 0
}

#mobile-navigation ul li {
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--color-light-gray)
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
    border-bottom: none
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
    padding-left: calc(var(--gutter-size) * 1.5)
}

#mobile-navigation ul li:last-of-type {
    border: none
}

#mobile-navigation ul li::before {
    display: none
}

#mobile-navigation .sub-menu {
    margin: 0;
 
    z-index: 1;
    overflow: auto;
    display: none;
    width: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#mobile-navigation ul li.sub-menu-open > .sub-menu {
	display: block;
	padding-bottom: 15px;
}

#mobile-navigation .menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700
}

#mobile-navigation .sub-menu-open.menu-item-has-children>a::after {
    content: "\f0d8"
}

.mobile-navigation-close {
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 80px;
    height: 100%;
    background: none;
    margin-left: auto;
    color: var(--color-primary);
    font-size: 1.4rem;
    height: 60px
}

.mobile-navigation-close:focus,.mobile-navigation-close:hover {
    color: var(--color-secondary)
}

.mobile-navigation-previous {
    margin-bottom: 10px;
    border: none!important
}

@media screen and (min-width: 1025px) {
    #mobile-navigation {
        display:none
    }

    .mobile-navigation-top-inner {
        display: none
    }
}

.mobile-menu-paged #mobile-navigation .sub-menu {
    height: 100vh
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children>a::after {
    content: "\f105"
}

.mobile-menu-paged #mobile-navigation a {
    padding-left: var(--gutter-size)
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open>.sub-menu {
    -webkit-animation: fadeInRight 300ms ease-out;
    animation: fadeInRight 300ms ease-out
}

.mobile-menu-paged #mobile-navigation .sub-menu {
    position: fixed;
    top: 0
}

.mega-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: var(--color-primary);
    padding: 25px 75px
}

.mega-navigation-menu {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 18px;
    margin: 0
}

.mega-menu li {
    border-right: 1px solid rgba(255,255,255,.1)
}

.mega-menu li:nth-child(4n) {
    border-right: none;
    margin: 0;
    padding-right: 0
}

.header-search {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    background-color: var(--color-primary);
    padding: 18px 0;
    width: 100%;
    z-index: 3;
    transition: all 200ms ease-out
}

.header-search.active {
    opacity: 1;
    top: 0
}

.header-search-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    float: none
}

.search-results-post-type:not(:last-child) {
    margin-bottom: 30px
}

.search-results-post-type ul {
    margin: 0
}

.header-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 30px var(--gutter-size);
    background: var(--color-primary);
    display: none;
    max-height: 350px;
    overflow: auto
}

.header-search-results.active {
    display: block;
    -webkit-animation: fadeIn 200ms ease-out;
    animation: fadeIn 200ms ease-out
}

.header-search-results h3,.header-search-results a,.header-search-results p {
    color: #fff
}

.header-search-results h3 {
    margin-bottom: 8px
}

.header-search-results a {
    text-decoration: none
}

.header-search-results a:hover,.header-search-results a:focus {
    text-decoration: underline
}

.header-search-form {
    position: relative;
    flex: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

#header-search-input {
    margin: 0;
    height: 45px;
    border: 0 none;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: 1px solid var(--color-near-white);
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none
}

.header-search button {
    padding: 0 20px;
    height: 45px;
    white-space: pre
}

.header-search-submit {
    margin: 0 1%
}

#header-search-open {
    font-size: 1.1rem;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin: 0 0 5px 30px
}

.fas.fa-envelope {
	color: var(--color-secondary);
}

i.fas.fa-star {
    color: var(--color-alternate)
}
 .footer-upper-phone a {
	font-weight: 600 !important;
}

.module-footer-a .footer-upper-phone {
	font-size: 1.6rem;
	color: #fff;
	margin: 25px 0;
}

.module-footer-a .footer-lower,
.module-footer-a p,
.module-footer-a a,
.module-footer-a h2,
.module-footer-a h3 {
	color: #fff;
}

.module-footer-a h2,
.module-footer-a h3 {
	margin: 0;
}

.module-footer-a h3 {
	font-size: 1.2rem;
}


.footer {
    text-align: center
}

.footer-upper h2 {
    margin-bottom: 40px
}

.footer-upper p {
    margin: 0;
    font-size: 20px
}

.footer-upper-buttons {
    margin: 40px 0
}

.footer-upper-social {
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    column-gap: 6px;
    font-weight: 600
}

.footer-upper-social .social-links a {
    font-size: 1.6rem
}

.footer-upper-social .social-links {
    margin: 0;
    column-gap: 7px
}

.footer-lower span {
	position: relative;
	font-size: 16px;
	/* text-transform: uppercase; */
}

.footer-lower span::after {
    content: "|";
    margin: 0 8px
}

.footer-lower span:last-of-type::after {
    display: none
}

.footer-lower-disclaimer {
    line-height: 1;
    margin: 0 auto 10px
}

@media screen and (min-width: 1025px) {
    .footer-upper-buttons {
        display:flex;
        justify-content: center;
        gap: 15px
    }

    .footer-upper-buttons a {
        margin-bottom: 0
    }

    .footer-lower-disclaimer {
        width: 75%
    }
}

table.has-fixed-layout {
    width: 100%;
    table-layout: fixed
}

.content table {
    border-collapse: collapse
}

table th,table td {
    border: 1px solid var(--color-light-gray);
    padding: 5px;
    text-align: left
}

.breadcrumbs-container {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 35px
}

.breadcrumbs-single {
    position: relative;
    text-decoration: none;
    padding-right: 20px;
    margin-right: 20px
}

.breadcrumbs-single:focus,.breadcrumbs-single:hover {
    text-decoration: underline
}

.breadcrumbs-single::after {
    position: absolute;
    right: -4px;
    content: "\f105";
    font-family: "Font Awesome 6 Pro"
}

.breadcrumbs-single:last-of-type {
    padding-right: 0;
    margin-right: 0
}

.breadcrumbs-single:last-of-type::after {
    display: none
}

@media screen and (min-width: 1025px) {
    .breadcrumbs-container {
        display:flex
    }
}

.accordion-item {
    border-bottom: 1px solid var(--color-gray)
}

.accordion-item>h3 {
    margin-bottom: 0
}

.accordion-item-title {
    padding: 20px;
    font-size: 1rem;
    width: 100%;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    grid-gap: 15px;
    gap: 15px;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    transition: background 200ms ease-out
}

.accordion-item-title::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    text-align: center;
    color: var(--color-secondary)
}

.accordion-item-title span {
    flex: 1;
    text-align: left
}

.accordion-item.active:focus {
    outline: none
}

.accordion-item-title:hover,.accordion-item-title:focus {
    background: var(--color-light-gray);
    color: var(--color-primary)
}

.accordion-item-title:focus:not(:focus-visible) {
    outline: none
}

.accordion-item.active .accordion-item-title::after {
    content: "\f106"
}

.accordion-item-content {
    display: none
}

.accordion-item-content p {
    font-size: .9rem
}

.accordion-item.active .accordion-item-content {
    display: block;
    -webkit-animation: fadeIn 200ms both;
    animation: fadeIn 200ms both
}

.accordion-item-content>*:first-child {
    margin-top: 20px
}

.accordion-item-content>*:last-child {
    margin-bottom: 35px
}

blockquote,.quote-single {
    font-style: italic;
    position: relative;
    margin: 0 0 40px;
    padding-top: 20px;
    padding-left: 80px;
    border-left: 5px solid var(--color-primary)
}

blockquote p,.quote-single p {
    margin: 0
}

blockquote::before,.quote-single::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 1%;
    left: 3%;
    font-size: 2.7rem;
    opacity: 1;
    color: var(--color-primary);
    font-style: normal
}

.cta-single {
    padding: 40px;
    background: var(--color-light-gray);
    border: 1px solid var(--color-primary);
    text-align: center;
    margin-bottom: 40px
}

.cta-single span {
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 12px
}

.cta-single a {
    font-size: 2rem;
    line-height: 1.2
}

.bottom-slideout {
    display: block!important;
    position: fixed;
    background: var(--color-near-white);
    box-shadow: 0 0 20px var(--color-near-black);
    padding: 30px;
    right: 0;
    bottom: 0;
    max-width: 400px;
    opacity: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: all 200ms ease-out
}

.bottom-slideout.active {
    transform: translateX(0);
    opacity: 1
}

.reviews-container {
    background: var(--color-light-gray);
    padding: 50px 0
}

.reviews-star-icon {
    color: var(--color-alternate);
    font-size: 1.1rem
}

.reviews-single-source::before {
    content: "\2014";
    margin-right: 2px
}

.reviews-star-icon i {
    margin: 0 2px
}

.reviews-single {
    float: none;
    text-align: center
}

.reviews-single em {
    font-style: italic;
    margin: 10px 0;
    display: block
}

.videos-single {
    position: relative;
    width: 100%;
    min-height: 225px;
    margin-bottom: 120px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-background-position-x: 100%;
    background-position-x: 100%;
    text-decoration: none
}

.videos-single:hover::before,.videos-single:focus::before {
    opacity: .6
}

.videos-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-near-black);
    opacity: 0;
    transition: opacity 200ms ease-out
}

.videos-single h2 {
    position: absolute;
    top: 100%;
    width: 100%;
    min-height: 75px;
    max-height: 75px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 1.1rem;
    padding: 10px 20px;
    margin: 0;
    transition: background-color 200ms ease-out
}

.videos-single:hover h2,.videos-single:focus h2 {
    background-color: var(--color-primary)
}

@media screen and (min-width: 640px) {
    .videos-container {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-row-gap: 100px;
        grid-column-gap: 20px
    }

    .videos-single {
        margin: 0
    }
}

@media screen and (min-width: 1025px) {
    .videos-container {
        grid-template-columns:repeat(3,1fr);
        margin-bottom: 50px
    }
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    max-width: 100%;
    background: var(--color-near-black);
    margin: 20px 0 50px
}

.youtube-player-inner {
    width: 100%;
    height: 100%;
    content: "";
    overflow: hidden;
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.youtube-player-inner::after,.videos-single::after {
    content: "\f144";
    font-family: "Font Awesome 6 Pro";
    font-size: 3.5rem;
    opacity: .8;
    display: inline-block;
    margin: 0 auto;
    transition: all 150ms ease-out;
    color: var(--color-alternate);
    pointer-events: none;
    z-index: 1
}

.youtube-player-inner:hover::after,.youtube-player-inner:focus::after,.videos-single:hover::after,.videos-single:focus::after {
    transform: scale(1.1);
    color: #fff;
    opacity: 1
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: all 200ms ease-out
}

.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	/* max-width: 160px; */
	margin-top: 15px;
}

.footer .fas.fa-phone {
	color: var(--color-secondary);
}
.contact-address i {
	color: var(--color-secondary);
}

.contact-address a {
	color: var(--color-primary);
}

.contact-address a:hover,
.contact-address a:focus {
	color: var(--color-secondary);
}


.module-footer-a .footer-upper-phone .no-underline.tel-link {
	color: var(--color-secondary);
}

.module-footer-a .footer-upper-phone .no-underline.tel-link:hover,
.module-footer-a .footer-upper-phone .no-underline.tel-link:focus {
	color: var(--color-alternate);
}


.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	width: 45px;
	text-decoration: none;
	color: var(--color-primary);
}
.fab.fa-instagram {
	font-weight: 600;
}
.social-links a img {
    width: calc(100% - 8px);
    height: calc(100% - 8px)
}

.footer-headlines img {
    max-width: 400px;
    margin-bottom: 15px
}

.social-links a:hover,.social-links a:focus {
   color: var(--color-secondary);
}

.module-footer-a .footer-lower-disclaimer h3 {
    margin-bottom: 10px
}

.copyright {
    color: #fff;
    padding-top: 20px;
    font-size: 15px
}

.menu-footer-navigation-container {
    display: inline
}

.footer-navigation li:first-child {
    margin-left: 0
}

.footer-navigation {
    display: inline;
    margin: 0
}

.footer-navigation li {
    display: inline;
    margin: 0 10px
}

.footer-navigation li a {
    text-decoration: none;
    position: relative
}

.footer-navigation li a:hover,.footer-navigation li a:focus {
    color: var(--color-secondary)
}

.footer-navigation li a::after {
	content: "|";
	font-size: 12px;
	position: relative;
	right: -11px;
	top: -1px;
	color: #fff !important;
}

.footer-navigation li:last-child a::after {
    content: "|";
    font-size: 10px;
    position: absolute;
    right: -14px;
    top: 3px;
    opacity: 0
}

.results-slider {
    margin-bottom: 30px
}

.results-slider-single {
    border: 1px solid var(--color-secondary);
    padding: 30px
}

.results-slider-single:last-of-type {
    margin: 0
}

.results-slider-single h3 {
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 25px
}

.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.fast {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms
}

.animated.slow {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInUpSlight {
    from {
        opacity: 0;
        transform: translate3d(0,10%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUpSlight {
    from {
        opacity: 0;
        transform: translate3d(0,10%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInRightSlight {
    from {
        opacity: 0;
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInRightSlight {
    from {
        opacity: 0;
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInDownSlight {
    from {
        opacity: 0;
        transform: translate3d(0,-10%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDownSlight {
    from {
        opacity: 0;
        transform: translate3d(0,-10%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInLeftSlight {
    from {
        opacity: 0;
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInLeftSlight {
    from {
        opacity: 0;
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

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

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes menuSlideRight {
    from {
        opacity: 0;
        margin-left: -10px
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@-webkit-keyframes menuSlideRight {
    from {
        opacity: 0;
        margin-left: -10px
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@keyframes menuSlideDown {
    from {
        opacity: 0;
        margin-top: -10px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@-webkit-keyframes menuSlideDown {
    from {
        opacity: 0;
        margin-top: -10px
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

.module {
    padding: 80px 0
}

.module.module-practices-f {
	padding-top: 15px;
}
.module-practices-f-single span {
	text-shadow: 0 0 10px #000;
	position: relative;
	z-index: 1;
}

main .column .module .column {
    padding-left: 0;
    padding-right: 0
}

.module-dark {
    background: var(--color-primary)
}

h2.module-title {
    margin-bottom: 60px
}

.modules-showcase .module-title {
    display: block
}

.box-icon {
    margin: 0
}

.box-icon::before {
	content: "\f073";
	font-family: "Font Awesome 6 Pro";
	width: 50px;
	line-height: 50px;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: var(--color-secondary);
	margin: 0 auto;
}

.content-selector {
    cursor: pointer;
    transition: background 200ms ease-out
}

.content-selector:hover,.content-selector:focus {
    background: var(--color-gray)
}

.modules-skip {
    justify-content: center;
    flex-wrap: wrap
}

.modules-skip button {
    margin: 0 5px 5px 0
}

@media print {
    .header {
        top: 0;
        border: none;
        height: auto;
        position: static
    }

    .header-mobile-buttons {
        display: none
    }
}

#theme-switcha {
    border: 1px solid var(--color-secondary);
    margin-bottom: 30px;
    color: var(--color-primary)
}

.module-header-d {
    position: fixed;
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.scrolled .module-header-d {
	background: #fff;
}

.module-header-d .module-header-d-inner {
    padding: 20px 15px 10px 15px
}

.hide {
    display: none
}

.home .logo-white.hide {
    display: block!important
}

.home .logo-black {
    display: none
}

.home.scrolled .logo-black {
    display: block!important
}

.home.scrolled .logo-white.hide {
    display: none!important
}

.module-header-d-inner {
    display: flex;
    z-index: 1;
    position: relative
}

.module-header-d::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgb(255,255,255);
	/* background: linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); */
	pointer-events: none;
	box-shadow: 0 0 10px #000;
}

.home .module-header-d::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgb(255,255,255);
	background:transparent;
	pointer-events: none;
	box-shadow: none;
}

.home.scrolled .module-header-d::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg,rgba(255,255,255,0) 0%,rgb(19,22,47,0) 100%);
    pointer-events: none;
	box-shadow: 0 0 10px #000;
}

.module-header-d-right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2%
}

.module-header-d .main-navigation-menu>li {
    padding: 0;
    margin-right: 6px
}

.module-header-d .main-navigation-menu>li::after {
    display: none
}

.module-header-d .main-navigation-menu>li>a {
    padding: 5px;
    text-decoration: none;
    border: 2px solid transparent;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.module-header-d .main-navigation-menu>li>a:hover,.module-header-d .main-navigation-menu>li>a:focus {
    border: 2px solid var(--color-secondary)
}

.home .module-header-d .main-navigation-menu>li>a:hover,.home .module-header-d .main-navigation-menu>li>a:focus {
    border: 2px solid var(--color-near-white)
}

.home .module.module-intro-a {
    padding-top: 0
}

.home.scrolled .module-header-d .main-navigation-menu>li>a:hover,.home.scrolled .module-header-d .main-navigation-menu>li>a:focus {
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary)
}

.home.scrolled .module-header-d .main-navigation-menu>li>a {
    color: var(--color-primary)
}

.module-header-d-phone {
    margin-left: 4%;
    display: none
}

.module-header-d-phone span {
    margin-right: 6px
}

@media screen and (min-width: 1300px) {
    .module-header-d-phone {
        display:block
    }
}

.module-footer-a {
	background-color: var(--color-primary);
	padding: 30px 0 20px 0;
	background-image: url(images/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative
}
.page-template-template-contact .footer.module-footer-a {
	padding: 10px 0;
}
.page-template-template-contact .small-12.map-main .social-links {
	justify-content: flex-start;
	column-gap: 20px;
}

.page-template-template-contact .small-12.map-main .social-links a {
	color: var(--color-primary);
	width: auto;
}

.page-template-template-contact.small-12.map-main  .social-links a:hover,
.page-template-template-contact .small-12.map-main .social-links a:focus {
	color: var(--color-secondary);
}

.module-footer-a .footer-inner {
	position: relative;
	z-index: 1;
}
.footer.module-footer-a::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-dark-blue);
	opacity: 0.8;
}

.module-footer-a .footer-upper-phone {
    font-size: 1.6rem;
    color: #fff;
    margin: 25px 0
}

.module-footer-a .footer-lower, .module-footer-a p, .module-footer-a a, .module-footer-a h2, .module-footer-a h3 {
	color: #fff;
	font-weight: normal;
}

.module-footer-a a:hover,.module-footer-a a:focus {
    color:var(--color-secondary);
}

.module-footer-a h2,.module-footer-a h3 {
    margin: 0
}

.module-footer-a h3 {
    font-size: 1.2rem
}

p.small-text a:focus,p.small-text a:hover,.module-footer-a a:hover,.module-footer-a a:focus, {
    color: var(--color-alternate)
}

@media screen and (min-width: 280px) and (max-width:767px) {
    .module-benefits-c-boxes {
        justify-content:center!important
    }

    .module-benefits-c-box {
        text-align: center;
        margin-bottom: 30px!important
    }

    .module-benefits-c-box.light-text h3 {
        margin-bottom: 15px
    }

    footer.footer.module-benefits-c .module {
        padding-bottom: 20px
    }

    .copyright {
        padding: 10px
    }

    .copyright {
        padding: 10px;
        font-size: 12px
    }

    footer.footer.module-benefits-c .small-text.light-text {
        font-size: 12px!important
    }

    .module-benefits-c-box.light-text ul {
        margin-bottom: 10px
    }
	
	.module-footer-a h2 {
	font-size: 23px;
}

.module-footer-a h3 {
	font-size: 1rem;
}

.module-footer-a {
	padding: 10px 0;
}

.menu-footer-navigation-container {
	display: block;
}

.footer-lower span, .footer-lower a, .footer-navigation a {
	font-size: 14px !important;
}

.module-footer-a .column.no-float {
	padding: 0 15px;
}



}

@media screen and (min-width: 600px) and (max-width:767px) {
    footer.footer.module-benefits-c .module .columns {
        padding:0 10px!important
    }

    footer.footer.module-benefits-c .module-benefits-c-boxes {
        flex-wrap: wrap;
        column-gap: 30px!important
    }
}

@media screen and (min-width: 767px) and (max-width:1024px) {
    .footer.module-benefits-c .module-benefits-c-box.light-text:last-child {
        padding:0!important
    }

    .footer.module-benefits-c .module {
        padding-bottom: 0!important
    }
	
.home-slider-single-tagline h2 {
	line-height: 1;
	margin-bottom: 0;
}
.home .module.module-intro-a {
	padding-top: 0;
	padding-bottom: 0;
}
.module.module-practices-f {
	padding-top: 15px;
	padding: 0 25px 45px 25px;
}

.module-practices-f-single {
	margin-bottom: 0;
	width: 48% !important;
}



}

@media screen and (min-width: 1024px) and (max-width:1279px) {
    .footer.module-benefits-c .module-benefits-c-box {
        padding:0 10px!important;
        margin-bottom: 40px!important;
        width: 32%!important
    }

    footer.footer.module-benefits-c .module {
        padding-bottom: 0!important
    }

    .footer.module-benefits-c .columns {
        padding: 0 10px!important
    }
	
	
	.horizontal-content-row-num-1 .horizontal-content-row-title h2 {
	line-height: 1!important
}
.horizontal-content-row-title h3 {
	line-height: 1!important
}	
	
.horizontal-content-row-title h2 {
	line-height: 1;
}	
	
	.section-horizontal-content {
	padding-bottom: 0!important;
}
.module.module-practices-f {
	padding-top: 15px;
	padding: 15px 15px 35px 15px !important;
}
.module-practices-f-single {
	margin-bottom: 0;
	width: 31% !important;
}
	
	
}
 

.module-footer-a .footer-upper-phone {
	font-size: 1.6rem;
	color: #fff;
	margin: 25px 0;
}
.footer-logo {
    max-width: 500px;
    margin-bottom: 20px;
    width: 100%;
}
.module-footer-a .footer-lower,
.module-footer-a p,
.module-footer-a a,
.module-footer-a h2,
.module-footer-a h3 {
	color: #fff;
	text-decoration:none !important;
	
}
.footer-lower span,
.footer-lower a,
.footer-navigation a{
	font-size:15px;
}

.module-footer-a h2,
.module-footer-a h3 {
	margin: 0;
}

.module-footer-a h3 {
	font-size: 1.2rem;
}

.footer-lower {
	padding: 15px 0;
}

.module-practices-f-single {
	width: 100%;
	height: 250px;
	background-color: #14172f;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
	background: #0093ff;
	color: #fff;
}

.module.module-practices-f .columns.full-width {
	padding: 0;
}
.module-practices-f-inner.row-narrow {
	max-width: 100%;
}
.module.module-practices-f .module-title {
	font-size: 45px;
	margin-bottom: 15px;
}

.module.module-practices-f p {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.module-practices-f-single::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgb(0, 0, 0,0.4);
	width: 100%;
	height: 100%;
}
.module-practices-f-single:hover:after  {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: rgb(0, 0, 0,0.7);
	width: 100%;
	height: 100%;
}



.module-practices-f-single span {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 768px) {
.module-practices-f-inner {
	display: flex;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.module-practices-f-single {
	margin-bottom: 0;
	width: 32%;
}
.page-template-template-practices .full-width.column {
	padding: 0;
}


}
select#input_1_11 {
    margin-top: 20px;
}