@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap);* {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: arial
}

html {
    font-size: 100%
}

body {
    margin: 0;
    background: #fff;
    overflow-x: hidden
}
ol,ul {
    margin: 0;
    padding: 0
}

button {
    background-color: transparent;
    border: 0;
    text-align: left
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px
}

.container:after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 1200px) and (max-width:1439px) {
    .container {
        padding-right:100px;
        padding-left: 100px
    }
}
body {
    color: #1a1b1c;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem
}
.h1,h1 {
    margin-bottom: 25px;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 3.25rem
}
.h2,h2 {
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.5rem
}
.h3,h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem
}
.p,p {
    margin-bottom: 20px
}

strong {
    font-weight: 600
}

a {
    -webkit-transition: color 225ms cubic-bezier(.4,0,.2,1),background-color 225ms cubic-bezier(.4,0,.2,1);
    transition: color 225ms cubic-bezier(.4,0,.2,1),background-color 225ms cubic-bezier(.4,0,.2,1);
    color: #0287c9;
    font-weight: 500;
    text-decoration: underline
}

a:focus,a:hover {
    color: #1a1b1c;
    -webkit-transition: color 195ms cubic-bezier(0,0,.2,1),background-color 195ms cubic-bezier(0,0,.2,1);
    transition: color 195ms cubic-bezier(0,0,.2,1),background-color 195ms cubic-bezier(0,0,.2,1)
}

address {
    font-style: normal
}
header.global {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1)
}
@media (min-width: 992px) {
    header.global {
        position:relative;
        background: #fff;
        overflow: hidden
    }
}
@media (min-width: 992px) and (max-width:1439px) {
    header.global {
        padding:20px 0 23px;
        height: 96px
    }
}
footer {
    background: #0287c9
}

@media (min-width: 992px) {
    footer {
        padding:40px 0
    }
}
footer .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: #fff
}

footer .inner-wrap:after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 1200px) and (max-width:1439px) {
    footer .inner-wrap {
        padding-right:100px;
        padding-left: 100px
    }
}
footer .inner-wrap ul li {
    list-style: none
}

footer .inner-wrap a {
    color: #fff;
    text-decoration: none
}

@media (min-width: 992px) {
    footer .inner-wrap .content-left {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 24%
    }
}
footer .inner-wrap .content-left .contact-info {
    margin-top: 40px
}

footer .inner-wrap .content-left .contact-info address {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

footer .inner-wrap .content-left .contact-info p {
    margin: 30px 0 0;
    font-size: 1rem;
    line-height: 1rem
}

footer .inner-wrap .content-left .contact-info p strong {
    margin-right: 15px;
    font-weight: 600
}

footer .inner-wrap .content-left .contact-info p a {
    color: #fff;
    font-weight: 400;
    text-decoration: none
}
@media (min-width: 992px) {
    footer .inner-wrap .content-right {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 76%
    }
}
@media (min-width: 992px) {
    footer .inner-wrap .content-right .column {
        padding:0 15px;
        width: 33.33%;
    }
}
footer .inner-wrap .content-right .column h3 {
    position: relative;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase
}
@media (min-width: 992px) {
    footer .inner-wrap .content-right .column h3 {
        padding-bottom:17px;
        display: inline-block;
        font-weight: 600;
        line-height: 1rem
    }
}
@media (min-width: 992px) {
    footer .inner-wrap .content-right .column h3:before {
        position:absolute;
        bottom: 0;
        width: 30px;
        height: 2px;
        background-color: #0287c9;
        content: "";
        display: inline-block
    }
}
@media (max-width: 991px) {
    footer .inner-wrap .content-right .column h3 {
        padding:15px 40px 15px 20px;
        width: 100%;
        background-color: #0864b1;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        line-height: 1.1875rem
    }
}
footer .inner-wrap .content-right .column [class*=menu] {
    -webkit-transition: height 255ms cubic-bezier(0,0,.2,1);
    transition: height 255ms cubic-bezier(0,0,.2,1);
    overflow: hidden
}

@media (max-width: 991px) {
    footer .inner-wrap .content-right .column [class*=menu] ul {
        background-color:#006999;
        padding: 20px 20px 25px
    }
}

footer .inner-wrap .content-right .column [class*=menu] ul li {
    margin-top: 15px
}

@media (min-width: 992px) {
    footer .inner-wrap .content-right .column [class*=menu] ul li {
        line-height:1.5rem
    }
}

@media (max-width: 991px) {
    footer .inner-wrap .content-right .column [class*=menu] ul li {
        line-height:1.75rem
    }
}

footer .inner-wrap .content-right .column [class*=menu] ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

@media (min-width: 992px) {
    footer .inner-wrap .content-right .column [class*=menu] ul li a {
        font-size:.9375rem;
        line-height: 1.5rem
    }
}
footer .inner-wrap .utility-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 50px;
    width: 100%
}

