/*



 Theme Name:     Alchemy Child Theme



 Description:    Alchemy Child Theme for Wordpress



 Author:         Alchemy Marketing



 Author URI:     https://justincollier.com



 Template:       twentynineteen



 Version:        1.0.0.33



*/



/* =Theme customization starts here



------------------------------------------------------- */



/*------------------------------ Alchemy Custom CSS --------------------------------*/



/*------------------------------ Alchemy Custom CSS --------------------------------*/



/*------------------------------ Alchemy Custom CSS --------------------------------*/



/*------------------------------ Alchemy Custom CSS --------------------------------*/



/*------------------------------ Alchemy Custom CSS --------------------------------*/



/*------------------------------ Alchemy Custom CSS --------------------------------*/



/*------------------------------ Alchemy Custom CSS --------------------------------*/



/*------------------------------ Meta -------------------------------*/



/*@font-face {



    font-family: "EB Garamond";



    font-style: normal;



    font-weight: 700;



    src: url("fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf");



}*/



/*@font-face {



    font-family: "EB Garamond";



    font-style: normal;



    font-weight: 700;



    src: url("fonts/EB_Garamond/static/EBGaramond-ExtraBold.ttf");



}*/



@font-face {



    font-family: "Montserrat", sans-serif;



    font-weight: 700;



    src: url("fonts/Montserrat/Montserrat-Bold.ttf");



}



@font-face {



    font-family: "montserrat", sans-serif;



    font-weight: 400;



    src: url("fonts/Montserrat/Montserrat-Regular.ttf");



}



:root {



    --primary-font: 'montserrat', sans-serif;



    --secondary-font: 'Montserrat', sans-serif;



    --third-font: 'EB Garamond', sans-serif;



    --primary-color: #003969;



    --secondary-color: #1fbabc;



    --third-color: #8E7676;



	--yellow: #ffffab;



	--red: #eb5d5d;



    --site-width: 80vw;



    --site-max-width: 1400px;



    --site-width-large: 93vw;



    --dark-grey: #333333;



    --medium-grey: #666666;



    --light-grey: #f2f2f2;



    --am-button-4-icon: '>';



}



@media only screen and (min-width: 981px) {



    .mobile-only {



        display: none !important;



    }



}



@media only screen and (max-width: 980px) {



    .desktop-only {



        display: none !important;



    }



}



.logged-in-only {



    display: none;



}



.logged-in .logged-in-only {



    display: initial;



}



::selection {



    background-color: var(--primary-color);



    color: #ffffff;



}



.dark-section ::selection {



    background-color: var(--secondary-color);



    color: var(--primary-color);



}



/*------------------------------ EO Meta -------------------------------*/



/*------------------------------ Text Settings -------------------------------*/



/*@import "../twentynineteen/style.css?k=ff";*/



@import "../twentynineteen/style.css?k=ff";



body,



input,



textarea,



select,



table,



ul,



li {



    font-family: 'Montserrat', sans-serif;



    /* Backup for IE11 */



    color: var(--dark-grey);



    ;



    /* Backup for IE11 */



    font-family: var(--primary-font);



    font-size: 18px;



    color: var(--dark-grey);



}



h3,



h4,



h5,



h6 {



    font-family: var(--secondary-font);



}



h1,



h2 {



    font-family: var(--third-font);



    color: var(--primary-color);



}



p {



    font-size: 18px;



    line-height: 160%;



    margin: 0px;



    padding-bottom: 12px;



    color: var(--dark-grey);



    font-family: var(--primary-font);



}



h1 {



    font-size: 61px;



    line-height: 120%;



    margin: 0px;



    padding-bottom: 12px;



    font-weight: 700;



    color: var(--primary-color);



    font-family: var(--third-font);



}



h2 {



    font-size: 41px;



    line-height: 140%;



    margin: 0px;



    padding-bottom: 12px;



    color: var(--primary-color);



    font-family: var(--third-font);



}



h3 {



    font-size: 27px;



    line-height: 140%;



    font-weight: 700;



    margin: 0px;



    padding-bottom: 12px;



    color: var(--secondary-color);



    font-family: var(--secondary-font);



}



h4 {



    font-size: 18px;



    line-height: 180%;



    font-weight: 700;



    margin: 0px;



    padding-bottom: 12px;



    text-transform: uppercase;



    letter-spacing: 1px;



    color: var(--secondary-color);



    font-family: var(--secondary-font);



}



p+h1,



p+h2,



p+h3,



p+h4,



p+h5 {



    margin-top: 18px;



}



/*h4,.pre-h{



    color: var(--third-color-red);



}*/



.pre-h {



    text-transform: uppercase;



    font-weight: 700;



    font-size: 16px;



    padding-bottom: 0px;



    line-height: 180%;



    letter-spacing: 1px;



    font-family: var(--primary-font);



    color: var(--secondary-color);



}



ul#wp-admin-bar-root-default,



ol#wp-admin-bar-root-default {



    max-width: inherit;



}



ul,



ol {



    margin: 0px;



    padding-bottom: 12px;



    max-width: 650px;



}



li {



    font-size: 18px;



    line-height: 180%;



    margin: 6px 0px;



}



a:hover {



    cursor: pointer;



}



a:hover,



a:active {



    color: var(--secondary-color);



}



a,



a:visited {



    color: var(--secondary-color);



}



a:focus {



    outline: none;



}



a {



    cursor: pointer;



}



a h1,



a h2,



a h3,



a h4,



a h5 {



    text-decoration: none;



}



a h1:hover,



a h2:hover,



a h3:hover,



a h4:hover,



a h5:hover {



    opacity: 0.7;



}



a.am-button-1,



a.am-button-2,



a.am-button-3,



a.am-button-4 {



    text-decoration: none !important;



    transition: all 0.5s;



    position: relative;



}



a.am-button-1 {



    background-color: var(--primary-color);



    color: #ffffff !important;



    text-decoration: none !important;



    display: inline-block;



    margin: 18px 0px;



    padding: 12px 41px;



    border: none;



}



a.am-button-2 {



    background-color: transparent;



    color: var(--primary-color);



    text-decoration: none !important;



    display: inline-block;



    margin: 18px 0px;



    padding: 10px 39px;



    border: 2px solid var(--primary-color);



}



a.am-button-3 {



    background-color: var(--secondary-color);



    color: #ffffff;



    text-decoration: none !important;



    display: inline-block;



    margin: 18px 0px;



    padding: 12px 41px;



    border: none;



}



a.am-button-4 {



    color: var(--secondary-color);



}



a.am-button-4:after {



    content: '\35';



    font-family: 'ElegantIcons';



    margin: 0px 0px 0px 1px;



    transition: all 0.5s;



}



a.am-button-1:hover,



a.am-button-2:hover,



a.am-button-3:hover,



a.am-button-4:hover {



    opacity: 0.8;



}



a.new-tab:after {



    content: ' ';



    height: 1em;



    width: .66em;



    margin-left: 2px;



    display: inline-block;



    background-image: url('https://justincollier.com/wp-content/uploads/2020/08/new-tab-icon.svg');



    background-size: contain;



    background-repeat: no-repeat;



    opacity: 0.7;



}



a.new-tab:hover:after {



    opacity: 1;



}



ol.breadcrumbs {



    list-style: none;



    padding-left: 0px;



}



ol.breadcrumbs li {



    font-size: 14px;



    display: inline-block;



}



ol.breadcrumbs a:after {



    content: '>';



    display: inline-block;



    margin: 0px 0px 0px 8px;



}



ol.breadcrumbs li:last-of-type a {



    text-decoration: none;



    font-weight: bold;



}



ol.breadcrumbs li:last-of-type a:after {



    content: none;



}



/*------------------------------ Color Design ---------------------------------*/



.dark-section {



    background-color: var(--primary-color);



}



.dark-section>*,



.dark-section h1,



.dark-section h2,



.dark-section h3,



.dark-section h4,



.dark-section h5,



.dark-section a,



.dark-section a:visited {



    color: #ffffff;



}



.dark-section a.am-button-2,



.dark-section a.am-button-4 {



    color: #ffffff;



    border-color: #ffffff;



}



.dark-section .lighter {



    opacity: 0.8;



}



.dark-section p,



.dark-section ul li,



.dark-section ol li {



    color: #ffffff !important;



}



.grey-section {



    background-color: var(--light-grey);



}



/*------------------------------ EO Color Design ---------------------------------*/



/*------------------------------ Secondary Header ------------------------------ */



.secondary-header {



    background-color: #333333;



    background-color: var(--light-grey);



    padding: 0px;



    position: absolute;



    width: 100%;



}



.secondary-header,



.secondary-header a {



    color: #ffffff;



    color: var(--dark-grey);



    font-size: calc(1em - 2px);



}



.secondary-header ul {



    list-style: none;



}



.secondary-nav {



    padding: 0px;



    max-width: none;



}



.secondary-nav:first-of-type {



    float: right;



}



.secondary-nav:last-of-type {



    float: left;



}



.secondary-nav li {



    position: relative;



    display: inline-block;



    padding: 0px;



    margin: 0px;



}



.desktop-cta{



	background: var(--secondary-color);



}



.icon_phone:before {



    font-size: 15px;



}



@media only screen and (min-width: 981px) {



    .secondary-nav li a {



        padding: .66em 1em;



    }



    .secondary-nav:first-of-type {



        margin-right: -.66em;



    }



    .secondary-nav:last-of-type {



        margin-left: -.66em;



    }



    .secondary-nav li a:hover {



        background-color: rgba(255, 255, 255, 0.1);



    }



    .secondary-nav li a:active {



        background-color: rgba(255, 255, 255, 0.3);



    }



}



@media only screen and (max-width: 1100px) and (min-width: 981px) {



    .secondary-nav li a {



        padding: .66em 0.5em;



    }



}



@media only screen and (max-width: 980px) {



	.secondary-nav li {



    line-height: 140%;



	}



    #page.open-menu-items .primary-header {



        -moz-transition: all .4s ease-in !important;



        -o-transition: all .4s ease-in !important;



        -webkit-transition: all .4s ease-in !important;



        transition: all .4s ease-in !important;



        overflow: auto;



        min-height: 100%;



        background: #e8e8e8;



    }



    .secondary-header {



        padding: 1em 0px;



    }



    .secondary-nav {



        width: 100%;



    }



    .secondary-nav li {



        display: block;



        text-align: center;



    }



    .secondary-nav li a {



        padding: 0px;



        margin: 0px;



        font-size: 1em;



    }



    .box-section.testimonial-box {



        width: 100%;



        margin-left: 0;



    }



}



@media only screen and (max-width: 480px) {



.no-padding-left{



	padding-left: 1rem!important;



}



.page-id-337 h1 {



    font-size: 42px;



	padding-bottom: 22px;



}



.page-id-235 h1 {



    font-size: 38px;



}



}



/*----------------------------- EO Secondary Header ---------------------------- */



/*----------------------------- Primary Header Desktop --------------------------------*/



.space-header-mobile {



    display: none;



    position: absolute;



    width: 100%;



    height: 100px;



    top: 0px;



    background-color: #fff;



    right: 0;



    left: 0;



}



.primary-header {



    position: absolute;



    width: 100%;



    z-index: 9999;



    background-color: #ffffff;



    top: 33px;



}



.primary-header ul {



    list-style: none;



}



#logo {



    position: relative;



    display: block;



    float: left;



    padding: .66em 0px;



    line-height: 0px;



    width: auto;



}



#logo img {



    width: 100%;



}



.menu {



    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    float: right;



    position: relative;



    padding-top: 1.3em;



}



.menu ul.main-nav {



    list-style: none;



    text-align: left;



    margin: 0;



    padding: 0px;



    max-width: inherit;



}



.menu .main-nav>li {



    float: left;



    display: block;



    padding: 0;



    margin: 0;



    z-index: 200;



    zoom: 1;



}



.menu .main-nav a {



    text-decoration: none;



    display: block;



}



.menu .main-nav>li>a {



    padding: .66em 1.3em;



    position: relative;



    display: block;



}



.menu .main-nav>li:last-of-type>a {



    margin-right: -.25em;



}



.main-nav>li:hover>a {



    color: var(--primary-color);



}



.main-nav>li>a:active {



    color: var(--secondary-color);



}



.menu .main-nav>li.has-children>a {



    padding-right: 2.5em;



}



.menu .main-nav>li.has-children>a::before {



    content: '\33';



    font-family: 'ElegantIcons';



    font-size: 1.8em;



    position: absolute;



    right: .25em;



    -moz-osx-font-smoothing: grayscale;



    -webkit-font-smoothing: antialiased;



    display: inline-block;



    font-style: normal;



    font-variant: normal;



    text-rendering: auto;



    line-height: 1;



    font-weight: 900;



    vertical-align: middle;



    top: .5em;



    -moz-transition: all .3s ease-in;



    -o-transition: all .3s ease-in;



    -webkit-transition: all .3s ease-in;



    transition: all .3s ease-in;



}



.menu .main-nav>li.has-children:hover>a::before {



    transform: rotate(180deg);



    top: .6em;



}



.menu .main-nav>li.has-children>a:after {



    /* Upward facing arrow from dropdown menu  */



    content: '';



    position: absolute;



    bottom: 0px;



    right: 0px;



    left: 0px;



    margin: auto;



    margin-top: 1.5em;



    display: inline-block;



    background: transparent;



    border-style: solid dashed dashed;



    border-color: transparent;



    font-size: 0;



    border-width: 10px 10px 0;



    padding-top: 1px;



    border-top-color: var(--secondary-color);



    opacity: 0;



    width: 0;



    height: 15px;



    -webkit-transform: rotate(180deg);



    -ms-transform: rotate(180deg);



    -moz-transform: rotate(180deg);



    -o-transform: rotate(180deg);



    transform: rotate(180deg);



}



li.item-contact {



    background: var(--secondary-color);



    margin-left: 10px !important;



}



li.item-contact a,



li.item-contact a:hover {



    padding: 8px 18px 8px 16px !important;



    color: #ffffff;



}



#logo {



    width: 230px;



}



@media only screen and (min-width: 981px) {}



@media only screen and (max-width: 1490px) and (min-width: 981px) {



    #logo {



        width: 180px;



        top: 8px;



    }



}



@media only screen and (max-width: 1100px) and (min-width: 981px) {



    #logo {



        width: 155px;



        top: 12px;



    }



}



@media only screen and (max-width: 1400px) and (min-width: 1350px) {



    .menu .main-nav>li>a {



        padding: 0.66em 1em;



    }



}



@media only screen and (max-width: 980px) {



    .space-header-mobile {



        display: block;



    }



    li.item-contact {



        display: none !important;



    }



    .primary-header {



        top: 64px;



    }



}



@media only screen and (max-width: 532px){



.primary-header {



    top: 80px;



}



}



@media only screen and (max-width: 1150px) and (min-width: 980px){



.secondary-nav li {



    font-size: 16px;



}



}



/*------------------------------ EO Primary Header Desktop --------------------------------*/



/*---------------------------------- Footer ----------------------------------*/



footer {



    background-color: var(--primary-color);



}



footer,



footer a {



    color: #ffffff;



}



.footer-section h3,



.footer-section li {



    color: #ffffff;



}



footer a:hover,



footer a:active,



footer a,



footer a:visited {



    color: #ffffff;



    opacity: 1;



}



footer p {



    color: #ffffff;



}



#userwayAccessibilityIcon{



    display: none !important;



}



.secondary-footer {



    padding: 1.5em 0px;



    font-size: 1em - 2px;



}



.footer-social {



    border-bottom: 1px solid rgba(255, 255, 255, 0.1);



    margin-bottom: 2em;



}



.footer-social p {



    display: inline-block;



    line-height: 1.5em;



}



.footer-social ul {



    display: inline-block;



}



.footer-social li {



    display: inline-block;



    line-height: 100%;



    margin: 0px .5em;



}



ul.footer-social-icons li img {



    width: 20px;



}



.footer-info {



    font-size: calc(1em - 2px);



    opacity: 0.8;



}



.uai.userway_dark {



    display: none !important;



}



/*---------------------------------- EO Footer --------------------------------*/



/*-------------------------------- Desktop Layout -------------------------------*/



.site-content {



    padding-top: 128.75px;



}



.left {



    text-align: left;



}



.center {



    text-align: center;



}



.center p {



    margin: auto;



    width: 850px;



    max-width: 100%;



}



.right {



    text-align: right;



}



div {



    background-position: center;



    background-size: cover;



    background-repeat: no-repeat;



}



#page {



    position: relative;



}



.entry-content {



    width: 100% !important;



    max-width: 100% !important;



    padding: 0px !important;



    margin: 0px !important;



}



.container {



    width: 1400px;



    /* Backup for IE11 */



    max-width: 90%;



    /* Backup for IE11 */



    width: var(--site-width);



    max-width: var(--site-max-width);



    position: relative;



    text-align: left;



    margin: auto;



}



.container::before,



.container::after {



    content: "";



    display: table;



    clear: both;



}



.am-section {



    padding: 50px 0px;



    clear: both;



}



.am-row {



    margin: auto;



    display: flex;



    width: 90%;



    /* Set width of container */



    max-width: 1400px !important;



    /* Set max-width of container */



}



.am-column-1-1 {



    width: 100%;



    padding: 40px 60px;



}



.am-column-1-2 {



    width: 50%;



    float: left;



    padding: 40px 40px;



    box-sizing: border-box;



}



.am-column-1-3 {



    width: 33%;



    float: left;



    padding: 40px 30px;



    box-sizing: border-box;



}



.am-column-2-3 {



    width: 66%;



    float: left;



    padding: 40px 30px;



    box-sizing: border-box;



}



.am-column-1-4 {



    width: 25%;



    float: left;



    padding: 40px 25px;



    box-sizing: border-box;



}



.am-column-1-5 {



    width: 20%;



    float: left;



    padding: 40px 20px;



    box-sizing: border-box;



}



.am-column-1-6 {



    width: 16.6%;



    float: left;



    padding: 40px 15px;



    box-sizing: border-box;



}



.am-column-2-5 {



    width: 35%;



    float: left;



    padding: 40px 40px;



    box-sizing: border-box;



}



.am-column-3-5 {



    width: 65%;



    float: left;



    padding: 40px 40px;



    box-sizing: border-box;



}



.am-column-3-4 {



    width: 75%;



    float: left;



    padding: 40px 40px;



    box-sizing: border-box;



}



.am-section+p {



    display: none;



}



.am-section p:empty {



    display: none;



}



.am-section ul,



.am-section ol {



    padding-left: 2rem;



}



.am-full-width-box {



    width: 100%;



    max-width: inherit !important;



}



.am-full-width-box .am-column-1-1 {



    padding-left: 0px;



    padding-right: 0px;



}



