.progress,sub,sup {
    vertical-align: baseline
}

.block,.elem-left,.elem-right,article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section,summary {
    display: block
}

hr,sub,sup {
    position: relative
}

body,figure {
    margin: 0
}

button,hr,input,select {
    overflow: visible
}

[type=checkbox],[type=radio],legend {
    box-sizing: border-box;
    padding: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 100%
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0 0 .67em
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 50%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.45em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0
}

button,input,select,textarea {
    font: inherit;
    line-height: initial;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 0
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

*,::before,::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.clearfix:before,.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

address {
    font-style: normal!important
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.icon-gplus:before {
    margin-left: -1px!important
}

*,::before,::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before,[class^=icon-]:before {
    line-height: 1!important;
    display: block!important
}

img {
    max-width: 100%
}

header {
    z-index: 101
}

footer {
    z-index: 102
}

.fixons {
    z-index: 103
}

.flex-ed,.col-flex-ed {
    display: flex
}

.flex-ed {
    flex-flow: row wrap
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes slideIn {
    from {
        transform: translate3d(0,-100%,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes slideIn {
    from {
        transform: translate3d(0,-100%,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.star:before {
    font-size: 22px;
    font-family: 'fontello';
    font-weight: 400;
    margin: 0;
    font-style: normal;
    content: '\e80f \e80f \e80f \e80f \e80f';
    color: #febb21;
    letter-spacing: 8.4px;
}

@media (min-width: 1031px) {
    #fixed-tabs {
        display:none
    }
}

@media (max-width: 1030px) {
    #fixed-tabs {
        position:fixed;
        right: 0;
        text-align: center;
        line-height: 1;
        font-size: 0;
        z-index: 10000;
        bottom: 0;
        width: 100%;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        display: flex
    }

    #fixed-tabs a {
        padding: 13px 0;
        flex: 1;
        font-size: 13px;
        font-weight: 700;
        font-family: "ibm-plex-sans",sans-serif;
        background-color: #F56152;
        color: #fff;
        flex: 0 1 25%;
        text-transform: uppercase
    }

    #fixed-tabs a span {
        display: inline-block;
        vertical-align: middle
    }

    #fixed-tabs a span:last-child {
        margin-left: 7px
    }

    #fixed-tabs a:nth-of-type(2) {
        background-color: #A8BAC9
    }

    #fixed-tabs a:last-of-type {
        background-color: #0064AA
    }

    #fixed-tabs a:first-of-type {
        flex: 0 1 50%
    }

    #fixed-tabs i {
        font-size: 16px;
        margin-right: 5px
    }

    #fixed-tabs i,#fixed-tabs i:before {
        display: inline-block;
        margin: 0 auto
    }

    footer {
        margin-bottom: 42px!important
    }
}

@media (max-width: 600px) {
    #fixed-tabs strong {
        display:none
    }

    #fixed-tabs a span:last-child {
        margin-left: 0
    }
}

body {
    position: relative;
    background: #efefef;
    font-family: "ibm-plex-sans",sans-serif;
    text-align: center
}

p {
    font: 400 20px/28px ibm-plex-sans,sans-serif;
    color: #000
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

h1,h2,h3,h4,h5,h6 {
    font-family: "ibm-plex-sans",sans-serif
}

.mobile-banner-reviews {
    display: none
}

h1 {
    font-family: "condor",sans-serif;
    color: #171A37;
    font-size: 77px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    letter-spacing: normal
}

h2 {
    color: #171A37;
    text-align: left;
    font-size: 48px;
    line-height: 52px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "condor",sans-serif
}

h2 span {
    color: #0064AA
}

h3 {
    font-size: 32px;
    line-height: 1.41;
    font-weight: 400
}

.h1 {
    font: 700 50px/69px condor,sans-serif;
    color: #1b4492;
    text-align: center;
    display: block
}

.h1 sup {
    top: -.75em
}

.h1 .per-note {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    top: -2em
}

.h3 {
    font: 700 21px/24px condor,sans-serif;
    color: #231f20;
    text-align: center;
    display: block;
    margin-bottom: 10px
}

.h4 {
    font: 700 13px/16px condor,sans-serif;
    color: #0bb5d3;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin: 5px 0
}

header {
    position: relative;
    padding: 5px 10px;
    background-color: #fff;
    border-top: 10px solid #0064AA
}

header > .flex-ed {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1080px;
    margin: auto;
    width: 100%;
    padding: 10px 0;
    max-width: 1260px
}

header .request-btns {
    order: -1;
    margin: 20px;
    display: grid;
    gap: 10px;
}

header .request-btns .btn {
    margin: 0 auto;
}

header .btn span {
    display: block;
    font-size: 28px;
    font-weight: 700
}

header address {
    text-align: right;
    font-weight: 400
}

header address a {
    display: block;
    text-align: right
}

header .header-info {
    display: flex;
    flex-direction: column
}

header .header-info .loc-title {
    text-transform: uppercase;
    color: #F56152;
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: 700
}

header .header-info .flex-ed {
    padding: 5px
}

header .header-info .flex-ed span {
    color: #F56152;
    padding: 0 4px;
    font-size: 23px;
    font-weight: 700
}

.mobile-buttons {
    display: none
}

.address {
    color: #000;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 400;
    font-family: "ibm-plex-sans",sans-serif
}

.address i {
    display: inline-block;
    color: #F56152
}

.address small {
    display: block;
    text-transform: uppercase
}

.address:hover {
    color: #F56152
}

.phone {
    color: #F56152;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "ibm-plex-sans",sans-serif;
    letter-spacing: normal
}

.phone span {
    display: none
}

.phone small {
    color: #000;
    font-size: 16px;
    display: block;
    font-family: "condor",sans-serif;
    font-weight: 600;
    letter-spacing: .03em
}

.phone:hover {
    color: #171A37
}

.fix-nav header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    animation: slideIn .8s both;
    box-shadow: 1.6px 2.5px 7px rgba(6,7,7,0.35)
}

