/*
Custom CSS for website Merry Medical
Version: 1.0
Description: Used to establish the look and feel for the custom website Merry Medical
Author: Full Spectrum Marketing
Author URL: http://www.fsm.agency
*/

/* VARIABLES */
:root {
    /* Brand Color Palette */
    --Brand-Color-Primary: #F79A43;
    --Brand-Color-Secondary: #82C0D0;
    --Brand-Color-3: #8FD397;
    --Brand-Color-4: #F1D01B;
    --Brand-Color-5: #D96B62;
    --Brand-Color-6: #A48FD3;
    --Purple-Gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #521488 38.88%, #31104E 89.12%);
    /* Default Colors */
    --Default-Black: #262729;
    --Default-White: #FFFFFF;
    /* Typography */
    --Heading-1-Size: clamp(2.25rem, round(1.482rem + 4.857cqi, 0.5em), 5.125rem);
    --Heading-2-Size: clamp(1.875rem, round(1.696rem + 2.571cqi, 0.5em), 3rem);
    --Heading-3-Size: 1.5rem;
    --Heading-4-Size: 1.75rem;
    --Body-Size: 1rem;
    --Font-Heading-Sans: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
    --Font-Heading-Serif: "Open Sans", sans-serif;
    --Font-Body: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    --Font-Body-Alt: ;
    --Line-Height-xs: 1;
    --Line-Height-s: 1.05;
    --Line-Height-m: 1.2;
    --Line-Height-l: 1.5;
    --Line-Height-xl: 2;
    --Font-Weight-Light: 300;
    --Font-Weight-Regular: 400;
    --Font-Weight-Bold: 700;
    --Font-Weight-Extra-Bold: 900;
    

}


/* SPACING CLASSES */



/*  
    Button Styles
*/

/* GLOBAL BUTTON STYLES */
/*Default Button Settings*/
#page-container .et_pb_button {
    transition: ease all .3s !important;
	padding: 0.75rem 1.25rem;
	border-radius: 0.4375rem;
	border-color: #521488;
	background: #521488;
}

#page-container .et_pb_button:hover {
    transition: ease all .3s !important;
    border-radius: 0.4375rem;
    border-color: #937FDF !important;
    color: #fff !important;
    background-color: #937FDF;
}

/*
    BUTTON TEXT IS LIGHT - PRIMARY 
.et_pb_button.fsm-btn-primary 
*/
/*INCLUDES Hero Button ONE*/

#page-container .et_pb_button.fsm-btn-primary,
#page-container .et_pb_button.et_pb_button_one {
	border-radius: 0.4375rem;
	background: #FFF;
	color: #521488;
	font-family: 'Figtree', system-ui, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: var(--line-height-sm); /* 120% */
    width: fit-content;
}

#page-container .et_pb_button.fsm-btn-primary:hover,
#page-container .et_pb_button.et_pb_button_one:hover {
	border-radius: 0.4375rem;
    background: var(--Light-Gray-Solid, #EFEFEF);
    color: var(--Purple-Solid, #521488) !important;
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    border-color: #521488 !important;
    font-weight: 700;
    line-height: var(--line-height-sm);
	}

#page-container .et_pb_button.fsm-btn-primary:focus,
#page-container .et_pb_button.et_pb_button_one:focus {
    
/* Focus */
box-shadow: 0px 0px 14px 0px var(--Button-Color, #2C2C2C);
	border-radius: 0.4375rem;
background: var(--Light-Gray-Solid, #EFEFEF);
	color: var(--Purple-Solid, #521488);
font-family: 'Figtree', system-ui, sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: var(--line-height-sm); /* 120% */
}

/* secondary button text light - SECONDARY
.et_pb_bg_layout_dark.fsm-btn-secondary */

/*INCLUDES Hero Button TWO*/

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary,
#page-container .et_pb_button.et_pb_button_two {
	border: none;
    color: #fff;
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    background: transparent;
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary:hover,
#page-container .et_pb_button.et_pb_button_two:hover {
	border: none;
    color: #fff;
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    background: transparent;
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary:focus,
#page-container .et_pb_button.et_pb_button_two:focus {
   
/* Focus */
box-shadow: 0px 0px 14px 0px var(--Button-Color, #2C2C2C);
	border-radius: 0.4375rem;
border: 2px solid var(--Purple-Solid, #521488);

}

/* secondary button dark 
.fsm-btn-secondary */

#page-container .et_pb_button.fsm-btn-secondary {
	border-radius: 0.4375rem;
background: var(--Purple-Solid, #521488);
	color: var(--Button-Text-Color, #F5F5F5);
font-family: 'Figtree', system-ui, sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: var(--line-height-sm); /* 120% */
}

#page-container .et_pb_button.fsm-btn-secondary:hover {
	border-radius: 0.4375rem;
background: var(--Light-Purple-Solid, #937FDF);
	color: var(--Button-Text-Color, #F5F5F5);
font-family: 'Figtree', system-ui, sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: var(--line-height-sm); /* 120% */
}

#page-container .et_pb_button.fsm-btn-secondary:focus {
    border-radius: 0.4375rem;
background: var(--Light-Purple-Solid, #937FDF);
	color: var(--Button-Text-Color, #F5F5F5);
font-family: 'Figtree', system-ui, sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: var(--line-height-sm); /* 120% */

}


/* a.et_pb_button.et_pb_more_button.et_pb_button_two:before {

content: '\f054';
    position: absolute;
    font-size: 1em;
    font-weight: var(--Font-Weight-Bold);
    display: block;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    transition: opacity .5s, right .5s;
    color: #fff !important;
    font-family: 'Font Awesome 6 Pro' !important;
} */


#page-container .et_pb_button.et_pb_button_two:hover {
    text-decoration: underline;
}

/* alt button text light 
.et_pb_bg_layout_dark.fsm-btn-alt */

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt {
	border-radius: 0.4375rem;
border: 2px solid var(--Purple-Solid, #521488);
	color: var(--Purple-Solid, #521488);
font-family: 'Figtree', system-ui, sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: var(--line-height-sm); /* 120% */
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt:hover {
	border-radius: 0.4375rem;
border: 2px solid var(--Purple-Solid, #521488);
	color: var(--Purple-Solid, #521488);
font-family: 'Figtree', system-ui, sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: var(--line-height-sm); /* 120% */
}

#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-alt:focus {

    border-radius: 0.4375rem;
border: 2px solid var(--Purple-Solid, #521488);
	color: var(--Purple-Solid, #521488);
font-family: 'Figtree', system-ui, sans-serif;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: var(--line-height-sm); /* 120% */
}

/* alt button dark .fsm-btn-alt 
This Button style has a pseudo arrow on Hover*/
#page-container .et_pb_button.fsm-btn-alt:after {
    content: '\f054';
    position: absolute;
    font-size: 1em;
    font-weight: var(--Font-Weight-Bold);
    display: block;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    transition: opacity .5s, right .5s;
    color: var(--Default-Black) !important;
    font-family: 'Font Awesome 6 Pro' !important;
}

#page-container .et_pb_button.fsm-btn-alt:hover {
    color: var(--Default-Black) !important;
    opacity: 70%;
}

#page-container .et_pb_button.fsm-btn-alt.large:hover {
    padding: 1em 2em !important;
    padding-left: 1.8em !important;
    padding-right: 2.2em !important;
}

#page-container .et_pb_button.fsm-btn-alt:hover:after {
    opacity: 1;
}

#page-container .et_pb_button.fsm-btn-alt.small:hover {
    padding: .7em 1.3em !important;
    padding-left: .5em !important;
    padding-right: 1.5em !important;
}

/* LARGE BUTTON SIZING */
#page-container .et_pb_button.large {
    padding: 1em 2em !important;
    font-size: var(--Body-Size);
}

/* SMALL BUTTON SIZING */
#page-container .et_pb_button.small {
    padding: .5em .75em !important;
    font-size: 14px;
}

/*
universal text links
*/
#main-content a:not(.et_pb_button, .icon, img, .fsm-post-list a, .card, .exclude-style) {
    border-radius: 4px;
    padding: 2px;
    transition: ease all .2s;
    display: inline;
    overflow: hidden;
    text-decoration: underline;
}

#main-content a:not(.et_pb_button, .icon, img, .fsm-post-list a, .card):hover {
    border-radius: 3px;
    background-color: rgba(21, 43, 55, .2);
	    transition: ease all .2s;
}

/* 
    Font Sizing
*/

body.et_divi_theme h1 {
    font-size: var(--Heading-1-Size);
	font-family:'Figtree', system-ui, sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.75rem;
	margin-bottom: 1.5rem;
}

body.et_divi_theme h2 {
    font-size: var(--Heading-2-Size);
}

body.et_divi_theme h3 {
    font-size: var(--Heading-3-Size);
}

body.et_divi_theme h4 {
    font-size: var(--Heading-4-Size);
}

body.et_divi_theme h5 {
    font-size: var(--Heading-5-Size);
}

body.et_divi_theme h6 {
    font-size: var(--Heading-6-Size);
}

body,
body p,
body li {
    font-size: var(--Body-Size);
}

body small {
    font-size: clamp(.5rem, 1.25cqi, .8rem);
}

/*Blog Font Sizes*/
.post-template-default {
    h1 {
        &.entry-title {
            font-size: clamp(1.75rem, round(1.125rem + 2cqi, 0.5em), 2.625rem) !important;
        }
    }

    h2 {
        font-size: clamp(1.5rem, round(0.875rem + 2cqi, 0.5em), 2.375rem) !important;
    }

    h3 {
        font-size: clamp(1.25rem, round(0.75rem + 2cqi, 0.5em), 2.125rem) !important;
    }

    h4 {
        font-size: clamp(1.125rem, round(0.625rem + 2cqi, 0.5em), 1.875rem) !important;
    }

    h5 {
        font-size: clamp(1rem, round(0.5rem + 2cqi, 0.5em), 1.625rem) !important;
    }

    h6 {
        font-size: clamp(0.875rem, round(0.375rem + 2cqi, 0.5em), 1.375rem) !important;
    }
}

/*CUSTOM FONT STYLES*/


/*END FONT STYLE*/

/*
MENU STYLES
*/
#logo {
        max-height: 150%!important;
        position: absolute;
/*         top: -20px; */
		z-index:9;
}

@media only screen and (min-width: 981px) {
    #main-header .et_menu_container {
        height: 75px;
    }
}

@media only screen and (max-width:980px) {
#logo {
        max-height: 100%!important;
        top: 0;
	}
	
	#page-container #main-header {
        top: 5px !important;
    }
	
	.container.clearfix.et_menu_container {
        background: var(--Purple-Gradient);
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
}