.am-parallax-bg {



    background-repeat: no-repeat;



    background-position: top;



    background-size: cover;



    background-attachment: scroll;



    position: absolute !important;



    bottom: 0;



    left: 0;



    width: 100%;



    height: 100%;



    display: block;



    background-attachment: fixed;



}



.am-primary-circle,



.am-secondary-circle,



.am-light-grey-circle,



.am-third-circle,



.am-dark-grey-circle {



    width: 150px;



    height: 150px;



    border-radius: 50%;



    margin-bottom: 18px;



    display: inline-block;



}



.am-primary-circle {



    background-color: var(--primary-color);



}



/*.primary-color{color: var(--primary-color);}*/



.am-secondary-circle {



    background-color: var(--secondary-color);



}



/*.secondary-color{color: var(--secondary-color);}*/



.am-third-circle {



    background-color: var(--third-color);



}



/*.third-color{color: var(--third-color);}*/



.am-light-grey-circle {



    background-color: var(--light-grey);



}



/*.light-grey{color: var(--light-grey);}*/



.am-dark-grey-circle {



    background-color: var(--dark-grey);



}



/*.dark-grey{color: var(--dark-grey);}*/



.am-column-1-3 input:not(.wpcf7-submit) {



    width: 100%;



}



@media only screen and (min-width: 981px) {



    .am-equal-column-center {



        display: -webkit-box;



        display: -ms-flexbox;



        display: flex;



        direction: ltr;



        align-items: center;



    }



    .float-left {



        float: left;



        width: 47%;



        margin: 1em 3% 1em 0px;



    }



    .float-right {



        float: right;



        width: 47%;



        margin: 1em 0 1em 3%;



    }



    .am-column-1-5 h3,



    .am-column-1-6 h3 {



        font-size: 1em;



    }



    a.am-button-1+a.am-button-1,



    a.am-button-1+a.am-button-2,



    a.am-button-1+a.am-button-3,



    a.am-button-1+a.am-button-4,



    a.am-button-2+a.am-button-1,



    a.am-button-2+a.am-button-2,



    a.am-button-2+a.am-button-3,



    a.am-button-2+a.am-button-4,



    a.am-button-3+a.am-button-1,



    a.am-button-3+a.am-button-2,



    a.am-button-3+a.am-button-3,



    a.am-button-3+a.am-button-4,



    a.am-button-4+a.am-button-1,



    a.am-button-4+a.am-button-2,



    a.am-button-4+a.am-button-3,



    a.am-button-4+a.am-button-4 {



        margin-left: .66em;



    }



    .two-column-full-width-right-image,



    .two-column-full-width-left-image {



        padding: 0px;



        margin: 0px;



    }



    .two-column-full-width-right-image .am-row,



    .two-column-full-width-left-image .am-row {



        width: 100%;



        /*  max-width: 2200px;  */



    }



    .two-column-full-width-right-image .am-column-1-2,



    .two-column-full-width-left-image .am-column-1-2 {



        padding: 100px 60px;



    }



    .two-column-full-width-right-image .am-row .am-column-1-2:last-of-type {



        padding-right: calc(80px + 5%);



        box-sizing: border-box;



    }



    .two-column-full-width-left-image .am-row .am-column-1-2:first-of-type {



        padding-left: calc(80px + 5%);



        box-sizing: border-box;



    }



}



@media only screen and (max-width: 1150px) and (min-width: 981px) {



    .am-column-1-2 a.am-button-1+a.am-button-1,



    .am-column-1-2 a.am-button-1+a.am-button-2,



    .am-column-1-2 a.am-button-1+a.am-button-3,



    .am-column-1-2 a.am-button-1+a.am-button-4,



    .am-column-1-2 a.am-button-2+a.am-button-1,



    .am-column-1-2 a.am-button-2+a.am-button-2,



    .am-column-1-2 a.am-button-2+a.am-button-3,



    .am-column-1-2 a.am-button-2+a.am-button-4,



    .am-column-1-2 a.am-button-3+a.am-button-1,



    .am-column-1-2 a.am-button-3+a.am-button-2,



    .am-column-1-2 a.am-button-3+a.am-button-3,



    .am-column-1-2 a.am-button-3+a.am-button-4,



    .am-column-1-2 a.am-button-4+a.am-button-1,



    .am-column-1-2 a.am-button-4+a.am-button-2,



    .am-column-1-2 a.am-button-4+a.am-button-3,



    .am-column-1-2 a.am-button-4+a.am-button-4 {



        margin-left: 0px;



        display: table;



    }



}



@media only screen and (max-width: 480px) {



    .am-parallax-bg {



        background-attachment: inherit;



    }



}



.center .am-column-1-1 p {



    width: 650px;



	max-width: 100%;



}



h1.blog-title {



    font-size: 2.25em;



}



.blog-sub-header {



    padding-bottom: 1.5em;



}



span.read-time:before {



    content: "\7d";



    font-family: 'ElegantIcons';



    font-size: calc(1em - 2px);



    margin-right: 5px;



}



span.post-date:before {



    content: "\e023";



    font-family: 'ElegantIcons';



    font-size: calc(1em - 2px);



    margin-right: 5px;



}



@media only screen and (max-width: 980px) {



    .site-content {



        padding-top: 161px;



    }



}



/*------------------------------ EO Desktop Layout -------------------------------*/



/*------------------------------ Mobile Layout ---------------------------------*/



@media only screen and (max-width: 980px) {



    h1,



    h2,



    h3,



    h4 {



        line-height: 120%;



    }



    .am-column-1-1,



    .am-column-1-2,



    .am-column-1-3,



    .am-column-2-3,



    .am-column-1-4,



    .am-column-1-5,



    .am-column-1-6,



    .am-column-2-5,



    .am-column-3-5,



    .am-column-3-4 {



        width: 100%;



        padding: 30px 10px;



    }



    .am-column-1-4,



    .am-column-1-5,



    .am-column-1-6 {



        text-align: center;



    }



    div[class*="am-column"] ul {



        text-align: left;



    }



    .am-row {



        display: block;



    }



    .reverse-section .am-row,



    .reverse-section.am-row {



        display: -webkit-flex;



        -webkit-flex-direction: column-reverse;



        display: flex;



        flex-direction: column-reverse;



    }



    .am-row:after {



        /*---This preserves a row's background color as columns break to new lines ---*/



        content: " ";



        clear: both;



        display: block;



        visibility: hidden;



        line-height: 0px;



        height: 0px;



        width: 0px;



    }



    .box-section {



        /*---Apply to any row, column, or element with a background color---*/



        width: 92vw;



        margin-left: calc(((-100vw + 100%)/2) + 4vw);



        padding: 5vw;



    }



    .box-section div {



        /*---Removes redundant padding---*/



        padding-left: 0px;



        padding-right: 0px;



    }



    a.am-button-1,



    a.am-button-2,



    a.am-button-3,



    a.am-button-4 {



        display: block;



        text-align: center;



        margin: 1em auto;



    }



    .two-column-full-width-right-image .am-column-1-2,



    .two-column-full-width-left-image .am-column-1-2 {



        min-height: 300px;



    }



}



/*------------------------------ EO Mobile Response ---------------------------------*/



/*------------------------------ Button Hover on Desktop ----------------------------*/



@media only screen and (min-width: 981px) {



    a.am-button-1:hover,



    a.am-button-3:hover {



        padding-left: 26px;



        padding-right: 56px;



        opacity: 1;



        position: relative;



    }



    a.am-button-2:hover {



        padding-left: 24px;



        padding-right: 54px;



        opacity: 1;



    }



    a.am-button-1:after,



    a.am-button-2:after,



    a.am-button-3:after {



        /* For using an image as button hover icon



        content: ' ';



        background-image: url('https://justincollier.com/wp-content/uploads/2020/08/button-icon.png');



        background-size: auto 12px;



        background-position: center right;



        background-repeat: no-repeat;



        width: 20px;



        height: 32px; */



        content: '\24';



        font-family: 'ElegantIcons';



        font-size: 1.5em;



        display: inline-block;



        position: absolute;



        opacity: 0;



        margin-left: -10px;



        transition: all 0.5s;



    }



    /* When using an image file for button hover icon



      a.am-button-1:after,



      a.am-button-3:after {



        filter: grayscale(100%) invert(100%);



      }



      .dark-section a.am-button-2:after,



      .hero-level-1 a.am-button-2:after,



      .hero-level-2 a.am-button-2:after {



        filter: grayscale(100%) invert(100%);



      }



    */



    a.am-button-1:hover:after,



    a.am-button-2:hover:after,



    a.am-button-3:hover:after {



        margin-left: 10px;



        opacity: 1;



    }



    a.am-button-4:hover:after {



        margin: 0px 0px 0px 12px;



    }



}



/*------------------------- EO Button Hover on Desktop ---------------------------*/



/*---------------------------------- Lists ----------------------------------------*/



ul.checkmarks li {



    list-style: none;



    padding-top: 5px;



}



ul.checkmarks li:before {



    content: "\e052";



    font-family: 'ElegantIcons';



    color: var(--secondary-color);



    position: absolute;



    margin-right: 10px;



    margin-left: -30px;



}



@media only screen and (max-width: 980px) {



    ul.checkmarks {



        margin-left: 10px;



    }



}



/*---------------------------------- EO Lists ----------------------------------------*/



/*--------------------------------- Tables -----------------------------------------*/



table {



    margin: 1em 0px;



    line-height: 120%;



}



thead th {



    background-color: #333333;



    color: #ffffff;



}



tfoot td {



    background-color: #eeeeee;



}



caption {



    font-size: 1.5em;



    font-weight: bold;



    padding-bottom: 1em;



    text-align: left;



    max-width: 300px;



    left: 0px;



    position: sticky;



}



td {



    font-size: 16px;



}



table th,



table td {



    word-break: normal;



    min-width: 10em;



    vertical-align: middle;



    padding: 1em 1em;



    border-color: #ffffff;



}



.table-key {



    background-color: #ffffff;



    font-weight: initial;



    text-align: left;



}



.sticky {



    left: 0px;



    position: sticky;



    display: table-cell;



    min-width: 0px;



    padding-left: 4px;



    padding-right: 1.5em;



}



@media only screen and (min-width: 981px) {



    table {



        max-width: 100%;



    }



}



@media only screen and (max-width: 980px) {



    .table-scroll {



        overflow: scroll;



    }



    .table-scroll:after {



        content: 'Scroll to view full table';



        font-size: 14px;



        font-style: italic;



        position: absolute;



    }



    .table-key {



        box-shadow: 10px 0 5px -2px rgba(0, 0, 0, .15);



    }



    .table-key+td,



    .table-key+th {



        padding-left: 1.5em;



    }



}



/*------------------------------- EO Tables -----------------------------------------*/



/*--------------------------------- FAQs --------------------------------------------*/



.faq-section h3 {



    font-size: 1em;



    padding-bottom: calc(1em + 10px);



    padding-top: calc(1em + 10px);



    position: relative;



    cursor: pointer;



    padding-right: calc(1.5em + 20px);



    padding-left: 1.5em;



    transition: padding-bottom .2s ease .1s;



}



.faq-section h3::after {



    content: "\33";



    margin-left: 5px;



    -moz-osx-font-smoothing: grayscale;



    -webkit-font-smoothing: antialiased;



    display: inline-block;



    font-style: normal;



    font-variant: normal;



    text-rendering: auto;



    line-height: 1;



    font-family: 'ElegantIcons';



    font-weight: 900;



    vertical-align: middle;



    -moz-transition: all .3s ease-in;



    -o-transition: all .3s ease-in;



    -webkit-transition: all .3s ease-in;



    transition: all .3s ease-in;



    position: absolute;



    right: 1em;



    top: 50%;



    font-size: 25px;



    transform: translateY(-50%);



}



.faq-section h3.open-toggle {



    padding-bottom: 10px;



}



.faq-section h3.open-toggle::after {



    transform: translateY(-50%) rotate(180deg);



}



.faq-section .item-faq-block {



    border: 1px solid #eeeeee;



    background-color: #eeeeee;



    padding: 0;



}



.faq-section div+div {



    margin-top: .66em;



}



.item-faq-block .block-description-question {



    display: none;



    padding: 0px 1.5em 1em;



}



.block-description-question+p {



    display: none;



}



.collapse-standard {



    float: right;



    text-decoration: none !important;



    margin-top: 1em;



    padding-right: 2px;



}



.collapse-standard::after {



    display: none;



}



.collapse-standard span {



    display: inline-block;



    vertical-align: baseline;



    margin-left: 5px;



}



.collapse-standard br {



    display: none;



}



.box-collapse {



    float: right;



    position: relative;



}



.block-faq-title {



    overflow: hidden;



}



.block-faq-title h2 {



    float: left;



}



.collapse-toggles-color {



    color: var(--secondary-color) !important;



}



@media only screen and (max-width: 480px) {



    .faq-section h3:after {



        top: 14px;



    }



}



/*--------------------------------- EO FAQs --------------------------------------------*/



/*------------------ Breadcrumds (Use shortcode [yoast-breadcrumb]  ---------------------*/



.breadcrumbs-customize {



    margin-bottom: 100px;



    color: #fff;



    font-size: 14px;



}



.breadcrumbs-customize .breadcrumb_last {



    font-weight: bold;



}



.breadcrumbs-customize span a {



    text-decoration: underline;



}



.breadcrumbs-customize span a:hover {



    text-decoration: none;



}



/*------------------------------ EO Breadcrumds -------------------------------*/



/* ----------------------------- Global Announcement Bar -------------------------------*/



.announcement-bar {



    padding: 5px 10px;



    margin: 0px;



    background-color: #ff0000;



    /* Backup for IE11 */



    background-color: var(--secondary-color);



    color: #ffffff;



}



.announcement-bar a,



.announcement-bar a:visited {



    color: #ffffff;



}



.announcement-bar p {



    padding: .66em 0px;



    color: #ffffff;



}



.announcement-bar p:before {



    content: '\26A0';



    font-size: 1.5em;



    line-height: 100%;



    display: inline-block;



    position: absolute;



    margin-left: -35px;



    margin-top: 1px;



}



/* ---------------------------------- EO Announcement Bars ----------------*/



/* --------------------------------- Sidebar ------------------------------*/



.sidebar h3,



#sidebar h3 {



    margin-top: 1.5em;



    margin-bottom: 0px;



}



.sidebar>h3:first-of-type {



    margin-top: 0px;



}



.sidebar img,



#sidebar img {



    margin: .66em 0px;



}



.sidebar-testimonial {



    background-color: var(--secondary-color);



    color: #ffffff;



    padding: 18px 27px;



    margin-bottom: 27px;



}



.sidebar-testimonial img {



    max-width: 40px;



    opacity: 0.3;



    margin: 12px auto 8px;



    display: block;



}



.sidebar-testimonial p {



    font-size: 14px;



    color: #ffffff;



}



.sidebar-testimonial .testimonial-author {



    text-transform: uppercase;



    font-weight: 700;



    font-size: 16px;



    margin-top: 18px;



    padding-left: 12px;



    padding-right: 12px;



    padding-bottom: 0px;



}



.sidebar-testimonial .testimonial-author-descriptor {



    font-size: 14px;



    font-style: italic;



    opacity: 0.6;



    padding-left: 12px;



    padding-right: 12px;



}



/*.form-label-top {



    margin-bottom: 6px;



    display: block;



    white-space: normal;



}



.form-label-top, .form-label-left, .form-label-right {



    font-weight: bold;



    margin-bottom: 9px;



}*/



#sidebar input[type=text],



#sidebar input.text,



#sidebar input.title,



#sidebar textarea,



#sidebar select,



#sidebar .form-line-active input:focus,



#sidebar .form-line-active textarea:focus {



    padding: 10px 20px;



    border: 1px solid #999 !important;



    display: block;



    background-color: #eee;



    font-size: 15px;



    width: 100%;



}



#sidebar .form-section {



    width: 100%;



    max-width: inherit;



    padding: 0px;



}



#sidebar .am-contact_submit {



    margin: 0px auto;



    width: 100%;



    background: #232162;



    color: #ffffff !Important;



}



#sidebar .am-contact_submit {



    background-color: #232162 !important;



    color: #fff !important;



    border-radius: 0px;



}



.sidebar-inc {



    border: 1px solid #dddddd;



    padding: 18px 18px 6px;



}



.sidebar-inc img {



    display: block;



    max-width: 100%;



    margin: auto !important;



}



.sidebar-inc a {



    background-color: #232162;



    color: #ffffff;



    padding: 6px 18px 8px;



    margin: 0px auto !important;



    text-align: center;



    display: block;



    border: solid 2px #232162;



    transition-duration: 0.3s;



}



.sidebar-inc a:hover {



    background: #ffffff;



    color: #232162;



    font-weight: 500;



    transition-duration: 0.3s;



}



#downloadable-forms {



    padding: 0px;



    list-style-type: none;



    margin-left: 30px;



}



#downloadable-forms li {



    margin-bottom: 14px;



    line-height: 1.3em;



}



#downloadable-forms li a {



    color: #232162;



    font-size: 15px;



    font-weight: 600;



}



ul#downloadable-forms span.icon_cloud-download {



    margin-left: -25px;



    font-size: 17px;



    margin-top: 2px;



    position: absolute;



}



#sidebar input[name="formID"]+p {



    display: none;



}



#sidebar .sidebar-form+p {



    height: 0px !important;



    overflow: hidden;



    padding: 0px;



}



#sidebar .form-section li {



    list-style-type: none;



    display: block;



    width: 100%;



    padding: 0px;



}



#sidebar .form-section li .form-input-wide {



    margin-bottom: 10px;



    float: left;



    width: 100%;



}



#sidebar .form-section li .form-buttons-wrapper {



    margin-top: 10px;



    display: block;



}



.sidebar-testimony {



    background-color: #232162;



    border-radius: 3px;



    margin: 12px 0px 0px;



    padding: 15px;



    color: #ffffff;



    font-size: 14px;



    font-style: italic;



}



.sidebar-testimony img {



    display: block;



    max-width: 140px;



    margin: 0px auto 12px !important;



    opacity: 0.5;



}



.sidebar-testimony-author {



    font-weight: bold;



    font-style: none;



    display: block;



    text-align: right;



    margin-top: 8px;



}



#sidebar p {



    font-size: 18px !important;



}



.widget_categories a {



    text-decoration: none;



    color: #666;



    font-weight: 600;



    font-size: 14px !important;



}



.widget_categories li {



    margin: 0px !important;



}



/*--------------------------------- EO Sidebar ---------------------------------------*/



/*------------------------------ Animation ---------------------------------*/



.am-button-1,



.am-button-2,



.am-button-3,



.am-button-4 {



    opacity: 0;



}



.show-effect-button {



    animation: effect_animation .5s ease-in forwards;



}