.fix-nav header .logo {
    margin-bottom: 10px
}

.fix-nav header .logo img {
    max-height: 100px
}

.btn,.btn-alt {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 3px auto;
    padding: 12px 30px;
    color: #fff;
    font: 700 16px/1 ibm-plex-sans,sans-serif;
    transition: border .3s;
    text-transform: uppercase;
    transition: .3s all;
    background-color: #F56152;
    letter-spacing: .1em;
    border-radius: 25px
}

.btn:hover,.btn:hover,.btn-alt:hover,.btn-alt:hover {
    background-color: #171A37;
    color: #fff
}

.btn-alt {
    background-color: #171A37;
    color: #fff
}

.btn-alt:hover {
    background-color: #F56152;
    color: #000
}

.split {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    margin: 100px auto
}

.split article {
    margin: 10px;
    flex: 0 1 550px;
    text-align: left
}

.split figure img {
    position: relative;
    box-shadow: 1.6px 2.5px 7px rgba(7,8,8,0.35)
}

.split.even figure {
    order: -1;
    margin-right: 40px
}

.split hr {
    height: 3px;
    width: 60px;
    background-color: #0064AA;
    margin: 15px auto 15px 0
}

.split h2 {
    margin-bottom: 15px
}

.safe-bar {
    width: 100%;
    position: relative;
    background-color: #171A37;
    z-index: 10;
    box-shadow: 1.6px 2.5px 13px rgba(7,8,8,0.35);
    color: #FFF;
    font: 400 20px/1.2 ibm-plex-sans,sans-serif;
    text-transform: uppercase;
    padding: 12px 10px;
    text-align: center;
    letter-spacing: .1em
}

.safe-bar span {
    margin: 0 10px
}

#banner {
    overflow: hidden;
    background-image: url(assets/images/ppc-lp-sleep-apnea-banner.jpg);
    background-size: cover
}

#banner .banner-flex {
    display: flex;
    width: 100%;
    margin: 40px 0 40px auto;
    justify-content: center;
    align-items: center;
    max-width: 100%
}

#banner article {
    flex: 0 1 680px;
    order: 2;
    text-align: left;
    margin: 60px 0 100px
}

#banner article .btn {
    margin: 10px 0
}

#banner article p {
    margin: 5px 0
}

#banner article p:last-of-type {
    margin-bottom: 15px
}

#banner h1 {
    order: 2;
    text-align: left;
    margin-bottom: 10px
}

#banner h1 small {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: "ibm-plex-sans",sans-serif
}

#banner h1 span {
    color: #0064AA;
    display: block
}

#banner figure {
    margin: 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 1 50%;
    max-width: 600px;
    flex-wrap: wrap
}

#banner figure img {
    display: none
}

#assoc {
    width: 100%;
    background-color: #0064AA;
    padding: 20px 10px
}

#assoc .flex-ed {
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: auto
}

#assoc .flex-ed span {
    margin: 5px auto
}

#get-help {
    padding: 0 0 50px;
}

#get-help h2 {
    text-align: center;
}