/*IF MENU HAS last-child CTA BUTTON 
- Style LI element as button*/

div#main-header .flex {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

div#main-header #menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

/*Hover Styles*/

.mega-menu li a {
    color: var(--Default-Black) !important;
    transition: ease all 0.3s !important;
}

.mega-menu li a:hover {
    opacity: .8 !important;
}

/*Active Styles*/

.mega-current-menu-item a.mega-menu-link {
    text-decoration: underline 2px inherit !important;
    text-underline-offset: 8px !important;
}

/* MOBILE STYLES */
@media only screen and (max-width:980px) {
    .mega-menu li a {
        color: var(--Default-White) !important;
    }

    #mega-menu-wrap-primary-menu .mega-menu-toggle {
        background: transparent;
    }

    div#mega-toggle-block-0 {
        background: var(--Default-White) !important;
        border: 2px solid #6a8790;
        border-radius: 5px;
    }
}

/*END MENU*/

/* GLOBAL FORM STYLES */
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-weight: var(--Font-Weight-Bold) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 1em 1em 1em 3em !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    font-size: 14px !important;
    border-radius: 5px !important;
    padding: .5em .5em .5em 40px !important;
}

.gform_wrapper.gravity-theme .validation_message {
    position: relative;
}

.gform_wrapper.gravity-theme .validation_message::before {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: var(--Font-Weight-Extra-Bold);
    color: #c02b0a;
    font-size: 20px;
    content: '\f057';
    margin-left: -28px;
}

/* CUSTOM FORM STYLES */
/* END FORM STYLES */

/*START PAGE ORGANIZATION*/
/*
HOMEPAGE
*/
/*HERO Styles*/

@media only screen and (max-width:980px) {

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one{
	margin-right:0;
}
}
body.et_pb_pagebuilder_layout #page-container div#home-hero .et_pb_fullwidth_header {
    padding-top: 150px !important;
	padding-bottom: 0px;
    width: 95% !important;
    margin: 0 auto;
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(119deg, #521488 38.88%, #31104E 89.12%);
}


div#home-hero {
    background-color: #FCF8FF !important;
}

div#home-hero .header-content {
	margin-right: 1%;
}

h1.et_pb_module_header span {
    color: #FFE100;
}

#home-hero span.et_pb_fullwidth_header_subhead {
    color: #FFF;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
}

.underline {
    border-bottom: #FFE100 solid 7px;
    max-width: 33%;
	margin-bottom: 1rem;
	margin-top: 1rem;
}


.why-medical h3.et_pb_module_header {
    color: var(--Default-Black);
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
}


.flex {
    display: flex;
}

.grid {
    display: grid;
}

.topic-row .slick-slide {
    padding: 1vh;
}

/* Slick Defaults */
.slick-slide {
	margin-bottom:0!important;
}

.slick-arrow {
    font-size: 20px !important;
    transition: all .5s ease;
}

.slick-arrow:hover {
    cursor: pointer;
    transition: all .5s ease;
    scale: 1.1 !important;
}

i.slick-arrow:active{
	transition: all .5s ease;
    scale: 1.1 !important;
}

.button-container .slick-arrow:first-child{
  margin-right:5px;
}

.button-container .slick-arrow:last-child{
  margin-left:5px;
}

.left{
    text-align: left;
        align-items: flex-start;	
}

.right{
	    text-align: right;
	    align-items: flex-end;

}

/*Blog Section*/
.onpage-post-list {
    position: relative;
}