@-webkit-keyframes effect_animation {



    0% {



        opacity: 0;



    }



    100% {



        opacity: 1;



    }



}



@-moz-keyframes effect_animation {



    0% {



        opacity: 0;



    }



    100% {



        opacity: 1;



    }



}



@keyframes effect_animation {



    0% {



        opacity: 0;



    }



    100% {



        opacity: 1;



    }



}



@-ms-keyframes effect_animation {



    0% {



        opacity: 0;



    }



    100% {



        opacity: 1;



    }



}



@-o-keyframes effect_animation {



    0% {



        opacity: 0;



    }



    100% {



        opacity: 1;



    }



}



/*------------------------------ EO Animation ---------------------------------*/



/*--------------------------------Scroll Bar ----------------------------------*/



@media only screen and (min-width: 981px) {



    html {



        --scrollbarBG: #e9e6e6;



        --thumbBG: #c1c1c1;



        overflow-y: auto;



    }



    body::-webkit-scrollbar {



        /*width: 25px;*/



        width: 17px;



    }



    body {



        scrollbar-width: thin;



        scrollbar-color: var(--thumbBG) var(--scrollbarBG);



    }



    body::-webkit-scrollbar-track {



        background: var(--scrollbarBG);



    }



    body::-webkit-scrollbar-thumb {



        background-color: var(--thumbBG);



        /*border-radius: 30px;*/



        border: 0px solid var(--scrollbarBG);



    }



    body::-webkit-scrollbar-thumb:hover {



        background-color: #a09f9f !important;



    }



    body::-webkit-scrollbar-thumb:active {



        background-color: #828282;



    }



    ::-webkit-scrollbar-thumb:active {



        background: linear-gradient(left, #22ADD4, #1E98BA);



    }



}



/*------------------------------ EO Scroll Bar ------------------------------*/



/*------------------------------ Overwriting Default Wordpress Theme ---------------------------------*/



h1:before,



h2:before {



    display: none !important;



}



.entry .entry-content>*,



.entry .entry-summary>*,



.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,



.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>* {



    margin: 0px !important;



    max-width: none !important;



}



header.entry-header {



    display: none;



}



footer.entry-footer {



    display: none;



}



/*------------------------------ EO Overwriting Default Wordpress Theme ---------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



.center-mobile a.am-button-1 {



    margin: 0px 0px 15px 0px;



}



.post-h {



    max-width: 680px;



}



body .uwy {



    z-index: 99 !important;



}



.signature {



    font-family: 'Caveat';



    font-size: 40px;



    padding-bottom: 0px;



    padding-top: 20px;



}



@media only screen and (max-width: 980px) {



    .home .am-column-1-2:nth-child(2) {



        min-height: 650px;



    }



}



@media only screen and (max-width: 680px) {



    .home .am-column-1-2:nth-child(2) {



        min-height: 500px;



    }



}



@media only screen and (max-width: 425px) {



    .home .am-column-1-2:nth-child(2) {



        min-height: 300px;



    }



}



@media only screen and (min-width: 980px) {



}



@media only screen and (min-width: 601px) {



    .logged-in .primary-header.am-fixed-header.scrollUp {



        top: 32px !important;



    }



}



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/*------------------------------ EO Alchemy Custom CSS --------------------------------*/



/* CSS rule to target the URLs from the provided list */



@media only screen and (max-width: 480px) {



.page-id-228 h1, .page-id-245 h1, .page-id-239 h1, .page-id-992 h1, .page-id-950 h1, .page-id-243 h1, .page-id-755 h1, .page-id-950 h1, .page-id-764 h1, .page-id-950 h1, .page-id-998 h1, .page-id-950 h1, .page-id-959 h1, .page-id-237 h1, .page-id-684 h1, .page-id-959 h1, .page-id-679 h1, .page-id-749 h1, .page-id-986 h1, .page-id-241 h1, .page-id-674 h1, .page-id-693 h1, .page-id-971 h1, .page-id-974 h1, .page-id-1001 h1, .page-id-753 h1, .page-id-959 h1, .page-id-771 h1, .page-id-881 h1, .page-id-959 h1, .page-id-894 h1, .page-id-912 h1, .page-id-757 h1, .page-id-968 h1, .page-id-1004 h1, .page-id-1007 h1, .page-id-959 h1, .page-id-977 h1{



    font-size: 40px; /* Set font-size to 40px */



}



}



.dr-badges .am-column-1-4 img, .dr-badges .am-column-1-5 img {



	width: 250px;



	max-width: 100%;



}



.dr-badges .am-column-1-4, .dr-badges .am-column-1-5 {



	padding: 10px;



}



/*-----Scroll Bar ------*/



@media only screen and (min-width: 981px) {



    html {



        --scrollbarBG: #EEEEEE;



        --thumbBG: #4F4d81a3;



    }



    body {



        scrollbar-color: var(--thumbBG) var(--scrollbarBG);



    }



    body::-webkit-scrollbar-track {



        background: var(--scrollbarBG);



    }



    body::-webkit-scrollbar-thumb {



        /* background-color: var(--thumbBG) ;



         border: 3px solid var(--scrollbarBG);*/



        background-color: #c1c1c1;



        border-right: 4px solid var(--scrollbarBG);



        border-left: 4px solid var(--scrollbarBG);



        box-sizing: border-box;



    }



    body::-webkit-scrollbar-thumb:hover {



        /*background-color: #232162 !important;*/



        background-color: var(--primary-color) !important;



        border-right: 4px solid var(--scrollbarBG);



        border-left: 4px solid var(--scrollbarBG);



        box-sizing: border-box;



    }



    body::-webkit-scrollbar-thumb:active {



        background-color: #181744;



        border-right: 4px solid var(--scrollbarBG);



        border-left: 4px solid var(--scrollbarBG);



        box-sizing: border-box;



    }



    /*Buttons*/



    ::-webkit-scrollbar-button:single-button {



        background-color: #EEEEEE;



        display: block;



        border-style: solid;



        height: 20px;



        width: 20px



    }



    /*Up*/



    ::-webkit-scrollbar-button:single-button:vertical:decrement {



        border-width: 0 5px 5px 5px;



        border-color: transparent transparent transparent transparent;



        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow.svg");



        background-position: center 3px;



        background-repeat: no-repeat;



        background-size: 10px;



        width: 10px;



    }



    ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {



        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow.svg");



    }



    ::-webkit-scrollbar-button:single-button:vertical:decrement:active {



        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/up-arrow-dark.svg");



        background-size: 10px;



    }



    /*Down*/



    ::-webkit-scrollbar-button:single-button:vertical:increment {



        border-width: 0 5px 5px 5px;



        border-color: transparent transparent transparent transparent;



        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow.svg");



        background-position: center 4px;



        background-repeat: no-repeat;



        background-size: 10px;



        width: 10px;



    }



    ::-webkit-scrollbar-button:vertical:single-button:increment:hover {



        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow.svg");



    }



    ::-webkit-scrollbar-button:vertical:single-button:increment:active {



        background-image: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/svg-scrollbar/down-arrow-dark.svg");



        background-size: 10px;



    }



}



/*----- EO Scroll Bar for Avion ------*/



/*------------------------------Secondary Header--------------------------------*/



.secondary-header {



    background-color: var(--primary-color);



}



.secondary-header,



.secondary-header a {



    color: #ffffff;



}



/*------------------------------EO Secondary Header--------------------------------*/



/*---------------------------------- Mega Menu ---------------------------------------------*/



.menu .main-nav>li ul.mega-menu {



    padding: 20px;



    left: auto;



    right: auto;



    position: absolute;



    display: none;



    text-shadow: none;



    -webkit-box-shadow: 0px 5px 10px #bbbbbb;



    -moz-box-shadow: 0px 5px 10px #bbbbbb;



    box-shadow: 0px 5px 10px #bbbbbb;



    background-color: var(--light-grey);



    border-top: 4px solid var(--secondary-color);



}



.mega-menu-columns .mega-menu-row li {



    padding: .66em;



    box-sizing: border-box;



}



.mega-menu-columns .mega-menu-row {



    margin: 0px;



    padding: 0px;



    clear: both;



    overflow: hidden;



    max-width: inherit;



}



.mega-menu-columns .mega-menu-row li .title-item {



    display: block;



}



/*---------------------------------- EO Mega Menu ---------------------------------------------*/



/*------------------------------Primary Header Desktop--------------------------------*/



.menu ul li a {



    font-weight: 700;



    font-size: 12px;



    text-transform: uppercase;



    font-family: var(--primary-font);



}



@media only screen and (min-width: 1100px) {



    /*  .primary-header .container {



          min-width: 1100px;



      }*/



}



.mega-menu-columns .mega-menu-row li .title-item {



    padding-bottom: 0px;



    margin-bottom: 5px;



}



.menu .main-nav>li>ul.mega-menu>li {



    width: 100%;



    padding: 6px 0px;



    margin: 0;



}



.menu .main-nav>li.mega-menu-width ul.mega-menu>li>a {



    border-bottom: 0px;



}



.menu .main-nav>li.mega-menu-width ul.mega-menu>li,



.menu .main-nav>li.mega-menu-width ul.mega-menu {



    padding: 0px;



    margin: 0px;



}



@media only screen and (min-width: 981px) {



    body:not(.am-fixed-header) .menu .main-nav>li>a {



        padding-bottom: 28px;



    }



    .menu .main-nav>li>a {



        padding-bottom: 20px;



    }



}



@media only screen and (max-width: 1200px) and (min-width: 981px) {



    .mega-menu-columns .mega-menu-row li .title-item {



        font-size: 10px;



    }



}



@media only screen and (max-width: 1120px) and (min-width: 981px) {



    .menu .main-nav>li>a {



        font-size: 11.5px;



    }



    .menu .main-nav>li.has-children>a::before {



        top: .9em !important;



    }



}



@media only screen and (min-width: 981px) {



    #why-custom-oral-appliance .am-column-1-1,



    #coa-vs-cpap .am-column-1-1,



    #how-it-works .am-column-1-1,



    #risks-of-sleep-apnea .am-column-1-1,



    #meet-dr-standish .am-column-1-2,



    #osa-options .am-column-1-1 {



        padding: 40px 30px;



    }



}



/*--------------------------Mobile Menu Button-----------------------*/



#btn-menu:focus {



    outline: inherit;



}



#btn-menu {



    width: 43px;



    height: 43px;



    display: block;



    float: right;



    padding: 8px 8px;



    background: var(--secondary-color);



    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    position: relative;



    top: 28px;



}



#btn-phone {



    width: 43px;



    height: 43px;



    float: right;



    padding: 8px 8px;



    background: #003969;



    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    position: relative;



    top: 14px;



    font-family: 'ElegantIcons';



    margin-right: 10px;



    display: none;



    align-items: center;



    justify-content: center;



    transform: rotate(270deg);



}



#btn-phone::after {



    content: "\e090";



    position: absolute;



    color: #FFF;



    font-size: 25px;



    top: 50%;



    left: 50%;



    transform: translate(-47%, -50%);



}



.contact-link-mobile-blue{



    background-color: var(--secondary-color);



    display: flex;



    width: 140px;



    border-radius: 30px;



    text-align: center;



    color: #fff !important;



    padding: 5px 25px;



    justify-content: center;



    margin: auto;



}



.contact-link-mobile-blue span.contact-icon{



    margin: auto;



    margin-right: 7px;



    margin-left: 0;



    top: -2px;



    position: relative;



}



.contact-link-mobile-blue span.contact-icon:before{



    font-size: 15px;



}



#btn-menu .sr-only {



    display: none;



}



#btn-menu .icon-bar {



    display: block;



    width: 85%;



    height: 3px;



    background: #fff;



    margin: 4px 2px;



    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



}



#btn-menu.btn-close .icon-bar:first-of-type {



    transform: rotate(45deg) translate(3px, 4px);



}



#btn-menu.btn-close .icon-bar:nth-of-type(3) {



    transform: rotate(-45deg) translate(10px, -15px);



    transform-origin: right center;



}



#btn-menu.btn-close .icon-bar:nth-of-type(2) {



    opacity: 0;



}



.post-mobile-menu {



    display: none;



    text-align: center;



    padding: 30px 20px;



    position: relative;



}



.contact-link-mobile {



    display: inline-block;



    border-radius: 30px;



    text-align: center;



    color: #fff !important;



    background-color: var(--primary-color);



    padding: 5px 25px;



}



@media only screen and (min-width: 981px) {



    .menu .main-nav>li ul.mega-menu {



        top: -1000px;



        display: block;



    }



    .show-only-mobile {



        display: none !important;



    }



    #btn-menu,



    #btn-phone {



        display: none;



    }



}



@media only screen and (max-width: 980px) {



    .post-mobile-menu {



        display: block;



    }



    .am-fixed-header #btn-phone {



        display: flex;



    }



}



@media only screen and (max-width: 480px) {



    #btn-menu {



        width: 45px;



        height: 45px;



        padding: 10px 8px;



        top: 25px;



    }



}



/*-------------------------EO Mobile Menu Button-----------------------*/



.menu .main-nav>li.mega-menu-width ul.mega-menu {



    /*max-width: none;*/



    width: calc(var(--site-width) + 75px);



    padding-left: 30px;



    padding-right: 33px;



    right: -35px;



}



body.all-control-menu {



    overflow: hidden;



}



.header-group {



    position: relative;



    z-index: 999;



}



@media only screen and (min-width: 981px) {



    .menu .main-nav>li.mega-menu-width ul.mega-menu {



        max-width: none;



    }



    .main-nav li button {



        display: none;



    }



    .menu .main-nav>li:hover>a::after {



        opacity: 1 !important;



        transition-delay: 0.2s;



    }



    .menu #main-nav>li.has-children:hover>a::after {



        opacity: 1;



    }



    .menu .main-nav>li:hover ul.mega-menu {



        /* display: block;



         box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);*/



        visibility: visible;



        opacity: 1;



        z-index: 30;



        top: 100%;



        transition-delay: 0.2s;



    }



    .menu .main-nav>li.item-contact ul.mega-menu {



        width: 300px;



        right: 0;



        left: auto;



    }



    .menu .main-nav>li ul.mega-menu {



        width: 330px;



    }



    .menu .main-nav>li.sleep-apnea-item {



        position: relative;



    }



    .menu .main-nav>li.sleep-apnea-item ul.mega-menu {



        left: -150px;



        width: 485px;



    }



    .mega-menu-columns .mega-menu-row li {



        display: inline-block;



        width: 16.666%;



        float: left;



    }



    .mega-menu-columns .mega-menu-row.second-row li {



        width: 20%;



    }



    .menu .main-nav>li {



        display: inline-block;



    }



}



@media only screen and (max-width: 1200px) and (min-width: 981px) {



    .menu .main-nav>li>a {



        padding: 12px 8px;



    }



    .menu .main-nav>li.has-children>a::before {



        top: .8em;



    }



    .menu .main-nav>li.has-children>a {



        padding-right: 2.2em;



    }



}



@media only screen and (min-width: 1501px) {



    /*.menu .main-nav > li.mega-menu-width ul.mega-menu {



        width: calc(1400px + 60px);



        padding-left: 45px;



       padding-right: 35px;



        margin-left: -30px;



      }*/



}



@media only screen and (min-width: 1750px) {



    .menu .main-nav>li.mega-menu-width ul.mega-menu {



        width: 1460px;



        right: -30px;



        padding-left: 30px;



        padding-right: 30px;



    }



}



@media only screen and (max-width: 1360px) and (min-width: 981px) {



    .menu .main-nav>li.mega-menu-width ul.mega-menu {



        width: calc(var(--site-width-large) + 75px);



        padding-left: 30px;



        padding-right: 30px;



        right: -35px;



    }



    .header-group .container {



        width: var(--site-width-large);



    }



}



@media only screen and (max-width: 1280px) and (min-width: 981px) {



    .menu .main-nav>li.mega-menu-width ul.mega-menu {



        width: calc(var(--site-width-large) + 30px);



        padding-left: 12px;



        padding-right: 12px;



        right: -12px;



    }



}



@media only screen and (max-width: 1061px) and (min-width: 981px) {



    .menu .main-nav>li.mega-menu-width ul.mega-menu {



        padding-left: 10px;



        padding-right: 10px;



        right: -10px;



    }



}



@media only screen and (min-width: 981px) {



    span.line-break-mobile:after {



        content: '|';



        margin-left: 5px;



    }



    span.line-break-mobile:last-of-type:after {



        content: none;



    }



}