.get-help-container {
    display: flex;
    max-width: 1500px;
    margin: 50px auto 0;
    justify-content: center;
    justify-content: space-between;
    gap: 50px 20px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.get-help-container .get-help-content {
    flex: 0 1 550px;
    box-shadow: 1.5px 2.6px 7px rgba(24,23,24,0.19);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 20px 10px;
    background: #fff;
    margin: 0 auto;
}

.get-help-content h3 {
    color: #171A37;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "condor", sans-serif;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px;
}

#how {
    max-width: 1200px;
    margin: 100px auto;
    padding: 15px;
    text-align: center
}

#how h2 {
    color: #171A37;
    text-align: center;
    margin-bottom: 20px
}

#how hr {
    margin: 20px auto;
    display: block;
    height: 3px;
    width: 55px;
    background: #0064AA
}

#lists {
    position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1190px;
    margin: -90px auto 20px
}

#lists sup {
    top: -.7em
}

#stamp {
    position: absolute;
    z-index: 2;
    top: -135px;
    left: 0;
    right: 0;
    margin: auto
}

.personalized {
    position: relative;
    margin: auto;
    max-width: 1040px;
    background-color: #262626;
    padding: 20px 10px 30px;
    box-shadow: 1.6px 2.5px 7px rgba(7,8,8,0.35);
    border-radius: 10px;
    margin: 10px 5px;
    flex: 0 1 570px;
    padding: 25px 0 40px
}

.personalized h1,.personalized h2 {
    position: relative;
    text-transform: none;
    line-height: 1;
    margin-top: 0;
    font-weight: 700;
    font-family: "condor",sans-serif;
    letter-spacing: -1.05px;
    font-size: 42px
}

.green-box {
    background-color: #FFF;
    position: relative;
    box-shadow: 1.5px 2.6px 7px rgba(24,23,24,0.19);
    width: 1140px;
    padding: 50px 10px;
    margin: 120px auto;
    max-width: 100%
}

.green-box:after {
    display: block;
    content: url("assets/images/ppc-lp-sleep-apnea-moon-logo.png");
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 50%;
    padding: 5px;
    position: absolute
}

.green-box .container {
    text-align: center;
    max-width: 1030px;
    margin: auto;
    width: 100%
}

.green-box .container h2 {
    text-align: center
}

.green-box .container .flex-ed {
    width: 950px;
    justify-content: space-between;
    margin: 30px auto;
    align-items: flex-end;
    max-width: 100%
}

.green-box .container .flex-ed h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 400
}

.border-box:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: inline-block;
    height: 71%;
    width: 50px;
    border-top: 5px solid #3b3b3b;
    border-left: 5px solid #3b3b3b;
    border-bottom: 5px solid #3b3b3b;
    border-radius: 20px 0 0 20px
}

.border-box:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    height: 71%;
    width: 50px;
    border-top: 5px solid #3b3b3b;
    border-right: 5px solid #3b3b3b;
    border-bottom: 5px solid #3b3b3b;
    border-radius: 0 20px 20px 0
}

.personalized:last-of-type .border-box:before,.personalized:last-of-type .border-box:after {
    width: 100px
}

.list {
    text-align: left;
    display: table;
    margin: auto
}

.list ul {
    padding-left: 0;
    padding-bottom: 10px
}

.list ul li {
    width: 100%;
    color: #fff;
    font: 300 24px/1.2 ibm-plex-sans,sans-serif;
    letter-spacing: .6px;
    padding-left: 32px;
    padding-top: 10px;
    list-style: none;
    position: relative
}

.list ul li:before {
    content: "\e832";
    font-family: fontello;
    color: #171A37;
    font-size: .8em;
    position: absolute;
    top: 13px;
    left: -2px
}

.looking {
    max-width: 1140px;
    margin: 40px auto 60px
}

.looking p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: auto;
    padding: 15px 10px;
    text-align: center
}

.looking p span {
    font-size: 31px;
    font-weight: 400
}

.bkgrd {
    padding: 0 0 1px;
    background-color: #f8f8f8;
    position: relative
}

.insurance {
    background-color: #f4f4f4;
    text-align: left;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden
}

.insurance .container {
    max-width: 1145px;
    margin: auto;
    padding: 30px;
    text-align: center
}

.insurance h2 {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 10px 20px 15px;
    margin: 10px auto -15px;
    justify-content: center
}

.insurance h2:before,.insurance h2:after {
    content: "";
    height: 2px;
    background-color: #000;
    flex: 1
}

.insurance h2:before {
    margin-right: 20px
}

.insurance h2:after {
    margin-left: 20px
}

.insurance .flex-ed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0
}