.onpage-post-list i {
    position: absolute;
    top: -10%;
    color: #fff;
}

.onpage-post-list i.fa-chevron-right {
    right: 0;
}

.onpage-post-list i.fa-chevron-left {
    right: 5%;
}

ol.fsm-on-page-posts {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 2vh;
}

li.on-page-post-item {
    background: #fff;
    display: flex;
    height: auto;
}

li.on-page-post-item .card {
    height: 100% !important;
    width: 100% !important;
    padding: 2vh;
}

li.on-page-post-item .card img {
    min-height: 250px;
    max-height: 250px;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 2vh;
}

li.on-page-post-item .card h3 {
    font-size: 18px;
}

@media only screen and (max-width:980px) {
    ol.fsm-on-page-posts {
        display: block;
        padding-bottom: 0 !important;
    }

    ol.fsm-on-page-posts .slick-track {
        display: flex;
        height: auto;
    }

    ol.fsm-on-page-posts .slick-track li {
        min-height: 100%;
    }

}

/*END*/


/*
BLOG
*/
/*END*/

/*
BLOG LIST
*/

ol.fsm-post-list {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 3vh !important;
}

ol.fsm-post-list li:first-child {
    grid-column: 1 / span 3 !important;
    min-width: 100% !important;
}

li.fsm-post-item.featured-post {
    border: none;
    box-shadow: unset;
    border: none;
    box-shadow: unset;
    padding: 0 !important;
}

div#imagewrapper {
    height: 100%;
    display: flex;
}

.featured-post img {
    border-radius: 5px;
    width: 100%;
    margin-right: 30px;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 5;
}

li.fsm-post-item.featured-post .wrapping-link {
    display: grid;
    grid-template-columns: 50% 50%;
}

span#date-published {
    color: var(--Default-Black) !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.featured-post p {
    color: #0B1527;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div#post-info {
    padding: 5vh 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
}

div#post-info p,
div#post-info span,
div#post-info h2 {
    width: 100%;
}

.fsm-post-list h2,
.fsm-post-list h3{
    font-size: clamp(1.2rem, 2.5cqw, 1.8rem) !important;
}

li.fsm-post-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border-radius: 5px;
    transition: ease all 0.3s;
}

li.fsm-post-item:not(.featured-post) img {
    min-height: 215px;
    max-height: 215px !important;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    padding: 0;
}

li.fsm-post-item a.wrapping-link {
    display: block;
    height: auto;
    width: 100%;
    padding: 2em 1em;
}

li.fsm-post-item a.text-link-style {
    display: block;
    margin-top: auto;
}

@media screen and (max-width: 980px) {

    ol.fsm-post-list,
    ol.fsm-post-list li:first-child {
        display: block !important;
    }

    ol.fsm-post-list li {
        margin-bottom: 10px;
    }

    li.fsm-post-item.featured-post .wrapping-link {
        display: block;
    }

    div#imagewrapper,
    .featured-post img {
        max-height: 400px;
        margin: 0;
    }
}
/*END*/

/*Please select 1 of the 3 Blog Article Templates & discard unused*/
/*
ALL POSTS OPTION 1
*/

.single-post #page-container h1 {
    font-size: clamp(2rem, 4.5cqi, 4.25rem);
}

.single-post #page-container .et_pb_title_container,
.single-post #page-container .fsm-post-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 5vh 0;
}

.single-post #page-container .et_pb_title_featured_container {
    text-align: center;
    max-width: 1200px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 18px;
	width: 90%;
}

.single-post #page-container .et_pb_title_featured_container .et_pb_title_featured_image img {
	aspect-ratio: 21 / 9;
    object-fit: cover;
    object-position: center;
}

.single-post #page-container .fsm-post-content img {
    border-radius: 8px;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.25);
    margin: 2em auto;
    display: block;
    text-align: center;
}

.single-post blockquote {
    border-radius: 25px;
    background: linear-gradient(92deg, rgba(247, 154, 67, 0.40) 1.81%, rgba(217, 107, 98, 0.40) 42.39%, rgba(164, 143, 211, 0.40) 85.48%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 5vh;
    width: calc(100% + 10vh);
    margin-left: -5vh;
}

.single-post blockquote,
.single-post blockquote p {
    font-size: clamp(1.25em, 4cqi, 1.5em);
    line-height: 1.25em;
    font-family: "corsario-variable", sans-serif;
    font-variation-settings: "opsz"48, "wght"700;
}

/*END*/

/*
ALL POSTS OPTION 2
*/
.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing,
div#blog-content-wrap .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}

div#blog-content-wrap .et_pb_section.et_pb_section_0 {
    margin-top: 0 !important;
    padding: 0 !important;
}

.heateor_sss_horizontal_sharing .heateor_sss_svg,
.heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    background-color: #19424D !important;
}

a.reverse-text-link-style {
    color: #000;
    position: relative;
}

a.reverse-text-link-style:before {
    position: absolute;
    display: block;
    color: #000;
    font-size: 1em;
    line-height: 2em;
    font-weight: 600;
    left: -22px;
    content: '\f30a';
    font-family: 'Font Awesome 6 Pro';
    transition: ease all 0.3s;
}

a.reverse-text-link-style:hover:before {
    left: -28px;

}

.side-by-side-buttons {
    display: flex;
    flex-wrap: nowrap;
    width: 100% !important;
    margin-top: 20px;

}

.side-by-side-buttons .et_pb_button {
    width: 50%;
    text-align: center;
}

.side-by-side-buttons a:last-child {
    margin-left: 10px !important;
}

div#blog-content-wrap .et_pb_row {
    width: 100%;
}

.blog-info-row:before {
    position: absolute;
    content: '';
    width: 110%;
    height: 110%;
    background: #fff;
    top: -5%;
    left: -5%;
    border-radius: 5px;
}

div#sidebar-headings h2 {
    font-size: clamp(1.2rem, 2.5cqw, 1.8rem) !important;

}

.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none !important;
}

@media screen and (max-width: 500px) {

    .et_pb_row.blog-info-row {
        padding: 2% 4%;
    }
}

/*END*/

/*
ALL POSTS OPTION 3
*/
div.blog-entry-content-column {
    margin: auto;
}

div#blog-post-content .et_builder_inner_content .et_pb_section,
div#blog-post-content.et_builder_inner_content .et_pb_section .et_pb_row {
    padding: 0 !important;
    margin: 0 !important;
}

div#blog-post-content .et_builder_inner_content .et_pb_section .et_pb_row {
    max-width: unset !important;
    width: 100% !important;
}

div#post-hero {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

div#blog-featured-image-column {
    height: auto;
    display: flex;
}

div#blog-featured-image-column span.et_pb_image_wrap {
    height: 100%;
}

div#blog-featured-image-column img {
    height: 100%;
    object-position: center;
    object-fit: cover;
}

div#blog-categories,
div#blog-publish-date,
div#post-share {
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}

div#blog-post-content .et_pb_section {
    padding: 0 !important;
}

div#blog-post-content .et_pb_section .et_pb_row:first-child {
    padding-top: 0;
}

