/*  ECNW STYLESHEET:  */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a{
    background-color: transparent;
    cursor: pointer;
    color: black;
    font-family: "Montserrat", sans-serif;
}

#ECNW a{
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* Custom Styles */

:root{
    /*--green: rgb(62,235,95);*/
    /*--teal: rgb(19,216,201);*/
    --seablue: #4f8fab;
    /*--yellow: rgb(251,190,2);*/
    --yellow: #f4d577;
    --gold: #dda62c;
    /*--blue: rgb(54,150,210);*/
    --blue: #388fad;
    /*--navy: rgb(15,53,87);*/
    --navy: #0e3872;
    --charcoal: rgb(51,51,51);
    --primary-font: 'Roboto', arial, sans-serif;
    --secondary-font: 'Open Sans', arial, sans-serif;
    --tertiary-font: 'Montserrat', arial, sans-serif;
    --quaternary-font: 'Raleway', arial, sans-serif;
}

html{
    font-size: 16px;
}

/* Headers */

h1.front-page{
    position: absolute;
    text-indent: -9999px;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 4.125rem;
    text-transform: uppercase;
    margin: 1rem;
}

h3{
    font-family: "Montserrat", sans-serif;
    font-size: 2.8rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 1rem;
}

svg.nav_phone{
    width: 35px;
    height: 25px;
}

/* Text */

#ECNW .seablue{
    color: var(--seablue);
}

#ECNW .charcoal{
    color: var(--charcoal);
}

#ECNW .white{
    color: white;
}

#ECNW .grey {
    color: #606060;
}

#ECNW .bold{
    font-weight: 700;
}
.regular{
    font-weight: 400;
}
.light{
    font-weight: 300;
}
.toUpper{
    text-transform: uppercase;
}
#content p{
    font-family: "Montserrat", sans-serif;
    margin: 1rem;
}
p.sub-header{
    font-size: 1.375rem;
    line-height: 2rem;
    padding-top: 1.75rem;
}
p.sub-h2{
    font-size: 2.8125rem;
}
p.sub-h2-2{
    font-size: 1.625rem;
}
p.lh-5, h2.lh-5{
    line-height: 5rem;
}

.nobr{
    white-space: nowrap;
}

li{
    white-space: nowrap;
	font-family: "Montserrat", monospace; /* 1 */
}

/* Buttons */

a.button, button.button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 20px;
    border-radius: 50px;
    color: white;
    display: inline-block;
    text-align: center;
}

a.button.green{
    border: 2px solid var(--green);
}
a.button.solid.green{
    background-color: var(--green);
    color: white;
}

a.button:hover{
    opacity: 0.75;
}
a.button.solid.green.small{

}
a.button.hollow.green{
    border: 2px solid var(--green);
    color: var(--green);
}
a.button.solid.yellow, button.button.solid.yellow{
    background-color: var(--yellow);
    width: 100%;
    max-width: 310px;
}

div#mobile-button-wrapper{
    display: none;
}

#nav-container ul #menu-item-1026 .sub-menu li:first-of-type a {
    white-space: pre-wrap;
}

/* Mobile Menu */

#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    z-index: 2;

    -webkit-touch-callout: none;
}

#menuToggle span{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    -webkit-transform-origin: 22px 2px;

    transform-origin: 22px 2px;

    -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle input:checked ~ span{
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px);
}

#menu{
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    -webkit-transform-origin: 0% 0%;

    transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

}

#menuToggle input:checked ~ ul{
    -webkit-transform: none;
    transform: none;
}

nav#menu-wrapper.open{
    right: 0;
    -webkit-transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

/* Content */