.insurance .flex-ed span {
    padding: 5px;
    margin: 0 3px
}

.insurance p {
    line-height: 28px;
    max-width: 1085px;
    margin: 10px auto
}

.insurance .disclaim {
    color: #898989;
    font: 400 14px/1 ibm-plex-sans,sans-serif;
    margin-top: 20px;
    text-align: center
}

.alt-insure {
    background-color: #FFF;
    padding-bottom: 80px
}

#dentist {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 50px 10px;
    flex-wrap: nowrap
}

#dentist article {
    text-align: left;
    padding: 5px
}

#dentist figure {
    position: relative;
    display: flex;
    justify-content: center
}

#dentist figure div {
    margin: 0
}

#dentist figure figcaption {
    color: #0064AA;
    position: relative;
    text-align: left;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400
}

#dentist figure figcaption a {
    color: #0064AA;
}

#dentist figure figcaption a:hover {
    color: #000;
}

#dentist figure figcaption span {
    display: block;
    opacity: .55;
    padding-top: 10px
}

.caption {
    background-color: #262626;
    position: relative;
    display: table;
    margin: -20px auto 20px;
    padding: 0 5px;
    color: #fff
}

.caption a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font: 400 16px/1 ibm-plex-sans,sans-serif;
    bottom: 0;
    margin: auto
}

.caption a span {
    margin: 0 10px
}

.caption a:hover {
    color: #171A37
}

#reviews .container {
    text-align: center
}

#reviews .container article {
    max-width: 1000px;
    padding: 15px;
    margin: 20px auto
}

#reviews .container article p {
    font-size: 26px;
    line-height: 1.4
}

#reviews .container article author {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

#reviews .container .btn {
    position: relative
}

#double-list {
    background: radial-gradient(#3c8a9b 0%,#0050a0 93.73%,#0050a0 100%);
    padding: 50px 20px;
    width: 100%;
    max-width: 100%
}

#double-list .flex-ed {
    max-width: 1050px;
    justify-content: space-between;
    margin: 10px auto
}

#double-list h3 {
    color: #fff;
    font-family: "condor",sans-serif;
    font-weight: 500;
    font-size: 40px
}

#double-list ul {
    list-style: none;
    padding-left: 0
}

#double-list ul li {
    padding-left: 30px;
    line-height: 1.3;
    margin: 15px 0;
    text-align: left;
    font-size: 18px;
    position: relative;
    color: #fff
}

#double-list ul li:before {
    color: #fff;
    content: "+";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0
}

footer {
    overflow: hidden;
    padding: 80px 15px 0;
    background: #171A37;
    position: relative;
    overflow-x: hidden
}

footer:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 767px;
    height: 754px;
    background: url(assets/images/ppc-lp-sleep-apnea-footer-watermark.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

footer .flex-ed {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2
}

footer .flex-ed .fo-map {
    flex: 0 1 475px;
    padding: 10px
}

footer .flex-ed .fo-map .frame iframe {
    height: 320px
}

footer .flex-ed .fo-logo {
    flex: 0 1 400px
}

footer .flex-ed .fo-contact {
    flex: 0 1 380px;
    padding: 10px
}

footer .flex-ed .fo-contact h3 {
    margin: 10px auto;
    text-align: center;
    color: #F56152;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .1em
}

footer .phy {
    color: #fff;
    font-size: 20px;
    display: block;
    position: relative;
    text-align: center
}

footer .phy:hover {
    color: #F56152
}

footer .pho {
    color: #F56152;
    display: block;
    position: relative;
    font: 500 30px/1.1 ibm-plex-sans,sans-serif;
    margin: 10px 0;
    text-align: center
}

footer .pho:hover {
    color: #fff
}

footer .split {
    justify-content: space-between;
    max-width: 1160px;
    padding: 0;
    align-items: flex-start;
    margin: auto;
    margin-bottom: 70px
}

footer .split article {
    flex: 0 1 530px;
    background-color: #171A37;
    padding: 85px 60px;
    margin: 0;
    align-self: center;
    border-radius: 8px
}

footer .split figure p {
    text-align: center
}

footer figure {
    flex: 1 1 650px;
    align-self: center;
    order: 1
}

footer h2 {
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%
}

.hours {
    display: table;
    margin: 0;
    text-align: left!important;
    position: relative
}

.hours label {
    width: 131px;
    display: inline-block;
    font-weight: 400
}

.hours p {
    font-size: 20px;
    color: #fff;
    font-family: "ibm-plex-sans",sans-serif;
    margin: 5px auto
}

.frame {
    overflow: hidden;
    display: table;
    width: 95%;
    margin: auto;
    border-radius: 0
}

.frame iframe {
    height: 360px;
    display: block;
    max-width: 520px;
    margin: auto;
    width: 100%;
    border-radius: 0
}

figcaption {
    text-align: center
}

figcaption p {
    font: 400 18px/1 ibm-plex-sans,sans-serif;
    text-transform: uppercase;
    color: #fff
}

figcaption i {
    display: inline-block;
    font-size: 22px;
    color: #171A37
}

figcaption strong {
    margin-top: 0;
    font-weight: 400;
    display: block;
    font-size: 20px;
    font-family: "ibm-plex-sans",sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

figcaption:hover p {
    color: #F56152
}

.copy {
    padding: 20px 10px 60px;
    margin: auto;
    text-transform: uppercase;
    font: 400 11px/1.4 ibm-plex-sans,sans-serif;
    color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: .15em
}

.copy a,.copy p {
    font: 400 11px/1.4 ibm-plex-sans,sans-serif;
    color: #fff
}

.copy p {
    margin: 20px auto;
    max-width: 1090px;
    letter-spacing: normal
}

.copy a:nth-of-type(1),.copy a:nth-of-type(2) {
    color: #F56152
}

.copy a:nth-of-type(1):hover,.copy a:nth-of-type(2):hover {
    color: #fff
}

.copy a:hover {
    color: #F56152;
    text-decoration: underline
}

.copy span {
    margin: 0 2px
}

::-moz-placeholder {
    color: #000
}

::placeholder {
    color: #000
}

#lp-appointment-form {
    max-width: 850px;
    padding: 10px;
    margin: 20px auto;
    position: relative;
    text-align: center
}

#lp-appointment-form h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 10px auto 40px;
    color: #000
}