div.blog-entry-content-column ul.et_pb_module.et_pb_social_media_follow {
    text-align: left !important;
}

div#blog-newsletter-blurb .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full),
div#blog-newsletter-blurb .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full),
div#blog-newsletter-blurb .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
div#blog-newsletter-blurb .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding: 0;
}

/*END*/



/*
ABOUT
*/
/*END*/

/*
CONTACT
*/

#contact-us h3{
    font-weight: var(--Font-Weight-Bold);
}

/*thank you page*/
#return-home{
    padding-bottom: 22vh;
}
/*END*/

/*FOOTER*/
#subfooter a {
    text-decoration: underline;
    color: #fff;
}

/*RESUSABLE*/

.side-by-side,
{
    display: flex;
    justify-content: center;
    margin-top: 3vh;

 a:first-child{
margin-right:1vh!important;

}
}


@media only screen and (max-width:980px) {
    .side-by-side {
	     display: flex;
        flex-direction: column;
    }
    
    .side-by-side a:first-child {
        margin-right: 0 !important;
        margin-bottom: 1vh !important;
    }
	
	header#main-header {
        background: var(--Purple-Gradient);
        padding-top: 10px;
        padding-bottom: 10px;
        width: 95%;
        margin-left: 10px;
        border-radius: 1.25rem !important;
    }
    .flex-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-reverse .et_pb_image_wrap{
        transform: translateY(4vh);
    }
}




/* Header & Footer */

#main-header #top-menu-nav #mega-menu-primary-menu .mega-menu-item a {
	color: #FFF !important;
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 1.125rem;
}

@media screen and (min-width: 981px) {
	.scrolled-header .container.clearfix.et_menu_container,
	.single-product .container.clearfix.et_menu_container {
		padding-left: 10px;
    	padding-right: 10px;
    	border-radius: 0rem 0rem 1.25rem 1.25rem;;
    	background: var(--Purple-Gradient);
		transition: all .2s ease;
	}
}

header#main-header {
    position: fixed !important;
    background-color: rgba(255, 255, 255, 0);
	transition: top 0.3s ease;
	top: 0px !important;
}

#page-container header#main-header.scrolled-header {
  top: 32px !important;
}

#page-container header#main-header.scrolled-header .container.clearfix.et_menu_container {
	border-radius: 1.25rem !important;
}


/* #main-header.et-fixed-header>.container:after {
    opacity: 1;
}
#main-header>.container:after {
    content: '';
    position: absolute;
    top: -1em;
    left: -1%;
    display: block;
    opacity: 0;
    transition: .2s all ease;
    width: 102%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / .25);
    background: #fff;
    border-radius: 10px;
    visibility: visible;
    z-index: -1;
    max-width: unset;
} */

/* #et-boc #main-header {
	min-height: 100px;
    display: flex;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    background: var(--Purple-Gradient, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(119deg, #521488 38.88%, #31104E 89.12%));
} */

#et-boc #main-header #top-menu-nav .nav-button {
 	border-radius: 0.625rem;
	background: #ffffff;
	padding: 0.20em .75em;
	transition:ease all 0.3s;
}

#et-boc #main-header #top-menu-nav .nav-button a {
 	color: #521488 !important;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

#main-header #top-menu-nav #mega-menu-primary-menu .mega-menu-item a:hover {
    text-decoration: underline !important;
/*     color: #FFE100 !important; */
}

/* Specific override for .nav-button a:hover */
#main-header #top-menu-nav #mega-menu-primary-menu .nav-button a:hover {
    color: #521488 !important;  /* or desired style */
}

.nav-button:hover {
/* 	background: #FFE100 !important; */
    border-radius: .625rem !important;


}

/* #main-header .logo_container {
	height: 170%;
    width: auto;
    transform: translateY(-20%);
} */

#main-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li {
	margin-right: 2em;
}

#main-footer .logo-after {
    position: absolute;
    top: 60px;
    left: -9px;
}

p.stay {
    color: #0447A3;
    font-size: 1.375rem !important;
	padding-bottom: .5em !important;
}

#main-footer .logo-after p {
	font-size: 17px !Important;
	font-family: 'Source Sans Pro', sans-serif;
}

#main-footer .et_pb_text_inner p:first-child {
	padding-bottom: 0;
}

#main-footer .et_pb_text_inner p {
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.2em;
	font-size: 14px;
}

#main-footer .footer-character-limit {
	width: 58ch !important;
	padding-bottom: 1em;
}

#main-footer .et_pb_button {
	border-radius: 25px;
	background-color: #E17D1F;
	padding: 0px 20px;
	border: none;
	color: #282727;
	font-size: 16px;
	font-weight: 600;
}

#et-main-area #main-footer {
	padding-bottom: 1%;
}

#main-footer .et_pb_row:first-child .et_pb_column:last-child .et_pb_button_module_wrapper  {
	margin-bottom:0;
	margin-left: 1em;
}

#main-footer .et_pb_row_1_tb_footer {
	padding: 0;
}

#main-footer .et_pb_row_1_tb_footer .et_pb_column {
	display: flex;
}

#main-footer .et_pb_row_0_tb_footer {
	    display: flex;
    align-items: center;
}


#main-header #top-menu-nav #mega-menu-wrap-primary-menu .mega-sub-menu {
    border-top: 4px solid #E17D1F !important;
}

@media screen and (max-width: 980px) {
    #page-container #main-header .et_menu_container {
        margin: 0 auto;
    }

    #page-container #main-header .et_menu_container #logo {
        max-width: unset;
    }

    #main-header #top-menu-nav #mega-menu-primary-menu {
        background-color: #521488;
    }

    #et-boc #main-header #top-menu-nav .nav-button a {
        display: flex;
        justify-content: center;
    }
	
	#main-header #top-menu-nav #mega-menu-primary-menu .mega-menu-item a {
	color: #fff;
	}
}

@media (min-width: 981px) {
    .et_fullwidth_nav #main-header .container {
       max-width: calc(100% - 40px);
    }
}

#subfooter .et_pb_row {
	display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

#subfooter .et_pb_text_inner a{
	&:hover {
		text-decoration: underline;
	}
	&:focus {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8); /* White text shadow */
	}
}

#footer-connecting p {
    color: var(--White, #FFF);
    text-align: right;
    font-family: "Source Serif Pro";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}


.flex-space {
	display: flex; 
	gap: 5%;
	align-items: flex-start;
}


@media (max-width: 980px) {
	.flex-space {
    gap: 0%;
    flex-direction: column;
		align-items: center;
		margin-bottom: 60px;
}
	
	.flex-space p {
    text-align: center;
}
	

.flex-space .et_pb_module.et_pb_code {
        margin-bottom: 20px;
    }
	
	.side-by-side.right {
		text-align: center;
    align-items: center;
	}
	
	.copyright p {
		text-align: center!important;
	}
	
	.footer-bot.et_pb_with_background.et_section_regular {
    padding-bottom: 10%;
    padding-top: 5%;
}
	
	.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_footer.flex-space.et_pb_css_mix_blend_mode_passthrough:after {
    content: "";
        position: absolute;
        bottom: -30px;
        background: #FFE100;
        width: 10.96875rem;
        height: 0.5rem;
}
	.et_pb_section.et_pb_section_0_tb_footer.footer-top.et_pb_with_background.et_section_regular {
    padding-top: 6%;
}
	
	.flex-space svg {
    width: 60%;
    height: 50%;
    margin: 0 auto;
    display: flex;
}
	
	    div#mega-toggle-block-0 {
        border-radius: 0.1875rem;
		border: 1.5px solid #FFE100;
        background: #521488 !important;
    }
	
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #FFE100 !important;
}
	
	img#logo {
    width: 118px;
    height: 33px;
}

}