div.guide-wrapper{
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

div.ultimate-guide-link{
    max-width: 815px;
    display: grid;
    grid-template-columns: 2fr 3fr;
}

div.ultimate-guide-link img{
    grid-column: 1/2;
    justify-self: flex-end;
}
div.ultimate-guide-link > div{
    grid-column: 2/3;
    text-align: left;
    padding-left: 30px;
}

div.ultimate-guide-link p{
    letter-spacing: 2px;
}

div.guide-wrapper div.ultimate-guide-link:first-child{
    padding-right: 25px;
}

ul.guide-list{
    list-style: none;
    padding: 10px 0px;
}
ul.guide-list li{
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
}

ul.guide-list li:before{
    content:"\25B6";
    display: inline-block;
    color: var(--gold);
    -webkit-transform: scale(0.75,0.75);
    transform: scale(0.75,0.75);
    height: 27px;
    width: 25px;
}

p.sub-h2-2.bold.gold.toUpper{
    margin: 0;
}
p.sub-h2-2.bold.toUpper{
    margin: 0;
}

/* Footer */

div.footer-menu ul, div.footer-menu ul li {
    list-style: none;
    line-height: 2rem;
    padding-left: 0;
}
ul.header-menu > li.menu-item > a{
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu a:hover:not(.button){
    color: #75892c;
}

div.footer-menu .sub-menu{
    padding: 0;
}
div#footer-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 3fr 2fr 1fr;
    background: #f8f8f8;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    /* justify-items: center; */
    padding: 0 3vw;
}

div#footer-logo-wrapper{
    grid-column: 1/5;
    grid-row: 1/2;
    justify-self: center;
    padding-top: 25px;
    align-self: center;
}

div#footer-copyright{
    grid-column: 1/3;
    grid-row: 4/5;
    align-self: center;
    justify-self: center;
}

svg.social_icon{
    width: 40px;
    height: 40px;
}

div#footer-social-media{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 4/5;
    grid-row: 4/5;
    justify-self: center;
    align-self: center;
}

div#footer-social-media svg.social_icon{
    height: 50px;
    padding: 10px 10px;
}

div#menu-locations{
    grid-column: 1/2;
}
div#menu-procedures{
    grid-column: 2/3;
}
div#menu-doctors{
    grid-column: 3/4;
}
div#menu-aboutus{
    grid-column: 4/5;
}
div#menu-faq{
    grid-column: 1/2;
}
div#menu-pricing{
    grid-column: 2/3;
}
div#menu-self-test{
    grid-column: 3/4;
}
div#menu-reviews{
    grid-column: 4/5;
}

/* Pricing */

#ECNW input, #ECNW select, #ECNW label{
    font-size: 16px;
}

#ECNW header .button.green{
    background: var(--green);
}

#ECNW ul{
    margin: 0;
}

/* Internal Pages */

div#content {
    background-color: #ffffff;
}

#main-content{
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

#main-content h2{
    font-size: 40px;
    margin: 1rem 0;
}

#main-content h3{
    font-weight: 400;
    font-size: 30px;
    margin: 20px 0;
    letter-spacing: 0;
}

#main-content h4{
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    margin: 30px 0 0 0;
}

#main-content p{
    font-size: 18px;
    font-weight: 400;
    margin: 1rem 0 2rem;
    line-height: 26px;
}

#main-content li {
    white-space: normal;
}

#gridWrapper{
    max-width: 1220px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px;
    padding: 10px;
}

#primary{
    grid-column: 1/2;
}

#primary img.wp-post-image{
    margin: 0;
    width: 100%;
    height: auto;
	max-width: 500px;
}

#main-content h3.post-title{
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0;
}

#main-content p.post-type{
    font-size: 20px;
    color: #00529B;
    font-weight: 600;
    margin: 20px 0;
}

#main-content h2{
    margin-bottom: 20px;
    color: #0f3557;
}

#main-content p.dr-creds{
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

#main-content .back-home{
    /*font-size: 14px;*/
    font-size: 1.05rem;
    font-weight: bold;
    color: #dda62c;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

#locationsContainer{
    max-width: 1024px;
    margin: auto;
}

#locationsContainer > p {
    text-align: center;
    margin: 10px;
}

#locationsWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.location{
    padding: 25px;
}

#ECNW #main-content .location h2{
    font-size: 25px;
    font-weight: 500;
    padding: 20px 0;
}

#ECNW #main-content .location p{
    margin: 5px 0;
}

#main-content a.button.solid.yellow{
    margin: 25px 0 0 0;
    font-size: 16px;
}

#main-content p.associations{
    margin-top: 0;
}

.post-social-media{
    display: flex;
    align-content: center;
    justify-content: left;
}

.post-social-media a{
    padding: 0 10px;
}



/* Sidebar */

#ECNW #sidebarWrapper{
    grid-column: 2/3;
    font-family: 'Roboto', sans-serif;
}

#ECNW #sidebarWrapper h2{
    font-weight: 300;
    text-transform: unset;
    margin: 0;
    color: #0f3557;
}

#ECNW #postListWrapper{
    width: 100%;
    background: #f2f2f2;
}

#ECNW #postListWrapper h4{
    color: #00529B;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 15px 0 0 25px;
}