@media only screen and (max-width: 980px) {



    .menu .main-nav>li.mega-menu-width ul.mega-menu {



        padding-left: 0px;



        padding-right: 0px;



        margin-left: 0px;



        right: 0;



        width: 100% !important;



        max-width: inherit;



    }



    .menu .main-nav>li ul.mega-menu {



        width: 100% !important;



        max-width: inherit;



    }



    /*.menu ul{



      background: #e8e8e8 !important;



    }*/



    /*#logo{



        padding: 15px 0px 10px 0px;



    }*/



    .primary-header::before {



        content: '';



        position: absolute;



        top: 100px;



        width: 100%;



        height: 4px;



        background-color: var(--secondary-color);



        z-index: 9999;



    }



    .main-nav li {



        position: relative;



    }



    .main-nav>li {



        margin: 0px;



    }



    .main-nav>li>a {



        padding: 15px;



        border-bottom: 1.5px solid #888888;



        color: #00205c;



        font-weight: bold !important;



        font-size: 22px;



    }



    .main-nav .active-parent-current {



        border-bottom: 1.5px solid #888888;



        margin-bottom: 0px;



        padding-bottom: 20px;



    }



    .main-nav>li:last-child.active-parent-current>a {



        border-bottom: 1.5px solid #888888;



    }



    .main-nav .active-parent-current+li {



        margin-top: 0px;



    }



    .main-nav li button:focus {



        outline: inherit;



    }



    .main-nav li button {



        position: absolute;



        right: 0;



        top: 0;



        padding: 10px 15px;



        background: none;



        border: none;



        border-radius: 0px;



        width: 44px;



        height: 44px;



        top: 10px;



        margin: auto;



        right: 20px;



        -moz-transition: all .3s ease-in;



        -o-transition: all .3s ease-in;



        -webkit-transition: all .3s ease-in;



        transition: all .3s ease-in;



        transform: none;



        color: #666666;



        z-index: 9999;



    }



    .main-nav li button i::before {



        font-family: eleganticons;



        content: "\4c";



        speak: none;



        font-weight: 700;



        font-variant: normal;



        text-transform: none;



        line-height: 1;



        -webkit-font-smoothing: antialiased;



        font-style: normal;



        font-size: 22px;



        display: inline-block;



        -moz-transition: all .3s ease-in;



        -o-transition: all .3s ease-in;



        -webkit-transition: all .3s ease-in;



        transition: all .3s ease-in;



    }



    .main-nav li button.active-button i::before {



        transform: rotate(45deg);



    }



    .main-nav>li:last-child>a {



        border-bottom: 0px;



        box-shadow: none;



    }



    .menu .main-nav {



        padding: 25px;



    }



    .menu .main-nav>li.has-children>a::before,



    .menu .main-nav>li.has-children>a::after {



        display: none;



    }



    .menu .main-nav>li.has-children>a::after {



        top: 12px;



        right: 7px;



    }



    body:not(.am-fixed-header) #page.open-menu-items .header-group {



        position: fixed;



        min-height: 100%;



        width: 100%;



        z-index: 999999999999;



        overflow: scroll;



    }



    body:not(.am-fixed-header) #page.open-menu-items .primary-header {



        position: absolute !important;



        height: fit-content;



        overflow: visible;



    }



    #page.open-menu-items .primary-header {



        position: fixed !important;



        -moz-transition: all .4s ease-in !important;



        -o-transition: all .4s ease-in !important;



        -webkit-transition: all .4s ease-in !important;



        transition: all .4s ease-in !important;



        overflow: auto;



        min-height: 100%;



    }



    body:not(.am-fixed-header) #page.open-menu-items .primary-header .menu {



        top: 104px;



    }



    .menu .main-nav>li>ul.mega-menu>li a {



        padding-left: 5px;



        padding-bottom: 0px;



    }



    .menu .main-nav>li ul.mega-menu {



        position: relative;



        padding-top: 0px;



        padding-bottom: 0px;



        border: 0px !important;



        box-shadow: initial;



        left: inherit !important;



        width: auto !important;



    }



    .mega-menu-columns .mega-menu-row li figure img {



        width: auto;



    }



    .shadow-mobile {



        position: absolute;



        width: 25px;



        height: 25px;



        right: 0px;



        top: 5px;



        z-index: 99;



    }



    .secondary-menu {



        display: none;



    }



    .secondary-header .container,



    .primary-header .container {



        width: 85%;



        max-width: 1080px;



        margin: auto;



        padding-right: 0px;



        padding-left: 0px;



        position: static;



    }



    .icon-mobile {



        display: block;



    }



    .menu {



        width: 0%;



        height: fit-content;



        overflow: hidden;



        position: absolute;



        left: 100%;



        top: 104px;



        bottom: 0;



        z-index: 500;



        box-shadow: inset 0 10px 10px -8px rgba(0, 0, 0, .1);



        background: #e8e8e8;



        -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



        transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);



        padding-top: 0px;



        z-index: 9999;



    }



    .menu.open {



        left: 0;



        width: 100%;



    }



    .menu .main-nav>li {



        float: none;



        position: relative;



    }



    .menu .main-nav>li>a {



        position: relative;



        display: block;



        padding: 15px;



    }



    span.line-break-mobile {



        display: block;



        margin-bottom: 5px;



        padding-bottom: 5px;



    }



}



@media only screen and (max-width: 768px) {



    /*.menu{



        width: 100%;



    }*/



    .main-nav>li>a {



        font-size: 20px;



    }



    #header .hdr-tools .container {



        width: 95%;



        max-width: inherit;



    }



    .wrapper-service-box {



        padding-left: 30px;



    }



}



@media only screen and (max-width: 480px) {



    /*#logo{



        width:250px;



    }*/



    .main-nav li button {



        right: 10px;



        padding: 5px;



        width: 30px;



        height: 30px;



        top: 16px;



    }



    /*.menu{



      width: 100%;



     }*/



    .main-nav>li>a {



        font-size: 20px;



    }



    .list-services-box ul li {



        margin-bottom: 0px;



        margin-top: 0px;



    }



}



@media only screen and (max-width: 375px) {



    .menu {



        top: 100px;



    }



    body:not(.am-fixed-header) #page.open-menu-items .primary-header .menu {



        top: 100px;



    }



    .primary-header::before {



        top: 96px;



    }



    #logo {



        width: 180px;



        top: 9px;



    }



}



@media only screen and (max-width: 320px) {



    .secondary-header .container,



    .primary-header .container {



        width: 90%;



    }



}



/*------------------------------EO Section Header --------------------------------*/



/*---------------------------Upscroll Header---------------------------*/



.primary-header.am-fixed-header.scrollUp {



    position: fixed !important;



    top: 0px !important;



    -moz-transition: all .4s ease-in !important;



    -o-transition: all .4s ease-in !important;



    -webkit-transition: all .4s ease-in !important;



    transition: all .4s ease-in !important;



}



.primary-header.am-fixed-header.scrollDown {



    position: absolute !important;



    top: -120px !important;



    -moz-transition: all .4s ease-in !important;



    -o-transition: all .4s ease-in !important;



    -webkit-transition: all .4s ease-in !important;



    transition: all .4s ease-in !important;



}



.primary-header.am-fixed-header {



    position: absolute !important;



    top: -120px !important;



    -moz-transition: all .4s ease-in !important;



    -o-transition: all .4s ease-in !important;



    -webkit-transition: all .4s ease-in !important;



    transition: all .4s ease-in !important;



    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;



    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;



    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;



}



.primary-header.am-fixed-header.scrollUp #logo {



    width: 180px;



    padding: 0px;



    top: 3px;



}



.primary-header.am-fixed-header.scrollUp #btn-menu {



    top: 7px;



}



.am-section.thin-section {



    padding-block: 0;



}



.thin-section.internal-hero h1 {



    padding-bottom: 0;



}



@media only screen and (min-width: 981px) {



    .primary-header.am-fixed-header.scrollUp .menu {



        padding-top: 13px;



    }



}



@media only screen and (max-width: 1100px) and (min-width: 981px) {



    .primary-header.am-fixed-header.scrollUp #logo {



        width: 155px;



        top: 12px;



    }



}



@media only screen and (max-width: 980px) {



    .primary-header.am-fixed-header .space-header-mobile {



        top: 0px;



        height: 72px;



    }



    .primary-header.am-fixed-header.scrollUp #logo {



        top: 0px;



    }



    .primary-header.am-fixed-header #logo img {



        height: 4em;



    }



    .primary-header.am-fixed-header.scrollUp::before {



        top: 72px;



    }



    .primary-header.am-fixed-header.scrollUp #btn-menu {



        top: 14px;



    }



    .primary-header.am-fixed-header.scrollUp .icon-mobile {



        margin-top: 23px;



    }



    .primary-header.am-fixed-header.scrollUp {



        border-bottom: 0px;



    }



    .primary-header.am-fixed-header .menu {



        top: 76px;



    }



	.badge-box {



		grid-template-columns: 1fr !important;



		margin-left: 0 !important;



	}



	.badge-box p {



		padding: 60px 15px 15px 15px !important;



		text-align: center;



	}



	.badge-box img {



		width: 150px;



		margin-inline: auto;



		margin-bottom: -50px;



		transform: none !important;



	}



}



/*---------------------------EO Upscroll Header---------------------------*/



/*------------------------------ BO General -------------------------------------*/



.internal-hero {



    background: url(https://northfloridasleep.com/wp-content/uploads/2025/06/nfs-bg.webp);



    background-position: center;



    background-size: cover;



}



.cloud-bg {



    background: url(https://northfloridasleep.com/wp-content/uploads/2023/01/Cloudy.svg);



    background-position: center;



    background-size: cover;



}



/*.form-relative {



    position: relative;



}



.form-container {



    position: absolute;



    background: #075494;



    padding: 20px;



    width: 80%;



    border: solid 3px white;



}*/



.am-form-section .content-input p {



    margin: 0rem !important;



    padding-bottom: 0px !important;



}



form p {



    margin: 0rem 0 !important;



}



.form-container {



    padding: 30px;



    background: white;



    border: solid 5px var(--light-grey);



}



img.dr-standish-square {



    border-radius: 50%;



    border: solid 10px var(--light-grey);



    width: 250px;



    margin-bottom: 30px;



}



.contact-hero .form-container h3 {



    margin-bottom: 20px;



    color: var(--primary-color);



}



.contact-hero .contact-form-h .form-column-1-1 label,



.contact-hero div.contact-form-h .wpcf7-radio .wpcf7-list-item span {



    color: var(--dark-grey) !important;



}



.content-box {



    padding: 20px;



    transform: translateY(-15px);



    border-top: solid 4px var(--secondary-color);



}



.content-box p:last-of-type {



    padding-bottom: 0;



}



.vs-hero {



    padding-bottom: 125px;



}



.vs-overlap .am-column-1-2 {



    margin-top: -200px;



}



.am-section.arrow-after {



    position: relative;



}



.arrow-after:after {



    content: '';



    width: 60px;



    height: 60px;



    display: block;



    background: white;



    position: absolute;



    bottom: 0;



    left: 50%;



    transform: translate(-50%, 15px) rotate(45deg);



    z-index: 1;



}



.grey-section.arrow-after:after {



    background: var(--light-grey);



}



img.default-design {



    box-shadow: 15px 15px 0px rgb(31 186 188 / 10%);



    width: 100%;



}



.faq .am-row {



    max-width: 1000px !important;



}



.faq h3:not(:first-of-type) {



    margin-top: 25px;



    border-top: solid 2px #dddddd;



    padding-top: 30px;



}



html {



    scroll-behavior: smooth;



}



img.pre-h-icon {



    width: 80px;



}



.map-section .map-column {



    padding: 0 !important;



}



.map-section .map-column iframe {



    width: 100%;



    height: 100%;



}



.kelly-column {



    background: url(https://northfloridasleep.com/wp-content/uploads/2022/12/dr-kelly-standish-north-florida.jpg);



    background-size: cover;



    min-height: 500px;



}



.relative {



    position: relative;



}



.vertical-align {



    position: absolute;



    top: 50%;



    transform: translateY(-50%);



}



.benefit-img img {



    width: 300px;



    max-width: 100%;



}



h1.clamp {



	font-size: clamp(36px, 4vw, 61px) !Important;



}



.video-section .video-column {



    background: url(https://northfloridasleep.com/wp-content/uploads/2024/05/dr-kelly-video-thumbnail.jpg);



    background-position: center;



    background-size: cover;



	position: relative;



	padding: 0;



	transition: all 0.3s;



}



.video-section .video-column:hover {



	opacity: 0.9;



}



.play-button {



    width: 100px;



    height: 100px;



    border: solid 5px white;



    border-radius: 100px;



    display: grid;



    align-items: center;



    text-align: center;



    font-size: 50px;



    color: white;



    padding-left: 8px;



    position: absolute;



    top: 50%;



    left: 50%;



    transform: translate(-50%, -50%);



}



.link-box {



    width: 100%;



    height: 100%;



}



.video-section a.am-button-1 {



	transition: all 0.3s;



	margin-bottom: 0;



}



.video-section a.am-button-1:after {



    display: none;



}



.video-section a.am-button-1:hover {



    padding: 12px 41px;



	opacity: 0.8 !important;



}



.video-section .am-column-2-3 p:last-of-type {



	padding-bottom: 0;



}



.testimonial {



    background: url(https://northfloridasleep.com/wp-content/uploads/2025/06/nfs-testimonial-bg.webp);



    background-size: cover;



    background-position: center;



    padding: 50px 30px;



    border-radius: 20px 0px 20px 0px;



    margin-bottom: 20px;



	position: relative;



}



.inset {



    border: solid 2px white;



    border-radius: 14px 0px 14px 0px;



    position: absolute;



	z-index: 2;



    height: calc(100% - 24px);



    width: calc(100% - 24px);



    top: 50%;



    left: 50%;



    transform: translate(-50%, -50%);



	pointer-events: none;



}



.testimonial p {



    color: white;



}



.testimonial p.name {



    font-size: 15px;



    text-transform: uppercase;



    text-align: right;



    font-weight: 600;



    padding-bottom: 0;



    font-style: italic;



}



.testimonial p span {



    font-weight: 600;



    font-style: italic;



    color: var(--yellow);



    text-shadow: 0px 0px 12px rgba(255, 255, 171, 0.5);



}



.testimonial svg path {



    fill: var(--yellow);



    stroke: var(--yellow);



}



.center-v {



    align-items: center;



}



.kelly-hero h1 {



    font-size: 50px;



}



h1 span.highlight  {



    color: var(--yellow);



    text-shadow: 0px 0px 10px rgba(255, 255, 171, 0.4);



}



span.highlight {



    color: var(--yellow);



    text-shadow: 0px 0px 10px rgba(255, 255, 171, 0.4);



    font-size: 32px;



    font-family: var(--third-font) !important;



    font-weight: 600;



}



.kelly-hero .img-column {



    min-height: 450px;



}



h1 span {



    color: var(--yellow);



    display: block;



    text-shadow: 0px 4px 15px rgba(255, 255, 171, 0.4);



}



.benefits-section .am-row {



    padding: 30px;



}



.custom-grid-benefits {



    display: grid;



    grid-template-columns: repeat(4, 1fr);



    grid-gap: 5px;



	padding-inline: 20px;



}



.custom-grid-benefits .module.full {



    grid-column: 1 / -1;



}



.custom-grid-benefits .module {



	padding: 15px;



}



.benefits-section .module.full p {



    width: 900px;



    max-width: 100%;



}



table.compare thead th {



    background: var(--primary-color);



}



table.compare td {



    background: #e6f0f0;



}



table.compare td:has(span) {



    font-size: 20px;



    text-align: center;



}



table.compare span.check {



    color: var(--secondary-color);



}



table.compare span.x-mark {



    color: var(--red);



}



table.compare td {



    font-weight: 500;



}



.smarter-section .icon-row .am-column-1-4 {



    padding-top: 0px;



}



table.compare.ortho td {



    font-size: 18px;



}



ul.main-nav li:not(.item-contact) a {



    color: var(--dark-grey);



}



.red {



	color: var(--red);



}



.grey {



	color: var(--dark-grey);



}



ul.main-nav li:not(.item-contact) a:hover {



    color: var(--secondary-color);



}



.no-padding-top {



    padding-top: 0 !important;



}



.home-overlap img {



    aspect-ratio: 1.5 / 1;



    object-fit: cover;



}



.benefits-section .am-row.internal-hero {



	border-radius: 14px 0 14px 0;



}



.benefits-section .am-row {



    position: relative;



}



.custom-grid-benefits h3 {



    font-size: 24px;



    padding-bottom: 5px;



    color: var(--yellow);



    text-shadow: 0px 3px 10px rgba(255, 255, 171, 0.3);



}



.smarter-section .icon-row h3 {



    font-size: 24px;



}



.badge-box {



    display: grid;



    grid-template-columns: 1fr 3.5fr;



    align-items: center;



    margin-top: 15px;



    margin-left: -70px;



}



.badge-box p {



    padding: 15px 15px 15px 90px;



    background: #dff0ff;



    font-size: 16px;



}



.badge-box img {



    transform: translateX(70px) scale(1.15);



}

.faq-text {

    padding-bottom: 0;

}

#contact p:has(a.am-button-4) {

    margin-top: -10px;

}

#contact a.am-button-4 {

    font-weight: 600;

    color: var(--primary-color);

}

.location-hero p.phone:before {

    content: "\e090";

    font-family: 'ElegantIcons';

    padding-right: 10px;

}

.location-hero p.address:before, .locations-section p.address:before {

    content: "\e01d";

    font-family: 'ElegantIcons';

    padding-right: 10px;

    padding-bottom: 2px;

}

.location-hero p.phone, .location-hero p.address {

    display: grid;

    grid-template-columns: 25px 1fr;

    align-items: center;

}

.doctor-box {

    display: grid;

    grid-template-columns: 1.5fr 3fr;

    grid-gap: 20px;

}

.doctor-box img {

    border: solid 3px var(--primary-color);

}

.doctor-box h3 {

    padding-bottom: 5px;

}

.location-images .am-column-1-4 {

    padding: 10px;

}

img.sleep-badge {

    width: 125px;

    margin-bottom: -10px;

}
.locations-container img {
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}





@media only screen and (max-width: 980px) {

.custom-grid-benefits {

    padding-inline: 0px;

}



    div[class*="two-column-full-width"] p.pre-h {



        margin-top: 20px;



    }



    .menu ul.main-nav {



        width: 85%;



        margin: 0px auto;



    }



    .vs-overlap .am-column-1-2 {



        margin-top: initial;



    }



    .vs-hero {



        padding-bottom: initial;



    }



	.map-section .map-column iframe {



		height: 400px;



	}



	.vertical-align {



		position: inherit;



		transform: none;



		top: 0;



	}



	/*.inset {



		width: 94%;



	}*/



	.custom-grid-benefits {



		grid-template-columns: 1fr;



	}



	.custom-grid-benefits .module {



		max-width: 100% !important;



		overflow: hidden;



	}



	.doctor-box {

		display: grid;

		grid-template-columns: 1fr;

		grid-gap: 20px;

	}



}



/*------------------------------ EO General -------------------------------------*/



/*------------------------------ Category CSS --------------------------------------*/



.archive #content {



    margin: auto;



    width: 100%;



}



.archive #primary {



    width: 100%;



    padding: 40px 60px;



}



.archive #main {



    width: 100%;



    padding: 40px 60px;



    max-width: 1400px;



    margin: auto;



}



.archive #main article {



    width: 45%;



    margin: 19px;



    background: #f2f2f2;



    padding: 30px;



    border-radius: 10px;



    display: inline-block;



    vertical-align: top;



}



.archive .page-header {



    padding: calc(3% + 60px) calc(3 * 1rem) !important;



    text-align: center;



    background-color: var(--primary-color);



    margin: 0 !important;



}



.archive .page-header .page-title {



    color: #FFF;



    letter-spacing: 1px;



    font-weight: 700;



    font-family: var(--primary-font);



}



.archive .page-header .page-title .page-description {



    margin-top: 18px;



    line-height: 110%;



    font-size: 63px;



    font-family: var(--secondary-font);



    color: #FFF;



}



.archive .pagination {



    margin-bottom: 20px;



}



@media only screen and (max-width: 1024px) {



    .archive #main article {



        width: 44%;



    }



}



@media only screen and (max-width: 980px) {



    .archive #primary #main {



        padding: 0;



    }



    .archive #primary {



        padding: 40px 30px;



    }



}



@media only screen and (max-width: 768px) {



    .archive article {



        width: 100% !important;



        margin-left: 0 !important;



    }



}



@media only screen and (max-width: 425px) {



    .archive .page-header {



        padding: calc(3% + 60px) calc(1 * 1rem) !important;



    }



    .archive .page-header .page-title .page-description {



        font-size: 45px;



    }



}



@media only screen and (max-width: 325px) {



    .alignleft {



        margin-right: 0rem;



    }



}