.contact {
	color: #1E1E1E;
    font-family: Roboto;
}

.copyright p {
    color: #1E1E1E;
    text-align: right;
    font-family: Roboto;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
}


span.brow {
    border-bottom: #FFE100 solid 7px;
    max-width: 33%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 4px;
    color: #1E1E1E;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
}

.featured-product-column h2 {
    color: #521488;
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3125rem;
}
.featured-product-section {
    background-color: #FCF8FF;
}

.featured-product-row {
    border-radius: 1.25rem;
    border: 4px solid #521488;
    background: #FFF;
}

.featured-product-column {
    display: flex;
    padding-left: 6%;
    padding-right: 6%;
    flex-direction: column-reverse;
    gap: 20px;
}

.featured-product-column .et_pb_button_module_wrapper.et_pb_button_1_wrapper.et_pb_module {
    padding-top: 2%;
}

.featured-product-row img {
    aspect-ratio: 5/4;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .featured-product-row img {
        aspect-ratio: 6/5;
    }
}

.we-can-text-column h2 {
    color: var(--Purple-Solid, #521488);
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3125rem;
}

p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
}

.we-can-text-column .who-work-row .et_pb_column.et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_1.et-last-child {
    border-radius: 1.25rem;
    border: 4px solid #FFE100;
    background: #FFF;
    padding: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
    width: 80%;
}

.we-can-section {
    background-color: #FCF8FF;
}

.we-can-section h3{
    font-weight: var(--Font-Weight-Bold);
}

@media screen and (max-width:980px){
    .we-can-section .et_pb_image_wrap{
        margin-top: -2vh;
        z-index: 1;
    }
}

@media screen and (min-width: 981px){
    .we-can-section .et_pb_image_wrap{
        transform: scale(1.1);
    }
}

.end-cta h2 {
    color: #FFF;
    font-family: 'Figtree', system-ui, sans-serif;
}

.body-large {
    color: #FFF;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm); /* 120% */
}

.end-cta p:last-of-type {
    color: #FFF;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-sm);
}

a.white-button {
    border-radius: 0.4375rem !important;
    background: #FFF !important;
    color: #521488 !important;
    font-weight: var(--Font-Weight-Bold);
}

#page-container #et-boc a.white-button:hover {
	background-color: #EFEFEF !Important;
	color: #521488 !important;
	border-color: #521488 !important;
}

#page-container a.purple-border {
    border: 2px solid #521488;
    background-color: transparent !important;
    color: #521488 !important;
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}
#page-container a.purple-border:hover {
	border-radius: 0.4375rem;
	border: 2px solid #35075D !important;
	color: #35075D !important;
}

.end-cta h2 {
    max-width: 17ch;
}

.grid-3-auto-row h2 {
    font-family: 'Figtree', system-ui, sans-serif;
    font-weight: 700;
}

#hero-section,
#home-hero-section { 
    padding: 9vh 1vh 3vh 1vh !important;
	margin-left: 2vh;
    margin-right: 2vh;
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    background: var(--Purple-Gradient);
}

#hero-section h1 span,
#home-hero-section h1 span {
    color: #FFE100;
}

#hero-section span.subhead,
#home-hero-section span.subhead {
    color: #FFF;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
}

#home-hero-row p {
    padding-bottom: 0 !important;
}

#home-hero-row .iso-cert {
    text-align: right;
}

.who-we-work-with{
    background-color: var(--Default-White);
    border: 4px solid #FFE100;
    padding: 3vh;
    border-radius: 1.25rem;
}

/* Desktop Only */
@media (min-width: 981px) {
	.featured-product-column {
		display: grid;
		padding-left: 2%;
		padding-right: 2%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: center;
	}
	.et_pb_column.et_pb_column_1_2.et_pb_column_3.we-can-text-column.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough .et_pb_row_inner.et_pb_row_inner_0 {
    border: 4px solid transparent;
    padding: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
}
	.featured-product-column h2{
		max-width: 13ch;
	}
	
	.et_pb_row.et_pb_row_1.grid-3-auto-row {
    border: 4px solid transparent;
    padding: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
}
	body.et_pb_pagebuilder_layout #page-container div#home-hero .et_pb_fullwidth_header {
	min-height: 63vh;
}
	
	.header-image-group {
    position: absolute;
    bottom: -40px;
    right: 2em;
    color: #FFE100;
    padding: 0.5em;
    font-family: sans-serif;
}
	.grid-3-auto-column {
	display: grid;
    grid-template-columns: auto auto auto;
    gap: 50px 49px;
}
	.featured-product-row:before {
    content: "Featured Product";
    position: absolute;
    top: -27px;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
    border-radius: 0.3125rem;
    background: var(--Purple-Solid, #521488);
    padding: 8px 10px;
    left: 20px;
}
}