#ECNW #postListWrapper a{
    color: #0e3456;
    margin: 0 25px 0 25px;
    padding: 25px 0 25px 0;
    font-size: 22px;
    font-weight: 400;
    display: block;
}

#ECNW #sidebarImageWrapper a:hover{
    background: #ffbf00;
    border-color: #ffbf00;
    color: white;
    opacity: 1;
}

#ECNW .grey-underline{
    border-bottom: 1px solid #d9d9d9;
}

#ECNW .post-date{
    display: block;
    padding-top: 25px;
    font-weight: 400;
}

#ECNW #content .post-date{
    padding-top: 0;
}

#ECNW #ultimateGuideWrapper{
    display: none;
    text-align: center;
    margin: 50px 0;
    padding-top: 50px;
    border-top: 1px solid #d9d9d9;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

#ECNW #ultimateGuideWrapper > p{
    font-size: 26px;
    color: #0f3557;
}

#ECNW #sidebarImageWrapper{
    position: relative;
}

#ECNW #sidebarImageWrapper img{
    width: 100%;
    position: relative;
    display: block;
}

#ECNW #sidebarImageWrapper div{
    position: relative;
}

#ECNW #sidebarImageWrapper div:after{
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ECNW #sidebarImageWrapper p{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 5%;
    font-size: 30px;
    line-height: 40px;
    padding: 0 10px;
}

#ECNW #sidebarImageWrapper a{
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    width: unset;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Reviews */

#ECNW nav.pagination {
    border-top: none;
}

#ECNW .page-numbers.current, #ECNW a.prev.page-numbers,
#ECNW a.next.page-numbers {
    color: var(--gold) !important;
}

#ECNW a.prev.page-numbers,
#ECNW a.next.page-numbers {
    float: unset;
    font-size: 1rem;
    background-color: unset;
}

#ECNW .pagination a:not(.prev):not(.next):focus,
#ECNW .pagination a:not(.prev):not(.next):hover {
    box-shadow: none;
    border-bottom: 2px solid var(--navy);
}

#ECNW .page-numbers {
    display: unset;
    padding: 0.75rem 0.75rem 0.25rem;
}

#ECNW a.page-numbers {
    color: var(--navy)
}

#ECNW span.page-numbers.dots {
    padding: 0;
    color: var(--navy);
}

@media screen and (max-width: 455px) {
    #ECNW .page-numbers {
        padding: 0.5rem 0.5rem 0.25rem;
    }
}

@media screen and (max-width: 370px) {
    #ECNW .page-numbers {
        padding: 0.25rem 0.25rem 0.25rem;
    }
}

/* Blog Roll */

#ECNW .more-link {
    display: none;
}

#ECNW .read-more {
    color: var(--gold);
    font-family: var(--tertiary-font);
}

[id*="ind-post-wrapper"] {
    position: relative;
}

#ECNW .header-banner {
    display: flex;
    background-repeat: no-repeat;
}

.banner-text{
    width: 40%;
}

#ECNW .header-banner .banner-text div{
    background: -moz-linear-gradient(left, rgba(244, 213, 119,1) 1%,rgba(244, 213, 119,1) 70%,rgba(244, 213, 119,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244, 213, 119,1) 1%,rgba(244, 213, 119,1) 70%,rgba(244, 213, 119,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244, 213, 119,1) 1%,rgba(244, 213, 119,1) 70%,rgba(244, 213, 119,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    justify-content: center;
    width: 160%;
}

#ECNW .header-banner .banner-text div h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5;
    width: 55%;
    margin: 5.5rem 0;
}

#ECNW .top-posts {
    box-sizing: border-box;
    margin-top: 1rem;
}

#ECNW .top-posts .filter-select {
    display: flex;
    justify-content: center;
    margin-top: 6em;
    margin-bottom: 2em;
}

#ECNW .top-posts .filter-select form .select-wrapper {
    border: 3px solid var(--gold);
    border-radius: 5px;
    margin: 0 3em 4em;
    display: inline-block;
    position: relative;
}

#ECNW .top-posts .filter-select form .select-wrapper::after {
    content: "\25BC";
    color: var(--gold);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: 5px;
    pointer-events: none;
}

#ECNW .top-posts .filter-select form select {
    -webkit-appearance: none;
    color: var(--gold);
    letter-spacing: 1px;
    background-color: white;
    padding: 0.75em calc(15vw - 3em) 0.75em 1.5em;
    border: none;
    outline: none;
    width: 100%;
}