#lp-appointment-form > p {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px
}

#lp-appointment-form .simple {
    margin: 40px auto 20px;
    max-width: 550px;
    padding-right: 3px
}

#lp-appointment-form label {
    display: none
}

#lp-appointment-form input,#lp-appointment-form textarea,#lp-appointment-form select {
    width: 93%;
    display: table;
    margin: 10px auto;
    background-color: #d3d3d3;
    color: #000;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    border: none;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5)
}

#lp-appointment-form input:focus,#lp-appointment-form textarea:focus,#lp-appointment-form select:focus {
    background-color: #e3e3e3
}

#lp-appointment-form textarea {
    height: 200px;
    margin-bottom: 30px
}

#lp-appointment-form textarea:focus,#lp-appointment-form input:focus,#lp-appointment-form button:focus {
    outline-style: solid;
    outline-width: thin;
    outline-color: #171A37
}

#lp-appointment-form .submitBtn {
    text-align: center;
    width: 200px;
    margin: auto;
    display: table
}

.sedation-quiz form {
    display: block;
    max-width: 800px;
    margin: 20px auto 40px;
    text-align: left
}

.sedation-quiz form label {
    display: inline-block;
    margin: 20px 5px 0
}

.sedation-quiz form input,.sedation-quiz form textarea,.sedation-quiz form select {
    display: inline-block;
    height: auto;
    min-width: 260px;
    margin: 15px auto;
    margin: 0;
    padding: 7px;
    width: 30%
}

.sedation-quiz form table {
    color: #000;
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto
}

.sedation-quiz tr>td:first-of-type,.sedation-quiz tr>th:first-of-type {
    background: #eee;
    text-align: left;
    width: 75%
}

.sedation-quiz td,.sedation-quiz th {
    padding: 11px 6px;
    border: 1px solid #ccc;
    min-width: 180px;
    width: 20%;
    text-align: center;
    display: inline-block
}

.sedation-quiz form input[type="submit"] {
    white-space: normal;
    width: 237px
}

.sedation-quiz form input,.sedation-quiz form textarea,.sedation-quiz form select {
    display: block
}

table,thead,tbody,th,td,tr {
    display: block
}

.sedation-quiz tr {
    border: 1px solid #ccc
}