.pagination .nav-links>a {



    color: var(--primary-color);



    text-decoration: none;



}



.pagination .nav-links .page-numbers.dots:hover {



    background-color: transparent;



    color: var(--dark-grey);



}



.pagination .nav-links .page-numbers.current {



    background-color: var(--light-grey);



    color: var(--primary-color);



}



.pagination .nav-links .page-numbers:hover {



    background: var(--primary-color);



    color: var(--light-grey);



}



.pagination .nav-links .prev.page-numbers,



.pagination .nav-links .next.page-numbers {



    line-height: initial;



    padding-top: 20px;



    display: flex;



    text-decoration: none;



}



.pagination .nav-links .prev.page-numbers:hover,



.pagination .nav-links .next.page-numbers:hover {



    background-color: transparent;



    color: var(--primary-color);



}



.pagination .nav-links .prev.page-numbers .svg-icon,



.pagination .nav-links .next.page-numbers .svg-icon {



    opacity: 0;



}



.pagination .nav-links .prev.page-numbers:hover .svg-icon,



.pagination .nav-links .next.page-numbers:hover .svg-icon {



    opacity: 1;



}



.pagination .nav-links {



    margin-left: 0;



    padding: 0;



    margin: auto;



    width: fit-content;



}



.archive .pagination,



.blog-post-mention .pagination {



    margin-top: 20px;



}



@media only screen and (max-width: 767px) {



    .pagination .nav-links .prev.page-numbers .svg-icon,



    .pagination .nav-links .next.page-numbers .svg-icon {



        opacity: 1;



    }



    .pagination .nav-links .prev.page-numbers,



    .pagination .nav-links .next.page-numbers {



        padding: calc(.5 * 1rem);



    }



}



/*------------------------------ ---------------------------------------------------*/



/*------------------- Slide Testimonials css----------------*/



 .section-slide-testimonials a.toggle-read-more {



    display: none;



    font-size: calc(1em - 2px);



    position: relative;



    z-index: 999;



    color: #fff;



}



.entry .entry-content .wp-block-separator,



.entry .entry-content hr {



    height: 1px;



    margin-bottom: 0;



    margin-top: 0;



}



.no-padding-top-bottom {



    padding-top: 0px;



    padding-bottom: 0px;



}



.section-slide-testimonials {



    padding-bottom: 100px;



}



.section-slide-testimonials .slick-prev::before,



.section-slide-testimonials .slick-next::before {



    display: none;



}



.section-slide-testimonials .slick-arrow {



   z-index: 9999999;



    top: 10px;



    margin: auto;



    height: calc(100% - 40px);



    transform: initial;



    position: absolute;



    width: 130px;



}



.section-slide-testimonials .slick-prev.slick-arrow {



    left: 0px;



}



.section-slide-testimonials .slick-next.slick-arrow {



    right: 0px;



}



.section-slide-testimonials .slick-next,



.section-slide-testimonials .slick-prev {



    width: 10%;



    padding: 0px;



}



@media (hover: hover) and (pointer: fine) {



    .section-slide-testimonials .slick-next {



        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Next.svg?v=1.2") 60 30, e-resize;



    }



    .section-slide-testimonials .slick-prev {



        cursor: url("/wp-content/themes/Alchemy Child Theme/elegant_font/images/SVG/Prev.svg?v=1.2") 0 30, w-resize;



    }



}



.section-slide-testimonials .slick-slide {



    padding: 10px;



    transition: all 300ms ease;



    transform: scale(1);



    opacity: 0.5;



    cursor: grab;



    position: relative;



}



.section-slide-testimonials .slick-slide.dragg {



    cursor: grabbing;



}



.section-slide-testimonials .slick-slide.slick-center,



.section-slide-testimonials .slick-slide.slick-center+.slick-slide,



.section-slide-testimonials .slick-slide.back-center {



    transform: scale(1);



    opacity: 1;



}



.section-slide-testimonials .slick-slide[aria-hidden="false"] {



    transform: scale(1);



    opacity: 1;



}



/* slide when active (when play last to first) */



.section-slide-testimonials .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {



    transform: scale(1);



    opacity: 1;



}



.testimonials-list-box {



    margin: auto !important;



    padding: 0px 0px 20px 0px;



    max-width: calc(var(--site-max-width) + 200px);



}



.testimonials-list-box .slick-slide img {



    margin: auto;



}



.section-slide-testimonials .slick-list.draggable {



    padding-right: 100px !important;



    padding-left: 100px !important;



}



.section-slide-testimonials .slick-slide li {



    padding: 55px 50px;



    background-color: #f2f2f2;



    border-radius: 20px;



    position: relative;



}



.section-slide-testimonials .slick-dots {



    max-width: inherit;



}



.testimonial span{



    font-style: italic;



    font-weight: bold;



    color: #fff970;



    text-shadow: 0 0 8px rgba(255, 249, 112, 0.6);



}



.section-slide-testimonials .row-slick-carousel {



    max-width: 100% !important;



    width: 100%;



    display: block;



}



.section-slide-testimonials .row-slick-carousel .am-column-1-1{



   padding-left: 0;



   padding-right: 0;



}



.section-slide-testimonials .slick-arrow {



    background: transparent !important;



}



div.ruler-ticks.ruler-ticks-center:after {



    left: 0;



    right: 0;



    display: inline-block;



    margin: auto;



    margin-top: -20px;



}



.slick-dots li button {



    top: 0;



    left: 0;



    width: 17px;



    height: 17px;



    border-radius: 13px;



    border: 2px solid var(--primary-color);



    opacity: 1 !important;



    position: relative;



}



.slick-dots li button::before {



    content: '';



    background-color: var(--primary-color);



    top: 0;



    left: 0;



    right: 0;



    bottom: 0;



    margin: auto;



    width: 9px;



    height: 9px;



    border-radius: 10px;



    opacity: 0 !important;



}



.slick-dots li button:hover::before {



    opacity: 1 !important;



}



.slick-dots li.slick-active button {



    background-color: var(--primary-color);



}



.woocommerce-product-gallery img {



    width: 100%;



}



.flex-control-nav.flex-control-thumbs {



    padding-left: 0;



}



.flex-control-nav.flex-control-thumbs>li {



    margin-right: 5px;



}



.woocommerce-product-gallery>.flex-viewport {



    height: auto !important;



}



.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-list.draggable {



    padding-left: 40px !important;



    padding-right: 40px !important;



    padding-top: 20px !important;



}



.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-prev,



.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-next {



    width: 40px !important;



}



.section-sidebar-testimonials-mobile.section-slide-testimonials .slick-slide {



    transform: scale(1) !important;



    margin-top: 0px !important;



    opacity: 1 !important;



}



.section-sidebar-testimonials {



    margin-top: 55px;



}



.section-slide-testimonials .item-inf-news p,



.section-slide-testimonials .toggle-read-more {



  font-size: calc(1em - 2px);



}



@media only screen and (min-width: 1601px) {



    .section-slide-testimonials .slick-next.slick-arrow {



        /*background: -prefix-linear-gradient(left, transparent, white) !Important;*/



        /*background: linear-gradient(to right, transparent, white) !Important;*/



        background: rgb(204, 204, 204) !Important;



        background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(255, 255, 255, 1) 100%) !Important;



    }



    .section-slide-testimonials .slick-prev.slick-arrow {



        /*background: -prefix-linear-gradient(right, transparent, white) !Important;



        background: linear-gradient(to left, transparent, white) !Important;*/



        background: rgb(204, 204, 204) !Important;



        background: linear-gradient(-90deg, rgba(204, 204, 204, 0) 0%, rgba(255, 255, 255, 1) 100%) !Important;



    }



    .section-slide-testimonials .slick-list.draggable {



        padding-right: 140px !important;



        padding-left: 140px !important;



    }



}



@media only screen and (max-width: 1600px) {



    .section-slide-testimonials .slick-list.draggable {



        padding-right: 170px !important;



        padding-left: 170px !important;



    }



}



@media only screen and (max-width: 1200px) {



    .section-slide-testimonials .slick-prev,



    .section-slide-testimonials .slick-next {



        width: 150px;



    }



}



@media only screen and (max-width: 980px) {



    .section-slide-testimonials .slick-list.draggable {



        padding-right: 250px !important;



        padding-left: 250px !important;



    }



    .section-slide-testimonials .slick-slide {



        padding: 20px 5px;



    }



}



@media only screen and (max-width: 768px) {



    .section-slide-testimonials .slick-list.draggable {



        padding-right: 100px !important;



        padding-left: 100px !important;



    }



}



@media only screen and (max-width: 500px) {



    .section-slide-testimonials .slick-list.draggable {



        padding-right: 40px !important;



        padding-left: 40px !important;



    }



    .section-slide-testimonials .slick-dots{



      padding-left: 10px !important;



      padding-right: 10px !important;



      text-align: center;



    }



    .section-slide-testimonials .slick-dots li button{



      width: 10px;



      height: 10px;



    }



    .section-slide-testimonials .slick-dots li{



      width: auto;



      height: auto;



      margin-right: 2px;



      margin-left: 2px;



    }



    .section-slide-testimonials .slick-arrow {



       width: 90px;



   }



}



@media only screen and (max-width: 480px) {



    .section-slide-testimonials .slick-slide.slick-center+.slick-slide,



    .section-slide-testimonials .slick-slide {



        /*transform: scale(0.8);*/



        opacity: 1;



    }



    .section-slide-testimonials .slick-prev,



    .section-slide-testimonials .slick-next {



        width: 40px;



    }



}



/* -----------------------------------------EO Slide Testimonials css------------------*/



/* ------------------ BO Gradient Layout on Hero ------------------*/



div[class*="overlay-section"] {



    position: relative;



}



div[class*="overlay-section"]:before {



    content: '';



    width: 100%;



    height: 100%;



    display: block;



    position: absolute;



    top: 0;



    left: 0;



    opacity: 0.5;



    z-index: 1;



}



div[class*="overlay-section"]>* {



    z-index: 2 !important;



    position: relative;



}



.overlay-section-color:before {



    background: var(--primary-color);



}



.overlay-section-dark:before {



    background: var(--dark-grey);



}



.overlay-section-light:before {



    background: #ffffff;



}



/* ------------------ EO Gradient Layout on Hero ------------------*/



/* ------------------ Single Custom Block CSS ------------------*/



.hero-blog.single-post {



    padding-top: 0;



    padding-bottom: 0;



}



.hero-blog.single-post>.am-row {



    width: 100%;



}



.hero-blog.single-post>.am-row .am-column-1-2:nth-child(1) {



    width: 90%;



    margin: auto;



    padding: 40px;



}



.single-post ul:not(.highlights ul) {



    padding-left: 40px;



    padding-bottom: 35px;



}



.single-post .definition-block {



    border-left: 2px solid var(--primary-color);



    border-right: 2px solid var(--primary-color);



    border-top: 2px solid var(--primary-color);



    width: 70%;



    margin: auto !important;



    margin-top: 30px !important;



    margin-bottom: 20px !important;



}



.single-post .definition-block>h3 {



    padding: 10px 30px;



    text-align: center;



}



.single-post .definition-block .text-definition {



    padding: 10px 30px;



    width: 102%;



    background-color: #FFF;



    margin-left: -1%;



}



.single-post .definition-block .title-definition {



    text-transform: uppercase;



    color: var(--primary-color);



    font-size: 14px;



    margin-right: 14px;



    font-weight: 600;



}



@media only screen and (max-width: 480px) {



    .single-post .entry-content .definition-block {



        width: 90%;



    }



}



.single-post .highlights {



    width: 90%;



    margin: auto !important;



    margin-top: 50px !important;



    margin-bottom: 40px !important;



    position: relative;



}



.single-post .highlights h3 {



    text-transform: uppercase;



    font-size: 18px;



    padding-bottom: 0;



    padding-left: 5px;



}



.single-post .highlights ul {



    max-width: 100%;



}



.single-post .highlights:before,



.single-post .highlights:after {



    content: "";



    position: absolute;



}



.single-post .highlights:before {



    width: 300px;



    height: 58px;



    border-top: 2px solid var(--primary-color);



    border-left: 2px solid var(--primary-color);



    top: -20px;



    left: -15px;



}



.single-post .highlights:after {



    width: 300px;



    height: 58px;



    border-bottom: 2px solid var(--primary-color);



    border-right: 2px solid var(--primary-color);



    bottom: 0;



    right: -15px;



}



.single-post .pull-quote {



    width: 70%;



    margin: auto !important;



    margin-top: 60px !important;



    margin-bottom: 40px !important;



    position: relative;



}



.single-post .pull-quote h4 {



    text-transform: capitalize;



}



.single-post .pull-quote:before {



    content: "\201c";



    position: absolute;



    left: -59px;



    width: 50px;



    height: 50px;



    text-align: center;



    font-size: 80px;



    line-height: 1;



    top: -35px;



    color: var(--primary-color);



}



.single-post .pull-quote:after {



    content: "";



    position: absolute;



    height: 2px;



    background-color: var(--primary-color);



    width: 50%;



    top: -17px;



}



.single-post .table-of-contents {



    padding: 20px 0;



    position: relative;



    width: 90%;



    margin: auto !important;



    margin-top: 10px !important;



    margin-bottom: 30px !important



}



.single-post .table-of-contents h4 {



    padding-bottom: 0;



}



.single-post .table-of-contents ul {



    list-style: none;



}



.single-post .table-of-contents ul>li {



    position: relative;



}



.single-post .table-of-contents ul>li p {



    padding-bottom: 0;



    width: fit-content;



    text-decoration: underline;



    text-decoration-color: var(--primary-color);



}



.single-post .table-of-contents ul>li>span {



    position: absolute;



    left: -25px;



    color: var(--primary-color);



    font-size: 17px;



}



.single-post .table-of-contents .am-row {



    width: 100%;



}



.single-post .table-of-contents .am-row .am-column-1-2 {



    padding: 0;



}



.single-post .table-of-contents:after {



    content: '';



    position: absolute;



    width: 100%;



    height: 5px;



    background-color: var(--primary-color);



}



.single-post .comparison-block {



    margin: 30px 0px 60px 0px !important;



}



.single-post .comparison-block h4 {



    color: #fff !important;



    padding-bottom: 0;



}



.single-post .comparison-block h4.title-cons {



    background: #C65647 !important;



    text-align: center;



}



.single-post .comparison-block h4.title-pros {



    background: #58B171 !important;



    text-align: center;



}



.single-post .comparison-block .am-row .am-column-1-2 {



    padding: 0;



}



.single-post .comparison-block ul.list-pros,



.single-post .comparison-block ul.list-cons {



    padding: 20px 20px 20px 20px !important;



}



.single-post .comparison-block .am-row .am-column-1-2>div {



    border: 1px solid #666;



    margin: 10px;



    box-shadow: 0px 0px 3px #666;



    height: 100%;



}



.single-post .comparison-block ul {



    margin: 0 0 0 20px;



    list-style: square;



    padding-bottom: 0;



}



.single-post .comparison-block ul li {



    line-height: 1.4;



    position: relative;



    list-style: none;



}



.single-post .comparison-block ul.list-pros li:before {



    content: "\5a";



    left: -24px;



    font-weight: 700;



    position: absolute;



    font-family: 'ElegantIcons';



}



.single-post .comparison-block ul.list-cons li:before {



    content: "\51";



    left: -24px;



    font-weight: 700;



    position: absolute;



    font-family: 'ElegantIcons';



}



.single-post .comparison-block .title-pros,



.single-post .comparison-block ul.list-pros li:before {



    color: #58B171;



}



.single-post .comparison-block .title-cons,



.single-post .comparison-block ul.list-cons li:before {



    color: #C65647;



}



div.inline-cta {



    margin: 40px 0 !important;



    padding: 20px;



    text-align: center;



    background-color: var(--light-grey);



}



.inline-cta .am-button-1 {



    display: block;



    position: relative;



    text-align: center;



}



/*.inline-cta .am-button-1:after{



    top: 6px;



}*/



.single-post div.tip-block {



    padding: 20px;



    background-color: var(--light-grey);



    text-align: left;



    position: relative;



    width: 90%;



    margin: auto !important;



    margin-top: 40px !important;



    margin-bottom: 40px !important;



}



.tip-block h4 {



    padding-bottom: 0;



    color: var(--primary-color);



    position: relative;



    padding-left: 30px;



}



.tip-block h4:after {



    content: "\e082";



    position: absolute;



    font-family: "ElegantIcons";



    top: 0;



    color: var(--primary-color);



    font-size: 25px;



    left: -5px;



}



.single-post .blog-pre-h {



    color: var(--secondary-color);



    font-size: 1.2em;



    font-weight: 800;



    padding-bottom: 0px;



    margin-top: 15px;



    text-transform: uppercase;



}



.single-post div.article-sources {



    padding: 20px;



    position: relative;



    width: 90%;



    margin: auto !important;



    margin-top: 20px !important;



    margin-bottom: 20px !important;



}



.article-sources h4 {



    color: var(--primary-color);



    width: fit-content;



    position: relative;



    cursor: pointer;



}



.article-sources h4:before {



    content: "\50";



    position: absolute;



    font-family: "ElegantIcons";



    right: -35px;



    top: -1px;



    font-size: 24px;



}



.next-element-toggle.open:before {



    content: "\4f";



}



.article-sources ul {



    list-style: none;



}



.article-sources ul li {



    position: relative;



    line-height: 1.5;



}



.article-sources .nro {



    position: absolute;



    left: -25px;



}



.article-sources .text-underline {



    text-decoration: underline;



}



.cite-article {



    padding-right: 30px;



    margin: 40px 0 !important;



}



.cite-article .cite-content {



    width: fit-content;



    position: relative;



    margin-left: auto;



    margin-right: 0;



}



.cite-article .cite-content .am-window {



    display: none;



    position: absolute;



    border: 1px solid;



    margin-top: 24px;



    z-index: 5;



    width: 390px;



    overflow-wrap: break-word;



    text-align: left;



    background: rgb(255, 255, 255);



    border-width: 1px;



    border-style: solid;



    border-color: rgb(233, 233, 233);



    border-image: initial;



    padding: 20px;



    right: 0;



}



.cite-article .cite-content .am-window .close-window {}



.cite-article .cite-content .am-window .close-window svg {



    width: 18px;



    position: absolute;



    right: 30px;



}



.cite-article .cite-content .am-window:before,



.cite-article .cite-content .am-window:after {



    content: "";



    position: absolute;



    bottom: 100%;



    right: 0px;



    margin-right: 27px;



    border-style: solid;



}



.cite-article .cite-content .am-window:before {



    right: -2px;



    border-color: transparent transparent rgb(233, 233, 233);



    border-width: 12px;



}



.cite-article .cite-content .am-window:after {



    border-color: transparent transparent rgb(255, 255, 255);



    border-width: 10px;



}