#ECNW .top-posts .filter-select #category-filter .select-wrapper .postform {
    text-transform: uppercase;
    font-weight: bold;
}

#ECNW .top-posts .filter-select #category-filter .select-wrapper .postform option {
    text-transform: uppercase;
    font-weight: bold;
}

#ECNW .top-posts .return-nav-wrapper {
    grid-area: back;
}

#ECNW .top-posts .posts-wrapper {
    display: grid;
    /*grid-template-columns: 0.8fr 1fr 1.17fr 1fr 0.8fr;*/
    grid-template-columns: 0.8fr 1fr 1.17fr 1.2fr 0.8fr;
    grid-template-rows: auto minmax(auto, 1fr);
    /*grid-row-gap: 4em;*/
    grid-template-areas: ". back back back ."
    ". featured featured featured ."
    ". post1 post2 post3. "
    "cta cta cta cta cta"
    ". post4 post5 post6 ."
    ". post7 post8 post9 .";
}

#ECNW .post-image {
    margin-bottom: 2em;
}

#ECNW .post-content .post-date {
    margin: 0;
}

#ECNW .top-posts .posts-wrapper .post-content .blog-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-transform: capitalize;
}

#ECNW .top-posts .posts-wrapper .post-content .blog-title a {
    color: inherit;
}

#ECNW .top-posts .posts-wrapper .blog-title a span{
    line-height: 1.25;
    color: var(--blue);
}

#ECNW .top-posts .posts-wrapper .blog-title a span:hover {
    border-bottom: 2px solid var(--gold);
}

#ECNW .top-posts .posts-wrapper .post-excerpt {
    line-height: 1.5;
    font-size: 1.125em;
    margin-bottom: 2em;
}

#ECNW .top-posts .posts-wrapper .post-content .post-date {
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 {
    display: flex;
    justify-content: center;
    grid-area: featured;
    margin-top: 2em;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-image {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-image .featured-image {
    width: 100%;
    /*max-width: 600px;*/
    margin: 0 auto;
}

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

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-content {
    max-width: 32%;
    margin-left: 2em;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-content .blog-title {
    font-size: 2rem;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-content .post-category {
    margin-top: 0;
    font-weight: bold;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-content .post-excerpt p {
    font-size: 1.325em;
}

#ind-post-wrapper-1, #ind-post-wrapper-3 {
    margin: 4em 0;
}

#ind-post-wrapper-4, #ind-post-wrapper-6,
#ind-post-wrapper-7, #ind-post-wrapper-9 {
    margin-top: 4em;
}

#ind-post-wrapper-1, #ind-post-wrapper-2, #ind-post-wrapper-3, #ind-post-wrapper-4, #ind-post-wrapper-5, #ind-post-wrapper-6,
#ind-post-wrapper-7, #ind-post-wrapper-8, #ind-post-wrapper-9 {
    max-width: 400px;
}

#ind-post-wrapper-1 .post-content, #ind-post-wrapper-2 .post-content,
#ind-post-wrapper-3 .post-content, #ind-post-wrapper-4 .post-content, #ind-post-wrapper-5 .post-content,
#ind-post-wrapper-6 .post-content, #ind-post-wrapper-7 .post-content, #ind-post-wrapper-8 .post-content,
#ind-post-wrapper-9 .post-content {
    min-width: 250px;
}

#ind-post-wrapper-1 .post-content .post-category, #ind-post-wrapper-2 .post-content .post-category,
#ind-post-wrapper-3 .post-content .post-category, #ind-post-wrapper-4 .post-content .post-category, #ind-post-wrapper-5 .post-content .post-category,
#ind-post-wrapper-6 .post-content .post-category, #ind-post-wrapper-7 .post-content .post-category, #ind-post-wrapper-8 .post-content .post-category,
#ind-post-wrapper-9 .post-content .post-category {
    font-family: var(--quaternary-font);
    font-size: 1em !important;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-1 {
    grid-area: post1;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-2 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 1em;
    margin: 4em 1em;
    grid-area: post2;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-3 {
    grid-area: post3;
}

#ECNW .cta-ultimate {
    display: none;
    /*display: flex;*/
    justify-content: center;
    background-color: #f7f7f7;
    padding: 3rem 0;
    grid-area: cta;
}

#ECNW .cta-ultimate .ultimate-left {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    margin-right: 4.5rem;
    color: var(--navy);
}