@media (max-width: 980px) {
	#home-hero span.et_pb_fullwidth_header_subhead {
		display:none;
	}

	#page-container .et_pb_button.et_pb_bg_layout_dark.fsm-btn-secondary, #page-container .et_pb_button.et_pb_button_two {
		padding-left: 0 !important;
	}
	
	body.et_divi_theme h1 {
        font-family: Figtree;
        font-size: 2.25rem !important;
        font-style: normal;
        font-weight: 700;
        line-height: 2.8125rem !important;
        margin-bottom: -0.2rem;
	}
	
	body.et_pb_pagebuilder_layout #page-container div#home-hero .et_pb_fullwidth_header {
		width: 100% !Important;
	}
	
	div#home-hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
		width: 90%;
	}
	
	body.et_pb_pagebuilder_layout #page-container div#home-hero .et_pb_fullwidth_header {
		padding-top: 70px !important;
	}
	
	.grid-3-auto-row-slick .et_pb_column.et_pb_column_4_4.et_pb_column_7.grid-3-auto-column.onpage-post-list.et_pb_css_mix_blend_mode_passthrough.et-last-child.slick-initialized.slick-slider {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 4px 4px -1px rgba(13, 13, 13, 0.10), 0px 4px 4px -1px rgba(13, 13, 13, 0.05);
        padding: 1.5rem;
    }
	
	.why-medical .button-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
        padding-top: 0;
    }
	
	i.fa-solid.fa-circle-chevron-left.slick-arrow,
	i.fa-solid.fa-circle-chevron-right.slick-arrow{
        color: #521488;
        font-size: 2rem !important;
    }
	
	.et_pb_row.et_pb_row_5.grid-3-auto-row{
        padding-bottom: 0;
    }
	.grid-3-auto-row.grid-3-auto-row-slick {
		padding-top: 0px;
	}
	
	.featured-product-row span.brow {
        border: none;
    }
	
	.featured-product-column h2 {
		line-height: 2.0625rem;
		padding-bottom: 2%;
	}
	
	.et_pb_column.et_pb_column_4_4.et_pb_column_9.featured-product-column.et_pb_css_mix_blend_mode_passthrough.et-last-child .et_pb_module.et_pb_text.et_pb_text_7.et_pb_text_align_left.et_pb_bg_layout_light {
        margin-bottom: 10px;
    }
	.featured-product-column .et_pb_button_module_wrapper.et_pb_button_1_wrapper.et_pb_module {
        padding-top: 4%;
    }
	.featured-product-section {
        padding-top: 10%;
    }
	
	.we-can-text-column h2 {
		line-height: 2.0625rem;
	}
	
	.we-can-section {
        padding-top: 0;
    }
	
	.et_pb_row_inner.et_pb_row_inner_1.who-work-row {
        display: flex;
        justify-content: center;
    }
	.we-can-text-column .who-work-row .et_pb_column.et_pb_column_4_4.et_pb_column_inner.et_pb_column_inner_1.et-last-child {
		width: 90% !important;
	}
	
	.et_pb_column.et_pb_column_1_2.et_pb_column_7.we-can-image.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
        position: absolute;
        z-index: 1;
        bottom: -200px;
    }
	
	.who-work-row li {
        font-family: 'Roboto';
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 24px;
    }
	
    .we-can-section.et_section_specialty {
        padding-bottom: 4vh;
    }
	
	.end-cta h2 {
        max-width: 18ch;
        color: #FFF;
        font-family: Figtree;
        font-size: 1.875rem ! IMPORTANT;
        font-style: normal;
        font-weight: 700;
        line-height: 2.0625rem;
        padding-bottom: 4%;
    }
	.end-cta .body-large {
        color: #FFF;
        font-family: Roboto;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: var(--line-height-sm);
        padding-bottom: 8%;
	}
	
	#main-content .end-cta {
    padding-bottom: 25%;
    }
	
	#main-content .end-cta {
        background-size: 318px 268px;
        background-position: right -30% bottom 5%;
        background-image: url(https://mymdmerrymedical.kinsta.cloud/wp-content/uploads/2025/06/mmbean.png) !important;
    }
	.header-image-group {
        position: absolute;
        bottom: 253px;
        color: #FFE100;
    }
	
	a.et_pb_button.et_pb_more_button.et_pb_button_two {
        margin-top: 1% !important;
    }
	
	.featured-product-row:before {
        content: "Featured Product";
        position: absolute;
        top: -27px;
        color: #FFF;
        font-family: Roboto;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: var(--line-height-sm);
        border-radius: 0.3125rem;
        background: var(--Purple-Solid, #521488);
        padding: 8px 10px;
        left: 20px;
    }
	
	.featured-product-row {
        padding-top: 30px !important;
    }

    #hero-section span.subhead,
	#home-hero-section span.subhead {
		display: none;
	}
	
	#home-hero-row .iso-cert {
        text-align: left;
        padding-bottom: 2vh;
    }
    
    #hero-section{
        margin-left: 0px;
        margin-right: 0px;
    }
	
	#home-hero-section {
		margin-left: 0px;
		margin-right: 0px;
		padding-bottom: 20vh !important;
		/*padding-top: 80px !important;*/
	}
	
	#home-mobile-image .et_pb_image_wrap {
        margin-top: -25vh;
    }
	
	/*#home-hero-row .et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light {
    margin-bottom: 4%;
    }*/
	
}

/*services page*/


.services-hero .et_pb_column {
    max-width: 681px;
}

.services-hero .et_pb_column p {
    margin-top: 1.5rem;
}

.services-hero #home-hero-row {
    padding-bottom: 40px;
}

.flex-icon-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px 48px;
}

.working-with-blurbs .et_pb_column {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}

.flex-blurb-container {
    display: flex;
    gap: 10px;
}

.flex-blurb-container img{
    max-height: 30vh;
}

@media (max-width: 580px){
    .flex-blurb-container{
        flex-direction: column;
    }
    .flex-blurb-container img{
        width: 100%;
        object-fit: cover;
        object-position: top;
        margin-top: 2vh;
    }
}

@media (min-width:581px) and (max-width: 1300px) {
    .flex-blurb-container{
        flex-direction: column;
    }
    .flex-blurb-container img{
        width: 60%;
        object-fit: cover;
        object-position: top;
    }
   
}

.focused.image-off-screen {
    margin-bottom: 65px;
    margin-top: 65px;
}

.which-sounds-section h3:last-of-type {
    margin-top: 10px;
}

.which-sounds-section .slider .et_pb_module.et_pb_text {
    min-height: 600px !important;
}
    
.which-sounds-section .slick-slide {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    height: auto;
}

.which-sounds-section .slick-track {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.which-sounds-section .slick-list{
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw -100vw);
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE and Edge */
}

.which-sounds-section .slick-list::-webkit-scrollbar{
    display: none; /* Hide the scrollbar */
    width: 0; /* Also set width to 0 for good measure */
    height: 0;
}
	


.which-sounds-section .slider .et_pb_module.et_pb_text {
    border-radius: 1.25rem;
    border: 4px solid #521488;
    background: #FFF;
	padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-top: 35px;
}

.which-sounds-section h3 {
    color: #521488;
    font-family: Figtree;
    font-weight: 700;
    line-height: 1.875rem;
}

.which-sounds-section i.fa-solid.fa-circle-chevron-left.slick-arrow,
.which-sounds-section i.fa-solid.fa-circle-chevron-right.slick-arrow{
    color: #521488;
    font-size: 2rem !important;
}

i.fa-solid.fa-circle-chevron-left.slick-arrow.slick-disabled::before,
i.fa-solid.fa-circle-chevron-right.slick-arrow.slick-disabled::before{
    opacity: .5;
}

.which-sounds-section .button-container {
    padding-top: 0;
    text-align: right;
}

.body-large-dark {
color: #1E1E1E;
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
	padding-bottom: 2%;
}

.expertise h2 {
	font-family: Figtree;
    font-weight: 700;
}

.numbered-text-list .et_pb_module.et_pb_text{
	border-radius: 1.25rem;
    border: 4px solid #FFE100;
    background: #FFF;
    padding: 1.75rem 1.625rem;
	margin-bottom: 2rem;
}


.numbered-text-list .et_pb_module.et_pb_text ul {
    padding-bottom: 0 !important;
}

.numbered-text-list h3{
    color: #521488;
    font-family: Figtree;
    font-weight: 700;
}

.focused.image-off-screen .et_pb_module.et_pb_text {
    max-width: 534px;
}

.focused.image-off-screen h2 {
    color: #521488;
    font-family: Figtree;
    font-weight: 700;
}	

.focused.image-off-screen h3 {
    font-family: Figtree;
    font-weight: 700;
    line-height: 2rem;
}