@media (min-width: 992px) {
    footer .inner-wrap .utility-wrap {
        padding-top:32px
    }
}

@media (min-width: 992px) {
    footer .inner-wrap .utility-wrap .copyright {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
footer .inner-wrap .utility-wrap .copyright p {
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 992px) {
    footer .inner-wrap .utility-wrap .copyright p {
        margin:0 35px 0 0
    }
}
@media (min-width: 992px) {
    footer .inner-wrap .utility-wrap .menu-social-menu-container {
        margin-left:auto
    }
}
footer .inner-wrap .utility-wrap .menu-social-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 0
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li {
    margin-right: 15px;
    display: inherit;
    line-height: 0
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li.linkedin a {
    background-image: url(../../../../images/linkedin.svg);
    background-size: 18px 18px
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li.instagram a {
    background-image: url(../../../../images/instagram.svg);
    background-size: 18px 18px
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li.facebook a {
    background-image: url(../../../../images/facebook.svg);
    background-size: 9px 18px
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li.youtube a {
    background-image: url(../../../../images/youtube.svg);
    background-size: 15px 18px
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li.twitter a {
    background-image: url(../../../../images/twitter.svg);
    background-size: 18px 15px
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li a {
    font-size: 0;
    line-height: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 0 2px #0287c9;
    box-shadow: inset 0 0 0 2px #0287c9;
    position: relative;
    border-radius: 100%;
    outline: none;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform 225ms cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform 225ms cubic-bezier(.4,0,.2,1);
    transition: transform 225ms cubic-bezier(.4,0,.2,1);
    transition: transform 225ms cubic-bezier(.4,0,.2,1),-webkit-transform 225ms cubic-bezier(.4,0,.2,1)
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li a:after,footer .inner-wrap .utility-wrap .menu-social-menu-container ul li a:before {
    border-radius: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li a:before {
    border: 2px solid transparent
}

footer .inner-wrap .utility-wrap .menu-social-menu-container ul li a:after {
    border: 0 solid transparent
}
footer .inner-wrap .utility-wrap .menu-social-menu-container ul li:last-child {
    margin-right: 0
}

footer .inner-wrap .utility-wrap:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    content: ""
}
.featured-full-width {
    position: relative;
    overflow: hidden
}

.featured-full-width .outer-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1240px
}

.featured-full-width .outer-wrap:after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 1200px) and (max-width:1439px) {
    .featured-full-width .outer-wrap {
        padding-right:100px;
        padding-left: 100px
    }
}
.featured-full-width .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .featured-full-width .inner-wrap {
        margin:0 -35px
    }
}
@media (min-width: 1200px) {
    .featured-full-width .inner-wrap .content-left,.featured-full-width .inner-wrap .content-right {
        padding:0 35px
    }
}
@media (min-width: 992px) {
    .featured-full-width .inner-wrap .content-left {
        width:50%
    }
}
@media (min-width: 992px) {
    .featured-full-width .inner-wrap .content-right {
        width:50%
    }
}
.featured-full-width .inner-wrap .content-right h2 {
    margin: 10px 0 0;
    font-weight: 500
}

@media (min-width: 992px) {
    .featured-full-width .inner-wrap .content-right h2 {
        font-size:1.875rem;
        line-height: 2.5rem
    }
}
@media (min-width: 992px) {
    .featured-full-width .inner-wrap .content-right p {
        margin:15px 0 0
    }
}
@media (min-width: 992px) {
    .featured-full-width .inner-wrap .content-right .link {
        margin-top:25px
    }
}
.featured-full-width.dark {
    background-color: #2e2840
}

@media (min-width: 992px) {
    .featured-full-width.dark {
        padding:70px 0 140px
    }
}
.featured-full-width.dark.left:before {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}
.featured-full-width.dark:before {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff
}

.featured-full-width.light {
    background-color: #edeef1
}

@media (min-width: 992px) {
    .featured-full-width.light {
        padding:70px 0 80px
    }
}
.featured-full-width.light .inner-wrap .content-right .link a {
    -webkit-transition-duration: 155ms;
    transition-duration: 155ms;
    -webkit-transition-property: color,border,background;
    transition-property: color,border,background;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    padding: 12px 20px;
    background-color: #0287c9;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    border: 0
}
input[type=text]::-webkit-input-placeholder {
    opacity: 1
}
input[type=text]::placeholder {
    opacity: 1
}
.in-the-news {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px
}

.in-the-news:after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 1200px) and (max-width:1439px) {
    .in-the-news {
        padding-right:100px;
        padding-left: 100px
    }
}
@media (min-width: 768px) {
    .in-the-news .content-top {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px
    }
}
.in-the-news .content-top h2 {
    margin: 0 35px 0 0
}

@media (min-width: 992px) {
    .in-the-news .content-top h2 {
        font-size:2.1875rem;
        font-weight: 700;
        line-height: 3rem
    }
}
@media (min-width: 992px) {
    .in-the-news .content-bottom {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -30px
    }
}
@media (min-width: 992px) {
    body.home .in-the-news {
        margin-bottom:70px
    }
}
.quicklinks {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px
}
@media (min-width: 1200px) and (max-width:1439px) {
    .quicklinks {
        padding-right:100px;
        padding-left: 100px
    }
}
@media (min-width: 992px) {
    .quicklinks {
        margin-bottom:60px
    }
}
.primary-sidebar-one .sidebar-button a {
    -webkit-transition-duration: 155ms;
    transition-duration: 155ms;
    -webkit-transition-property: color,border,background;
    transition-property: color,border,background;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    background-color: #0287c9;
    border: 0 solid #0287c9;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 17px 90px 17px 20px;
    width: 100%;
    display: block
}
.primary-sidebar-one .sidebar-button a:before {
    position: absolute;
    top: calc(50% - 10px);
    right: 17px;
    height: 20px;
    width: 30px;
    background-image: url(arrow.svg);
    background-repeat: no-repeat;
    content: "";
    z-index: 1
}

.primary-sidebar-one .sidebar-button a:after {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition-duration: 155ms;
    transition-duration: 155ms;
    -webkit-transition-property: background,-webkit-transform;
    transition-property: background,-webkit-transform;
    transition-property: transform,background;
    transition-property: transform,background,-webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
    width: 85px;
    background-color: #005f8a;
    content: ""
}
@media (min-width: 992px) {
    .fad-search-callout {
        width:100%;
        max-width: 1440px;
        margin: 0 auto 50px
    }

    .fad-search-callout:after {
        content: "";
        display: table;
        clear: both
    }
}
@media (min-width: 992px) and (min-width:1200px) and (max-width:1439px) {
    .fad-search-callout {
        padding-right:100px;
        padding-left: 100px
    }
}
.fad-search-callout .outer-wrap {
    position: relative;
    background-image: -webkit-gradient(linear,left top,right top,from(#f58634),to(#f58634));
    background-image: linear-gradient(90deg,#f58634,#f58634)
}

@media (min-width: 1200px) {
    .fad-search-callout .outer-wrap {
        margin-top:-120px;
        padding: 25px 80px 35px
    }
}

.fad-search-callout .outer-wrap .appointment-callout {
    position: absolute;
    background-image: -webkit-gradient(linear,right top,left top,from(#0287c9),to(#0287c9));
    background-image: linear-gradient(270deg,#0287c9,#0287c9)
}

@media (min-width: 992px) {
    .fad-search-callout .outer-wrap .appointment-callout {
        top:-90px;
        right: 10px;
        padding: 15px 30px 15px 25px
    }
}
.fad-search-callout .outer-wrap .appointment-callout .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.fad-search-callout .outer-wrap .appointment-callout .inner-wrap .content-left,.fad-search-callout .outer-wrap .appointment-callout .inner-wrap .content-right {
    padding: 0 10px
}

.fad-search-callout .outer-wrap .appointment-callout .inner-wrap .content-left span.icon {
    width: 62px;
    height: 62px;
    background-image: url(../../../../images/fad-appointment.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    font-size: 0;
    line-height: 0
}

.fad-search-callout .outer-wrap .appointment-callout .inner-wrap .content-right .text {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem
}
@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }
}

@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap .content-left,.fad-search-callout .outer-wrap .form-wrap .content-right {
        padding:0 20px
    }
}

@media (min-width: 992px) {
    .fad-search-callout .outer-wrap .form-wrap .content-left {
        margin-top:15px;
        width: 31.5%
    }
}

@media (max-width: 991px) {
    .fad-search-callout .outer-wrap .form-wrap .content-left {
        width:100%
    }
}

.fad-search-callout .outer-wrap .form-wrap .content-left h2 {
    margin: 0;
    color: #fff;
    font-size: 0;
    line-height: 0
}

.fad-search-callout .outer-wrap .form-wrap .content-left h2 span {
    width: 100%;
    display: block
}

.fad-search-callout .outer-wrap .form-wrap .content-left h2 span.top {
    font-weight: 600
}

@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap .content-left h2 span.top {
        font-size:1.3125rem;
        line-height: 1.75rem
    }
}

@media (max-width: 767px) {
    .fad-search-callout .outer-wrap .form-wrap .content-left h2 span.top {
        font-size:1.125rem;
        line-height: 1.75rem
    }
}

.fad-search-callout .outer-wrap .form-wrap .content-left h2 span.bottom {
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap .content-left h2 span.bottom {
        font-size:2.5rem;
        line-height: 3rem
    }
}
.fad-search-callout .outer-wrap .form-wrap .content-right p {
    margin: 0 0 15px;
    color: #fff
}

@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap .content-right p {
        font-size:1.125rem;
        line-height: 1.875rem
    }
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item {
    position: relative
}

.fad-search-callout .outer-wrap .form-wrap .content-right .form-item input {
    width: 100%;
    border: 0
}

@media (min-width: 992px){
.fad-search-callout .outer-wrap .form-wrap .content-right {
    width: 68.5%;
}
}

@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap .content-right .form-item input {
        padding:25px 65px 25px 38px;
        font-size: 1.125rem;
        line-height: 1.125rem
    }
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item input::-webkit-input-placeholder {
    color: #1a1b1c;
    font-style: italic
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item input::placeholder {
    color: #1a1b1c;
    font-style: italic
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit {
    position: relative;
    position: absolute;
    top: 50%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:after,.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:before {
    -webkit-transition: opacity 225ms cubic-bezier(.4,0,.6,1);
    transition: opacity 225ms cubic-bezier(.4,0,.6,1);
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:before {
    opacity: 1
}

.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:after {
    opacity: 0
}
@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit {
        right:20px;
        width: 36px;
        height: 36px
    }
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:after,.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:before {
    background-image: url(../../../../images/search-blue.svg)
}

.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit:after {
    background-image: url(search-berry.svg)
}

.fad-search-callout .outer-wrap .form-wrap .content-right .form-item span.border {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #0287c9;
    -webkit-transition: background-color 225ms cubic-bezier(.4,0,.2,1);
    transition: background-color 225ms cubic-bezier(.4,0,.2,1)
}

@media (min-width: 768px) {
    .fad-search-callout .outer-wrap .form-wrap .content-right .form-item span.border {
        width:4px;
        height: 40px
    }
}
.hero-split+.fad-search-callout .outer-wrap {
    z-index: 6
}

@media (min-width: 1200px) {
    .hero-split+.fad-search-callout .outer-wrap {
        margin-top:-20px
    }
}
.hero-split {
    position: relative
}

.hero-split:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    opacity: .35;
    pointer-events: none;
    z-index: 2
}
.hero-split--wrap {
    overflow: hidden
}

@media (min-width: 992px) {
    .hero-split--wrap {
        position:relative;
        height: 38.19vw;
        width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
@media (min-width: 992px) {
    .hero-split--wrap:after,.hero-split--wrap:before {
        position:absolute;
        background-color: #fff;
        content: "";
        display: block;
        z-index: 2
    }
}

@media (min-width: 992px) {
    .hero-split--wrap:before {
        -webkit-transform:translate(-100%,-50%) rotate(42deg);
        transform: translate(-100%,-50%) rotate(42deg);
        top: 83%;
        left: 39.65%;
        height: 120%;
        width: 16px
    }
}

@media (min-width: 992px) {
    .hero-split--wrap:after {
        -webkit-transform:translateY(-50%) rotate(42deg) scaleY(.5) translateY(-50%);
        transform: translateY(-50%) rotate(42deg) scaleY(.5) translateY(-50%);
        top: 60%;
        left: 47.7%;
        height: 175%;
        width: 8px
    }
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}
#tinymce img,.accordion--content--container img,.editor img,.wysiwyg img {
    height: auto;
    max-width: 100%;
    display: block
}
#tinymce,.editor,.wysiwyg {
    background: #fff
}

#tinymce:after,.editor:after,.wysiwyg:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 991px){
footer {
    padding: 36px 0 50px;
}
.fad-search-callout .outer-wrap .form-wrap .content-left {
    width: 100%;
}
.fad-search-callout .outer-wrap .form-wrap .content-right {
    margin-top: 10px;
    width: 100%;
}
footer .inner-wrap {
    padding: 0 30px;
    max-width: 375px;
}
footer .inner-wrap .content-right .column h3:before {
    right: 20px;
    -webkit-transform: rotate(
90deg);
    transform: rotate(
90deg);
    -webkit-transition: -webkit-transform 225ms cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform 225ms cubic-bezier(.4,0,.2,1);
    transition: transform 225ms cubic-bezier(.4,0,.2,1);
    transition: transform 225ms cubic-bezier(.4,0,.2,1),-webkit-transform 225ms cubic-bezier(.4,0,.2,1);
}
footer .inner-wrap .content-right .column h3:after, footer .inner-wrap .content-right .column h3:before {
    position: absolute;
    top: 23px;
    width: 15px;
    height: 3px;
    background-color: #fff;
    content: "";
}
footer .inner-wrap .content-right .column h3:after, footer .inner-wrap .content-right .column h3:before {
    position: absolute;
    top: 23px;
    width: 15px;
    height: 3px;
    background-color: #fff;
    content: "";
}
footer .inner-wrap .content-right .column h3:after {
    right: 20px;
}
footer .inner-wrap .content-right .column {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}
}
@media (max-width: 767px){
.in-the-news {
    padding-right: 20px;
    padding-left: 20px;
}
.featured-full-width .outer-wrap {
    padding-right: 20px;
    padding-left: 20px;
}
.fad-search-callout .outer-wrap {
    padding: 50px 20px;
}
.fad-search-callout .outer-wrap .appointment-callout {
    top: -80px;
    padding: 20px;
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item input {
    padding: 22px 60px 23px 33px;
    font-size: .875rem;
    line-height: 1.25rem;
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item span.border {
    width: 3px;
    height: 35px;
}
.fad-search-callout .outer-wrap .form-wrap .content-right .form-item button.submit {
    right: 15px;
    width: 30px;
    height: 30px;
}
.fad-search-callout .outer-wrap .form-wrap .content-right p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.fad-search-callout .outer-wrap .form-wrap .content-left h2 span.top {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.fad-search-callout .outer-wrap .form-wrap .content-left h2 span.bottom {
    font-size: 1.875rem;
    line-height: 2.375rem;
}
}