#ECNW .cta-ultimate .ultimate-left h2 {
    font-weight: 400;
    font-size: 3em;
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--navy);
}

#ECNW .cta-ultimate .ultimate-left h3 {
    font-weight: 400;
    font-size: 2.5em;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 1em;
}

#ECNW .ultimate-guide-link p {
    margin: 0;
}

#ECNW .cta-ultimate .ultimate-left h3:last-of-type {
    font-size: 2em;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-4 {
    grid-area: post4;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-5 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 1em;
    margin: 4em 1em 0;
    grid-area: post5;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-6 {
    grid-area: post6;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-7 {
    grid-area: post7;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-8 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 1em;
    margin: 4em 1em 0;
    grid-area: post8;
}

#ECNW .top-posts .posts-wrapper #ind-post-wrapper-9 {
    grid-area: post9;
}

#ECNW #posts-nav {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #606060;
    display: flex;
    justify-content: center;
    margin: 6em 0;
}

#ECNW #posts-nav .page-numbers {
    color: #606060;
    padding: 0 8px 0 12px;
    border-right: 2px solid #606060;
    align-self: center;
}

#ECNW #posts-nav a:nth-last-of-type(2) {
    border-right: none;
}

#ECNW #posts-nav a:nth-of-type(3) {
    border-right: 2px solid #606060;
}

#ECNW #posts-nav .current {
    font-size: 1.2em;
}

#ECNW #posts-nav .current, a.prev, a.next {
    color: var(--gold) !important;
}

#ECNW #posts-nav a.prev {
    padding-right: 6rem;
    border: none !important; /*COME BACK TO THIS*/
}

#ECNW #posts-nav a.next {
    padding-left: 6rem;
    border: none !important; /*COME BACK TO THIS*/
}

#ECNW #posts-nav a.prev::before {
    content: "\2190";
    color: var(--gold);
    font-size: 12px;
    padding-right: 7px;
    position: relative;
    bottom: 3px;
}

#ECNW #posts-nav a.next::after {
    content: "\2192";
    color: var(--gold);
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    bottom: 4px;
}

/* Media Queries */

@media screen and (min-width: 1600px){
    #ECNW .cta-wrapper{
        flex-direction: row;
    }
}

/* Updated 2019/07/15 */

@media screen and (max-width: 1440px){
    html{
        font-size: 15px;
    }

    #ECNW #ind-post-wrapper-1 h3, #ind-post-wrapper-2 h3, #ind-post-wrapper-3 h3,
    #ind-post-wrapper-4 h3, #ind-post-wrapper-5 h3, #ind-post-wrapper-6 h3,
    #ind-post-wrapper-7 h3, #ind-post-wrapper-8 h3, #ind-post-wrapper-9 h3 {
        font-size: 2.15em;
    }
}

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

    div.guide-wrapper{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    div.guide-wrapper div.ultimate-guide-link:first-child{
        padding-bottom: 25px;
    }

    #ECNW .top-posts .posts-wrapper .post-excerpt {
        margin-bottom: 4em;
    }

    #ECNW #ind-post-wrapper-0 {
        flex-flow: column;
        align-items: center;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-content {
        margin-left: 0;
        max-width: unset;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-content .post-category {
        margin-top: 1em;
    }
}