.mid-cta.white-text.round-purple-background {
    margin-right: 40px;
    border-radius: 0 1.25rem 1.25rem 0;
}

.mid-cta.white-text.round-purple-background h2 {
    color: #FFF;
    font-family: Figtree;
    font-weight: 700;
}

.mid-cta.white-text.round-purple-background h2 span {
    color: #FFE100;
}

.we-are-section h2 {
    color: var(--Purple-Solid, #521488);
    font-family: Figtree;
    font-weight: 700;
}

i.fa-solid.fa-users-medical,
i.fa-solid.fa-family,
i.fa-solid.fa-user,
i.fa-solid.fa-truck,
i.fa-solid.fa-award
{
    color: #937FDF;
    font-size: 3rem;
}

.flex-icon-group {
    color: #521488;
    font-family: Figtree;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.working-with-section h2 {
    color: #521488;
    font-family: Figtree;
    font-weight: 700;
}

.working-with-section h3 {
    font-family: Figtree;
    font-weight: 700;
}

@media (max-width: 980px) {
	.which-sounds-section .slider .et_pb_module.et_pb_text {
        padding: 1rem;
    }
	.which-sounds-section h3 {
        padding-top: 1rem;
    }
	.flex-icon-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
	.et_pb_row.et_pb_row_9.working-with-blurbs .et_pb_blurb_container {
        text-align: center;
    }
	#main-content .focused.image-off-screen.focused.image-off-screen {
        background-image: unset !important;
    }
	.focused.image-off-screen .et_pb_module.et_pb_text {
        max-width: 100%;
    }
}

@media (min-width: 981px) and (max-width: 1400px) { 
	#main-content .focused.image-off-screen {
		background-position: right -200px center;
	}
}


/*Product Pages*/
.product-template-default .et_pb_section.et_pb_section_0_tb_body.et_section_regular.et_pb_section_first {
    padding-top: 0 !important;
}
div#product-hero {
    padding-top: 10vh !important;
}

@media (max-width: 980px) {
	div#product-hero {
		padding-top: 7vh !important;
	}
}

#page-container div#product-hero h1 {
    font-family: Figtree !important;
    font-size: 4rem !important;
    line-height: 3.75rem !important;
	margin-bottom: 0 !important;
}

#page-container div#product-hero .underline {
    border-bottom: #FFE100 solid 7px;
    max-width: 33%;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

div#product-hero .brow.body-large{
    color: #521488;
	padding-bottom: 2%;
}

.multi-slider-section .brow.body-large {
	color: #1E1E1E;
	padding-bottom: 2%;
}

#page-container .multi-slider-section h2 {
    font-family: Figtree !important;
    font-size: 3rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3125rem !important;
}

#page-container div#product-hero h2 {
    color: #521488;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3125rem;
}

div#product-hero .et_pb_module.et_pb_blurb .et_pb_blurb_container {
    padding-left: 0 !important;
}

#page-container div#product-hero a.et_pb_button{
    transition: ease all .3s !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.4375rem;
    border-color: #521488;
    background: #521488;
}

input#gform_submit_button_2,
input#gform_submit_button_1{
    transition: ease all .3s !important;
    border-radius: 0.4375rem;
    border-color: #521488;
    background: #521488;
    color: #ffffff;
    border: 2px solid;
    font-size: 18px;
    font-weight: 500;
    padding: 0.75rem 1.25rem !important;
    line-height: 1.7em !important;
    font-family: 'Noto Sans', Helvetica, Arial, Lucida, sans-serif !important;
    max-width: fit-content !important;
}

.side-by-side.right a.et_pb_button {
    transition: ease all .3s !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 0.4375rem !important;
    border-color: #521488 ! IMPORTANT;
    background: #521488 !important;
    font-weight: var(--Font-Weight-Bold);
}

#page-container div#product-hero a.et_pb_button:hover,
input#gform_submit_button_2:hover,
#page-container #et-boc .footer-top .side-by-side.right a.et_pb_button:hover,
input#gform_submit_button_1:hover{
    transition: ease all .3s !important;
    border-radius: 0.4375rem !Important;
    border-color: #937FDF !important;
    color: #fff !important;
    background-color: #937FDF !Important;
}

#product-hero .et_pb_module:first-of-type {
    margin-bottom: 5% !important;
}

.text-diagram-section h2 {
    color: #FFF;
    font-family: Figtree;
    font-size: 3rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3125rem;
    max-width: 21ch;
}

#page-container .text-diagram-section .text-diagram-row p:first-of-type {
    padding-bottom: 0 !important;
}

.multi-slider-section .slick-prev{
    left: 5px;
}

.multi-slider-section .slick-next {
	right: 0px;
}

.multi-slider-section .slick-prev:before,
.multi-slider-section .slick-next:before {
	color: #521488;
}

#text-scroll-heading.et_pb_sticky--top .et_pb_text_inner {
  padding-top: 2rem;
  transition: padding ease .3s;
}

#text-scroll-heading {
  transition: position ease .2s;
}

/* .slider-nav img {
    width: 80px;
} */


#page-container .insight-evidence h2 {
    color: var(--Purple-Solid, #521488) !important;
    font-family: Figtree !important;
    font-size: 3rem !important;
    font-style: normal;
    font-weight: 700 !important;
}

#page-container .insight-evidence h3 {
    font-weight: 700;
	padding-bottom: 1% !important;
    padding-bottom: 1% !important;
    font-family: Figtree !important;


}

.reduce.costs.number-section h2 {
    color: var(--Purple-Solid, #521488);
    font-weight: 700;
	padding-bottom: 2%;
	    font-size: 3rem !important;
}

#page-container .number-blurb h3 {
    font-family: Figtree ! IMPORTANT;
    font-size: 4rem !important;
    font-style: normal;
    font-weight: 700 !IMPORTANT;
    line-height: 3.75rem !important;
}

#page-container .number-blurb {
    padding-bottom: 6% ! IMPORTANT;
}

#page-container .end-cta.products h2 {
    color: #FFF !Important;
    font-family: Figtree !Important;
    font-size: 3rem !Important;
    font-style: normal !Important;
    font-weight: 700 !Important;
    line-height: 3.3125rem !Important;
}

#page-container .end-cta.products .underline {
	max-width: 15%;
}

.cta-flex .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
}

.end-cta.products {
    padding-bottom: 10% ! IMPORTANT;
}

.product-form h2 {
    font-family: Figtree ! IMPORTANT;
    font-size: 3rem !important;
    font-weight: 700;
}

.product-form .et_pb_row {
    border-radius: 1.25rem;
    border: 4px solid #FFE100;
    background: #FFF;
    padding: 2rem 2rem 1rem 2rem !important;
    margin-top: -90px !important;
}


#page-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page-container .gform_wrapper textarea.textarea, #page-container div.form_saved_message div.form_saved_message_emailform form input[type=text],
select#input_1_8{
    font-size: 1em;
    padding: 1em 1em;
    min-height: auto;
    max-height: none;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    border: 1px solid var(--Purple-Solid, #521488);
}