.cite-article .cite-content .am-window>ul {



    list-style: none;



    padding: 0;



    margin: 0;



}



.cite-article .cite-content .toggle-window {



    text-decoration: none;



    font-weight: 700;



    position: relative;



    background-color: var(--light-grey);



    padding: 15px;



    padding-right: 40px;



}



.cite-article .cite-content .toggle-window:after {



    content: "\7c";



    position: absolute;



    font-family: "ElegantIcons";



    right: 10px;



    font-size: 20px;



    top: 7px;



}



.cite-article .cite-content .toggle-window:hover:after {



    color: var(--primary-color);



}



.cite-article .cite-content .am-window>ul li {



    display: inline-block;



    margin: 0;



    margin-right: 10px;



    margin-bottom: 10px;



}



.cite-article .cite-content .am-window>ul li a {



    text-transform: uppercase;



    text-decoration: none;



    font-weight: 700;



}



.cite-article .cite-content .am-window>ul li a:hover {



    color: var(--primary-color);



}



.cite-article .cite-content .am-window>ul li a.tab-selected {



    color: var(--primary-color);



    font-weight: 700;



}



.cite-article .am-window .content-tab {



    display: none;



}



.cite-article .am-window .content-tab.show {



    display: block;



    margin-top: 4px;



}



.cite-article .am-window h5 {



    padding: 0;



    margin: 0;



    text-transform: uppercase;



    font-size: 13px;



}



.cite-article .am-window button {



    font-weight: 700;



    background-color: rgb(233, 233, 233);



    text-transform: uppercase;



    color: rgb(51, 51, 51);



    height: 48px;



    border-width: initial;



    border-style: none;



    border-color: initial;



    border-image: initial;



    outline: 0px;



    overflow: hidden;



    border-radius: initial;



}



.cite-article .am-window button:hover {



    background-color: var(--primary-color);



    color: #FFF;



}



.single-post .authority-bio {



    width: 90%;



    margin: auto !important;



    position: relative;



    align-items: center;



    background-color: var(--light-grey);



    padding: 40px 25px;



    padding-left: 120px;



    margin-top: 40px !important;



    margin-bottom: 40px !important;



}



.single-post .authority-bio .thumb {



    position: absolute;



    width: 120px;



    height: 120px;



    left: -30px;



    padding: 3px;



    background-color: var(--light-grey);



    border: 1px solid var(--secondary-color);



}



.single-post .authority-bio h3 {



    padding-bottom: 0;



}



.single-post .authority-bio h4 {



    color: var(--secondary-color);



    opacity: 0.5;



    font-style: italic;



}



.single-post .authority-bio .strong-text {



    color: var(--primary-color);



    font-weight: 700;



}



.single-post .authority-bio.without-photo {



    padding-left: 25px;



}



@media only screen and (max-width: 480px) {



    .single-post .definition-block {



        width: 90%;



    }



}



/* ------------------ EO Single Custom Block CSS ------------------*/



/*----------eo Captcha CSS-----------*/



.wrapper-recaptcha-box .cf7sr-g-recaptcha>div {



    margin: auto;



}



@media only screen and (max-width: 376px) {



    .wrapper-recaptcha-box .cf7sr-g-recaptcha {



        transform: scale(0.92);



        transform-origin: left;



    }



}



@media only screen and (max-width: 360px) {



    .wrapper-recaptcha-box .cf7sr-g-recaptcha {



        transform: scale(0.87);



    }



}



@media only screen and (max-width: 320px) {



    .wrapper-recaptcha-box .cf7sr-g-recaptcha {



        transform: scale(0.75);



    }



}



/*----------End Captcha CSS-----------*/



/*-------------form request quote---------*/



.align-left {



    text-align: left;



}



div.contact-form-h .wpcf7-radio .wpcf7-list-item span,



.contact-form-h .form-column-1-1 label {



    color: #FFF;



}



.wpcf7 form.sent .wpcf7-response-output {



    border-color: var(--primary-color);



}



.am-content-form label span {



    color: var(--secondary-color);



}



.form-alchemy-section br,



.form-alchemy-section p:empty,



.form-alchemy-section .wpcf7-not-valid-tip {



    display: none;



}



.form-alchemy-section .am-content-form {



    display: flex;



}



.form-alchemy-section .am-content-form>.form-column-1-1 {



    width: 100%;



}



.form-alchemy-section .am-content-form>.form-column-1-2 {



    width: 48.5%;



}



.form-alchemy-section .am-content-form>.form-column-1-2:nth-child(even) {



    margin-left: 3%;



}



.form-alchemy-section .am-content-form>.form-column-1-3 {



    width: 32%;



}



.form-alchemy-section .am-content-form>.form-column-1-3:nth-child(even) {



    margin: 0 2%;



}



.form-alchemy-section select {



    background-image: url('https://northfloridasleep.com/wp-content/uploads/2024/11/Arrow-down.svg') !important;



    background-position: 96% !important;



    -webkit-appearance: none;



    -moz-appearance: none;



    appearance: none;



    background-size: 20px !important;



    background-repeat: no-repeat !important;



}



.form-alchemy-section input,



.form-alchemy-section select,



.form-alchemy-section textarea {



    border: solid 1px var(--dark-grey) !important;



    color: #333 !important;



    width: 100%;



    padding: 15px 20px;



    border-radius: 3px;



    box-shadow: none !important;



    padding-right: 2em;



    line-height: 1.8;



    font-size: 15px;



    box-sizing: border-box;



     -moz-transition: all .3s ease-in;



    -o-transition: all .3s ease-in;



    -webkit-transition: all .3s ease-in;



    transition: all .3s ease-in;



}



.form-alchemy-section textarea {



    min-height: 90px;



    height: 90px;



    overflow: hidden;



    line-height: 1.3;



}



.form-alchemy-section input[type='submit'] {



    padding: .5em 0 !important;



    border-radius: initial;



    border-bottom: none;



}



.form-alchemy-section .content-input input:focus{



    padding-top: 25px;



    padding-bottom: 5px;



    box-shadow: none !important;



}



.form-alchemy-section .content-input textarea:focus {



    padding-top: 13px;



    padding-bottom: 5px;



    box-shadow: none !important;



}



.form-alchemy-section input[type="text"]:focus,



.form-alchemy-section input[type="tel"]:focus,



.form-alchemy-section input[type="email"]:focus,



.form-alchemy-section textarea:focus {



   outline: solid 3px var(--primary-color);



   outline-offset: 3px;



}



.form-alchemy-section .icon-checked-2 {



    font-size: 1.563em;



    position: absolute;



    color: #5eba7d;



    left: -30px;



    top: 6px;



}



.form-alchemy-section .content-input {



    position: relative;



    margin-bottom: 1em;



}



.form-alchemy-section .icon-checked-3 {



    font-size: 1.2em;



    position: absolute;



    color: #5eba7d;



    z-index: 1;



    right: 12px;



    top: 50%;



    transform: translateY(-50%);



    display: none;



}



.form-alchemy-section .icon-warning {



    font-size: 1.2em;



    position: absolute;



    color: #ff6600;



    z-index: 1;



    right: 12px;



    top: 50%;



    transform: translateY(-50%);



    display: none;



}



.form-alchemy-section .title-input {



    position: absolute;



    color: #333;



    z-index: 1;



    padding: 0;



    font-size: 0.6em;



    display: none;



    top: 8px;



    -webkit-animation-name: moveit2;



    -webkit-animation-duration: .1s;



    animation-name: moveit2;



    animation-duration: 0.1s;



    left: 20px;



    font-weight: bold;



}



.form-alchemy-section .focus-on {



    display: block;



    top: 8px;



    font-size: 0.8em;



}



.form-alchemy-section .icon>span,



.form-alchemy-section .icon-checked-2 {



    display: none;



}



@-webkit-keyframes moveit2 {



    from {



        top: 20px;



    }



    to {



        top: 8px;



    }



}



@keyframes moveit2 {



    from {



        top: 20px;



    }



    to {



        top: 8px;



    }



}



.form-alchemy-section ::placeholder {



    /* Chrome, Firefox, Opera, Safari 10.1+ */



    color: #8e8e8e !important;



}



.form-alchemy-section :-ms-input-placeholder {



    /* Internet Explorer 10-11 */



    color: #8e8e8e !important;



}



.form-alchemy-section ::-ms-input-placeholder {



    /* Microsoft Edge */



    color: #8e8e8e !important;



}



table.ui-datepicker-calendar th,



table.ui-datepicker-calendar td {



    min-width: inherit;



}



.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item,



.form-alchemy-section .wpcf7-radio .wpcf7-list-item {



    display: block;



    position: relative;



    padding-left: 30px;



    margin-left: 0px;



}



.form-alchemy-section .wpcf7-radio .wpcf7-list-item label {



    display: block;



}



.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item input,



.form-alchemy-section .wpcf7-radio .wpcf7-list-item input {



    position: absolute;



    left: 0;



    width: 18px;



    height: 18px;



    top: calc((100% / 2) - 9px);



    padding: 0;



}



.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item input{



   top:8px;



}



.form-alchemy-section .wpcf7-checkbox .wpcf7-list-item span,



.form-alchemy-section .wpcf7-radio .wpcf7-list-item span {



    display: block;



    color: var(--medium-grey);



    vertical-align: middle;



}



.form-alchemy-section .am-button-3 {



    color: #fff !important;



}



.form-alchemy-section form.wpcf7-form .am-content-form-submit input.wpcf7-submit{



   display: none;



}



.form-alchemy-section form.wpcf7-form .am-content-form-submit .wpcf7-spinner {



   vertical-align: middle;



    background-color: var(--primary-color);



    position: absolute;



    left: calc(50% + 75px);



    top: calc(50% - 12px);



    margin:0 10px;



}



.form-alchemy-section a.am-button-1:after {



    line-height: 1.3;



}



@media only screen and (max-width:600px) {



    .form-alchemy-section .am-content-form>.form-column-1-1,



    .form-alchemy-section .am-content-form>.form-column-1-2,



    .form-alchemy-section .am-content-form>.form-column-1-3 {



        width: 100%;



        margin-left: 0px !important;



        margin-right: 0px !important;



    }



    .form-alchemy-section .am-content-form {



        display: block;



    }



}



/*-------------eo form request quote---------*/



.contact-column {



    position: relative;



}



.contact-column h3 {



    background-color: var(--secondary-color);



    color: #fff;



    padding: 15px 25px;



}



.contact-column .form-alchemy-section {



    padding: 15px 25px;



    background-color: var(--light-grey);



    padding-top: 25px;



}



.contact-column .am-content-form-submit .content-input {



    margin-bottom: 0px;



}



.location-title,



.hours-title {



    display: flex;



    align-items: center;



}



.hours-title:before {



    content: "\7d";



    font-family: 'ElegantIcons';



    padding-right: 10px;



    padding-bottom: 5px;



}



.location-title:before {



    content: "\e01d";



    font-family: 'ElegantIcons';



    padding-right: 10px;



    padding-bottom: 2px;



}

.reg {

    font-size: 0.4em;

    vertical-align: super;

    color: #fff;

    display: inline;

}

.page-id-2181 a.am-button-1:hover:after{

    top: 15px;

}

/*............Fancy Box --------------------*/



.fancybox-nav span {



    visibility: visible;



}



.fancybox-nav {



    width: 100px;



    height: 100px;



    top: 0;



    bottom: 0;



    margin: auto;



    opacity: 1 !important;



}



.fancybox-prev {



    left: -100px;



}



.fancybox-next {



    right: -100px;



}



.fancybox-nav span,



.fancybox-close {



    font-family: eleganticons;



    speak: none;



    font-style: normal;



    font-weight: 400;



    font-variant: normal;



    text-transform: none;



    line-height: 1;



    -webkit-font-smoothing: antialiased;



    background-image: inherit;



    font-size: 50px;



    opacity: 1;



    color: var(--dark-grey);



}



.fancybox-prev span::before {



    content: "\3c";



}



.fancybox-next span::before {



    content: "\3d";



}



.fancybox-skin {



    padding: 0px !important;



    box-shadow: 0px 0px !important;



}



.fancybox-title-float-wrap .child {



    margin-right: 0px;



    letter-spacing: 2px;



    font-size: 28px;



    font-family: var(--secondary-font);



    display: block;



    border-radius: 0px;



    padding: 15px 20px;



    background: rgba(0, 0, 0, 0.5);



}



.fancybox-title-float-wrap {



    right: 0;



    left: 0;



    margin: auto;



}



.fancybox-close::before {



    content: "\4d";



}



.fancybox-close:hover::before {



    color: #fff !important;



}



.fancybox-close {



    width: 50px;



    height: 50px;



    border: 3px solid var(--dark-grey);



    right: -70px;



    font-size: 42px;



    background-color: var(--dark-grey);



    color: #fff !important;



}



.fancybox-overlay {



    background: rgba(255, 255, 255, 0.9);



    z-index: 999999;



}



/*............EO Fancy Box --------------------*/



/*-------GALLERY SECTION-----------*/



/*-----OVERLAY-----*/



.gallery-image-list .item-column:hover .am-overlay {



    z-index: 3;



    opacity: 1;



}



.am-overlay {



    z-index: -1;



    position: absolute;



    top: 0;



    left: 0;



    display: block;



    width: 100%;



    height: 100%;



    background-color: rgba(17, 162, 219, 0.4);



    opacity: 0;



    pointer-events: none;



    -webkit-transition: all .3s;



    transition: all .3s;



    box-sizing: border-box;



    -moz-box-sizing: border-box;



    -webkit-box-sizing: border-box;



    -webkit-backface-visibility: hidden;



    backface-visibility: hidden;



    -webkit-font-smoothing: antialiased;



}



.am-overlay::before {



    font-family: 'ElegantIcons';



    speak: none;



    font-style: normal;



    font-weight: 400;



    -webkit-font-feature-settings: normal;



    font-feature-settings: normal;



    font-variant: normal;



    text-transform: none;



    line-height: 1;



    -webkit-font-smoothing: antialiased;



    -moz-osx-font-smoothing: grayscale;



    text-shadow: 0 0;



    direction: ltr;



    content: "\e050";



    position: absolute;



    top: 50%;



    left: 50%;



    margin: -16px 0 0 -16px;



    font-size: 32px;



    -webkit-transition: all .4s;



    transition: all .4s;



    color: #fff;



}



/*-----------Carousel Products -------------- */



.gallery-slide-section .item-column>a {



    position: relative;



}



.gallery-slide-section .item-column figure img {



    max-width: 100%;



    margin: auto;



}



.gallery-slide-section .slick-arrow::before {



    display: none;



}



.gallery-slide-section .slick-arrow {



    width: 30px;



    height: 60px;



    background-size: 30px !important;



    background-position: center !important;



    background-repeat: no-repeat !important;



}



.gallery-slide-section .slick-next {



    right: -60px;



    background-image: url("https://northfloridasleep.com/wp-content/uploads/2022/12/Next-gris.svg")



}



.gallery-slide-section .slick-prev {



    left: -60px;



    background-image: url("https://northfloridasleep.com/wp-content/uploads/2022/12/Prev-gris.svg");



}



.gallery-slide-section .slick-arrow span {



    background-size: 30px;



    background-position: center;



    background-repeat: no-repeat;



    position: absolute;



    width: 100%;



    height: 100%;



    opacity: 0;



    top: 0;



    left: 0;



    -moz-transition: all .3s ease-in;



    -o-transition: all .3s ease-in;



    -webkit-transition: all .3s ease-in;



    transition: all .3s ease-in;



}



.gallery-slide-section .slick-slide>div {



    padding: 10px;



}



@media screen and (max-width: 1000px) {}



@media screen and (max-width: 980px) {



    .gallery-slide-section .slick-next {



        right: -45px;



    }



    .gallery-slide-section .slick-prev {



        left: -45px;



    }



}



@media screen and (max-width: 800px) {



    .gallery-slide-section .slick-slide>div {



        padding: 5px;



    }



    .gallery-slide-section .slick-next {



        right: -37px;



    }



    .gallery-slide-section .slick-prev {



        left: -37px;



    }



    .gallery-slide-section a.am-button-3 {



        display: inline-block;



    }



}



@media screen and (max-width: 480px) {



    .gallery-slide-section .slick-next {



        right: -25px;



    }



    .gallery-slide-section .slick-prev {



        left: -25px;



    }



    .wrapper-carousel {



        padding-left: 20px;



        padding-right: 20px;



    }



    .gallery-slide-section .slick-arrow span,



    .gallery-slide-section .slick-arrow {



        background-size: 20px !important;



    }



}



/*-----------Carousel Products-------------*/



.pro-black{



	bottom: -40px!important;



	color: #000!important;



	text-shadow: none!important;



}



/*-------EO GALLERY SECTION-----------*/



/*------Risk Apenea-------*/



.list-risk-apnea {



    padding: 0 !important;



    margin: 0 !important;



    list-style-type: none;



    max-width: 100%;



    width: 100%;



}



.list-risk-apnea li {



    vertical-align: top;



    display: block;



    padding-bottom: 10px;



    text-align: left;



    width: 100%;



    padding-right: 15px;



    margin-top: 0;



}



.list-risk-apnea li h4 {



    position: relative;



    padding-left: 30px;



}



.list-risk-apnea li h4:before {



    content: "\73";



    font-family: 'ElegantIcons';



    left: 0px;



    top: 0px;



    font-size: 20px;



    font-weight: 700;



    position: absolute;



    speak: none;



    font-variant: normal;



    text-transform: none;



    line-height: 1;



    -webkit-font-smoothing: antialiased;



}



@media screen and (min-width: 481px) {



    .list-risk-apnea li {



        display: inline-block;



        width: 48%;



    }



}



@media screen and (min-width: 981px) {



    .list-risk-apnea li h4:before {



        top: 5px;



    }



    .list-risk-apnea li {



        width: 31.5%;



    }



}



@media screen and (max-width: 980px) {



    .list-risk-apnea li h4:before {



        font-size: 18px;



    }



}



/*----Image Icon------*/



.block-icon-image {



    line-height: 0;



    margin-bottom: 1em;



}



.block-icon-image+h3 {



    margin-top: 0;



}



/*----eo Image Icon------*/



/* ------------------ Single Custom Block CSS ------------------*/



.hero-single-section {



    padding-top: 0px;



    padding-bottom: 0px;



}



.hero-single-section h1 {



    color: #000000;



    font-size: 2.25em;



    font-weight: 700;



    line-height: 120%;



    letter-spacing: 0px;



    text-transform: none;



}



.content-single-section h2 {



    font-weight: 600;



    font-size: 2.2em;



    line-height: 140%;



    margin: 0 0 0.2em !important;



    padding: 10px 0px 0px 0px;



}