/* Updated 2019/07/15 */

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

    div#footer-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    div#footer-copyright {
        grid-column: 1/4;
    }

    #ECNW #main-content .header-banner {
        background-image: none;
        background-color: var(--gold);
    }

    #ECNW .header-banner .banner-text div {
        text-align: center;
        width: 100%;
        min-width: 100vw;
        background: -moz-linear-gradient(bottom, rgba(244, 213, 119, 1) 1%, rgba(244, 213, 119, 1) 70%, rgba(244, 213, 119, 0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(bottom, rgba(244, 213, 119, 1) 1%, rgba(244, 213, 119, 1) 70%, rgba(244, 213, 119, 0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top, rgba(244, 213, 119, 1) 1%, rgba(244, 213, 119, 1) 70%, rgba(244, 213, 119, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    #ECNW .header-banner .banner-text div h1 {
        /*font-size: 3.5rem;*/
        width: 100%;
        margin: 3.5rem 0;
    }
}

@media screen and (max-width: 1260px){
    #main-content #gridWrapper{
        max-width: 1024px;
    }
    #ECNW .cta-ultimate {
        flex-flow: column;
        align-items: center;
    }
}

@media screen and (max-width: 1024px){
    html{
        font-size: 14px;
    }
}

/* Updated 2019/07/15 */

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

    #ECNW .post-content  p:last-of-type {
        margin-bottom: 1em;
    }

    #ECNW .header-banner .banner-text div h1 {
        /*width: 100%;*/
        font-size: 2rem;
    }

    #ECNW .top-posts .posts-wrapper {
        grid-template-columns: .5fr 5fr .5fr;
        grid-template-areas: ". back ."
        ". featured ."
        ". post1 ."
        ". post2 ."
        ". post3 ."
        "cta cta cta"
        ". post4 ."
        ". post5 ."
        ". post6 ."
        ". post7 ."
        ". post8 ."
        ". post9 .";
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-0, #ind-post-wrapper-1,
    #ind-post-wrapper-2, #ind-post-wrapper-3 {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 1.5em;
    }

    #ind-post-wrapper-1, #ind-post-wrapper-2, #ind-post-wrapper-3, #ind-post-wrapper-4, #ind-post-wrapper-5, #ind-post-wrapper-6,
    #ind-post-wrapper-7, #ind-post-wrapper-8, #ind-post-wrapper-9 {
        max-width: unset;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 {
        flex-flow: column;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-image {
        /*width: unset;*/
        margin-bottom: 2rem;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-image .featured-image {
        width: 100%;
        max-width: unset;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-0 .post-content {
        max-width: unset;
        margin-left: 0;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-2 {
        border-left: unset;
        border-right: unset;
        padding: unset;
        margin: 0 0 1.5em 0;
    }

    #ECNW .cta-ultimate .ultimate-left {
        margin: 0 0 1.5em 0;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-4, #ind-post-wrapper-5,
    #ind-post-wrapper-6, #ind-post-wrapper-7, #ind-post-wrapper-8, #ind-post-wrapper-9 {
        border-bottom: 1px solid #e5e5e5;
        max-width: 100%;
        margin: 0 0 1.5em 0;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-5 {
        border-left: unset;
        border-right: unset;
        padding: 0;
        margin: 0 0 1.5em 0;
    }

    #ECNW .top-posts .posts-wrapper #ind-post-wrapper-8 {
        border-left: unset;
        border-right: unset;
        padding: 0;
        margin: 0 0 1.5em 0;
    }

    #ECNW .top-posts .posts-wrapper .cta-ultimate {
        margin: 4em 0;
    }
}

@media screen and (max-width: 900px){
    div#footer-wrapper{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 150px 1fr 1fr 150px 50px;
        justify-items: flex-start;
    }
    div#menu-locations{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    div#menu-procedures{
        grid-column: 2/3;
        grid-row: 2/3;
    }
    div#menu-doctors{
        grid-column: 3/4;
        grid-row: 2/3;
    }
    div#menu-aboutus{
        grid-column: 1/2;
        grid-row: 3/4;
    }
    div#menu-faq{
        grid-column: 2/3;
        grid-row: 3/4;
    }
    div#menu-pricing{
        grid-column: 3/4;
        grid-row: 3/4;
    }
    div#menu-selftest{
        grid-column: 1/2;
        grid-row: 4/5;
    }
    div#menu-reviews{
        grid-column: 2/3;
        grid-row: 4/5;
    }
    div#footer-copyright{
        grid-column: 1/3;
        grid-row: 5/6;
    }
    div#footer-social-media{
        grid-column: 3/4;
        grid-row: 5/6;
    }
}

@media all and (max-width: 768px){
    div.content-wrapper{
        padding: 25px;
    }
    
    div#mobile-button-wrapper{
        display: block;
        position: fixed;
        top: 15px;
        right: 25px;
        z-index: 10;
    }

    nav#menu-wrapper{
        position: fixed;
        background: white;
        top: 0;
        right: -60vw;
        z-index: 5;
        height: 100%;
        -webkit-transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        transition: right 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        padding-top: 25px;
        padding-right: 25px;
    }
    ul#main-menu{
        display: block;
        margin-top: 25px;
        padding-left: 35px;
    }
    ul#main-menu li{
        display: block;
        padding: 25px 0;
    }
    ul#main-menu li#phone_number{
        position: relative;
        right: 35px;
    }
    #main-content #primary{
        grid-column: 1/3;
    }
    #main-content #sidebarWrapper{
        grid-column: 1/3;
    }
    #main-content #gridWrapper{
        max-width: 425px;
    }
}