.sedation-quiz tr>td:first-of-type {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.sedation-quiz form label {
    display: block
}

.sedation-quiz td:nth-of-type(2):before {
    content: "Yes"
}

.sedation-quiz td::before {
    margin: auto;
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    width: 45%;
    white-space: nowrap
}

.sedation-quiz td:nth-of-type(3):before {
    content: "No"
}

.sedation-quiz td {
    position: relative
}

tr.top-answers {
    display: none
}

.sedation-quiz tbody {
    text-align: center
}

.sedation-quiz td {
    text-align: center!important
}

.sedation-quiz form.forms {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

tr.top-answers {
    display: none
}

#lean_overlay {
    padding: 10px;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

#lean_overlay input,#lean_overlay textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 12px 10px;
    font-size: 17px;
    margin-bottom: 10px;
    color: inherit;
    line-height: 1em;
    transition: .3s ease all;
    box-shadow: 1.5px 2.6px 7px rgba(24,23,24,0.25)
}

.modal-content {
    display: none;
    flex: 100%;
    background: #ededed;
    max-width: 500px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    margin: 15px
}

.modal-close {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1002;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2D6177;
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.3);
    border: 2px solid #fff;
    padding: 1px
}

.modal-close i {
    position: relative;
    color: #fff
}

.modal-close i:before {
    transform: rotate(45deg);
    font-size: 40px;
    margin: 0;
    content: "+";
    line-height: 30px;
    padding-right: 8px
}

.modal-close:hover {
    background-color: #395994
}

.cpn article {
    background-color: #36D7E8;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 30px
}

.cpn article strong {
    font-size: 60px
}

@media (max-width: 1450px) {
    #banner .reader-stamp {
        right:10%
    }

    #banner figcaption {
        left: 15%
    }
}

@media (max-width: 1180px) {
    #banner .banner-flex {
        flex-wrap:wrap
    }

    #banner figure {
        flex: 0 1 100%;
        max-width: 600px;
        order: 3
    }

    #banner h1 {
        max-width: 750px;
        flex: 0 1 100%;
        margin-bottom: 50px
    }
}

@media (max-width: 1160px) {
    h2 {
        font-size:45px
    }

.get-help-content h3 {
    font-size: 36px;
}

    .address {
        font-size: 16px
    }

    .phone {
        font-size: 32px
    }

    #stamp {
        right: auto;
        left: 10px;
        top: -130px
    }

    #stamp img {
        max-width: 180px
    }

    .border-box:before,.border-box:after {
        width: 20px
    }

    .personalized:last-of-type .border-box:before,.personalized:last-of-type .border-box:after {
        width: 50px
    }

    .insurance .flex-ed {
        justify-content: center
    }
}

@media (max-width: 1040px) {
    .split {
        flex-wrap:nowrap
    }

    #banner figcaption {
        left: 40%
    }

    #banner .reader-stamp {
        right: 5%;
        bottom: 50px;
        z-index: 10
    }
}

@media (max-width: 1000px) {
    header address .address {
        display:none
    }

    header .btn {
        margin: 0;
        order: 0
    }

    header .flex-ed {
        justify-content: space-around
    }

    .safe-bar {
        font-size: 18px;
        letter-spacing: .1px
    }

    .phone {
        font-size: 24px
    }

    #stamp {
        top: -100px
    }

    h2,#practice h2 {
        text-align: center
    }

    #lists {
        flex-wrap: wrap;
        justify-content: center
    }

    .list ul {
        max-width: 490px
    }

    .border-box:before,.border-box:after {
        visibility: visible
    }

    .border-box:after,.border-box:before {
        width: 50px;
        bottom: 20px
    }

    .bkgrd {
        padding: 0
    }

    #dentist {
        display: block;
        padding: 10px 0 0
    }

    #dentist article {
        padding: 10px;
        text-align: center
    }

    #dentist figure {
        margin: auto;
        max-width: 600px;
        padding: 10px 10px 0;
        padding-bottom: 60px
    }

    #dentist figure figcaption {
        text-align: center
    }

    #review-container {
        flex-wrap: wrap
    }

    #google {
        flex: 0 1 100%
    }

    #google p,#google p img {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 5px 10px
    }

    #google > div {
        margin-top: 10px
    }

    #patients {
        display: block
    }

    footer {
        background: #171A37
    }

    footer .flex-ed {
        flex-wrap: wrap;
        justify-content: center
    }

    footer .split {
        margin-bottom: 0
    }

    footer .split article {
        padding: 50px 10px 10px;
        border-radius: 0
    }

    footer .split p {
        text-align: left
    }

    footer .phy,footer .pho,footer .hours {
        display: table;
        margin: 20px auto
    }

    footer .pho {
        margin-top: 40px
    }

    .looking-container {
        display: block
    }

    .looking-container figure {
        margin-bottom: 20px
    }

    .looking {
        padding-bottom: 20px
    }

    .looking p {
        padding: 15px 25px
    }

    .review-stamp {
        left: 100px;
        z-index: 10
    }

    #google {
        border-radius: 0
    }

    #banner {
        background: none
    }

    #banner h1 {
        text-align: center
    }

    #banner article {
        text-align: center;
        margin: 50px auto
    }

    #banner figure img {
        display: block;
        width: 100%
    }

    #banner .banner-flex {
        margin: 40px 0 0 auto
    }

    #banner figure {
        max-width: 100%;
        margin: 0
    }

    .split {
        justify-content: center;
        flex-wrap: wrap
    }

    .split.even figure {
        order: 2;
        margin: 20px auto;
    }

    .split article {
        text-align: center
    }

    .split hr {
        margin: 10px auto
    }

    #double-list .flex-ed {
        justify-content: center
    }

    .green-box {
        margin: 70px auto;
        max-width: 94%;
        padding: 50px 20px
    }

    #get-help {
        padding: 0 0 100px;
    }

    #reviews .flex-ed {
        flex-wrap: wrap
    }

    #reviews .flex-ed figure {
        flex: 0 1 100%
    }

    #reviews .flex-ed article {
        flex: 0 1 100%
    }

    header {
        padding: 0
    }

    header .header-info,header .btn {
        display: none
    }

    .mobile-buttons {
        width: 100%;
        display: flex;
        align-items: stretch
    }

    .mobile-buttons a {
        flex: 0 1 50%;
        padding: 12px 8px;
        background: #A8BAC9;
        color: #fff;
        font-size: 23px;
        font-weight: 400;
        line-height: 1.2
    }

    .mobile-buttons a span {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: 700;
        display: block
    }

    .mobile-buttons a:last-of-type {
        background: #F56152;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .05em
    }
}

