body {
    min-height: 100%;
    word-wrap: break-word;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 87.5%;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    color: #3b3b3b;
}
#header {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#page {
    background-repeat: no-repeat;
    background-size: cover;
}
.site-main {
    padding-bottom: 50px;
}
.layout-container {
    box-sizing: border-box;
    max-width: ;
    margin: 0 auto;
    padding: 0 15px;
}
.site-header {
    padding: 40px 0 15px 0;
}
.site-branding {
    text-align: center;
    padding-bottom: 15px;
}
a.toggle-nav {
    float: right;
    margin: 0px 20px 0px 0;
    color: #021D6C;
    transition: color linear 0.15s;
    font-size: 30px;
    padding: 0;
    display: none;
    text-decoration: none;
}
    
a.toggle-nav:hover, a.toggle-nav:active {
    text-decoration: none;
    color: #021D6C;
} 
.region-primary-menu .block-menu .menu {
    margin: 1.5rem auto;
    display: block;
    width: fit-content;
}
.entry-title {
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    margin: 1.5em 0 1em;
    font-weight: normal;
    color: #000;
}
.entry-content {
    font-size: 1.2em;
    margin-top: 10px;
}
#primary-menu {
    margin: 1.5rem auto;
    display: block;
    width: fit-content;
    padding: 0;
}
#primary-menu li a {
    display: block;
    float: none;
    margin: 4px 0;
    padding: 0.7em 0.8em;
    text-decoration: none;
    color: #333;
    border-radius: 0;
    font-size: 13px;
    background: rgba(255,255,255,0.7);
    text-shadow: 0 1px #eee;
    text-align: center;
    transition: all 0.3s;
}
#primary-menu li a:hover {
    color: #000;
    background: #fff;
}
#primary-menu li.current_page_item a {
    color: #000;
    background: #fff;
}
.site-footer .content {
    color: rgba(255,255,255,0.65);
    font-size: 0.857em;
}



.site-footer {
    background: #292929;
    padding: 35px 0 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.site-footer .block {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #444;
    border-color: rgba(255,255,255,0.1);
}
.site-footer__top .region:last-child {
    padding-right: 0;
}
.request-btn {
    text-align: center;
    margin: 70px 0;
}
.request-box {
    background: #074d75;
    padding: 5px 15px;
    color: #fff;
    margin: 25px auto;
    display: block;
    font-weight: bold;
    width: fit-content;
    text-decoration: none;
    font-size: 1.2em;
    transition: all 0.3s;
    text-transform: uppercase;
}
.request-box:hover {
    text-decoration: none;
    background: #4aa1eb;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
}
.request-btn.inactive .request-box {
    background: #7e9dbd;
    cursor: not-allowed;
    pointer-events: none;
}
.request-btn.inactive .request-box:hover {
    background: #7e9dbd;
    cursor: not-allowed;
}
.bottom-text {
    font-style: italic;
    font-size: 1.2em;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft{
    float: left;
    margin-right: 2rem;
}
.blocker {
    background-color: rgba(0,0,0,.4) !important;
}
body .modal {
    color: #474a57;
    max-width: 650px;
    font-size: 1.2em;   
}
.treatments {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.treatment {
    width: 33%;
    text-align: center;
}
.treatment a {
    text-decoration: none;
}
.treatment a:hover {
    text-decoration: underline;
}
.treatment-title {
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: #074d75;
    font-size: 18px;
}
.entry-content ul {
    margin: 0;
    padding: 0 20px;
}
.content-404 {
    font-size: 1.2em;
    padding: 20px 0 70px 0;
}
/* 
** Contact Form 7 Styles 
*/


.wpcf7-form {
    max-width: 760px;
    padding: 0 20px;
    margin: 0 auto;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.wpcf7-form a {
    color: #074d75;
    text-decoration: none;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea,
.wpcf7-form select {
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius:4px;
    border: 0;
    margin-bottom: 30px;
    font-size: 14px;
    max-width: 100%;
    font-family: Georgia,"Times New Roman",Times,serif;
    box-sizing: border-box;
}
.wpcf7-form select {
color: #757575;
}
.wpcf7-form textarea {
    margin-bottom: 0px;
}

.wpcf7-form p {
    margin: 0;
}
.wpcf7-form br {
    display: none;
}

.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}

.wpcf7-form textarea{ 
    width: 100% !important;
    height:90px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px 0.5em 1em;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
span.wpcf7-not-valid-tip {
    color: #f9443b;
    position: absolute;
    font-size: 14px;
    top: 42px;
    font-weight: 400;
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

/* 
** Button Styles 
*/

.wpcf7-form input[type="submit"] {
    background: #074d75;
    padding: 7px 20px;
    color: #fff;
    margin: 25px auto 15px auto;
    display: block;
    font-weight: bold;
    border: 0;
    width: fit-content;
    text-decoration: none;
    font-size: 1.2em;
    transition: all 0.3s;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.wpcf7-form input[type="submit"]:hover {
    text-decoration: none;
    background: #4aa1eb;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #7e9dbd;
}
.wpcf7 .wpcf7-submit:disabled:hover {
    cursor: not-allowed;
    background: #7e9dbd;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}


@media (min-width: 851px) {
.site-footer__top .region:first-child {
    padding-left: 0;
}
.site-footer__top .region {
    width: 24%;
    padding: 0 0.65%;
}
}

@media (min-width: 1180px) {
.layout-container {
    max-width: 1090px;
}
}
@media (min-width: 479px) {
#primary-menu .menu-item {
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 1px;
    padding: 0 1px;
    list-style: none;
    display: inline-block;
}
}


@media (max-width: 479px) {
a.toggle-nav {
    display: inline-block;
}
.menu-new-top-menu-container {
    display: none;
}
#primary-menu {
    margin: 5px;
    display: block;
    width: calc(100% - 10px);
    padding: 0;
}
a.toggle-nav {
    z-index: 1000;
    display: block;
    float: none;
    padding: 0.9em 10px 0.9em 10px;
    text-decoration: none;
    color: #333;
    background: #ccc;
    background: rgba(255,255,255,0.7);
    text-shadow: 0 1px #eee;
    font-size: 0.929em;
    height: 22px;
    margin: 1em 0 0 0;
}
a.toggle-nav:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
    background: url(../img/hamburger.svg) no-repeat;
    background-size: contain;
}
.main-navigation {
    margin-left: -15px;
    width: calc(100% + 30px);
}
#primary-menu .menu-item {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.treatment {
    width: 100%;
    margin: 25px 0;
}
.treatments {
    padding: 10px 0;
}
}
@media (max-width: 390px) {
img.alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
}