.am-row.hero-single {



    position: initial;



}



.hero-single {



    justify-content: space-between;



}



.hero-single .mention-information {



    padding: 10px 0px;



}



.hero-single .mention-information span {



    display: inline-block;



    margin-top: 5px;



    margin-right: 10px;



}



.hero-single h1,



.hero-single .entry-title {



    margin: 0 !important;



    padding: 0 !important;



}



.hero-single .sub-section.head-line-news.divider-line {



    margin-top: 15px;



    padding-top: 15px !important;



}



.hero-single>.am-column-1-2:nth-child(1) {}



.hero-single>.am-column-1-2:nth-child(2) {



    background-repeat: no-repeat;



    margin: auto !important;



}



.single .content-single-section>.am-row>.am-column-1-1 {



    width: 768px;



    display: block;



    margin: auto;



    padding-right: 15px;



    padding-left: 15px;



}



@media only screen and (min-width: 681px) {



    .sub-section.head-line-news.divider-line {



        margin-top: 15px;



        border-top: solid 1px rgba(0, 0, 0, 0.3);



        padding-top: 20px !important;



    }



}



@media only screen and (min-width: 981px) {



    .hero-single>.am-column-1-2:nth-child(2) {



        position: initial;



        width: 580px;



        min-height: 580px;



        margin-right: 28px;



    }



    .hero-single-section {



        background: var(--light-grey);



    }



}



@media only screen and (max-width: 980px) {



    .single-post iframe {



        height: 500px;



    }



    .single .content-single-section>.am-row>.am-column-1-1 {



        width: 100%;



    }



    .content-single-section {



        padding-top: 0px;



    }



    .hero-single-section {



        text-align: center;



        padding-top: 50px;



    }



    .hero-single {



        flex-direction: column;



    }



    .hero-single>.am-column-1-2 {



        width: 100% !important;



    }



    .hero-single>.am-column-1-2:nth-child(1) {



        padding-right: 0;



    }



    .hero-single>.am-column-1-2:nth-child(2) {



        padding: 0 !important;



        background-image: inherit !important;



    }



}



@media only screen and (max-width: 768px) {



    .single-post iframe {



        height: 390px;



    }



}



@media only screen and (max-width: 425px) {



    .single-post iframe {



        height: 230px;



    }



}



/* ------------------ EO Single Custom Block CSS ------------------*/



.block-center-small {



    margin: auto;



    max-width: 850px;



    width: 100%;



}



.block-center-small ul {



    padding-left: 40px;



    padding-bottom: 35px;



    max-width: 100%;



    list-style-type: none;



}



ul.open-circle-icons li:before {



	 position: relative!important;



}



.block-center-small ul li::before, ul.open-circle-icons li:before {



    content: '\5b';



    font-weight: 700;



    font-family: 'ElegantIcons';



    color: var(--primary-color);



    position: absolute;



    margin-right: 10px;



    margin-left: -30px;



}



ul.open-circle-icons li {



    list-style: none;



    padding-top: 5px;



}



#contact.grey-section .form-alchemy-section {



    background: white;



}



/*------INSURANCE SECTION ------------*/



.insurance-section .am-column-1-6 {



    padding-top: 0;



    padding-inline: 30px;



}



@media only screen and (max-width: 980px) and (min-width: 481px) {



    #meet-dr-standish .am-column-1-5:nth-child(1),



    #meet-dr-standish .am-column-1-5:nth-child(2),



    #meet-dr-standish .am-column-1-5:nth-child(3) {



        padding-bottom: 0;



    }



    #meet-dr-standish .am-column-1-5:nth-child(3)~.am-column-1-5 {



        padding-top: 0;



    }



}



@media only screen and (max-width: 980px) {



    #meet-dr-standish .am-row.grey-section {



        display: block;



    }



    .insurance-section .am-column-1-6,



    #meet-dr-standish .am-column-1-5 {



        width: 31%;



    }



}



@media only screen and (max-width: 480px) {



    #meet-dr-standish .am-column-1-5:nth-child(1),



    #meet-dr-standish .am-column-1-5:nth-child(2) {



        padding-bottom: 0;



    }



    #meet-dr-standish .am-column-1-5:nth-child(2)~.am-column-1-5 {



        padding-bottom: 0;



        padding-top: 0;



    }



    .insurance-section .am-column-1-6,



    #meet-dr-standish .am-column-1-5 {



        width: 48%;



        padding-inline: 15px;



    }



}



/*------EO INSURANCE SECTION ------------*/



a.fancybox span.caption {



    position: absolute;



    display: block;



    bottom: 0;



    line-height: 1.2;



    padding: 10px;



    font-size: 12px;



    /*width: 78%;*/



    right: 0;



    text-shadow: 2px 0px 4px #000;



    color: #FFF;



    text-align: right;



}



.prosomnus-caption {



    position: absolute;



    display: block;



    bottom: 0;



    line-height: 1.2;



    padding: 15px 10px;



    font-size: 12px;



    /*width: 78%;*/



    right: 0;



    text-shadow: 2px 0px 4px #000;



    color: #FFF;



    text-align: right;



}



.wrap-text-prosomnus {



    position: relative;



}



.wrap-text-prosomnus .prosomnus-caption {



    padding-bottom: 25px;



}



.link-phone {



    font-size: 27px;



    line-height: 140%;



    font-weight: 700;



    margin: 0px;



    padding-bottom: 12px;



    color: var(--secondary-color);



    font-family: var(--secondary-font);



    text-decoration: none !important;



}



.link-phone::before {



    content: "\e090";



    font-family: 'ElegantIcons';



    padding-right: 10px;



    padding-bottom: 2px;



}



.pt-0{



    padding-top: 0 !important;



}



.pb-0{



    padding-bottom: 0 !important;



}



#contact p a{



 text-decoration: none;



 color: var(--dark-grey);



}



table.ui-datepicker-calendar thead th{



   background-color: var(--primary-color);



}



@media only screen and (min-width: 981px) {



.page-id-755 h1, .page-id-757 h1{



	max-width: 65%;



    margin: 0 auto;



}



}



/*---------Calendary----------*/



.appointment-slots {



    -ms-flex-positive: 1;



    flex-grow: 1;



    position: relative;



    overflow: auto;



    -ms-flex: 1 1 auto;



    flex: 1 1 auto;



    height: 0;



    margin: 16px 0 8px;



    font-size: 14px;



    min-height: 160px;



}



.appointment-slots-container {



    display: -ms-flexbox;



    display: flex;



    -ms-flex-pack: justify;



    justify-content: space-between;



    -ms-flex-line-pack: start;



    align-content: flex-start;



    -ms-flex-wrap: wrap;



    flex-wrap: wrap;



    height: 100%;



}



.appointment-slot {



    height: 44px;



    display: -ms-flexbox;



    display: flex;



    -ms-flex-align: center;



    align-items: center;



    -ms-flex-pack: center;



    justify-content: center;



    width: calc(50% - 6px);



    border: 1px solid var(--secondary-color);



    background-color: transparent;



    color: var(--secondary-color);



    border-radius: 6px;



    text-align: center;



    font-size: 16px;



    margin-bottom: 8px;



    transition: .3s;



    cursor: pointer;



    text-decoration: none !important;



    font-weight: 500;



}



.appointment-slot.active-time{



   animation: indicate .2s linear forwards;



}



@-webkit-keyframes indicate {



    0% {



       color: var(--secondary-color);



       background-color: transparent;



   }



   100% {



       color: #fff;



       background-color: var(--secondary-color);



   }



}



@-moz-keyframes indicate {



    0% {



       color: var(--secondary-color);



       background-color: transparent;



   }



   100% {



       color: #fff;



       background-color: var(--secondary-color);



   }



}



@keyframes indicate{



    0% {



       color: var(--secondary-color);



       background-color: transparent;



   }



   100% {



       color: #fff;



       background-color: var(--secondary-color);



   }



}



@-ms-keyframes indicate{



    0% {



       color: var(--secondary-color);



       background-color: transparent;



   }



   100% {



       color: #fff;



       background-color: var(--secondary-color);



   }



}



@-o-keyframes indicate{



    0% {



       color: var(--secondary-color);



       background-color: transparent;



   }



   100% {



       color: #fff;



       background-color: var(--secondary-color);



   }



}



.selected_time{



   display: none;



}



.disable-shift{



   border: 1px solid #c3cad8;



   background-color: #f4f5f8;



   color: #c3cad8;



   cursor: default;



   pointer-events: none;



   opacity: 0.7;



}



.wrapper-time-global{



   display: block;



}



/*.wrapper-time-global.show-time-wrapper{



   display: block;



}*/



.wrapper-time-global>p{



   padding-bottom: 0px;



}



.wrapper-time-global>p>label{



   font-weight: 700;



}



.list-times{



   margin-bottom: 25px;



}



.appointment-field-container{



   display: none;



}



.appointment-field-container.active-box{



   display: block;



}



.appointment-field-row{



   font-weight: 400;



    font-size: 13px;



    color: #fff;



    background-color: var(--secondary-color);



    border-radius: 4px;



    margin-top: 12px;



    display: grid;



    grid-template-columns: 1fr max-content;



    -ms-flex-align: center;



    align-items: center;



    padding: 12px;



    grid-row-gap: 12px;



}



.for-selected-date-item{



   padding-left: 40px;



   position: relative;



   line-height: 23px;



}



.for-selected-date-item::before{



   content: "\e023";



    font-family: 'ElegantIcons';



    font-size: 1.8em;



    position: absolute;



    -moz-osx-font-smoothing: grayscale;



    -webkit-font-smoothing: antialiased;



    display: inline-block;



    font-style: normal;



    font-variant: normal;



    text-rendering: auto;



    line-height: 1;



    font-weight: 900;



    vertical-align: middle;



    -moz-transition: all .3s ease-in;



    -o-transition: all .3s ease-in;



    -webkit-transition: all .3s ease-in;



    transition: all .3s ease-in;



    left: 5px;



    top: calc(50% / 2);



    color:#fff;



}



.for-selected-date-title{



   font-weight: 600;



   display: block;



   font-size: 16px;



}



.date-time-description{



   font-size: 16px;



}



.closed-weekends>p>label{



   display: none;



}



.closed-weekends .list-times{



   margin-bottom: 10px;



}



.closed-weekends .list-times p{



   font-weight: bold;



}



.closed-weekends .appointment-slots{



   min-height: initial;



   height: auto;



}



.disable-button{



   pointer-events: none;



   opacity: 0.6 !important;



}



#myDatePicker .ui-datepicker-calendar tbody td a{



   text-decoration: none !important;



}



#myDatePicker .ui-datepicker-calendar tbody td a.ui-state-active{



   color: #fff;



    background: var(--secondary-color) !important;



    border: 1px solid var(--secondary-color) !important;



}



#myDatePicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a{



   border: 1px solid var(--secondary-color) !important;



   background:#fff;



}



/*---------Calendary----------*/



/*------------Link Section--------------*/



.link-section{



   background-color: #d2f2ff;



}



.link-section h2{



   margin-bottom: 10px;



}



.link-section h3, .link-section h4{



   padding-bottom: 0px;



}



.list-apnea{



   list-style-type: none;



    padding-left: 0px !important;



    max-width: 100%;



	padding-bottom: 25px;



}



.list-apnea li{



   position: relative;



   padding-left: 30px;



   display: inline-block;



   width: 100%;



   vertical-align: top;



}



.list-apnea li a{



   text-decoration: none !important;



   font-weight: 500;



}



ul.open-circle-icons li:before {



    content: '\5b';



    font-weight: 700;



    font-family: 'ElegantIcons';



    color: var(--secondary-color);



    position: absolute;



    left: 0;



    font-size: 15px;



}



.wrapper-list-block>div{



   margin-bottom: 25px;



}



@media only screen and (min-width: 981px) {



   .wrapper-list-block{



      display: flex;



      flex-flow: row wrap;



      justify-content: space-between;



   }



   .wrapper-list-block>div{



      width: 49%;



   }



}



/*------------eo Link Section--------------*/



/*



*universal menu style



*/



/* .nav > li {



    float:left;



} */



ul.mega-menu.nav{



    width: auto !important;



}



.nav li {



    position: relative;



}



.nav li a {



    /* background-color:#000; */



    /* color:#fff; */



    /* text-decoration:none; */



    /* padding:10px 12px; */



    display:block;



}



.nav li a:hover {



    /* background-color:#434343; */



    color: var(--secondary-color);



}



.nav li ul {



    display:none;



    position:absolute;



    min-width:140px;



    padding: 20px;



    left: 99%;



    background-color: #F2F2F2;



    top: 0;



    width: 480px!important;



}



.nav li:hover > ul {



    display:block;



}



.nav li ul li {



    position:relative;



}



.nav li ul li ul {



    right:-140px;



    top:0px;



}



.nav a.arrow{



    padding-right: 2.5em;



}



.nav a.arrow::before{



    transform: rotate(-90deg);



    content: '\33';



    font-family: 'ElegantIcons';



    font-size: 1.8em;



    position: absolute;



    right: .25em;



    -moz-osx-font-smoothing: grayscale;



    -webkit-font-smoothing: antialiased;



    display: inline-block;



    font-style: normal;



    font-variant: normal;



    text-rendering: auto;



    line-height: 1;



    font-weight: 900;



    vertical-align: middle;



    top: .5em;



    -moz-transition: all .3s ease-in;



    -o-transition: all .3s ease-in;



    -webkit-transition: all .3s ease-in;



    transition: all .3s ease-in;



}



@media only screen and (max-width: 980px) {



    .nav li ul{



        position: initial;



        padding: 0px 15px;



        width: 100% !important;



    }



    .nav a.arrow::before{



        display: none;



    }



    .nav .show-menu{



        display: block !important;



    }



    .nav .hide-menu{



        display: none !important;



    }



    .nav button[submenu="true"]{



        top: 5px;



    }



    .nav li ul li{



        border-bottom: 1px solid #ccc;



    }



}



/*----------Modal Native-----------*/



.modal{



  position: fixed;



  top: 0;



  right: 0;



  bottom: 0;



  left: 0;



  z-index: 999999999;



  display: none;



  outline: 0;



  /* overflow: auto;



   overflow-y: scroll;*/



}



.modal-dialog {



  position: relative;



  width: auto;



  margin: 0.5rem;



  pointer-events: none;



  margin-right: auto;



  margin-left: auto;



}



.modal-dialog-centered {



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-align: center;



  -ms-flex-align: center;



  align-items: center;



  min-height: calc(100% - (0.5rem * 2));



}



.modal-content {



  position: relative;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-orient: vertical;



  -webkit-box-direction: normal;



  -ms-flex-direction: column;



  flex-direction: column;



  width: 100%;



  pointer-events: auto;



  background-clip: padding-box;



  border-radius: 0.3rem;



  outline: 0;



}



.modal-body {



  position: relative;



  display: flex;



  background-color: var(--primary-color) !important;



  justify-content: space-between;



}



.modal-body > div{



  flex: 1;



  line-height: 0;



  padding-bottom: 66%;



  position: relative;



}



.modal-body > div iframe{



   width: 100%;



   position: absolute;



   height: 100%;



}



.modal-body h2{



  font-size: 3rem;



}



.close_modal_btn{



  position: absolute;



  top: 0;



  right: -40px;



  background: var(--secondary-color) !important;



  border: 0;



  color: #fff;



  font-size: 29px;



  line-height: 20px;



  height: 40px;



  width: 40px;



  border: 0;



  cursor: pointer;



  padding: 0 !important;



  margin: 0px !important;



  border-radius: 0;



  text-align: center;



  display: block;



  vertical-align: middle;



  z-index: 99999;



}



.close_modal_btn:focus, .btn_icon_anchor:focus, .btn_modal_form_time:focus{



  outline: none;



  outline-offset: 0;



  text-decoration:none !important;



}



.close_modal_btn:before{



  content: '\4d';



  font-family: 'ElegantIcons';



  font-size: 30px;



  right: 0;



  -moz-osx-font-smoothing: grayscale;



  -webkit-font-smoothing: antialiased;



  display: inline-block;



  font-style: normal;



  font-variant: normal;



  text-rendering: auto;



  line-height: 1;



  font-weight: 900;



  vertical-align: middle;



  top: 0.5em;



  -moz-transition: all .3s ease-in;



  -o-transition: all .3s ease-in;



  -webkit-transition: all .3s ease-in;



  transition: all .3s ease-in;



}



/* .modal-open body{



     overflow: hidden;



}*/



.root-modal{



  overflow: hidden;



}



.modal-open .modal {



  overflow-x: hidden;



  overflow-y: auto;



}



.fade.show {



  opacity: 1;



}



.modal-backdrop {



  position: fixed;



  top: 0;



  right: 0;



  bottom: 0;



  left: 0;



  z-index: 99999999;



  background-color: rgba(0,0,0,0.7);



}



.modal-backdrop.fade {



  opacity: 0;



}



.modal-backdrop.show {



  opacity: 1;



}



.fade{



  opacity: 0;



  transition: opacity .15s linear;



}



.modal-open .modal-backdrop.show::after{



  background-repeat: no-repeat;



  background-position: center center;



  background-size: cover;



  content: "";



  position: absolute;



  top: 0;



  left: 0;



  right: 0;



  bottom: 0;



  opacity: 0.4;



}



body.modal-open , body.modal-open *,



body.modal-open::before, body.modal-open *::before,



body.modal-open, body.modal-open *::after{



  box-sizing: border-box;



}



body.modal-open .header{



  padding-right: 16.7999267578125px;



}



.modal-lg{



  width: 80%;



}



.modal-body .back-modal{



  padding-top: 0.5rem;



  padding-bottom: 0.5rem;



  padding-right: 2rem;



  padding-left: 2rem;



  text-transform: initial;



}



.modal-open #widget-container{



   z-index: 9;



}



@media only screen and (min-width: 981px){



  .modal.fade .modal-dialog {



      transition: -webkit-transform 1s ease-out;



      transition: transform 1s ease-out;



      transition: transform 1s ease-out,-webkit-transform 1s ease-out;



      -webkit-transform: translate(0,-35%);



      transform: translate(0,-35%);



  }



  .modal.show .modal-dialog {



      -webkit-transform: translate(0,0);



      transform: translate(0,0);



  }



  body.modal-open{



      margin-right: 17px;



      padding-right: 16.7999267578125px;



      overflow: hidden!important;



      width: 100%;



  }



}



@media only screen and (min-width: 576px) {



  .modal-dialog-centered {



      min-height: calc(100% - (1.75rem * 2));



  }



  .modal-dialog {



      /* max-width: 500px;*/



      margin: 1.75rem auto;



  }



}



@media only screen and (min-width: 992px){



  .modal-lg {



      width: 100%;



      max-width: 650px;



  }



}