@media (max-width: 790px) {
    header {
        padding:0
    }

    header .flex-ed {
        flex-flow: row wrap;
        flex-wrap: wrap;
        align-items: stretch;
        padding: 0
    }

    header .btn,header .phone {
        flex: 0 1 50%;
        border-radius: 0;
        background-color: #F56152;
        font-size: 18px;
        line-height: 1.2
    }

    header .btn:hover,header .phone:hover {
        color: #F56152
    }

    header address {
        display: flex;
        flex-flow: column
    }

    header address a {
        text-align: center;
        flex: 1 0 auto
    }

    header .logo {
        width: 100%;
        margin: 25px auto;
        max-width: 100%
    }

    header .hd-items {
        order: 2;
        flex-direction: row;
        width: 100%
    }

    .safe-bar span:last-of-type {
        display: block;
        font-size: 0
    }

    .mobile-banner-reviews {
        display: block;
        background-color: #f3f3f3;
        text-transform: uppercase
    }

    .mobile-banner-reviews img,.mobile-banner-reviews p {
        display: inline-block;
        vertical-align: middle
    }

    .mobile-banner-reviews p {
        padding: 0 50px;
        font-weight: 700
    }

    .address {
        display: none
    }

    #banner .container {
        flex-wrap: wrap
    }

    #banner figure {
        margin: 0;
        padding-bottom: 0
    }

    #banner figure img {
        margin: 0 auto;
        max-width: 100%
    }

    #banner .extract {
        font-size: 22px;
        color: #064164;
        margin-bottom: 20px;
        display: block
    }

    #banner figcaption {
        left: 5%;
        bottom: 5px
    }

    #banner .reader-stamp {
        right: 5%;
        bottom: 5px;
        z-index: 10
    }

    #lists {
        display: block;
        margin: 0 auto 20px
    }

    .list {
        max-width: 750px;
        margin: 30px auto 20px
    }

    .personalized {
        border-radius: 0;
        margin: 0
    }

    .personalized + .personalized {
        background-color: #151515
    }

    #stamp {
        position: static;
        display: block;
        max-width: 100%;
        background: linear-gradient(0deg,#031b1f 0%,#F56152 100%);
        min-height: 280px;
        display: flex;
        align-items: center;
        height: 35vh
    }

    #stamp img {
        max-width: 100%
    }

    .border-box:before,.border-box:after {
        height: 63%
    }

    .split p,.comment,#practice p {
        text-align: center
    }

    #dentist figure {
        margin-top: -20px
    }

    #practice {
        padding-bottom: 20px
    }

    #practice .flex-ed {
        display: block
    }

    #practice .flex-ed > div {
        margin: 0 auto;
        right: 0
    }

    #practice img {
        margin: 0 auto
    }

    #practice .pager {
        margin-top: 20px
    }

    footer .phy,footer .pho,footer .hours {
        margin: 15px auto
    }

    footer h2 {
        font-size: 42px
    }

    footer .split > div {
        margin-top: 0
    }

    footer article {
        margin-bottom: 30px
    }

    .header-info .phone {
        flex: 0 1 50%;
        background-color: #0064AA;
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff
    }

    .header-info .phone:hover {
        color: #171A37
    }

    .header-info .phone span {
        display: block;
        font-size: 18px
    }

    .header-info .phone small {
        display: none
    }

    footer .split {
        display: block
    }

    #double-list .flex-ed {
        justify-content: center
    }
}