@media all and (max-width: 740px){
    div#footer-wrapper{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 1fr 1fr 1fr 150px 50px;
        padding-left: 25px;
        padding-bottom: 25px;
    }
    div#menu-locations{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    div#menu-procedures{
        grid-column: 2/3;
        grid-row: 2/3;
    }
    div#menu-doctors{
        grid-column: 1/2;
        grid-row: 3/4;
    }
    div#menu-faq{
        grid-column: 2/3;
        grid-row: 3/4;
    }
    div#menu-aboutus{
        grid-column: 1/2;
        grid-row: 4/5;
    }
    div#menu-pricing{
        grid-column: 2/3;
        grid-row: 4/5;
    }
    div#menu-selftest{
        grid-column: 1/2;
        grid-row: 5/6;
    }
    div#menu-reviews{
        grid-column: 2/3;
        grid-row: 5/6;
    }
    div#footer-copyright{
        grid-column: 1/2;
        grid-row: 6/7;
    }
    div#footer-social-media{
        grid-column: 2/3;
        grid-row: 6/7;
    }
}

@media all and (max-width: 690px){

    div.ultimate-guide-link > div{
        padding-left: 10px;
    }
    div#guide-part-2{
        padding-left: 5vw;
    }
}

@media all and (max-width: 650px){
    div.ultimate-guide-link{
        grid-template-rows: repeat(2,auto);
        grid-gap: 20px 0px;
    }
    div.ultimate-guide-link img{
        grid-column: 1/3;
        grid-row: 1/2;
        justify-self: center;
    }
    div.ultimate-guide-link > div{
        grid-column: 1/3;
        grid-row: 2/3;
        justify-self: center;
    }
    #guide-part-2{
        padding-left: 50px;
    }

    div#footer-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    div#footer-social-media{
        grid-column: 2/3;
        grid-row: 6/7;
    }
    div#footer-copyright{
        grid-column: 1/1;
    }
    div#see-now-wrapper{
        padding: 5px;
    }
}

/* Updated 2019/07/15 */

@media screen and (max-width: 640px){
    #ECNW .step > img{
        display: none;
    }
    #ECNW .ultimate-guide-link > div{
        padding-top: 15px;
        padding-left: 0;
    }
    #ECNW .guide-wrapper > div:first-child > div{
        padding-left: 0;
    }
    #ECNW .ultimate-guide-link{
        display: block;
    }

    #ECNW #ultimate-guide-wrapper .sub-h2-2{
        font-size: 2rem;
    }

    #ECNW #footer-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    #ECNW #footer-social-media{
        grid-column: 2/3;
        grid-row: 6/7;
    }
    #ECNW #footer-copyright{
        grid-column: 1/1;
    }

    /*#ECNW .header-banner .banner-text div h1 {*/
        /*width: 90%;*/
        /*font-size: 2.75rem;*/
    /*}*/

    #ECNW #posts-nav a.prev {
        padding-right: 4rem;
    }

    #ECNW #posts-nav a.next {
        padding-left: 4rem;
    }
}

/* Updated 2019/07/15 */

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

    #ECNW #posts-nav a.prev {
        padding-right: 1.5rem;
    }

    #ECNW #posts-nav a.next {
        padding-left: 1.5rem;
    }
}

@media all and (max-width: 500px){
    #ECNW .header-banner .banner-text div h1{
        font-size: 1.75rem;
    }

    a.button.solid.yellow{
        max-width: 250px;
    }
    li.wrap{
        white-space: normal;
    }

    html{
        font-size: 13px;
    }

    div#footer-logo-wrapper{
        padding-top: 0;
    }
    div#footer-wrapper{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
    div#footer-copyright{
        text-align: center;
    }
    div#footer-social-media{
        padding-right: 25px;
        margin: auto;
    }
}

/* Updated 2019/07/15 */

@media screen and (max-width: 460px) {
    #ECNW #posts-nav a.prev {
        padding-right: 0;
    }

    #ECNW #posts-nav a.next {
        padding-left: 0;
    }
}

/* Updated 2019/07/15 */

@media screen and (max-width: 425px) {
    #ECNW .header-banner .banner-text div h1{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 400px) {
    #ECNW #ind-post-wrapper-1 h3, #ind-post-wrapper-2 h3, #ind-post-wrapper-3 h3,
    #ind-post-wrapper-4 h3, #ind-post-wrapper-5 h3, #ind-post-wrapper-6 h3,
    #ind-post-wrapper-7 h3, #ind-post-wrapper-8 h3, #ind-post-wrapper-9 h3 {
        font-size: 2rem;
    }

    #ECNW #posts-nav .page-numbers {
        padding: 0 6px
    }
}