@media only screen and (max-width: 980px){



  .modal-body .pre-h{



      line-height: 120%;



  }



}



@media only screen and (max-width: 650px){



  .modal-body {



      display: block;



  }



  .btn_icon_anchor, .btn_modal_form_time{



      display: block;



  }



}



@media only screen and (max-width: 550px){



}



@media only screen and (max-width: 480px){



   .modal-body>div{



      padding-bottom: 90%;



   }



   .modal-lg{



     width: 90%;



   }



  .close_modal_btn{



   right: 0;



   top: -40px;



  }



}



/*-------eo modal native------------*/



.thank-you-section {



    height: 90vh;



}



/*---------------Landing Page----------------*/



.hero-landing{



   border-bottom: 10px solid var(--secondary-color);



}



.hero-landing h1{



   font-size:50px;



}



.tooth-image-section{



   position: relative;



   z-index: 9;



   padding-bottom: 0px;



}



.list-causes .am-column-1-1{



   display: flex;



   flex-flow: row wrap;



   gap:20px;



}



.list-causes .am-column-1-1>div{



   width: 100%;



}



.box-cause{



   display:flex;



   margin-bottom:25px;



   gap:10px;



}



.box-cause>div:nth-child(1){



   width: 90px;



}



.box-cause>div:nth-child(2){



   flex:1;



}



.simple-step-row h3{



   padding-bottom: 0;



    line-height: 10px;



    text-indent: -125px;



    font-size: 35px;



    color: var(--dark-grey);



}



.wearing-cpap-section{



   padding-top:100px;



   padding-bottom:100px;



   background-attachment:fixed;



}



.wearing-cpap-section h2{



   color:var(--dark-grey);



}



.main-dentist-section{



   border-bottom: 10px solid var(--secondary-color);



}



.main-dentist-section img{



   border-radius:20px;



}



.tolerate-cpap-section .am-button-1{



   background-color: var(--secondary-color);



   border-radius: 7px;



}



.schedule-block > div{



   display: flex;



   width: 100%;



}



.schedule-block{



   max-width: 400px;



   margin: auto;



   text-align: left;



   font-size: 21px;



}



.schedule-block > div>div:nth-child(1){



   width:150px;



}



.schedule-block > div>div:nth-child(2){



   flex:1;



}



.after-location-block{



   margin-top:25px;



}



.after-location-block p{



   max-width:300px;



   width: 100%;



}



.list-logo-box .am-column-1-1{



   display:flex;



   align-items: center;



   gap: 10px;



}



.apnea-cause-section{



   padding-top:0px;



}



.box-form-hero{



   --radius-field-form: 7px;



   padding: 35px;



   background-color: var(--primary-color);



   border-radius:30px;



}



.form-alchemy-section .box-form-hero .wpcf7-checkbox .wpcf7-list-item span,



.form-alchemy-section .box-form-hero .wpcf7-radio .wpcf7-list-item span{



   color:#fff;



}



.box-form-hero h3{



   margin-bottom:35px;



   text-align: center;



}



a.submit-form-landing{



   background-color:var(--secondary-color);



   border-radius: var(--radius-field-form);



   margin-bottom: 0px;



}



.form-alchemy-section .box-form-hero .wpcf7-checkbox .wpcf7-list-item input{



   top: 5px;



}



.form-alchemy-section .box-form-hero input,



.form-alchemy-section .box-form-hero select,



.form-alchemy-section .box-form-hero textarea{



   border-radius: var(--radius-field-form);



}



.service-section h4{



   text-transform: capitalize;



    padding-bottom: 5px;



    font-size: 20px;



}



.hero-landing .am-row{



   z-index: 99 !important;



}



.box-form-hero .intl-tel-input input{



   padding-top: 15px !important;



   padding-bottom: 15px !important;



}



.box-form-hero .intl-tel-input .selected-flag{



   color:var(--dark-grey);



}



.box-form-hero .intl-tel-input .country-list li.country{



   color: var(--dark-grey) !important;



    font-size: 15px;



    margin-top: 0;



    margin-bottom: 0;



}



.box-form-hero .intl-tel-input .country-list li.country .country-name,



.box-form-hero .intl-tel-input .country-list li.country .dial-code{



   display: inline-block;



}



.box-form-hero .intl-tel-input ul.country-list{



   width: 250px;



   overflow-y: scroll;



   overflow-x: hidden;



   line-height: 1;



}



.box-form-hero .intl-tel-input .flag-container .iti-flag{



   background-size: auto;



}



.form-alchemy-section .box-form-hero form.wpcf7-form .am-content-form-submit .wpcf7-spinner {



   left: calc(50% + 104px);



   top: calc(50% - 2px);



}



.header-landing{



    padding: 30px 20px;



    display: flex;



    align-items: center;



    top: 0;



    z-index: 99;



    width: 100%;



    position: relative;



 }



 .header-landing img{



   margin: auto;



   max-width: 300px;



   width: 100%;



 }



 .header-landing #btn-phone{



    position: absolute;



    right: 12%;



    top: auto;



    background-color: transparent;



    color: var(--primary-color);



 }



 .wpcf7-form-control-wrap .wpcf7-select:not(.is-selected){



   color:#8e8e8e !important;



 }



 .wpcf7-form-control-wrap .wpcf7-select:not(.is-selected) option{



  color: var(--dark-grey);



 }



 .wpcf7-form-control-wrap .wpcf7-select.is-selected{



   color: var(--dark-grey);



 }



 .wpcf7-form-control-wrap .wpcf7-select.is-selected option{



   color: var(--dark-grey);



 }



@media only screen and (min-width: 1150px){



   .tooth-row .am-column-1-1 {



        margin-top: -140px;



   }



}



@media only screen and (min-width: 981px){



   .appliance-work-section .am-row{



      align-items: center;



   }



   .hero-landing .am-row{



      align-items: end;



   }



   .box-form-hero{



      margin-bottom: -250px;



   }



   .am-section.hero-landing{



      margin-bottom: -100px !important;



      padding-bottom: 150px;



   }



}



@media only screen and (min-width: 781px){



   .list-causes .am-column-1-1>div{



      width: 48%;



   }



   .wearing-cpap-section .am-column-1-1{



      max-width:700px;



   }



   .tolerate-cpap-section{



       padding-top: 300px;



      padding-bottom: 50px;



   }



   .tolerate-cpap-section .am-column-1-1{



      margin:auto;



      max-width:700px;



   }



}



@media only screen and (min-width: 481px){



   .appliance-work-section .am-row:nth-child(1) .am-column-1-1{



      padding-bottom: 0;



   }



}



@media only screen and (max-width: 980px){



   .header-landing #btn-phone::after{



      color: var(--primary-color);



   }



   .header-landing #btn-phone{



      display: block;



   }



}



@media only screen and (max-width: 768px){



   .list-logo-box .am-column-1-1{



      flex-flow: row wrap;



      justify-content:center;



   }



   .list-logo-box .am-column-1-1>div{



      width: 20%;



   }



   .header-landing img{



      max-width: 250px;



   }



}



@media only screen and (max-width: 480px){



.less-lh li {



    line-height: 120%!important;



}



   a.submit-form-landing::before,



   a.submit-form-landing::after{



      display: none;



   }



   a.submit-form-landing{



      padding-left: 15px;



      padding-right: 15px;



      font-size: 16px;



   }



   .main-dentist-section .reverse-section .am-column-1-2:nth-child(2){



      padding-bottom: 0px;



   }



   .appliance-work-section .reverse-section .am-column-1-2:nth-child(2){



     padding-bottom: 0px;



   }



   .box-form-hero{



      padding: 20px;



   }



   .list-causes .am-column-1-1{



      display:block;



   }



   .box-cause{



      display:block;



      margin-bottom:20px;



   }



   .list-logo-box .am-column-1-1>div{



      width: 47%;



   }



   .header-landing #btn-phone{



      right: 5%;



   }



   .header-landing img{



      max-width: 180px;



   }



   .header-landing {



      padding: 15px 20px;



   }



}



@media only screen and (max-width: 420px){



   .schedule-block > div>div:nth-child(1){



      width: 100px;



   }



   .schedule-block{



      font-size: 16px;



   }



}



@media only screen and (max-width: 410px) {



   .header-landing #btn-phone{



      right: 4%;



   }



}



@media only screen and (max-width: 375px) {



   .header-landing #btn-phone{



      right: 0%;



   }



}



/*---------------eoLanding Page----------------*/



.error-message{



   color:red;



   padding-top: 5px !important;



}



.form-alchemy-section #wpcf7-f1612-p259-o1 .content-input .wpcf7-file{



   border: none !important;



   padding-left: 0;



   padding-top: 0;



}



.codedropz-upload-inner h3 {



  font-size: 20px!important;



  line-height: 10px!important;



}



.overlaps-hero{



	width: 100%;



    margin: -135px auto 0 auto;



    max-width: 38rem;



}



.page-id-259 .contact-column:nth-of-child(2),



.page-id-1640 .contact-column:nth-child(2),



.page-id-1596 .contact-column:nth-child(2),



.page-id-1600 .contact-column:nth-child(2),



.page-id-1606 .contact-column:nth-child(2),



.page-id-1604 .contact-column:nth-child(2),



.page-id-1602 .contact-column:nth-child(2) {



    display: none !important;



}



#widget-container{



   display: none;



}



.insurance-section .am-row>div.am-column-1-6:last-child{



   padding-left: 10px;



   padding-right: 10px;



}



.facebook-link{



   text-decoration: none !important;



   padding-left: 5px !important;



   padding-right: 5px !important;



}



.facebook-link:before{



   content: "\e093";



   font-family: 'ElegantIcons';



   color: #fff;



   font-size: inherit;



}



.post-mobile-menu .facebook-link:before{



   color: var(--primary-color);



}



@media only screen and (min-width: 601px) {



   .checkbox-element .wpcf7-checkbox{



      display: grid;



      grid-template-columns: 1fr 1fr;



      column-gap: 15px;



   }



}



.implant-vs-hero .am-column-1-1 {



    padding-block: 15px;



}



.surgery-sleep-bg {



    background: url(https://northfloridasleep.com/wp-content/uploads/2025/08/man-sleeping-gradient.jpg);



    background-size: cover;



    background-position: top right;



    align-items: center;



}



.pricing-compare th.empty {



    background: 0 0;



    border: none;



}



table.pricing-compare thead th:not(.empty) {



    background: var(--primary-color);



}



.pricing-compare tbody th {



    background: var(--light-grey);



}



.implant-vs-hero a.am-button-3 {



    margin-bottom: 0;



}



p.subtitle{



    font-family: var(--third-font) !important;



    font-size: 32px;



    font-weight: 600;



}



.implant-vs-hero p:last-of-type {



    padding-bottom: 0;



}



.entry .entry-content>*>:last-child {



    margin-bottom: 0;



}



.entry .entry-content>*>:first-child {



    margin-top: 0;



}



.compare-column strong {



    color: var(--primary-color);



}



img.faq-img:first-of-type {



    margin-bottom: 15px;



}



img.faq-img {



    aspect-ratio: 1 / 1;



    object-fit: cover;



    width: 275px;



    max-width: 100%;



    margin-inline: auto;



    display: block;



}



table.pricing-compare td, table.pricing-compare th {



    border: 1px solid #ddd;



}



@media only screen and (min-width: 981px) {



    .surgery-sleep-bg {



        height: 600px;



    }



}



@media only screen and (max-width: 980px) {



    div.surgery-sleep-bg {



        position: relative;



        padding: 15px;



        border: solid 10px var(--primary-color);



    }



        div.surgery-sleep-bg:before {



        content: '';



        width: 100%;



        height: 100%;



        display: block;



        position: absolute;



        top: 0;



        left: 0;



        opacity: .5;



        z-index: 1;



    }



        .surgery-sleep-bg:before {



        background: var(--primary-color);



    }



}



.less-lh li{



	line-height: 100%;



}



.am-section.link-section h2,



.am-section.link-section h3,



.am-section.link-section h4 {



  scroll-margin-top: 100px;



}



.instagram-link{



   max-width: 30px;



   text-decoration: none !important;



    padding-left: 5px !important;



    padding-right: 5px !important;



}



.instagram-link img{



   width: 17px;



   top:2px;



}



/*---------Pediatric page--------------*/



.pediatric-hero h1 span {



   display: inline;



}



.pediatric-hero, .pediatric-hero:has(img) {



   padding-bottom: 0;



}



.pediatric-hero .am-column-1-2:has(img) {



   line-height: 0;



   padding-bottom: 0;



}



@media only screen and (min-width: 1101px) {



   .pediatric-hero > .am-row > .am-column-1-2:nth-child(2){



      display: flex;



      align-items: end;



   }



}



@media only screen and (max-width: 1350px) and (min-width: 1101px) {



   .pediatric-hero > .am-row > .am-column-1-2:nth-child(2){



      padding-right: 0;



      padding-left: 0;



   }



}



@media only screen and (max-width: 1100px) {



   .pediatric-hero > .am-row{



      display: block;



   }



   .pediatric-hero > .am-row .am-column-1-2{



      width: 100%;



      float: none;



   }



}



/*---------eo Pediatric page--------------*/

  /************thak-you / page ********************/

.list-mail-ref{

    display: flex;

    align-items: center;

    justify-content: center;

    padding-bottom: 30px;

    padding-top: 20px;

}

.list-mail-ref > div{

    padding: 10px;

}

.list-mail-ref > div > a {

    display: flex;

    align-items: center;

    justify-content: center;

}

.list-mail-ref > div > a > img{

    width: 70px;

    margin-right: 50px;

}



.list-mail-ref > div > a > img:hover{

    opacity: 0.7;

}



.page-id-11 h1{

    text-transform: initial;

}

.page-id-11 h3{

    margin-top: 30px;

    padding-bottom: 0px;

    text-transform: none;

    font-style: italic;

}



.thank-you-content{

    padding-left: 0;

    padding-right: 0;

}

@media only screen and (max-width: 480px) {



    .list-mail-ref{

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 20px;

    }

    .list-mail-ref > div > a > img{

        margin-right: initial;

    }



}



.section-body > details > summary ,

details > summary {

    font-size: 1em;

    padding-bottom: 10px;

    padding-top: 10px;

    position: relative;

    cursor: pointer;

    padding-right: 20px;

}



.section-body > details > summary::after,

details > summary::after {

    content: '\33';

    margin-left: 5px;

    -moz-osx-font-smoothing: grayscale;

    -webkit-font-smoothing: antialiased;

    display: inline-block;

    font-style: normal;

    font-variant: normal;

    text-rendering: auto;

    line-height: 1;

    font-family: ElegantIcons;

    font-weight: 900;

    vertical-align: middle;

    -moz-transition: .3s ease-in;

    -o-transition: .3s ease-in;

    -webkit-transition: .3s ease-in;

    transition: all .3s ease-in;

    position: absolute;

    right: 0;

    top: 10px;

    font-size: 25px;

}



.section-body > details[open] > summary::after ,

details[open] > summary::after {

    transform: rotate(180deg);

}



.section-body p{

    width: auto;

}



.steps span,

.steps b,

.hero-body .stat-row .stat b,

.hero-body .stat-row .stat span,

.cycle-body .phase b,

.cycle-body .phase span,

.table-wrap .table-head,

.table-wrap .scroll table th,

.research,

.research b,

.cycle-head,

.check-card span,

.check-card b,

.nav-item p,

.stack-card span,

.stack-card b,

.panel .head,

.term,

.node span,

.node b,

.refs,

.refs b,

.matrix .head,

.pull span,

.line span,

.line b,

.qa .q span,

.qa .q b,

.module .mhead,

.bandhead,

.stack-card span,

.stack-card b,

.nav-item p,

.nav-item a,

.nav-head,

.mini,

.hero-card-title{

    font-size: 18px !important;

}



.research{

    color: var(--dark-grey);

}



.section-head h2,

.section-title h2{

    font-size: 25px !important;

    padding-bottom: 0 !important;

}

.section-header h2,

.story h2{

    font-size: 25px !important;

}



summary{

    font-weight: 700 !important;

}



.circle-list  li {

    position: relative;

    padding-left: 15px;

    display: inline-block;

    width: 100%;

    vertical-align: top;

    line-height: 130%;

    color:var(--dark-grey);

}



.circle-list li:before {

    content: '\5b';

    font-weight: 700;

    font-family: 'ElegantIcons';

    color: var(--secondary-color);

    position: absolute;

    /* left: 0; */

    font-size: 15px;

    left: -10px;

}



.topbar .kicker,

.kicker{

    margin: 0;

    font-size: 25px !important;

    letter-spacing: -.01em !important;

    line-height: 1.25 !important;

    color: var(--primary-color) !important;

    font-family: var(--third-font) ;

    font-size: 25px !important;

    padding-bottom: 0 !important;

    text-transform: none !important;

}
.reg-s {
  font-size: 0.6em;
  vertical-align: super;
}


/*----------toggle locations------------*/

.section-copyright .btn-toggle-tab {
   display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 30px;
    line-height: 25px;
    border-bottom: 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.section-copyright .btn-toggle-tab:after {
  content: '\33';
  position: absolute;
  right: 5px;
  font-family: 'elegantIcons';
  top: 20%;
  display: block !important;
   -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.section-copyright .btn-toggle-tab.btn-active:after {
  transform: rotate(180deg);
  top:22%;
}

.section-copyright .content-tab-footer {
  display: none;
}
.section-copyright .content-tab-footer ul {
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  list-style: none;
  padding: 0;
}
.section-copyright .content-tab-footer ul > li {
  margin: 0 !important;
  line-height: 25px !important;
  padding: 8px 0 !important;
}
.section-copyright .content-tab-footer ul > li > a {
  display: flex;
  margin-right: 5px;
  padding: 0 !important;
  border:0 !important;
  color: #fff !important;
  text-align: left;
}
.section-copyright .content-tab-footer ul > li > a:hover {
  opacity: 0.7;
}
.section-copyright .content-tab-footer ul > li > a:before {
  content: '\e01d';
  font-family: 'elegantIcons';
  padding-right: 10px;
  color:#ffffff;
}

.wrapper-toggle-link{
   position: relative;
   margin-bottom: 25px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.15);
   text-align: right;
    display: flex;
    justify-content: flex-end;

}
.content-tab-footer>p{
   margin-top: 0px;
   padding-bottom: 15px;
}
.am-row.footer-city{
    width: var(--site-width);
    max-width: var(--site-max-width);
}
.footer-city > .am-column-1-1{
    padding: 0;
}

@media only screen and (max-width: 768px) {
  .section-copyright .content-tab-footer ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 530px) {
  .section-copyright .content-tab-footer ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 425px) {

  .section-copyright .content-tab-footer ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*----------eotoggle locations------------*/