@media (max-width: 700px) {
    .review-stamp {
        position:relative;
        top: auto;
        transform: none;
        left: auto
    }

    .personalized h1,.personalized h2 {
        font-size: 36px
    }

    .looking {
        margin: 20px auto
    }

    .looking p {
        padding: 14px 20px;
        font-size: 18px;
        line-height: 1.45
    }

    .looking p span {
        font-size: 24px
    }

    .insurance {
        padding: 0
    }

    #google > div {
        margin-top: 20px
    }

    #google p {
        margin-bottom: 0
    }

    .comment .caption2 {
        margin-top: 0
    }

    #lp-appointment-form h1 {
        font-size: 36px
    }

    #banner figure .banner-callout {
        margin: 10px
    }

    header .flex-ed {
        padding: 5px 10px
    }
}

@media (max-width: 590px) {
    h1 {
        font-size:55px
    }

    h2 {
        font-size: 36px
    }

.get-help-content h3 {
    font-size: 30px;
}

    .green-box .container .flex-ed {
        justify-content: center;
        flex-wrap: wrap
    }

    .green-box .container .flex-ed div {
        margin: 10px
    }

    #banner .banner-flex {
        margin-bottom: 0
    }

    .safe-bar {
        letter-spacing: 0;
        font-size: 16px
    }

    .safe-bar span {
        margin: 0
    }

    .personalized {
        padding: 20px 10px
    }

    .personalized .list {
        margin: 10px auto
    }

    .list ul li {
        font-size: 24px
    }

    footer h2 {
        font-size: 40px;
        margin-top: 0;
        padding: 0
    }

    footer article {
        padding-top: 20px
    }

    footer article p {
        font-size: 32px;
        margin-top: 5px
    }

    footer figure {
        margin-top: -10px
    }

    footer .flex-ed .fo-logo {
        margin: 50px 0
    }

    .frame {
        max-width: 98%;
        margin: auto
    }

    .frame iframe {
        display: none
    }

    figcaption {
        margin-top: 0
    }

    .copy {
        padding: 30px 10px 20px
    }

    .green-box .container .flex-ed div {
        flex: 0 1 100%;
        margin: 15px auto;
    }
}

@media (max-width: 500px) {
    #banner figcaption {
        bottom:5px
    }

    #banner .reader-stamp {
        position: relative;
        right: auto;
        padding: 10px 0;
        max-width: 240px;
        bottom: 0
    }
}

@media (max-width: 480px) {
    .personalized h1,.personalized h2 {
        font-size:32px
    }

    h2,footer h2 {
        font-size: 42px
    }

    #practice .container {
        padding: 0
    }

    .border-box:before,.border-box:after {
        display: none
    }

    .bkgrd {
        padding-bottom: 25px
    }

    .copy span:last-of-type {
        display: block;
        font-size: 0
    }

    .header-info .phone {
        flex: 0 1 100%
    }

    header .btn-alt {
        flex: 0 1 100%
    }
}

@media (max-width: 400px) {
    header .btn-alt {
        font-size:14px
    }

    .mobile-banner-reviews p {
        padding: 0 30px;
        font-size: 16px
    }

    .safe-bar {
        font-size: 15px
    }

    .personalized {
        padding: 20px 10px
    }

    .personalized p,.personalized figcaption p {
        font-size: 18px
    }

    .personalized li {
        line-height: 1;
        padding-bottom: 5px
    }

    .comment p {
        font-size: 16px;
        letter-spacing: 1px
    }

    .comment .caption2 {
        font-size: 15px
    }

    #dentist .caption {
        font-size: 14px
    }

    h2 {
        font-size: 36px
    }

    .insurance h2 {
        margin: 10px 0 -15px;
        padding: 10px 0 15px
    }

    .insurance .flex-ed div {
        margin: 15px 18px;
        flex: 1 1 100%
    }

    #google p {
        font-size: 14px
    }

    footer .pho {
        font-size: 30px;
        margin-top: 20px
    }

    footer .pho:before {
        top: 0
    }

    .hours:before {
        top: 10px
    }

    footer .split p {
        font-size: 16px
    }
}