@media all and (max-width: 375px) {
    #ECNW .top-posts .posts-wrapper .blog-title a span {
        font-size: 1.75rem;
    }
    #ECNW .header-banner .banner-text div h1{
        /*font-size: 2rem;*/
    }
    /*div.content-wrapper{*/
    /*    padding: 25px 5px;*/
    /*}*/
    /*p.sub-header{*/
    /*    padding: 1.75rem 5px 0;*/
    /*}*/
    /*div.logo-wrapper{*/
    /*    justify-self: flex-start;*/
    /*    padding-left: 5vw;*/
    /*}*/
    /*img#header-logo{*/
    /*    width: 200px;*/
    /*}*/
    /*div#footer-wrapper{*/
    /*    padding: 0;*/
    /*}*/
    /*.footer-menu{*/
    /*    padding: 0 0 0 25px;*/
    /*}*/
}

/* Updated 2019/07/15 */

@media all and (max-width: 320px){
    .social-button{
        grid-template-columns: 45px 55px 110px 80px;
    }
}


/* REQUEST APPT BUTTON AND MODAL */

#page {
    position: relative;
}

.bottom-button-container {
    display: flex;
    flex-wrap: wrap;
}

.self-test-button {
    background-color: var(--yellow);
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 1rem;
    border-radius: 5px;
    margin: 0 0.5rem 1.5rem;
    cursor: pointer;
}

.self-test-button:hover {
    opacity: 0.75;
}

.self-test-button a {
    color: #FFFFFF;
}

.appt-request-button {
    background-color: var(--blue);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 1rem;
    border-radius: 5px;
    margin: 0 0.5rem 1.5rem;
    cursor: pointer;
}

.appt-request-button:hover {
    opacity: 0.75;
}

#request-appt-lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0,0,0,0.8);
    color: var(--blue);
}

#request-appt-wrapper {
    position: absolute;
    top: 50px;
    right: 50%;
    transform: translate(50%);
    width: 100%;
    max-width: 600px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 0.5rem 1rem 1.75rem;
}

#request-appt-wrapper .modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.125rem;
    padding: 2px 7px;
    border: 2px solid;
    border-radius: 36px;
    cursor: pointer;
}

#request-appt-wrapper h3 {
    font-size: 1.5rem;
    margin: 1.75rem auto 1rem;
}

#request-appt-wrapper p {
    max-width: 500px;
    margin: 1rem auto;
}

#request-appt-wrapper form {
    font-size: 18px;
    color: #004b93;
}

#request-appt-wrapper .contactInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
    margin: 5px auto 0;
}

#request-appt-wrapper .contactInfo label {
    display: none;
}

#request-appt-wrapper .contactInfo input {
    color: #004b93;
    font-size: 17px;
    font-weight: 600;
    padding: 0.5rem;
    border: 2px solid #004b93;
    border-radius: 5px;
}

#request-appt-wrapper ::placeholder {
    color: #004b93 !important;
}

#request-appt-wrapper .contactInfo div {
    margin: 10px auto 0;
}

#request-appt-wrapper .contactDay {
    max-width: 300px;
    margin: 20px auto 0;
    text-align: center;
}

#request-appt-wrapper .contactTime {
    max-width: 300px;
    margin: 20px auto 0;
    text-align: center;
}

#request-appt-wrapper .contactDay input,
#request-appt-wrapper .contactTime input {
    margin-right: 0;
}

#request-appt-wrapper .contactDay label,
#request-appt-wrapper .contactTime label {
    font-size: 17px;
    margin-bottom: 10px;
}

.infusion-field label {
    display: inline-block;
    font-weight: 700;
}

.infusion-field .options-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#request-appt-wrapper .infusion-submit {
    max-width: 250px;
    margin: 0 auto;
}

#request-appt-wrapper .infusion-submit button {
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    padding: 7px 0;
    background-color: var(--yellow);
    border-color: transparent;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.8);
    cursor: pointer;
}

#request-appt-wrapper .infusion-submit button:hover {
    opacity: 0.8;
}

@media screen and (max-width: 680px) {
    #request-appt-wrapper {
        max-width: 540px;
    }

    #request-appt-wrapper h3 {
        font-size: 1.25rem;
    }
}