@media (min-width: 981px) {
	
	#product-hero .et_pb_row {
    display: flex;
    align-items: center;
}
	
	.text-diagram-section h2 {
    max-width: 21ch;
}
	
/* 	.text-diagram-section .text-diagram-row .et_pb_module.et_pb_text {
    margin-bottom: 5vh !important;
} */
	
	.text-diagram-row .first, .text-diagram-row .last {
    	padding-bottom: 5rem;
    	display: flex;
    	flex-direction: column;
    	justify-content: space-between;
	}
	
	
	.end-cta.products p {
    	max-width: 54ch;
	}
	
	.product-form h2 {
		max-width: 16ch;
	}
	
	div#product-hero {
    padding-top: 100px !important;
}
	
	.cta-flex .et_pb_column {
	display: flex;
    align-items: center;
	gap: 15px;
}
	
	
}

@media (max-width: 980px) {
	#page-container div#product-hero h1 {
    font-size: 2.25rem ! IMPORTANT;
    line-height: 2.8125rem !important;
}
	#page-container div#product-hero h2,
	.text-diagram-section h2,
	#page-container .multi-slider-section h2,
	#page-container .insight-evidence h2,
	.reduce.costs.number-section h2,
	#page-container .number-blurb h3,
	#page-container .end-cta.products h2,
	.product-form h2{
		font-size: 1.875rem !important;
		line-height: 2.0625rem !important;
	}
	
	#page-container .text-diagram-section .text-diagram-row p {
    text-align: left ! IMPORTANT;
}
	
	.text-diagram-row {
    display: flex;
    flex-direction: column;
}
	.et_pb_column.first,
	.et_pb_column.middle,
	.et_pb_column.last
	{
    flex: 1;
	}
	.et_pb_column.middle {
  		order: 3; /* Move middle to the end */
		padding-top: 4%;
	}

	.et_pb_column.last {
  		order: 2;
	}
	
	.et_pb_column.et_pb_column_2_3.et_pb_column_10.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child .et_pb_row_inner.et_pb_row_inner_1 {
    margin-top: 7%;
}
	.end-cta.products {
    padding-bottom: 25% !important;
}
	.cta-flex {
    margin-top: 5% !important;
}
	.cta-flex .et_pb_button_module_wrapper {
    margin-bottom: 5% ! IMPORTANT;
}
	.brow.body-large {
		font-size: 1rem;
	}
	
	.et_pb_column.first {
		margin-bottom: 0px !important;
	}
}

/*contact us page*/
.contact-us-form h3 {
    font-family: Figtree;
    font-weight: 700;
    line-height: 2rem;
}

.contact-us-column {
	background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 40px
}

.contact-us-right-text .brow.body-large {
    color: #1E1E1E;
}

.contact-blurb-phone,
.contact-blurb-email
{
    border-radius: 1.25rem;
    background: #FFF;
    padding: .75rem;
    padding-top: .50rem;
    padding-bottom: .50rem;
    width: 330px;
}

img#logo {
    height: 100%;
    max-width: 200px;
    object-fit: contain;
    object-position: center;
    padding-top: 10px;
}

.slider-for .slick-slide.slick-current.slick-active img {
    min-width: 100%;
}

form#gform_1 div#field_1_11 {
    order: 2;
    display: flex;
    align-items: center;
}

@media (max-width: 980px){
    .contact .et_pb_text_inner{
        text-align: center;
    }
}


@media (min-width: 981px) {
    form#gform_1 div#field_submit {
        gap: 0;
        grid-column: span 3;
    }
}

.service-blurb-1:before {
    content: "Clinician with a Product Idea";
    position: absolute;
    top: -27px;
    color: #FFF;
    font-family: Roboto;
    font-size: clamp(0.95rem, 0.7731rem + 0.3077vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
    border-radius: 0.3125rem;
    background: var(--Purple-Solid, #521488);
    padding: 1vh 1.5vh;
    left: 20px;
}
.service-blurb-2:before {
    content: "Innovation or Tech Transfer Team";
    position: absolute;
    top: -27px;
    color: #FFF;
    font-family: Roboto;
    font-size: clamp(0.95rem, 0.7731rem + 0.3077vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
    border-radius: 0.3125rem;
    background: var(--Purple-Solid, #521488);
    padding: 1vh 1.5vh;
    left: 20px;
}
.service-blurb-3:before {
    content: "Startup or Entrepreneur";
    position: absolute;
    top: -27px;
    color: #FFF;
    font-family: Roboto;
    font-size: clamp(0.95rem, 0.7731rem + 0.3077vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
    border-radius: 0.3125rem;
    background: var(--Purple-Solid, #521488);
    padding: 1vh 1.5vh;
    left: 20px;
}
.service-blurb-4:before {
    content: "Medtech OEM";
    position: absolute;
    top: -27px;
    color: #FFF;
    font-family: Roboto;
    font-size: clamp(0.95rem, 0.7731rem + 0.3077vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-sm);
    border-radius: 0.3125rem;
    background: var(--Purple-Solid, #521488);
    padding: 1vh 1.5vh;
    left: 20px;
}

.end-cta h2 {
    font-weight: 700;
}

#et-boc .order-call-text a {
    color: #fff !important;
}

#et-boc .order-call-text a:hover {
    text-decoration: none;
}


form#gform_2 label.gfield_label.gform-field-label,
form#gform_2 legend.gfield_label.gform-field-label.gfield_label_before_complex{
    color: #521488;
}

.insight-evidence .et_pb_text_10 {
  transition: padding-top 0.3s ease;
}

.insight-evidence .et_pb_text_10.sticky-padding {
  padding-top: 7%;
}


.expertise .et_pb_sticky_module.et_pb_css_mix_blend_mode_passthrough.et_pb_sticky.et_pb_sticky--top {
	transition: padding-top 0.3s ease;
}




.sources-toggle.et_pb_toggle_close h6.et_pb_toggle_title:after {
    content: " \f055";
    color: var(--Purple-Solid, #521488);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.sources-toggle.et_pb_toggle_open h6.et_pb_toggle_title:after {
    content: " \f056";
    color: var(--Purple-Solid, #521488);
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.sources-toggle h6.et_pb_toggle_title {
    color: #521488 !important;
    font-size: 0.875rem !important;
    font-weight: 700;
}

.et-db #et-boc .et-l .sources-toggle.et_pb_toggle {
    background-color: transparent !important;
    border: none !important;
    padding-left: 0 !important;
}


.product-page.product-image-hero img {
    border-radius: 1.25rem;
}

.slider-nav{
    margin-top: 2vh;
}

.slider-nav img {
    border-radius: 0.625rem;
    filter: drop-shadow(1px 3px 5px rgba(0,0,0,.2));
    
}

.slider-for img,
.text-diagram-image img,
.featured-product-column img,
.we-can-photo img{
    border-radius: 1.25rem;
}

#page-container {
	overflow: hidden;
}

.which-sounds-section .slider img {
	border-radius: 0.9375rem;
}

.multi-slider-section .slider-nav.slick-initialized.slick-slider {
    max-width: 80%;
    /* justify-self: center; */
}