@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400, 300, 700);
@import url(https://fonts.googleapis.com/css?family=Playfair + Display:400, 700, 900);
@import url(https://fonts.googleapis.com/css?family=Open + Sans:400, 700, 300);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
h1 {
    font: 400 26px "Lato", sans-serif;
    color: #363841;
    margin-bottom: 10px;
}
h2,
h2 a {
    font: 900 17px "Lato", sans-serif;
    color: #000;
    margin-top: 10px;
}
h3 {
    color: #000;
    font: normal 24px "Lato", sans-serif;
}
a,
a:link {
    color: #707070;
}
.nopad {
    padding: 0;
}
.nopad-left {
    padding-left: 0;
}
.nopad-right {
    padding-right: 0;
}
.center {
    text-align: center;
}
.relative {
    position: relative;
}
header {
    z-index: 9999;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 18px;
}
header .contact-row {
    margin-top: 10px;
    padding-right: 40px;
}
header .contact-row a {
    float: right;
    color: #fff;
}
header .contact-row .header-paynow {
    border: 2px solid #fff;
    font: 16px "Lato", sans-serif;
    padding: 7px 40px;
    text-decoration: none;
    margin-left: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
header .contact-row .header-paynow:hover {
    background: #fff;
    color: #6c9dad;
}
header .contact-row .header-phone {
    font: 900 28px "Lato", sans-serif;
}
.home-banner-wrapper {
    float: left;
    width: 100%;
    background: linear-gradient(rgba(108, 157, 173, 0), #305b70), url(../assets/banner.jpg) top center/cover;
    text-align: center;
    padding-top: 400px;
    padding-bottom: 80px;
}
.home-banner-wrapper h1 {
    margin: 0 0 28px;
    text-transform: uppercase;
    font: 700 40px/1.2em "Lato", sans-serif;
    color: #fff;
    letter-spacing: 5px;
}
.home-banner-wrapper .sep-wrap {
    float: left;
    width: 100%;
}
.home-banner-wrapper .separator {
    float: left;
    width: 186px;
    height: 1px;
    background: #fff;
    clear: both;
    margin-bottom: 24px;
    left: calc(50% - 93px);
    position: relative;
}
.home-banner-wrapper p {
    position: relative;
    color: #fff;
    font: 500 18px/1.8em "Lato", sans-serif;
    margin-bottom: 50px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.home-banner-wrapper a {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.home-banner-wrapper a:hover {
    color: #6c9dad;
    background: #fff;
}
.home-banner-wrapper img {
    display: none;
    margin-bottom: 40px;
    width: 50%;
}
.home-sub-banner-intro {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0;
}
.home-sub-banner-intro h2 {
    color: #6c9dad;
    text-transform: uppercase;
    font: 100 38px/51px "Lato", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.home-sub-banner-intro p {
    color: #3e3e3e;
    font: 18px/41px "Lato", sans-serif;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.home-links-wrapper .link-wrapper {
    float: left;
    width: calc(25% - 8px);
    min-height: 380px;
    margin: 0 5px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.home-links-wrapper .link-wrapper:hover > div {
    transform: scale(1.08) rotate(2deg);
}
.home-links-wrapper .link-wrapper:first-child {
    margin-left: 0;
}
.home-links-wrapper .link-wrapper:first-child > div {
    background: url(../assets/dermatology.jpg) center center/cover;
}
.home-links-wrapper .link-wrapper:nth-child(2) > div {
    background: url(../assets/cosmetic.jpg) center center/cover;
}
.home-links-wrapper .link-wrapper:nth-child(3) > div {
    background: url(../assets/men.jpg) center center/cover;
}
.home-links-wrapper .link-wrapper:last-child {
    float: right;
    margin-right: 0;
}
.home-links-wrapper .link-wrapper:last-child > div {
    background: url(../assets/skincare.jpg) center center/cover;
}
.home-links-wrapper .link-wrapper div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-links-wrapper .link-wrapper p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font: 400 20px/1em "Lato", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: rgba(108, 157, 173, 0.85);
    padding: 15px 0;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.home-links-wrapper .link-wrapper:hover > p {
    background: rgba(102, 168, 189, 0.85);
}
.home-callouts-wrapper {
    float: left;
    width: 100%;
}
.home-callouts-wrapper .link-wrapper {
    float: left;
    width: calc(33% - 3px);
    min-height: 340px;
    margin: 0 5px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.home-callouts-wrapper .link-wrapper:hover > div {
    transform: scale(1.08) rotate(2deg);
}
.home-callouts-wrapper .link-wrapper:first-child {
    margin-left: 0;
}
.home-callouts-wrapper .link-wrapper:first-child > div {
    background: url(../assets/meet-our-practitioners.jpg) center left/cover;
}
.home-callouts-wrapper .link-wrapper:nth-child(2) > div {
    background: url(../assets/images/freshstart.jpg) center center/cover;
}
.home-callouts-wrapper .link-wrapper:last-child {
    float: right;
    margin-right: 0;
}
.home-callouts-wrapper .link-wrapper:last-child > div {
    background: url(../assets/images/laserrejuvenation.jpg) center center/cover;
}
.home-callouts-wrapper .link-wrapper div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-callouts-wrapper .link-wrapper p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font: 400 16px/1em "Lato", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: rgba(108, 157, 173, 0.85);
    padding: 15px 0;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.home-callouts-wrapper .link-wrapper:hover > p {
    background: rgba(102, 168, 189, 0.85);
}
.home-doctor-wrapper {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.home-doctor-wrapper .doc-pic {
    position: inherit;
}
.home-doctor-wrapper h1 {
    color: #3c8389;
    font: 400 28px "Open Sans", sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-doctor-wrapper h3 {
    color: #64b2b9;
    font: 400 22px/1.3em "Lato", sans-serif;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.home-doctor-wrapper p {
    color: #141414;
    font: 16px/1.8em "Lato", sans-serif;
    margin-bottom: 20px;
}
.home-doctor-wrapper .meet-doc-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #64b2b9 70%, rgba(100, 178, 185, 0));
    padding: 35px 0 28px;
}
.home-doctor-wrapper .meet-doc-wrapper a {
    color: #fff;
    font: 300 47px "Lato", sans-serif;
}
.home-doctor-wrapper a {
    float: left;
    clear: both;
    background: #6c9dad;
    color: #fff;
    padding: 10px 40px;
    margin-top: 12px;
    text-decoration: none;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.home-doctor-wrapper a:hover {
    background: #8db3bf;
}
img.home-doc-img {
    width: 100%;
}
.home-doctor-wrapper img {
    float: left;
}
.home-sub-doc-banner {
    float: left;
    width: 100%;
    background: #e1e1e1;
    padding: 75px 0;
    text-align: center;
}
.home-sub-doc-banner img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.home-sub-doc-banner img:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -moz-transform: scale(1.01);
}
.home-quote-wrapper {
    float: left;
    width: 100%;
    padding: 75px 0;
    text-align: center;
}
.home-quote-wrapper q {
    font: italic 18px/1.8em "Lato", sans-serif;
    color: #292929;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.home-quote-wrapper p {
    color: #292929;
    margin: 0;
    font: 900 18px "Open Sans", sans-serif;
}
.home-contact-wrapper {
    float: left;
    width: 100%;
    background: url(../assets/images/newFooter.jpg) center center/cover;
    padding: 70px 0;
    font: 14px "Open Sans", sans-serif;
    color: #fff;
}
.home-contact-wrapper a {
    color: #fff;
    font: 300 28px "Open Sans", sans-serif;
}
.home-contact-wrapper p {
    margin-bottom: 5px;
}
.home-contact-wrapper h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font: 400 32px/1.6em "Open Sans", sans-serif;
}
.home-contact-wrapper .right p {
    text-align: right;
}
.home-contact-wrapper input,
.home-contact-wrapper textarea {
    width: 100%;
    border: none;
    height: 45px;
    margin-bottom: 22px;
    padding: 15px;
    text-transform: uppercase;
}
.home-contact-wrapper input[type="submit"],
.home-contact-wrapper textarea[type="submit"] {
    border-radius: 0;
    background: none;
    border: 2px solid #fff;
    line-height: 0;
    margin-bottom: 40px;
    width: initial;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    text-transform: initial;
    font-size: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.home-contact-wrapper input[type="submit"]:hover,
.home-contact-wrapper textarea[type="submit"]:hover {
    color: #4f7e8e;
    background: #fff;
}
.home-contact-wrapper textarea {
    height: 145px;
}
.int-banner-wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 165px;
    background: url(../assets/images/int-banner1.jpg) center center/cover;
}
.int-banner-wrapper .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 94, 117, 0.6);
}
.int-banner-wrapper h1 {
    margin: 0 0 114px;
    font: 700 40px/1em "Lato", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.int-content-wrapper {
    float: left;
    width: 100%;
    padding: 60px 0 80px;
    font: 300 18px/1.8em "Lato", sans-serif;
    color: #27292e;
}
.int-content-wrapper .overview-wrapper {
    float: left;
    width: 100%;
    background: #f0efe2;
    padding: 37px 30px;
    margin-bottom: 40px;
}
.int-content-wrapper .overview-wrapper h2 {
    margin: 0 0 28px;
    padding-bottom: 16px;
    float: left;
    clear: both;
    color: #2b2b2b;
    font: italic 300 28px "Lato", sans-serif;
    letter-spacing: 3px;
    border-bottom: 1px solid #3c8389;
}
.int-content-wrapper .overview-wrapper ul {
    float: left;
    padding-left: 22px;
    font: 18px/1.8em "Lato", sans-serif;
    color: #27292e;
    margin-bottom: 0;
}
.int-content-wrapper .overview-wrapper ul li {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.int-content-wrapper .overview-wrapper img {
    width: 100%;
    height: auto;
}
.int-content-wrapper h2 {
    text-transform: uppercase;
    color: #437788;
    font: 400 26px/1.63em "Lato", sans-serif;
    margin: 0;
}
.int-content-wrapper h3 {
    color: #437788;
    font: 400 28px/1.6em "Lato", sans-serif;
    margin: 0;
}
.int-content-wrapper h4 {
    color: #437788;
    font: 400 26px/1.6em "Lato", sans-serif;
    margin: 0;
}
.int-content-wrapper p,
.int-content-wrapper ul {
    margin-bottom: 30px;
}
.int-content-wrapper ul {
    padding-left: 22px;
}
.int-content-wrapper a,
.int-content-wrapper a:link {
    color: #437788;
    text-decoration: underline;
}
.int-content-wrapper .ui-accordion .ui-accordion-header {
    background: #4fabb3;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 20px 10px;
}
.int-content-wrapper .ui-accordion .ui-accordion-header span {
    margin-right: 10px;
}
.int-content-wrapper .ui-accordion-content {
    font: 300 18px/1.8em "Lato", sans-serif;
    background: #f0f0f0;
    border: none;
}
.int-content-wrapper article,
.int-content-wrapper aside {
    margin-bottom: 50px;
}
.int-content-wrapper .specials-signup-wrapper {
    background: #c7dae0;
    padding: 30px 30px 5px;
}
.int-content-wrapper .specials-signup-wrapper p {
    margin: 0;
}
.int-content-wrapper .specials-signup-wrapper br {
    display: none;
}
.int-content-wrapper .specials-signup-wrapper h2 {
    text-align: center;
    font: 300 38px/1.6em "Lato", sans-serif;
    color: #6c6c6c;
    text-transform: initial;
}
.int-content-wrapper .specials-signup-wrapper input {
    float: left;
    margin-top: 10px;
    width: 40%;
    border: none;
    height: 45px;
    padding: 15px;
    margin-right: 10px;
}
.int-content-wrapper .specials-signup-wrapper input[type="submit"] {
    width: 90px;
    background: #6c9dad;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    line-height: 0;
    font-size: 16px;
    margin-left: -10px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.int-content-wrapper .specials-signup-wrapper input[type="submit"]:hover {
    background: #437788;
}
.int-content-wrapper aside p {
    margin: 0;
}
.int-content-wrapper aside .contact-wrapper br,
.int-content-wrapper aside .contact-wrapper span.ajax-loader {
    display: none;
}
.int-content-wrapper aside .contact-wrapper h2 {
    margin: -10px 0 20px;
    color: #2b2b2b;
    font: 300 38px "Lato", sans-serif;
    text-transform: initial;
}
.int-content-wrapper aside .contact-wrapper input,
.int-content-wrapper aside .contact-wrapper textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 13px;
    border: 1px solid #437788;
    padding: 15px;
}
.int-content-wrapper aside .contact-wrapper input[type="submit"] {
    background: #6c9dad;
    border-radius: 0;
    color: #fff;
    line-height: 0;
    letter-spacing: 2px;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: 500;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.int-content-wrapper aside .contact-wrapper input[type="submit"]:hover {
    background: #437788;
}
.int-content-wrapper aside .contact-wrapper textarea {
    height: 140px;
}
.int-content-wrapper aside .contact-wrapper select {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 0;
    height: 45px;
    background: #fff;
    padding: 0 15px;
    margin-bottom: 13px;
    border: 1px solid #4fabb3;
}
.int-content-wrapper aside .sep {
    float: left;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    margin: 35px 0;
}
.int-content-wrapper aside .ba-wrapper h2 {
    margin: 0 0 16px;
    text-align: center;
    font: 17px "Lato", sans-serif;
    color: #646464;
    text-transform: initial;
}
.int-content-wrapper aside .ba-wrapper img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.int-content-wrapper aside .ba-wrapper a {
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 22px 0;
    text-align: center;
    background: #6c9dad;
    border-radius: 0;
    color: #fff;
    line-height: 0;
    letter-spacing: 2px;
    font-weight: 500;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.int-content-wrapper aside .ba-wrapper a:hover {
    background: #437788;
}
.ba-wrapper {
    float: left;
    width: 100%;
    background: #ededed;
    padding: 20px;
}
.box-links-wrapper {
    float: left;
    width: 100%;
    padding: 0 0 50px;
}
.box-links-wrapper .box-link a {
    float: left;
    width: 100%;
    position: relative;
    min-height: 365px;
    position: relative;
    overflow: hidden;
}
.box-links-wrapper .box-link a:hover > div {
    transform: scale(1.08) rotate(2deg);
    -webkit-transform: scale(1.08) rotate(2deg);
    -moz-transform: scale(1.08) rotate(2deg);
    -o-transform: scale(1.08) rotate(2deg);
}
.box-links-wrapper .box-link a:hover > h2 {
    background: rgba(70, 122, 139, 0.85);
}
.box-links-wrapper .box-link a div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.box-links-wrapper .box-link a h2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(108, 157, 173, 0.85);
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0;
    font: 400 16px/1.63em "Lato", sans-serif;
    letter-spacing: 2px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.box-links-wrapper .box-link:first-of-type > a > div {
    background: url(../assets/dermatology2.jpg) top center/cover;
}
.box-links-wrapper .box-link:nth-of-type(2) > a > div {
    background: url(../assets/cosmetic2.jpg) top center/cover;
}
.box-links-wrapper .box-link:nth-of-type(3) > a > div {
    background: url(../assets/men2.jpg) top center/cover;
}
.box-links-wrapper .box-link:last-of-type > a > div {
    background: url(../assets/skincare2.jpg) top center/cover;
}
footer {
    float: left;
    width: 100%;
    background: #3e3e3e;
    padding: 60px 0 75px;
    color: #fff;
    font: 300 18px/1.63em "Lato", sans-serif;
}
footer a {
    color: #fff !important;
}
footer ul {
    margin-bottom: 25px;
    padding: 0;
}
footer ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px;
}
footer p {
    margin-bottom: 5px;
}
footer p.footer-phone {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
}
footer h2 {
    margin: 0;
}
footer h2 a {
    font: 300 28px "Lato", sans-serif;
}
footer .right p {
    text-align: right;
}
.post-article-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    max-height: 460px;
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.2);
}
.post-article-wrapper .img-wrap {
    height: 460px;
}
.post-article-wrapper .post-wrap {
    padding: 30px;
}
.post-article-wrapper .post-wrap p.date {
    font-size: 12px;
    color: #3e3e3e;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.post-article-wrapper .post-wrap .separator {
    float: left;
    clear: both;
    width: 40%;
    background: #6c9dad;
    height: 2px;
    margin-bottom: 20px;
}
.post-article-wrapper .post-wrap h2 {
    margin: 0 0 20px;
    text-transform: none;
    font: 400 28px/1.23em "Lato", sans-serif;
    color: #3f4242;
}
.post-article-wrapper .post-wrap .post-content-wrapper {
    float: left;
    clear: both;
}
.post-article-wrapper .post-wrap a.read-more {
    float: left;
    clear: both;
    padding: 10px 20px;
    color: #fff;
    background: #6c9dad;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.post-article-wrapper .post-wrap a.read-more:hover {
    background: #437788;
}
.half-blog-wrapper {
    margin-bottom: 30px;
}
.half-blog-wrapper a {
    float: left;
    width: 100%;
    min-height: 240px;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.half-blog-wrapper a:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
.half-blog-wrapper a div {
    width: 100%;
    position: absolute;
    top: 50px;
    padding: 0 10% 0;
}
.half-blog-wrapper a div p.date {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
}
.half-blog-wrapper a div h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1.3em;
    text-transform: none;
}
.blog .pagination {
    background: none;
    border: none;
    padding: 0 15px;
}
.screen-reader-text {
    display: none;
}
.achievement-box {
    float: left;
    width: 100%;
    background: #c7dae0;
    padding: 30px 30px 10px;
    margin-bottom: 5px;
}
.achievement-box h2 {
    margin: 0 0 28px;
    padding-bottom: 16px;
    clear: both;
    color: #2b2b2b;
    font: italic 300 28px "Lato", sans-serif;
    letter-spacing: 3px;
    border-bottom: 1px solid #3c8389;
}
.achievement-box li {
    font-size: 14px;
}
.achievement-box.toc-wrap {
    margin-bottom: 30px;
}
.achievement-box.toc-wrap h2 {
    font-size: 24px;
}
.achievement-box a {
    color: #395964 !important;
}
.toc {
    margin-top: 30px;
}
.doc-contact-box {
    float: left;
    width: 100%;
    height: 250px;
    background: url(../assets/DrMichalak-web.jpg) top center/cover;
    margin-bottom: 30px;
    position: relative;
}
.doc-contact-box > div {
    position: absolute;
    bottom: 0;
    background: rgba(240, 239, 227, 0.8);
    width: 100%;
    padding: 15px;
    text-align: center;
}
.wp-caption {
    float: right;
    background: #e3e3e3;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.wp-caption img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.cta-btn > a {
    background: #4fabb3;
    color: #fff !important;
    font-size: 22px;
    text-decoration: none !important;
    padding: 16px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.cta-btn > a:hover {
    background: #3d8388;
}
.gal-land-wrapper {
    margin-bottom: 30px;
}
.gal-land-wrapper div {
    min-height: 220px;
    position: relative;
    box-shadow: 0 0 20px 5px rgba(115, 115, 115, 0.13);
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.gal-land-wrapper div:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.gal-land-wrapper div h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #5794a7de;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    text-transform: none;
    font-size: 22px;
    font-weight: 300;
}
.gal-procedure-wrapper {
    float: left;
    width: 100%;
    box-shadow: 0 0 20px 5px rgba(115, 115, 115, 0.13);
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.gal-procedure-wrapper:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.gal-procedure-wrapper div {
    float: left;
    width: 180px;
    margin-right: 30px;
    height: 120px;
}
.gal-procedure-wrapper h2 {
    float: left;
    margin-top: 36px;
    text-transform: none;
    font-weight: 300;
}
.gal-case-wrapper {
    float: left;
    width: 100%;
    box-shadow: 0 0 20px 5px rgba(115, 115, 115, 0.13);
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding: 30px 0 10px;
}
.gal-case-wrapper p {
    margin-bottom: 0;
}
.gal-case-wrapper p.case-doc-notes {
    font-weight: 900;
    color: #6c9dad;
    font-size: 20px;
}
.case-imgs-wrapper img {
    margin-bottom: 0;
    width: 100%;
}
.case-imgs-wrapper p {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #6c9dad;
    margin-top: 0px;
    margin-bottom: 20px;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
@media (max-width: 1600px) {
    #hero-text {
        height: 100%;
    }
    #hero-text h1 {
        font-size: 2em;
    }
}
@media (max-width: 768px) {
    .gal-procedure-wrapper div {
        width: 100%;
    }
    .gal-procedure-wrapper h2 {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .contact-top-split {
        width: 100%;
    }
    .contact-half {
        width: 100%;
    }
    .contact-half:nth-child(odd) input,
    .contact-half:nth-child(even) input {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .cta-btn {
        width: 100%;
        text-align: center;
    }
    .cta-btn > a {
        font-size: 20px;
        padding: 10px;
    }
}
img.img-responsive {
    width: 100%;
    height: auto;
}
.page-template-contact .contact-top-split {
    width: 50%;
    float: left;
}
.page-template-contact .main-contact-wrapper {
    float: left;
    width: 100%;
}
.page-template-contact .contact-half {
    width: 50%;
    float: left;
}
.page-template-contact .contact-full {
    width: 100%;
    float: left;
    clear: both;
}
.page-template-contact .contact-half:nth-child(even) input {
    float: left;
    height: 50px;
    width: 98.5%;
    max-width: inherit;
}
.page-template-contact .contact-half:nth-child(odd) input {
    float: right;
    height: 50px;
    width: 98.5%;
    max-width: inherit;
}
.page-template-contact input[type="text"],
.page-template-contact input[type="password"],
.page-template-contact input[type="datetime"],
.page-template-contact input[type="datetime-local"],
.page-template-contact input[type="date"],
.page-template-contact input[type="month"],
.page-template-contact input[type="time"],
.page-template-contact input[type="week"],
.page-template-contact input[type="number"],
.page-template-contact input[type="email"],
.page-template-contact input[type="url"],
.page-template-contact input[type="tel"],
.page-template-contact input[type="color"],
.page-template-contact select,
.page-template-contact textarea,
.page-template-contact .field {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #000000;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 90%;
    max-width: 400px;
    background-color: #fff;
    border: 1px solid #6c9dad;
    border-radius: 0;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}
.page-template-contact .contact-select {
    max-width: 100% !important;
    width: 100% !important;
}
.page-template-contact select {
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFW…3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 50px;
    background-position: 97.5% center;
}
.page-template-contact .contact-full textarea {
    width: 100%;
    padding: 10px;
}
.page-template-contact textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
}
.page-template-contact .wpcf7-form-control-wrap {
    position: relative;
}
.page-template-contact input[type="checkbox"],
.page-template-contact input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.page-template-contact input[type="submit"] {
    width: 100%;
    height: 50px;
    border: none;
    background: #6c9dad;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.5em;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.page-template-contact input[type="submit"]:hover {
    background: #437788;
}
.page-template-contact form br {
    display: none;
}
.page-template-contact input {
    border-radius: 0;
}
.ui-accordion-content a.learn-more {
    border: 1px solid #3c8389;
    padding: 12px 40px;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.ui-accordion-content a.learn-more:hover {
    background: #50abb3;
    border: 1px solid #50abb3;
    color: #fff;
}
footer br {
    display: none;
}
.int-content-wrapper h2 {
    line-height: 1.33em;
}
.review-box {
    float: left;
    width: 100%;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-bottom: 20px;
}
.review-box p {
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
    float: left;
}
.review-box p > a {
    text-decoration: none !important;
}
blockquote {
    margin: 30px 0;
    float: left;
    width: 100%;
    border-top: 5px solid #d7d4b1;
    border-left: none;
    text-align: center;
    padding: 20px 10%;
    font-size: 26px;
    line-height: 1.4em;
    font-style: italic;
    color: #85814b;
    background: url(/wp-content/themes/CSD2019/assets/quote.svg) no-repeat top 20px left;
}
::-moz-selection {
    background: #6c9dad;
    color: #fff;
}
::selection {
    background: #6c9dad;
    color: #fff;
}
*::-webkit-input-placeholder {
    color: #114246;
}
*:-moz-placeholder {
    color: #114246;
}
*::-moz-placeholder {
    color: #114246;
}
*:-ms-input-placeholder {
    color: #114246;
}
.menu-mainmenu-container,
.menu-mainmenu-container ul,
.menu-mainmenu-container li,
.menu-mainmenu-container a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.menu-mainmenu-container {
    height: 53px;
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
    z-index: 9999;
}
.menu-mainmenu-container > ul > li > ul > li a:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: #6c9dad;
    position: relative;
}
.menu-mainmenu-container > ul {
    right: 20px;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.menu-mainmenu-container > ul > li {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}
.menu-mainmenu-container > ul > li > a {
    outline: none;
    display: block;
    position: relative;
    padding: 19px 20px;
    text-align: center;
    text-decoration: none;
    font: 900 14px "Lato", sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.menu-mainmenu-container > ul > li > a:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: #fff;
    color: #6c9dad;
}
.menu-mainmenu-container > ul > li > a:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
}
.menu-mainmenu-container ul li.has-sub:hover > a:after {
    top: 0;
    bottom: 0;
}
.menu-mainmenu-container > ul > li.has-sub > a:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 6px;
}
.menu-mainmenu-container > ul > li.has-sub:hover > a:before {
    top: 19px;
}
.menu-mainmenu-container ul li.has-sub:hover > ul,
.menu-mainmenu-container ul li.has-sub:hover > div {
    display: block;
}
.menu-mainmenu-container ul li > ul,
.menu-mainmenu-container ul li > div {
    display: none;
    width: auto;
    position: absolute;
    background: #fff;
    color: #000;
    z-index: 999;
}
.menu-mainmenu-container ul li > ul {
    min-width: 200px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.menu-mainmenu-container ul li > ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
}
.menu-mainmenu-container ul li > ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    font: normal 14px/1em Helvetica, sans-serif;
    color: #707070;
    text-decoration: none;
}
.menu-mainmenu-container ul ul a:hover {
    color: #fff;
    background: #4fabb3;
}
#menu-mainmenu-1 ul li.has-sub > ul {
    top: 0;
    left: 100%;
}
.menu-mainmenu-container ul li > ul li > ul {
    top: 0px;
    left: 100%;
}
*:focus {
    outline: none;
}
input:not([type="radio"]) {
    -webkit-appearance: none;
}
.delay05 {
    animation-delay: 0.5s;
}
.delay1 {
    animation-delay: 1s;
}
.delay15 {
    animation-delay: 1.5s;
}
.delay2 {
    animation-delay: 2s;
}
.delay25 {
    animation-delay: 2.5s;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    5% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    10% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    15% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    20% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    5% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    10% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    15% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    20% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    25%,
    5% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97) rotate3d(0, 0, 1, -2deg);
        transform: scale3d(0.97, 0.97, 0.97) rotate3d(0, 0, 1, -2deg);
    }
    7.5%,
    12.5%,
    17.5%,
    22.5% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
        transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, 2deg);
    }
    10%,
    15%,
    20% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -2deg);
        transform: scale3d(1.03, 1.03, 1.03) rotate3d(0, 0, 1, -2deg);
    }
    30% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-delay: 3s;
}
@-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 fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    99% {
        opacity: 0;
        height: 100%;
    }
    to {
        opacity: 0;
        height: 0px;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    99% {
        opacity: 0;
        height: 100%;
    }
    to {
        opacity: 0;
        height: 0px;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.page-template-gallery-cases .ba-wrapper,
.page-template-gallery-cases aside .sep {
    display: none;
}
.alignnone.size-full {
    width: 100%;
    height: auto;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target {
    background: #6c9dad !important;
}
.int-content-wrapper .ui-accordion .ui-accordion-header {
    background: none;
    border: 2px solid #6d9dad;
    color: #6d9dad;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png") !important;
}
.cta-btn > a {
    background: #437788;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none !important;
    padding: 16px 30px;
    text-transform: none;
    letter-spacing: 1px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}
.menu-mainmenu-container ul li > ul {
    right: 0;
}
