a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 62.5%;
    font-family: 'franklin_gothic_bookregular';
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #0d1f2c
}
select#career_filter{
	width: 300px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #59b7b3;
    height: 28px;
	font-family: sans-serif;
    font-size: 100%;
	text-align: center;
}
.careers_fields.loading{
	opacity: 0.1;
	background: url(../images/43D1.gif) no-repeat;
	background-position: center 100px;
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1280px
    }
}

ul.two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 30px;
    -webkit-column-gap: 3rem;
    column-gap: 30px;
    column-gap: 3rem
}

.btn {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/button.png");
    background-position: center center;
    padding: 1rem 1.6rem;
    border-radius: 0;
    position: relative;
    font-family: 'franklin_gothic_bookregular';
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.135em;
    cursor: pointer;
}

a.btn.finderbutton {
    background-image: none;
    background-color: #59b7b3;
}

a.btn.finderbutton:visited {
    background-color: #919191;
}

.btn.dark {
    background-image: url("../images/button-dark.png")
}

.btn.light {
    color: #59b7b3;
    background-image: url("../images/button-light.png")
}

.btn.light:active,
.btn.light:focus,
.btn.light:hover {
    color: #59b7b3
}

.btn span {
    font-weight: normal;
    font-style: italic;
    text-transform: none
}

.btn:active,
.btn:focus,
.btn:hover {
    text-decoration: none;
    color: #fff
}

.flag {
    background-image: url("../images/flag.png");
    background-position: center center;
    width: 125px;
    height: 83px;
    position: fixed;
    bottom: 150px;
    right: 0;
    text-align: center;
    z-index: 3;
}

.flag a {
    padding: 15px 0 0 0;
    padding: 1.5rem 0 0 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 0.82em;
    letter-spacing: 0.06em
}

.flag a:active,
.flag a:focus,
.flag a:hover {
    text-decoration: none;
    color: #fff
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.main-slider .slider-wrapper .slider .item.journal-slide-01 {
    background: url("../images/slider/journal-bg.png") center center no-repeat;
    background-size: cover
}

.main-slider .slider-wrapper .slider .item.journal-slide-02 {
    background: url("../images/slider/journal-bg2.jpg") center center no-repeat;
    background-size: cover
}

.main-slider .slider-wrapper .slider .item.ipad-slide {
    background: url("../images/slider/slide2-bg.jpg") center center no-repeat;
    background-size: cover
}

.main-slider .slider-wrapper .slider .item.girl-slide {
    background: url("../images/slider/slide3-bg.jpg") center center no-repeat;
    background-size: cover
}

.main-slider .slider-wrapper .slider .item .item-inner .slider-title {
    font-family: 'franklin_gothic_mediumregular';
    line-height: 1;
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    text-transform: uppercase;
    padding-top: 85px;
    padding-left: 50px;
    margin-bottom: 75px;
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .item-inner .slider-title {
        width: 100%;
        padding-left: 15px;
        padding-top: 40px;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        line-height: 1.2
    }
    .main-slider .slider-wrapper .slider .item .item-inner .slider-title br {
        display: none
    }
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad {
    margin-bottom: 50px;
    margin-top: 84px
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad img {
    margin: 0 auto;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .item-inner .ipad {
        margin-top: 40px;
        margin-bottom: 30px
    }
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad-content {
    margin-top: 150px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .item-inner .ipad-content {
        margin-top: 0
    }
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad-content .ipad-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    color: #59b7b3;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .item-inner .ipad-content .ipad-title {
        font-size: 20px;
        font-size: 2rem
    }
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad-content .ipad-text {
    font-size: 20px;
    font-size: 2rem;
    color: #0d1f2c;
    font-style: italic;
    margin-bottom: 10px
}

.main-slider .slider-wrapper .slider .item .item-inner .girl-content {
    margin-top: 250px;
    margin-bottom: 200px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .item-inner .girl-content {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

.main-slider .slider-wrapper .slider .item .item-inner .girl-content .girl-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    color: #0d1f2c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .item-inner .girl-content .girl-title {
        font-size: 20px;
        font-size: 2rem
    }
}

.main-slider .slider-wrapper .slider .item .item-inner .girl-content .girl-text {
    font-size: 20px;
    font-size: 2rem;
    color: #0d1f2c;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 50px
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad-brands {
    padding-bottom: 160px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .item-inner .ipad-brands {
        padding-bottom: 60px
    }
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad-brands ul {
    width: 100%;
    display: table;
    table-layout: fixed
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad-brands ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px
}

.main-slider .slider-wrapper .slider .item .item-inner .ipad-brands ul li img {
    max-width: 100%
}

.main-slider .slider-wrapper .slider .item .journals-wrapper {
    font-size: 0;
    padding-left: 70px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .journals-wrapper {
        padding-left: 0;
        text-align: center
    }
}

.main-slider .slider-wrapper .slider .item .journals-wrapper .journal {
    display: inline-block;
    vertical-align: top;
    padding-left: 66px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .journals-wrapper .journal {
        width: 33.333%;
        padding: 0;
        padding-left: 20px
    }
    .main-slider .slider-wrapper .slider .item .journals-wrapper .journal img {
        width: 100%
    }
}

.main-slider .slider-wrapper .slider .item .journals-wrapper .journal .button {
    margin-top: 40px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .journals-wrapper .journal .button {
        margin-top: 25px;
        margin-bottom: 40px;
        margin-left: -8px
    }
}

.main-slider .slider-wrapper .slider .item .journals-wrapper .journal:first-child {
    position: relative;
    top: -144px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    padding-left: 0
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .journals-wrapper .journal:first-child {
        width: calc(33.333% - 20px);
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 10px;
        padding-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .journals-wrapper .journal:first-child img {
        max-width: 164px
    }
}

.main-slider .slider-wrapper .slider .item .journals-wrapper .journal:last-child {
    padding-left: 20px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .slider .item .journals-wrapper .journal:last-child {
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        position: relative;
        top: 10px
    }
}

.main-slider .slider-wrapper .controls {
    background: url("../images/slider/slider-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative;
    margin-top: -162px
}

@media only screen and (max-width: 768px) {
    /*.main-slider .slider-wrapper .controls {
        height: 100px;
        margin-top: -100px
    }*/
    .main-slider .slider-wrapper .controls {
        height: 2px;
        margin-top: -2px
    }
    #page .main-slider .controls .next,
    #page .main-slider .controls .prev {
        bottom: 7000% !important;
    }
}

@media only screen and (max-width: 450px) {
    #page .main-slider .controls .next,
    #page .main-slider .controls .prev {
        bottom: 5500% !important;
    }
}

.main-slider .slider-wrapper .controls .next,
.main-slider .slider-wrapper .controls .prev {
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #59b7b3;
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    left: 50px;
    bottom: 230%;
    color: #fff;
    cursor: pointer;
    line-height: 38px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .controls .next,
    .main-slider .slider-wrapper .controls .prev {
        bottom: 140%;
        left: 20px;
        opacity: 0.7
    }
}

.main-slider .slider-wrapper .controls .next {
    left: auto;
    right: 50px
}

@media only screen and (max-width: 768px) {
    .main-slider .slider-wrapper .controls .next {
        right: 20px
    }
}

.main-slider .slider-wrapper .controls .slick-disabled {
    color: #dbdde0
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.italic,
em {
    font-style: italic
}

section.hero,
section[class*=-top-banner] {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

section.hero .banner-logo-holder,
section[class*=-top-banner] .banner-logo-holder {
    text-align: center;
    margin: -100px 0 30px
}

@media (max-width: 767px) {
    section.hero .banner-logo-holder,
    section[class*=-top-banner] .banner-logo-holder {
        margin: -50px 0 20px
    }
}

section.hero .banner-logo-holder img,
section[class*=-top-banner] .banner-logo-holder img {
    max-width: 142px
}

@media (max-width: 767px) {
    section.hero .banner-logo-holder img,
    section[class*=-top-banner] .banner-logo-holder img {
        max-width: 120px
    }
}

.hero.patients {
    background: url("../images/patients-hero.jpg") top right no-repeat;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    .hero.patients {
        background: url("../images/patients-hero-mobile.jpg") top right no-repeat;
        background-size: cover
    }
}

.hero.workstations {
    background: url("../images/workstations-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero.technology {
    background: url("../images/technology-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero.technology-subpage {
    background: url("../images/technology-subpage-hero.jpg") top right no-repeat;
    background-size: cover
}

@media (max-width: 991px) {
    .hero.technology-subpage .title h1 br {
        display: none
    }
}

.hero.workstations-subpage {
    background: url("../images/technology-subpage-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero.workstations-subpage+.triangle-top {
    margin-top: -162px
}

.hero.treatments-subpage {
    background: url("../images/technology-subpage-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero.treatments-hero {
    background: url("../images/treatments-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero.explore-hero {
    background: url("../images/treatments-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero.gallery-hero {
    background: url("../images/gallery-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero.contact-us-hero {
    background: url("../images/contact-us-hero.jpg") top right no-repeat;
    background-size: cover
}

.hero .image {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px
}

@media only screen and (max-width: 768px) {
    .hero .image {
        display: none
    }
}

.hero .image+.title {
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    .hero .image+.title {
        margin-top: 40px
    }
}

.hero .title {
    margin-top: 145px;
    margin-bottom: 15px
}

.page-template-page-investors-v2 .hero .title {
    margin-top: 85px;
}

.hero .title h1 {
    color: #0d1f2c;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .hero .title h1 {
        line-height: 1.2;
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media only screen and (max-width: 768px) {
    .hero .title {
        margin-top: 80px
    }
}

.hero .subtitle {
    margin-bottom: 240px
}

.page-template-page-investors-v2 .hero .subtitle {
    margin-bottom: 80px;
}

.hero .subtitle p {
    font-family: 'franklin_gothic_bookregular';
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #0d1f2c
}

@media only screen and (max-width: 768px) {
    .hero .subtitle {
        margin-bottom: 90px
    }
}

.triangle-bottom {
    background: url("../images/triangle-bottom-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative
}

.triangle-top {
    background: url("../images/slider/slider-shape-gray.png") center bottom no-repeat;
    height: 162px;
    position: relative
}

.triangle-top.white {
    background: url("../images/slider/slider-shape.png") center bottom no-repeat
}

.blue-triangle-bottom {
    background: url("../images/blue-triangle-bottom-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative
}

.more-info.technology-subpage-more {
    background-image: url("../images/technology-subpage-more.jpg");
    padding: 270px 0 180px;
    padding: 27rem 0 18rem;
    margin-top: -162px
}

@media only screen and (max-width: 768px) {
    .more-info.technology-subpage-more {
        padding: 220px 0 60px;
        padding: 22rem 0 6rem
    }
}

.bold,
b,
strong {
    font-weight: bold
}

.pull-top {
    position: relative;
    margin-top: -162px
}

.title {
    font-family: 'franklin_gothic_mediumregular';
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'franklin_gothic_mediumregular';
}

hr {
    height: 1px;
    max-width: 700px;
    margin: 0 auto;
    background-color: #0d1f2c;
    border: none
}

.short-hr {
    height: 1px;
    max-width: 320px;
    margin: 0 auto;
    background-color: #778189;
    border-bottom: 1px solid #878f96;
    margin-top: 23px;
    margin-bottom: 24px
}

.gallery-items {
    background-color: #f1f1f3
}

.gallery-items .gallery-item {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #59b7b3;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .gallery-items .gallery-item {
        padding: 20px
    }
}

.gallery-items .gallery-item:last-child {
    margin-bottom: 0
}

.gallery-items .gallery-item .image {
    position: relative;
    border: 1px solid #0d1f2c;
    line-height: 0
}

@media only screen and (max-width: 768px) {
    .gallery-items .gallery-item .image {
        margin-bottom: 30px
    }
}

.gallery-items .gallery-item .image .doctor-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #59b7b3;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 25px;
    text-transform: uppercase;
    z-index: 3
}

@media (max-width: 767px) {
    .gallery-items .gallery-item .image .doctor-name {
        padding: 25px 0
    }
}

.gallery-items .gallery-item .image .cocoen-drag {
    background: #61B3AC
}

.gallery-items .gallery-item .image .cocoen-drag:before {
    height: 50px;
    width: 14px;
    border-radius: 7px;
    background: #61b3ac;
    border-color: #61b3ac
}

@media (max-width: 450px) {
    .gallery-items .gallery-item .image .cocoen-drag:before {
        top: calc(50% + 15px);
        height: 30px;
        width: 14px
    }
}

.gallery-items .gallery-item .image img {
    width: 100%
}

.gallery-items .gallery-item .title {
    font-size: 24px;
    font-family: 'franklin_gothic_mediumregular';
    color: #0d1f2c;
    margin-bottom: 15px
}

.gallery-items .gallery-item .title span {
    font-style: italic;
    font-weight: normal
}

.gallery-items .gallery-item .title span.title-item {
    font-style: normal;
    font-weight: bold
}

.gallery-items .gallery-item .title span.title-item:not(:last-child):after {
    content: '';
    width: 1px;
    height: 20px;
    display: inline-block;
    vertical-align: -2px;
    border: 1px solid #0d1f2c
}

.gallery-items .gallery-item .subtitle {
    color: #a0a2a3;
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px
}

.gallery-items .gallery-item .description {
    font-size: 16px;
    line-height: 1.5
}

.gallery-items .gallery-item .description p {
    margin-bottom: 16px
}

.workstations-tabs.gallery .tabs .tab-content {
    background: none
}

.gallery-pagination {
    padding: 60px 0;
    background-color: #f1f1f3
}

.gallery-pagination .gallery-pagination-controls {
    text-align: center;
    padding: 50px 0
}

@media (max-width: 1024px) {
    .gallery-pagination .gallery-pagination-controls {
        padding: 0
    }
}

.gallery-pagination .gallery-pagination-controls a,
.gallery-pagination .gallery-pagination-controls button,
.gallery-pagination .gallery-pagination-controls span {
    font-family: 'franklin_gothic_mediumregular';
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px;
    outline: none;
    color: #a0a2a3
}

@media (max-width: 1024px) {
    .gallery-pagination .gallery-pagination-controls a,
    .gallery-pagination .gallery-pagination-controls button,
    .gallery-pagination .gallery-pagination-controls span {
        font-size: 14px;
        padding: 15px 10px
    }
}

@media (max-width: 767px) {
    .gallery-pagination .gallery-pagination-controls a,
    .gallery-pagination .gallery-pagination-controls button,
    .gallery-pagination .gallery-pagination-controls span {
        padding: 7px 3px;
        line-height: 30px
    }
}

.gallery-pagination .gallery-pagination-controls a.current,
.gallery-pagination .gallery-pagination-controls button.current,
.gallery-pagination .gallery-pagination-controls span.current {
    color: #59b7b3;
    text-decoration: underline
}

.gallery-pagination .gallery-pagination-controls a:active,
.gallery-pagination .gallery-pagination-controls a:focus,
.gallery-pagination .gallery-pagination-controls a:hover,
.gallery-pagination .gallery-pagination-controls a[aria-disabled=false],
.gallery-pagination .gallery-pagination-controls button:active,
.gallery-pagination .gallery-pagination-controls button:focus,
.gallery-pagination .gallery-pagination-controls button:hover,
.gallery-pagination .gallery-pagination-controls button[aria-disabled=false],
.gallery-pagination .gallery-pagination-controls span:active,
.gallery-pagination .gallery-pagination-controls span:focus,
.gallery-pagination .gallery-pagination-controls span:hover,
.gallery-pagination .gallery-pagination-controls span[aria-disabled=false] {
    color: #0d1f2c
}

.gallery-pagination .gallery-pagination-controls a:active .prev-arrow,
.gallery-pagination .gallery-pagination-controls a:focus .prev-arrow,
.gallery-pagination .gallery-pagination-controls a:hover .prev-arrow,
.gallery-pagination .gallery-pagination-controls a[aria-disabled=false] .prev-arrow,
.gallery-pagination .gallery-pagination-controls button:active .prev-arrow,
.gallery-pagination .gallery-pagination-controls button:focus .prev-arrow,
.gallery-pagination .gallery-pagination-controls button:hover .prev-arrow,
.gallery-pagination .gallery-pagination-controls button[aria-disabled=false] .prev-arrow,
.gallery-pagination .gallery-pagination-controls span:active .prev-arrow,
.gallery-pagination .gallery-pagination-controls span:focus .prev-arrow,
.gallery-pagination .gallery-pagination-controls span:hover .prev-arrow,
.gallery-pagination .gallery-pagination-controls span[aria-disabled=false] .prev-arrow {
    background-position: 0 0
}

.gallery-pagination .gallery-pagination-controls a:active .next-arrow,
.gallery-pagination .gallery-pagination-controls a:focus .next-arrow,
.gallery-pagination .gallery-pagination-controls a:hover .next-arrow,
.gallery-pagination .gallery-pagination-controls a[aria-disabled=false] .next-arrow,
.gallery-pagination .gallery-pagination-controls button:active .next-arrow,
.gallery-pagination .gallery-pagination-controls button:focus .next-arrow,
.gallery-pagination .gallery-pagination-controls button:hover .next-arrow,
.gallery-pagination .gallery-pagination-controls button[aria-disabled=false] .next-arrow,
.gallery-pagination .gallery-pagination-controls span:active .next-arrow,
.gallery-pagination .gallery-pagination-controls span:focus .next-arrow,
.gallery-pagination .gallery-pagination-controls span:hover .next-arrow,
.gallery-pagination .gallery-pagination-controls span[aria-disabled=false] .next-arrow {
    background-position: -45px 0
}

@media (max-width: 1024px) {
    .gallery-pagination .gallery-pagination-controls a:active .next-arrow,
    .gallery-pagination .gallery-pagination-controls a:focus .next-arrow,
    .gallery-pagination .gallery-pagination-controls a:hover .next-arrow,
    .gallery-pagination .gallery-pagination-controls a[aria-disabled=false] .next-arrow,
    .gallery-pagination .gallery-pagination-controls button:active .next-arrow,
    .gallery-pagination .gallery-pagination-controls button:focus .next-arrow,
    .gallery-pagination .gallery-pagination-controls button:hover .next-arrow,
    .gallery-pagination .gallery-pagination-controls button[aria-disabled=false] .next-arrow,
    .gallery-pagination .gallery-pagination-controls span:active .next-arrow,
    .gallery-pagination .gallery-pagination-controls span:focus .next-arrow,
    .gallery-pagination .gallery-pagination-controls span:hover .next-arrow,
    .gallery-pagination .gallery-pagination-controls span[aria-disabled=false] .next-arrow {
        background-position: -30px 0
    }
}

.gallery-pagination .gallery-pagination-controls a .prev-arrow,
.gallery-pagination .gallery-pagination-controls button .prev-arrow,
.gallery-pagination .gallery-pagination-controls span .prev-arrow {
    display: inline-block;
    width: 45px;
    height: 50px;
    background: url("../images/pagination-controls.png") 0 -50px no-repeat;
    margin-right: 60px
}

@media (max-width: 1024px) {
    .gallery-pagination .gallery-pagination-controls a .prev-arrow,
    .gallery-pagination .gallery-pagination-controls button .prev-arrow,
    .gallery-pagination .gallery-pagination-controls span .prev-arrow {
        width: 28px;
        height: 30px;
        background: url(../images/pagination-controls.png) 2px -30px no-repeat;
        margin-right: 18px;
        background-size: 53px
    }
}

@media (max-width: 991px) {
    .gallery-pagination .gallery-pagination-controls a .prev-arrow,
    .gallery-pagination .gallery-pagination-controls button .prev-arrow,
    .gallery-pagination .gallery-pagination-controls span .prev-arrow {
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .gallery-pagination .gallery-pagination-controls a .prev-arrow,
    .gallery-pagination .gallery-pagination-controls button .prev-arrow,
    .gallery-pagination .gallery-pagination-controls span .prev-arrow {
        width: 30px;
        height: 35px;
        background: url(../images/pagination-controls.png) 0 -35px no-repeat;
        background-size: 60px 70px;
        margin-right: 5px
    }
}

.gallery-pagination .gallery-pagination-controls a .next-arrow,
.gallery-pagination .gallery-pagination-controls button .next-arrow,
.gallery-pagination .gallery-pagination-controls span .next-arrow {
    display: inline-block;
    width: 45px;
    height: 50px;
    background: url("../images/pagination-controls.png") -45px -50px no-repeat;
    margin-left: 60px
}

@media (max-width: 1024px) {
    .gallery-pagination .gallery-pagination-controls a .next-arrow,
    .gallery-pagination .gallery-pagination-controls button .next-arrow,
    .gallery-pagination .gallery-pagination-controls span .next-arrow {
        background: url(../images/pagination-controls.png) -26px -30px no-repeat;
        margin-left: 18px;
        width: 28px;
        height: 30px;
        background-size: 53px
    }
}

@media (max-width: 991px) {
    .gallery-pagination .gallery-pagination-controls a .next-arrow,
    .gallery-pagination .gallery-pagination-controls button .next-arrow,
    .gallery-pagination .gallery-pagination-controls span .next-arrow {
        margin-left: 10px
    }
}

@media (max-width: 767px) {
    .gallery-pagination .gallery-pagination-controls a .next-arrow,
    .gallery-pagination .gallery-pagination-controls button .next-arrow,
    .gallery-pagination .gallery-pagination-controls span .next-arrow {
        width: 30px;
        height: 35px;
        background: url(../images/pagination-controls.png) -31px -35px no-repeat;
        background-size: 60px 70px;
        margin-left: 5px
    }
}

@media (max-width: 1199px) {
    .gallery-pagination .gallery-pagination-controls a .next-page,
    .gallery-pagination .gallery-pagination-controls a .prev-page,
    .gallery-pagination .gallery-pagination-controls button .next-page,
    .gallery-pagination .gallery-pagination-controls button .prev-page,
    .gallery-pagination .gallery-pagination-controls span .next-page,
    .gallery-pagination .gallery-pagination-controls span .prev-page {
        display: none
    }
}

@media (max-width: 767px) {
    .gallery-pagination .gallery-pagination-controls>a {
        font-size: 0
    }
}

.gallery-pagination .gallery-pagination-controls ul {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    padding: 0 50px
}

@media (max-width: 1024px) {
    .gallery-pagination .gallery-pagination-controls ul {
        padding: 0
    }
}

.gallery-pagination .gallery-pagination-controls ul li {
    display: inline-block;
    vertical-align: top
}

.gallery-pagination .gallery-pagination-controls ul li a {
    padding: 15px
}

@media (max-width: 767px) {
    .gallery-pagination .gallery-pagination-controls ul li a {
        padding: 9px 7px
    }
}

.gallery-pagination .gallery-pagination-controls ul li a.active {
    color: #59b7b3;
    text-decoration: underline
}

.text-section {
    padding: 45px 0 60px;
    background-color: #f1f1f3
}

.text-section.white {
    background-color: #fff
}

.text-section .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.text-section .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px
}

.text-section hr {
    margin-bottom: 40px
}

.text-section ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px
}

.text-section ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #59b7b3;
    border-radius: 50%;
    border-radius: 50%;
    top: 10px;
    left: 20px
}

.text-section .image {
    text-align: center;
    margin-bottom: 20px
}

.text-section .image img {
    max-width: 100%;
    height: auto
}

.text-section .text {
    margin-bottom: 40px
}

.text-section .button {
    text-align: center
}

@media (max-width: 767px) {
    .text-section .text+.row .col-md-6 {
        width: 50%
    }
}

.drfinder-results .dfinder-items .item {
    font-size: 0;
    border: 1px solid #59b7b3;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
	max-width: 100%;
}
.loadmoreclinic{
	display: none;
}

@media (max-width: 450px) {
    .drfinder-results .dfinder-items .item {
        padding: 30px 15px 0px
    }
}

.drfinder-results .dfinder-items .item .image {
    width: 25%;
    max-width: 272px;
    max-height: 254px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #59b7b3
}

@media (max-width: 991px) {
    .drfinder-results .dfinder-items .item .image {
        display: none
    }
	.drfinder-results .dfinder-items .item {
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
    .drfinder-results .dfinder-items .item .image {
        display: none
    }
}

.drfinder-results .dfinder-items .item .image img {
    width: 100%
}

.drfinder-results .dfinder-items .item .info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0 0px
}
.mapdistance img{
	display: block;
	margin: 0 auto 0px;
}

@media (max-width: 991px) {
    .drfinder-results .dfinder-items .item .info {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .drfinder-results .dfinder-items .item .info {
        width: 100%;
        padding: 0;
        text-align: left;
        margin-bottom: 30px
    }
}

.drfinder-results .dfinder-items .item .info .dr-name {
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.2
}

.drfinder-results .dfinder-items .item .info .dr-subname {
    color: #a0a2a3;
    font-size: 24px;
    font-size: 2.0rem;
    margin-bottom: 0px;
    line-height: 1.2
}

.drfinder-results .dfinder-items .item .info .dr-website {
    margin-bottom: 0px
}

.drfinder-results .dfinder-items .item .info .dr-website span {
    font-weight: bold
}

.drfinder-results .dfinder-items .item .info .dr-website a {
    color: #0d1f2c;
	word-wrap: break-word;
}

.drfinder-results .dfinder-items .item .info .dr-address span {
    font-weight: bold
}

.drfinder-results .dfinder-items .item .info .finderbutton {
    margin-top: 10px
}
.drfinder-results .dfinder-items .item .info .dr-awards span {
    font-weight: bold
}


.drfinder-results .dfinder-items .item .info .dr-phone span {
    font-weight: bold
}

.drfinder-results .dfinder-items .item .info .dr-phone a {
    color: #0d1f2c
}

.drfinder-results .dfinder-items .item .map {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    max-width: 274px;
    max-height: 254px
}

@media (max-width: 991px) {
    .drfinder-results .dfinder-items .item .map {
        width: 100%;
        max-width: 100%;
        text-align: center
    }
    .drfinder-results .dfinder-items .item .map .map-inner {
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width: 768px) {
    .drfinder-results .dfinder-items .item .map {
        width: 100%;
        max-width: 100%;
        text-align: center
    }
    .drfinder-results .dfinder-items .item .map .map-inner {
        display: inline-block;
        vertical-align: top
    }
}

.drfinder-results .dfinder-items .item .map .map-inner {
    width: 274px;
    border: 1px solid #59b7b3;
    max-width: 100%
}

@media (max-width: 1439px) {
    .drfinder-results .dfinder-items .item .map .map-inner {
        width: 252px
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .drfinder-results .dfinder-items .item .map .map-inner {
        width: 207px;
        height: 204px
    }
}

@media (max-width: 450px) {
    .drfinder-results .dfinder-items .item .map .map-inner {
        width: 252px
    }
	.dfinder-items{
		max-width: 96%;
		margin: 0 auto;
	}
}

.drfinder-results .dfinder-items .item .map .map-inner .map-inner-source {
    width: 272px;
    height: 254px;
    max-width: 100%
}

@media (max-width: 1439px) {
    .drfinder-results .dfinder-items .item .map .map-inner .map-inner-source {
        width: 250px
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .drfinder-results .dfinder-items .item .map .map-inner .map-inner-source {
        width: 205px;
        height: 202px
    }
}

@media (max-width: 450px) {
    .drfinder-results .dfinder-items .item .map .map-inner .map-inner-source {
        width: 250px
    }
}

.drfinder-results .dfinder-items .item hr {
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    border-top: 1px solid #59b7b3;
    height: 0;
}

.drfinder-results .gallery-pagination {
    background-color: #fff
}

@media only screen and (max-width: 768px) {
    .lb-nav a.lb-next,
    .lb-nav a.lb-prev {
        opacity: 1
    }
}

.page-template-default .site-main,
.post-template-default .site-main {
    background-color: #f1f1f3
}

.content-inner .entry-header .entry-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2
}

.content-inner .entry-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?e8it6w");
    src: url("../fonts/icomoon.eot?e8it6w#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e8it6w") format("truetype"), url("../fonts/icomoon.woff?e8it6w") format("woff"), url("../fonts/icomoon.svg?e8it6w#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-triangle-right:before {
    content: "\e900"
}

.icon-triangle-left:before {
    content: "\e901"
}

.icon-location2:before {
    content: "\e948"
}

.icon-search:before {
    content: "\e986"
}

.icon-phone:before {
    content: "\f095"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-facebook-f:before {
    content: "\f09a"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-vimeo:before {
    content: "\f27d"
}

@font-face {
  font-family: 'franklin_gothic_mediumitalic';
    src: url('../fonts/franklin_gothic_medium_italic-webfont.woff2') format('woff2'),
         url('../fonts/franklin_gothic_medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'franklin_gothic_bookregular';
    src: url('../fonts/franklingothic-book-webfont.woff2') format('woff2'),
         url('../fonts/franklingothic-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'franklin_gothic_bookitalic';
    src: url('../fonts/franklingothic-bookitalic-webfont.woff2') format('woff2'),
         url('../fonts/franklingothic-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'franklin_gothic_mediumregular';
    src: url('../fonts/franklingothic-medium-webfont.woff2') format('woff2'),
         url('../fonts/franklingothic-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.cocoen {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cocoen * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.cocoen :after,
.cocoen :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.cocoen img,
.cocoen picture>img {
    max-width: none
}

.cocoen>img,
.cocoen>picture>img {
    display: block;
    width: 100%
}

.cocoen>div:first-child,
picture .cocoen>div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
}

.cocoen-drag {
    background: #fff;
    bottom: 0;
    cursor: ew-resize;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px
}

.cocoen-drag:before {
    border: 3px solid #fff;
    content: '';
    height: 30px;
    left: 50%;
    margin-left: -7px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 14px
}

header .header-top {
    background-color: #59b7b3
}

@media only screen and (max-width: 768px) {
    header .header-top {
        display: block
    }
}

header .header-top .header-top-social ul {
    font-size: 0
}

header .header-top .header-top-social ul li {
    display: inline-block;
    vertical-align: top
}

header .header-top .header-top-social ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 5px;
    padding: 0 0.5rem;
    line-height: 35px;
    line-height: 3.5rem;
    color: #fff
}

header .header-top .header-top-social ul li a:active,
header .header-top .header-top-social ul li a:focus,
header .header-top .header-top-social ul li a:hover {
    text-decoration: none
}

header .header-top .header-top-menu {
    text-align: right;
    font-size: 0
}

header .header-top .header-top-menu ul {
    margin-right: 20px;
    margin-right: 2rem;
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

header .header-top .header-top-menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0
}

header .header-top .header-top-menu ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 5px;
    padding: 0 0.5rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px
}

header .header-top .header-top-menu ul li a:active,
header .header-top .header-top-menu ul li a:focus,
header .header-top .header-top-menu ul li a:hover {
    text-decoration: none
}

header .header-top .header-top-menu .header-search {
    display: inline-block;
    vertical-align: top;
    position: relative
}

header .header-top .header-top-menu .header-search .search-button label {
    display: block;
    text-align: center;
    width: 55px;
    width: 5.5rem;
    height: 35px;
    height: 3.5rem;
    line-height: 35px;
    line-height: 3.5rem;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #489390;
    color: #fff
}

header .header-top .header-top-menu .header-search .search-button label:active,
header .header-top .header-top-menu .header-search .search-button label:focus,
header .header-top .header-top-menu .header-search .search-button label:hover {
    cursor: pointer
}

header .header-top .header-top-menu .header-search .search-input {
    position: absolute;
    top: 0;
    right: 55px;
    width: 0px;
    height: 35px;
    z-index: 5;
    overflow: hidden
}

header .header-top .header-top-menu .header-search .search-input.focus {
    width: 200px;
    z-index: 20
}

header .header-top .header-top-menu .header-search .search-input.focus input {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

header .header-top .header-top-menu .header-search .search-input input {
    display: block;
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #0d1f2c;
    color: #fff;
    font-size: 18px;
    -webkit-backface-visibility: none;
    backface-visibility: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

header .header-top .header-top-menu .header-search .search-input input:focus {
    outline: none
}

header .header-top .header-top-menu .header-search .search-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

header .header-top .header-top-menu .header-search .search-input input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

header .header-top .header-top-menu .header-search .search-input input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

header .header-top .header-top-menu .header-search .search-input input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.header-nav {
    background-color: #dbdde0;
    font-size: 0;
    position: relative;
    font-family: 'franklin_gothic_bookregular';
}

.header-nav .mobile-logo {
    display: none;
    text-align: center;
    padding: 30px 0 0
}

.header-nav .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    text-align: center;
    font-size: 0
}

.header-nav .ubermenu-skin-minimal.ubermenu-responsive-toggle i {
    font-size: 30px;
    margin: 0
}

.header-nav>.container-fluid {
    max-width: 1280px;
    position: static
}

.header-nav .ubermenu ul.ubermenu-nav {
    display: table;
    width: 100%;
    font-size: 0
}

.header-nav .ubermenu ul.ubermenu-nav>li {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

@media (max-width: 1190px) {
    .header-nav .ubermenu ul.ubermenu-nav>li {
        width: 12%
    }
}

.header-nav .ubermenu ul.ubermenu-nav>li.right>a {
    text-align: center
}

@media (min-width: 960px) {
    .header-nav .ubermenu ul.ubermenu-nav>li:last-child>a>span {
        padding-right: 10px
    }
    .header-nav .ubermenu ul.ubermenu-nav>li:last-child>a:after {
        left: 0
    }
    .header-nav .ubermenu ul.ubermenu-nav>li:nth-child(5)>a>span {
        padding-right: 10px
    }
    .header-nav .ubermenu ul.ubermenu-nav>li:nth-child(5)>a:after {
        left: 0
    }
}

.header-nav .ubermenu ul.ubermenu-nav>li.logo-item,
.header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79139,
.header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79236 {
    width: 25%;
    padding: 0 1.5%;
    text-align: center;
    margin-right: 1%
}

.header-nav .ubermenu ul.ubermenu-nav>li.logo-item>a.ubermenu-target-with-image img,
.header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79139>a.ubermenu-target-with-image img,
.header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79236>a.ubermenu-target-with-image img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.header-nav .ubermenu ul.ubermenu-nav>li.logo-item>a.ubermenu-target-with-image span,
.header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79139>a.ubermenu-target-with-image span,
.header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79236>a.ubermenu-target-with-image span {
    display: none
}

.header-nav .ubermenu ul.ubermenu-nav>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #0d1f2c;
    text-shadow: 0 1px 0 #fff;
    display: block;
    height: 90px;
    line-height: 90px;
    padding: 0;
    text-align: center
}

@media (min-width: 960px) and (max-width: 1000px) {
    .header-nav .ubermenu ul.ubermenu-nav>li>a {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.header-nav .ubermenu ul.ubermenu-nav>li>a span {
    text-transform: uppercase;
    font-weight: bold
}

.header-nav .ubermenu ul.ubermenu-nav>li>a:after {
    position: relative;
    left: 10px;
    right: auto;
    top: auto
}

.header-nav .ubermenu ul.ubermenu-nav>li>a:active,
.header-nav .ubermenu ul.ubermenu-nav>li>a:focus,
.header-nav .ubermenu ul.ubermenu-nav>li>a:hover {
    text-decoration: none
}

.header-nav .ubermenu-nav .ubermenu-submenu {
    min-width: inherit
}

.ubermenu.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: rgba(241, 241, 243, 0.95);
    width: auto
}

.ubermenu.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target {
    border-bottom: none;
    padding: 15px 30px;
    padding: 1.5rem 3rem
}

ul.ubermenu-submenu {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0
}

ul.ubermenu-submenu>li {
    margin: 10px 0 10px 0;
    margin: 1rem 0 1rem 0;
    width: 100%;
    border-bottom: 1px solid #dbdde0
}

ul.ubermenu-submenu>li.ubermenu-has-submenu-stack {
    margin-top: 10px
}

ul.ubermenu-submenu>li.ubermenu-has-submenu-stack>a {
    border-bottom: none !important
}

ul.ubermenu-submenu>li:first-child ul.ubermenu-submenu-type-stack .ubermenu-target {
    padding-left: 0
}

ul.ubermenu-submenu>li ul.ubermenu-submenu-type-stack {
    padding: 0 30px 30px
}

ul.ubermenu-submenu>li ul.ubermenu-submenu-type-stack>li>a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 0 !important
}

ul.ubermenu-submenu>li ul.ubermenu-submenu-type-stack>li>a span {
    font-size: 12px;
    font-size: 1.2rem
}

ul.ubermenu-submenu>li ul.ubermenu-submenu-type-stack>li.like-parent {
    margin-left: -10px
}

ul.ubermenu-submenu>li ul.ubermenu-submenu-type-stack>li.like-parent>a {
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: none !important
}

ul.ubermenu-submenu>li ul.ubermenu-submenu-type-stack>li.like-parent>a span {
    font-size: 14px;
    font-size: 1.4rem
}

ul.ubermenu-submenu>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 10px 0;
    padding: 0 0 1rem 0;
    text-transform: uppercase;
    color: #0d1f2c;
    display: block;
    font-weight: bold;
    padding: 0;
    -webkit-transition: color, 0.3s, ease-in-out;
    -moz-transition: color, 0.3s, ease-in-out;
    -ms-transition: color, 0.3s, ease-in-out;
    -o-transition: color, 0.3s, ease-in-out;
    transition: color, 0.3s, ease-in-out;
    border-bottom: 1px solid #dbdde0 !important
}

ul.ubermenu-submenu>li>a span {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold
}

ul.ubermenu-submenu>li>a:active,
ul.ubermenu-submenu>li>a:focus,
ul.ubermenu-submenu>li>a:hover {
    text-decoration: none;
    color: #59b7b3
}

ul.ubermenu-submenu>li .ubermenu-content-block {
    padding: 0
}

ul.ubermenu-submenu>li .ubermenu-content-block>a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 20px 5px 0;
    padding: 0.5rem 2rem 0.5rem 0;
    text-transform: uppercase;
    color: #0d1f2c;
    display: block;
    font-weight: bold;
    -webkit-transition: color, 0.3s, ease-in-out;
    -moz-transition: color, 0.3s, ease-in-out;
    -ms-transition: color, 0.3s, ease-in-out;
    -o-transition: color, 0.3s, ease-in-out;
    transition: color, 0.3s, ease-in-out;
    border-bottom: 1px solid #dbdde0
}

ul.ubermenu-submenu>li .ubermenu-content-block>a span {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold
}

ul.ubermenu-submenu>li .ubermenu-content-block>a span.italic {
    text-transform: none;
    font-weight: normal;
    font-style: italic
}

ul.ubermenu-submenu>li .ubermenu-content-block>a:active,
ul.ubermenu-submenu>li .ubermenu-content-block>a:focus,
ul.ubermenu-submenu>li .ubermenu-content-block>a:hover {
    text-decoration: none;
    color: #59b7b3
}

.image-block {
    margin-top: 15px;
    float: right;
    text-align: center
}

.image-block img {
    display: block;
    max-width: 356px;
    border: 1px solid #59b7b3
}

.image-block .btn {
    top: -20px;
    top: -2rem
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-id-79115.ubermenu-submenu-type-mega {
    overflow: unset !important;
}

ul.ubermenu-submenu>li>ul>li {
    border: 0;
}

@media screen and (max-width: 959px) {
    .header-nav {
        background-color: #f1f1f3
    }
    .header-nav .mobile-logo {
        display: block
    }
    .header-nav .ubermenu ul.ubermenu-nav>li {
        width: 100%
    }
    .header-nav .ubermenu ul.ubermenu-nav>li.right>a {
        text-align: center
    }
    .header-nav .ubermenu ul.ubermenu-nav>li.logo-item,
    .header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79139,
    .header-nav .ubermenu ul.ubermenu-nav>li#menu-item-79236 {
        display: none
    }
    .header-nav .ubermenu ul.ubermenu-nav>li a {
        height: auto;
        line-height: 1.2;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #a0a2a3 !important
    }
    .header-nav .ubermenu ul.ubermenu-nav>li:last-child a {
        border-bottom: none !important
    }
    .image-block {
        display: none
    }
    .flag {
        display: none
    }
    ul.ubermenu-submenu>li.ubermenu-has-submenu-stack {
        height: auto
    }
}

footer .footer-wrapper {
    padding: 43px 0;
    padding: 4.3rem 0;
    background-color: #0d1f2c;
    background-image: url("../images/footer-bg-pattern.png");
    background-repeat: repeat
}

footer .footer-wrapper .footer-top {
    margin: 0 0 26px 0;
    margin: 0 0 2.6rem 0
}

@media only screen and (max-width: 768px) {
    footer .footer-wrapper .footer-top {
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    footer .footer-wrapper .footer-top .footer-logo {
        margin: 0 0 40px 0;
        margin: 0 0 4rem 0
    }
}

footer .footer-wrapper .footer-top .footer-logo a {
    display: block
}

footer .footer-wrapper .footer-top .footer-logo a img {
    max-width: 100%
}

footer .footer-wrapper .footer-top .footer-info {
    font-family: 'franklin_gothic_bookregular';
}

footer .footer-wrapper .footer-top .footer-info span {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    color: #59b7b3
}

footer .footer-wrapper .footer-top .footer-info p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 2
}

footer .footer-wrapper .footer-top .footer-info a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 2
}

footer .footer-wrapper .footer-top .footer-info a:active,
footer .footer-wrapper .footer-top .footer-info a:focus,
footer .footer-wrapper .footer-top .footer-info a:hover {
    text-decoration: none
}

footer .footer-wrapper .footer-social {
    margin: 0 0 26px 0;
    margin: 0 0 2.6rem 0
}

footer .footer-wrapper .footer-social ul {
    font-size: 0;
    text-align: center
}

footer .footer-wrapper .footer-social ul li {
    display: inline-block;
    vertical-align: top
}

footer .footer-wrapper .footer-social ul li a {
    font-size: 30px;
    font-size: 3rem;
    padding: 0 10px;
    padding: 0 1rem;
    margin: 0 25px;
    margin: 0 2.5rem;
    color: #59b7b3
}

@media only screen and (max-width: 768px) {
    footer .footer-wrapper .footer-social ul li a {
        margin: 0
    }
}

footer .footer-wrapper .footer-social ul li a:active,
footer .footer-wrapper .footer-social ul li a:focus,
footer .footer-wrapper .footer-social ul li a:hover {
    text-decoration: none
}

footer .footer-wrapper .footer-menu {
    font-size: 0;
    text-align: center
}

footer .footer-wrapper .footer-menu span {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: top;
    color: #fff
}

footer .footer-wrapper .footer-menu span.separator {
    padding: 0 5px;
    padding: 0 0.5rem
}

footer .footer-wrapper .footer-menu span.separator:last-child {
    display: none
}

@media only screen and (max-width: 768px) {
    footer .footer-wrapper .footer-menu span.copyright {
        display: block;
        margin: 0 0 5px 0;
        margin: 0 0 0.5rem 0
    }
}

@media only screen and (max-width: 768px) {
    footer .footer-wrapper .footer-menu span.copyright+span {
        display: none
    }
}

footer .footer-wrapper .footer-menu nav {
    display: inline-block;
    vertical-align: top
}

footer .footer-wrapper .footer-menu nav ul {
    font-size: 0
}

footer .footer-wrapper .footer-menu nav ul li {
    display: inline-block;
    vertical-align: top
}

footer .footer-wrapper .footer-menu nav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff
}

footer .footer-wrapper .footer-menu nav ul li a:active,
footer .footer-wrapper .footer-menu nav ul li a:focus,
footer .footer-wrapper .footer-menu nav ul li a:hover {
    text-decoration: none
}

.features {
    padding: 80px 0;
    padding: 8rem 0
}

@media only screen and (max-width: 768px) {
    .features {
        padding-top: 40px
    }
}

.features .item {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .features .item {
        margin-bottom: 30px
    }
}

.features .item .icon {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.features .item .icon .icon-inner {
    width: 72px;
    height: 83px;
    background-image: url("../images/features-icons-sprite.png");
    margin: 0 auto
}

.features .item .title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    color: #0d1f2c;
    font-weight: bold
}

.features .item .title a {
    color: #0d1f2c;
    text-decoration: none
}

.features .item .button {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.features .item .text p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    color: #0d1f2c;
    line-height: 1.5
}

.features .item.physicians .icon .icon-inner {
    background-position: 0 0
}

.features .item.physicians:active,
.features .item.physicians:focus,
.features .item.physicians:hover {
    text-decoration: none
}

.features .item.physicians:active .icon .icon-inner,
.features .item.physicians:focus .icon .icon-inner,
.features .item.physicians:hover .icon .icon-inner {
    background-position: 0 85px
}

.features .item.patients .icon .icon-inner {
    background-position: 220px 0
}

.features .item.patients:active,
.features .item.patients:focus,
.features .item.patients:hover {
    text-decoration: none;
    cursor: pointer
}

.features .item.patients:active .icon .icon-inner,
.features .item.patients:focus .icon .icon-inner,
.features .item.patients:hover .icon .icon-inner {
    background-position: 220px 84px
}

.features .item.technologies .icon .icon-inner {
    background-position: 146px 0
}

.features .item.technologies:active,
.features .item.technologies:focus,
.features .item.technologies:hover {
    text-decoration: none;
    cursor: pointer
}

.features .item.technologies:active .icon .icon-inner,
.features .item.technologies:focus .icon .icon-inner,
.features .item.technologies:hover .icon .icon-inner {
    background-position: 146px 85px
}

.features .item.events .icon .icon-inner {
    background-position: 73px 0
}

.features .item.events:active,
.features .item.events:focus,
.features .item.events:hover {
    text-decoration: none;
    cursor: pointer
}

.features .item.events:active .icon .icon-inner,
.features .item.events:focus .icon .icon-inner,
.features .item.events:hover .icon .icon-inner {
    background-position: 73px 84px
}

.explore-section {
    background-color: #f1f1f3;
    padding: 65px 0 50px;
    padding: 6.5rem 0 5rem
}

@media only screen and (max-width: 768px) {
    .explore-section {
        padding: 60px 0 60px;
        padding: 6rem 0 6rem
    }
}

.explore-section .section-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    margin: 0 0 1rem;
    color: #0d1f2c
}

.explore-section .subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px
}

.explore-section .explore-slider-wrapper {
    position: relative;
    margin-top: 40px
}

.explore-section .explore-slider-wrapper .explore-slider .item {
    position: relative;
    margin: 0 15px;
    margin: 0 1.5rem;
    padding-bottom: 60px
}

.explore-section .explore-slider-wrapper .explore-slider .item img {
    width: 100%
}

.explore-section .explore-slider-wrapper .explore-slider .item .image {
    margin-bottom: 5px
}

.explore-section .explore-slider-wrapper .explore-slider .item .image a {
    display: block
}

.explore-section .explore-slider-wrapper .explore-slider .item .title {
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px
}

.explore-section .explore-slider-wrapper .explore-slider .item .title a {
    color: #0d1f2c;
    text-decoration: none
}

.explore-section .explore-slider-wrapper .explore-slider .item .description {
    line-height: 1.5;
    padding: 0 20px
}

.explore-section .explore-slider-wrapper .explore-slider .item .button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.explore-section .explore-slider-wrapper .controls .next,
.explore-section .explore-slider-wrapper .controls .prev {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    left: -10px;
    top: calc(50% - 20px);
    color: #59b7b3;
    cursor: pointer
}

@media (max-width: 420px) {
    .explore-section .explore-slider-wrapper .controls .next,
    .explore-section .explore-slider-wrapper .controls .prev {
        top: calc(28% - 30px)
    }
}

.explore-section .explore-slider-wrapper .controls .next {
    left: auto;
    right: -10px
}

.explore-section .explore-slider-wrapper .controls .slick-disabled {
    color: #dbdde0
}

.testimonials-section {
    background-color: #0d1f2c;
    padding: 54px 0 65px;
    padding: 5.4rem 0 6.5rem
}

.testimonials-section .section-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 45px;
    margin: 0 0 4.5rem
}

.testimonials-section .testimonials-slider-wrapper {
    position: relative
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item {
    position: relative;
    margin: 0 15px;
    margin: 0 1.5rem;
    text-align: center
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item img {
    margin: 0 auto;
    margin-bottom: 20px
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item .text {
    color: #fff
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item .text .name {
    font-family: 'franklin_gothic_mediumregular';
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: uppercase;
    color: #59b7b3;
    margin-bottom: 5px
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item .text .position {
    font-size: 16px;
    font-size: 1.6rem;
    color: #dbdde0;
    margin-bottom: 40px
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item .text .quote {
    font-size: 28px;
    font-size: 2.8rem;
    color: #59b7b3;
    margin-bottom: 16px
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item .text .quote .quote-icon {
    display: block;
    width: 22px;
    height: 18px;
    margin: 0 auto;
    background: url("../images/quote.png") 0 0 no-repeat
}

.testimonials-section .testimonials-slider-wrapper .testimonials-slider .item .text .quote-text {
    font-family: 'franklin_gothic_bookitalic';
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 0 50px
}

@media only screen and (max-width: 768px) {
    .testimonials-section .testimonials-slider-wrapper .testimonials-slider .item .text .quote-text {
        padding: 0
    }
}

.testimonials-section .testimonials-slider-wrapper .controls .next,
.testimonials-section .testimonials-slider-wrapper .controls .prev {
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #59b7b3;
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    left: -10px;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    line-height: 38px
}

.testimonials-section .testimonials-slider-wrapper .controls .next {
    left: auto;
    right: -10px
}

.testimonials-section .testimonials-slider-wrapper .controls .slick-disabled {
    color: #dbdde0
}

.more-info {
    background-color: #f1f1f3;
    padding: 40px 0;
    padding: 4rem 0
}

.more-info.with-bg {
    background: #fff url("../images/worsktations-sub-more-info.jpg") center center no-repeat;
    background-size: cover
}

.more-info.with-bg .title h3 {
    color: #0d1f2c
}

.more-info .title {
    text-align: center
}

.more-info .title h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #59b7b3;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase
}

.more-info .sub-title {
    text-align: center
}

.more-info .sub-title span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    color: #a0a2a3;
    display: block
}

.more-info .text {
    text-align: center
}

.more-info .text p {
    font-size: 16px;
    font-size: 1.9rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    color: #0d1f2c;
    line-height: 1.5
}

.home-video .triangle-top {
    margin-top: -162px
}

.home-video .home-video-inner {
    background-color: #f1f1f3;
    padding-top: 45px;
    padding-bottom: 65px
}

.home-video .home-video-inner .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.home-video .home-video-inner .subtitle,
.home-video .home-video-inner p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .home-video .home-video-inner .subtitle br,
    .home-video .home-video-inner p br {
        display: none
    }
}

.home-video .home-video-inner .title {
    text-align: center
}

.home-video .home-video-inner .title h1,
.home-video .home-video-inner .title h2,
.home-video .home-video-inner .title h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 60px 0 20px;
    text-transform: uppercase
}

.home-video .home-video-inner .subtitle {
    text-align: center
}

.home-video .home-video-inner .subtitle p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    display: block;
    line-height: 1.5
}

.home-video .home-video-inner .video-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 36.7%;
    margin-top: 50px
}

.home-video+.explore-section {
    background-color: #fff
}

.treatments .top-part {
    background: url("../images/treatments-top-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative;
    margin-top: -162px
}

.treatments .bottom-part {
    background: url("../images/treatments-bottom-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative
}

.treatments .grid-wrapper {
    background-color: #59b7b3
}

.treatments .title {
    margin-top: 60px;
    margin-bottom: 20px
}

.treatments .title h1 {
    color: #0d1f2c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase
}

.treatments .subtitle {
    margin-bottom: 50px
}

.treatments .subtitle p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    color: #fff
}

.treatments .grid {
    font-size: 0
}

.treatments .grid .item {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .treatments .grid .item {
        width: 100%
    }
}

.treatments .grid .item a {
    display: inline-block;
    text-decoration: none;
    cursor: default
}

.treatments .grid .item a:active,
.treatments .grid .item a:focus,
.treatments .grid .item a:hover {
    text-decoration: none
}

.treatments .grid .item .hexagon {
    position: relative;
    width: 204px;
    height: 117.78px;
    margin: 58.89px auto;
    background-image: none;
    background-color: #0d1f2c;
    background-size: auto 235.5589px;
    background-position: center;
    cursor: pointer
}

.treatments .grid .item .hexagon:active>.title,
.treatments .grid .item .hexagon:focus>.title,
.treatments .grid .item .hexagon:hover>.title {
    display: none
}

.treatments .grid .item .hexagon:active .hover-text,
.treatments .grid .item .hexagon:focus .hover-text,
.treatments .grid .item .hexagon:hover .hover-text {
    opacity: 1
}

.treatments .grid .item .hexagon .hexBottom,
.treatments .grid .item .hexagon .hexTop {
    position: absolute;
    z-index: 1;
    width: 144.25px;
    height: 144.25px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 29.88px
}

.treatments .grid .item .hexagon .hexBottom:after,
.treatments .grid .item .hexagon .hexTop:after {
    content: "";
    position: absolute;
    width: 204.0000px;
    height: 117.77945491468367px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-58.8897px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-58.8897px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-58.8897px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit
}

.treatments .grid .item .hexagon .hexTop {
    top: -72.1249px
}

.treatments .grid .item .hexagon .hexTop:after {
    background-position: center top
}

.treatments .grid .item .hexagon .hexBottom {
    bottom: -72.1249px
}

.treatments .grid .item .hexagon .hexBottom:after {
    background-position: center bottom
}

.treatments .grid .item .hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 204.0000px;
    height: 117.7795px;
    z-index: 2;
    background: inherit
}

.treatments .grid .item .hexagon .title {
    margin: 0;
    z-index: 9;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    display: table;
    height: 45px;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 30px
}

.treatments .grid .item .hexagon .title span {
    display: table-cell;
    vertical-align: middle
}

.treatments .grid .item .hexagon .hover-text {
    opacity: 1
}

.treatments .grid .item .hexagon .hover-text .title {
    z-index: 9;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    display: table;
    position: relative;
    top: -10px;
    width: 100%;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 18px
}

.treatments .grid .item .hexagon .hover-text .title span {
    display: table-cell;
    vertical-align: middle
}

.treatments .grid .item .hexagon .hover-text p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    top: 0;
    padding: 0 10px;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    line-height: 1.3
}

.treatments+.explore-section {
    margin-top: -162px;
    padding-top: 236px
}

.consult {
    background: url("../images/consult-search.jpg") top left no-repeat;
    background-size: cover
}

@media only screen and (max-width: 768px) {
    .consult {
        background: url("../images/consult-search-mobile.jpg") top left no-repeat;
        background-size: cover
    }
}

.consult .consult-form-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 280px;
    padding-bottom: 190px
}

@media only screen and (max-width: 768px) {
    .consult .consult-form-wrapper {
        padding-top: 0px;
        padding-bottom: 0px
    }
}

.consult .top-part {
    background: url("../images/consult-top-sprite.png") center top no-repeat;
    height: 10px
}
#mylocation{
	width: 100%;
    max-width: 130px;
    height: 28px;
    background: #59b7b3;
    border-radius: 20px;
    padding: 6px;
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
	text-transform: uppercase;
}
.drfinder-results{
	height: 800px;
    overflow: hidden;
    margin-bottom: 70px;
}
.drfinder-results .rowresults{
	position: relative;
    height: 800px;
}
.drfinder-results .rowresults .listcollumn{
	height: 800px;
    overflow-y: scroll;
}
.drfinder-results .rowresults .listcollumn .listresult{
	margin-right: 20px;
}
.resultmap{
	position: relative;
    height: 800px;
}
.resultmap{
	margin-bottom: 40px;
}
.resultmap #map{
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	border: 0;
	margin-left: 30px;
}
.drfinder-results .rowresults .listcollumn::-webkit-scrollbar {
	width: 10px;
}

.drfinder-results .rowresults .listcollumn::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #e7e7e7;
	border: 1px solid #cacaca;
}

.drfinder-results .rowresults .listcollumn::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #59B7B3;
}


@media only screen and (max-width: 768px) {
    .consult .top-part {
        background: url("../images/consult-top-sprite-mobile.png") center top no-repeat
    }
}

.consult .bottom-part {
    background: url("../images/consult-bottom-sprite.png") center bottom no-repeat;
    height: 9px
}

@media only screen and (max-width: 768px) {
    .consult .bottom-part {
        background: url("../images/consult-bottom-sprite-mobile.png") center top no-repeat
    }
}

.consult .consult-form-inner {
    background-color: rgba(13, 31, 44, 0.9);
    font-size: 0
}

.consult .consult-form-inner .consult-form-left {
    width: 38.5%;
    display: inline-block;
    vertical-align: top;
    padding: 65px 30px;
    border-right: 1px solid #f1f1f3;
    margin: 20px 0
}

@media only screen and (max-width: 768px) {
    .consult .consult-form-inner .consult-form-left {
        width: 100%;
        padding: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: none;
        text-align: center
    }
}

.consult .consult-form-inner .consult-form-left .title {
    margin-bottom: 10px
}

.consult .consult-form-inner .consult-form-left .title h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #59b7b3;
    text-transform: uppercase
}

.consult .consult-form-inner .consult-form-left .subtitle {
    margin-bottom: 16px
}

.consult .consult-form-inner .consult-form-left .subtitle p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #a0a2a3
}

.consult .consult-form-inner .consult-form-left .text p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.5
}

.consult .consult-form-inner .consult-form-right {
    width: 61.5%;
    display: inline-block;
    vertical-align: top;
    padding: 45px 50px
}

@media only screen and (max-width: 768px) {
    .consult .consult-form-inner .consult-form-right {
        width: 100%;
        text-align: center;
        padding: 25px 30px
    }
}

.consult .consult-form-inner .consult-form-right .consult-form-fields {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 24px
}

@media only screen and (max-width: 768px) {
    .consult .consult-form-inner .consult-form-right .consult-form-fields {
        width: 100%;
        padding: 0
    }
}

.consult .consult-form-inner .consult-form-right .consult-form-fields:last-child {
    padding-right: 0
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group.sub {
    text-align: center
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group label {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group label span {
    color: #59b7b3
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group label span.sublabel {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #59b7b3;
    width: 100%;
    margin-bottom: 28px;
    font-family: 'franklin_gothic_bookregular';
    padding: 5px;
    color: #fff
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input::-webkit-input-placeholder {
    color: #a0a2a3;
    opacity: 1
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input::-moz-placeholder {
    color: #a0a2a3;
    opacity: 1
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input:-ms-input-placeholder {
    color: #a0a2a3;
    opacity: 1
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input:-moz-placeholder {
    color: #a0a2a3;
    opacity: 1
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input[type=submit],
.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input[type=button]{
    width: auto;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/button.png");
    background-position: center center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 16px;
    padding: 1rem 1.6rem;
    border-radius: 0;
    position: relative;
    background-size: cover;
    margin-top: 10px
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input[type=submit].tracksearch {
    background-image: url("../images/button-dark.png");
}

@media only screen and (max-width: 768px) {
    .consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input[type=submit] {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input[type=submit]:active,
.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input[type=submit]:focus,
.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group input[type=submit]:hover {
    text-decoration: none;
    color: #fff
}

.consult .consult-form-inner .consult-form-right .consult-form-fields .consult-form-group select {
    font-family: 'franklin_gothic_bookregular';
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #59b7b3;
    width: 100%;
    margin-bottom: 28px;
    color: #a0a2a3;
    padding: 5px;
    height: 35px
}

.tech-performs-section {
    background-color: #f1f1f3;
    padding: 45px 0;
    padding: 4.5rem 0
}

@media only screen and (max-width: 768px) {
    .tech-performs-section {
        padding: 60px 0 60px;
        padding: 6rem 0 6rem
    }
}

.tech-performs-section .section-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 20px;
    margin: 0 auto 2rem;
    color: #0d1f2c;
    max-width: 700px
}

.tech-performs-section .subtitle {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 30px;
    margin: 0 auto 3rem;
    color: #0d1f2c
}

.tech-performs-section .button {
    text-align: center
}

.tech-performs-section .tech-performs-wrapper {
    position: relative;
    margin-top: 40px
}

.tech-performs-section .tech-performs-wrapper .tech-performs-slider .item {
    position: relative;
    margin: 0 15px;
    margin: 0 1.5rem;
    position: relative
}

.tech-performs-section .tech-performs-wrapper .tech-performs-slider .item img {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.tech-performs-section .tech-performs-wrapper .tech-performs-slider .item .after-image {
    display: none
}

.tech-performs-section .tech-performs-wrapper .tech-performs-slider .item .doctor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(89, 183, 179, 0.9);
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold
}

.tech-performs-section .tech-performs-wrapper .tech-performs-slider .item .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.tech-performs-section .tech-performs-wrapper .tech-performs-slider .item .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5
}

.tech-performs-section .tech-performs-wrapper .controls .next,
.tech-performs-section .tech-performs-wrapper .controls .prev {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    left: -10px;
    top: calc(35% - 20px);
    color: #59b7b3;
    cursor: pointer
}

.tech-performs-section .tech-performs-wrapper .controls .next {
    left: auto;
    right: -10px
}

.tech-performs-section .tech-performs-wrapper .controls .slick-disabled {
    color: #dbdde0
}

.page-template-page-physicians .more-info .text p {
    font-size: 16px;
    font-size: 1.6rem
}

.page-template-page-physicians .tech-performs-section .tech-performs-wrapper .tech-performs-slider .item .subtitle {
    font-size: 16px;
    font-size: 1.6rem
}

.case-study .case-study-inner {
    padding: 60px 0
}

.case-study .image {
    text-align: right
}

.case-study .image img {
    max-width: 100%;
    height: auto
}
.eseminars.single .description p{
    margin: 0cm;
    margin-bottom: .0001pt;
    padding-bottom: 30px;
    font-size: 12.0pt;
    font-family: 'franklin_gothic_bookregular';
    color: #0d1f2c;
}
.eseminars.single .description p:last-child{
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .case-study .image {
        padding-left: 0;
        text-align: center
    }
	
}

.case-study .title {
    padding-top: 110px;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 30px
}

@media (max-width: 991px) {
    .case-study .title {
        padding-top: 55px
    }
}

@media only screen and (max-width: 768px) {
    .case-study .title {
        padding-top: 50px;
        padding-left: 0;
        text-align: center
    }
}

.case-study .text {
    padding-left: 30px
}

@media (max-width: 767px) {
    .case-study .text {
        padding-left: 0;
        text-align: center
    }
}

.case-study .text p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #a0a2a3;
    line-height: 1.5;
    margin-bottom: 10px
}

.case-study .button {
    padding-left: 30px
}

@media (max-width: 767px) {
    .case-study .button {
        padding-left: 0;
        text-align: center
    }
}

.events-cta {
    background-color: #0d1f2c;
    padding: 40px 0
}

.events-cta .image img {
    max-width: 100%;
    height: auto;
    display: block
}

@media only screen and (max-width: 768px) {
    .events-cta .image img {
        margin: 0 auto
    }
}

.events-cta .title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 40px
}

.events-cta .button {
    text-align: center
}

.workstations-tabs {
    margin-top: -162px
}

.workstations-tabs.gallery .tabs .tab-content {
    border: none
}

.workstations-tabs .workstations-tabs-inner {
    background-color: #f1f1f3;
    padding-top: 40px
}

.workstations-tabs .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.workstations-tabs .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px
}

.workstations-tabs .tabs {
    margin-top: 40px
}

.workstations-tabs .tabs .nav-tabs {
    border: none;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .nav-tabs {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #59b7b3
    }
}

.workstations-tabs .tabs .nav-tabs .nav-item:last-child {
    border-bottom: none
}

.workstations-tabs .tabs .nav-tabs .nav-item:last-child .nav-link .subitems {
    border-bottom: none
}

.workstations-tabs .tabs .nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    color: #888888;
    background-color: #dbdde0;
    height: 82px;
    border: 1px solid #59b7b3;
    padding: 8px 25px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .workstations-tabs .tabs .nav-tabs .nav-link {
        padding: 8px 26px
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .workstations-tabs .tabs .nav-tabs .nav-link {
        padding: 8px
    }
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .nav-tabs .nav-link {
        height: auto;
        padding: 20px 30px 0
    }
}

.workstations-tabs .tabs .nav-tabs .nav-link .icon {
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .nav-tabs .nav-link .icon {
        display: none
    }
}

.workstations-tabs .tabs .nav-tabs .nav-link .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .nav-tabs .nav-link .title {
        text-align: left
    }
}

.workstations-tabs .tabs .nav-tabs .nav-link .subitems {
    text-align: center;
    display: block;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem
}

@media (max-width: 1199px) and (min-width: 992px) {
    .workstations-tabs .tabs .nav-tabs .nav-link .subitems {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .workstations-tabs .tabs .nav-tabs .nav-link .subitems {
        font-size: 11px;
        font-size: 1.1rem
    }
}

.workstations-tabs .tabs .nav-tabs .nav-link .subitems span {
    font-style: italic;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .nav-tabs .nav-link .subitems {
        text-align: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f1f3
    }
    .workstations-tabs .tabs .nav-tabs .nav-link .subitems br {
        display: none
    }
}

.workstations-tabs .tabs .nav-tabs .nav-link .subitems .mobile-separator {
    display: none
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .nav-tabs .nav-link .subitems .mobile-separator {
        display: inline
    }
}

.workstations-tabs .tabs .nav-tabs .nav-link .subitems span {
    color: #a0a2a3;
    font-size: 14px;
    font-size: 1.4rem
}

.workstations-tabs .tabs .nav-tabs .nav-link.active {
    background-color: #59b7b3
}

.workstations-tabs .tabs .nav-tabs .nav-link.active .icon {
    opacity: 1
}

.workstations-tabs .tabs .nav-tabs .nav-link.active .title {
    color: #fff
}

.workstations-tabs .tabs .nav-tabs .nav-link.active .subitems {
    color: #fff
}

.workstations-tabs .tabs .nav-tabs .nav-link.active .subitems span {
    color: #fff
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .nav-tabs .nav-link.active .subitems {
        border-color: transparent
    }
}

.workstations-tabs .tabs .tab-content {
    background-color: #fff;
    border: 1px solid #59b7b3
}

@media (max-width: 991px) {
    .workstations-tabs .tabs .tab-content {
        padding: 0 0 60px;
        margin-top: 1px;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .tab-content {
        padding: 0 0 60px;
        margin-top: 1px;
        margin-left: -15px;
        margin-right: -15px
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner {
    font-size: 0
}

.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top {
    background-color: #59b7b3;
    padding-top: 30px;
    padding-bottom: 22px
}

@media (max-width: 420px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top {
        text-align: center
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .title-top {
    font-family: 'franklin_gothic_mediumregular';
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 0 30px
}

@media (max-width: 420px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .title-top {
        padding: 0 10px 0 0
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .title-top span {
    font-weight: normal
}

.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .button {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px
}

@media (max-width: 420px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .button {
        margin-right: 20px
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .button:last-child {
    margin-right: 0
}

.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .button .btn:active,
.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .button .btn:focus,
.workstations-tabs .tabs .tab-content .tab-content-inner .turquoise-top .button .btn:hover {
    cursor: pointer
}

.workstations-tabs .tabs .tab-content .tab-content-inner .left-part {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    padding: 60px 0 60px 60px
}

@media (max-width: 991px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .left-part {
        width: 100%;
        padding: 0;
        padding-top: 60px
    }
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .left-part {
        width: 100%;
        padding: 0;
        padding-top: 60px
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .left-part .image {
    margin-bottom: 30px
}

.workstations-tabs .tabs .tab-content .tab-content-inner .left-part .image img {
    max-width: 100%
}

@media (max-width: 991px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .left-part .button {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .left-part .button {
        margin-bottom: 30px
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding: 60px 60px 60px 0px
}

@media (max-width: 991px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .right-part {
        width: 100%;
        padding: 0
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .techology-item {
    display: none
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .techology-item.active {
    display: block
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .right-part {
        width: 100%;
        padding: 0
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .text {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 1px solid #59b7b3;
    margin-bottom: 50px;
    line-height: 1.2
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .text .title {
    text-align: left;
    margin-bottom: 10px
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .text p {
    line-height: 1.5;
    font-size: 16px
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .image {
    text-align: center;
    margin-bottom: 40px;
    display: inline-block
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .image img {
    max-width: 100%
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0d1f2c;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    display: block;
    margin-bottom: 20px
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .title span {
    font-weight: normal;
    font-style: italic;
    text-transform: none
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .description {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding: 0 35px 0;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 991px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .right-part .description {
        padding: 0 15px 0;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .right-part .description {
        padding: 0 15px 0;
        margin-bottom: 30px
    }
}

.workstations-tabs .tabs .tab-content .tab-content-inner .right-part .button {
    text-align: center
}

@media (max-width: 991px) {
    .workstations-tabs .tabs .tab-content .tab-content-inner .right-part .col-md-6 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.about-the-technology {
    padding: 50px 0
}

.about-the-technology .col-md-12 .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0d1f2c;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.about-the-technology .col-md-12 .title span {
    color: #59b7b3
}

.about-the-technology .col-md-6 {
    border-right: 1px solid #59b7b3;
    text-align: center
}

@media (max-width: 767px) {
    .about-the-technology .col-md-6 {
        border-right: none;
        margin-bottom: 55px
    }
}

.about-the-technology .col-md-6:last-child {
    border-right: none
}

@media (max-width: 767px) {
    .about-the-technology .col-md-6:last-child {
        margin-bottom: 0
    }
}

.about-the-technology .col-md-6 .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0d1f2c;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.about-the-technology .col-md-6 .title span {
    font-weight: normal;
    font-style: italic;
    text-transform: none
}

.about-the-technology .col-md-6 .image {
    margin-bottom: 20px
}

.workstations-section {
    background-color: #fff;
    padding: 45px 0;
    padding: 4.5rem 0
}

@media only screen and (max-width: 768px) {
    .workstations-section {
        padding: 60px 0 60px;
        padding: 6rem 0 6rem
    }
}

.workstations-section .section-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 45px;
    margin: 0 auto 4.5rem;
    color: #0d1f2c;
    max-width: 700px;
    padding-bottom: 40px;
    border-bottom: 1px solid #59b7b3
}

.workstations-section .workstations-wrapper {
    position: relative
}

.workstations-section .workstations-wrapper .workstations-slider .item {
    position: relative;
    margin: 0 15px;
    margin: 0 1.5rem;
    position: relative
}

.workstations-section .workstations-wrapper .workstations-slider .item img {
    display: block;
    width: 100%
}

.workstations-section .workstations-wrapper .controls .next,
.workstations-section .workstations-wrapper .controls .prev {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    left: -10px;
    top: calc(50% - 20px);
    color: #59b7b3;
    cursor: pointer
}

.workstations-section .workstations-wrapper .controls .next {
    left: auto;
    right: -10px
}

.workstations-section .workstations-wrapper .controls .slick-disabled {
    color: #dbdde0
}

.technologies-tabs .triangle-top {
    margin-top: -162px
}

.technologies-tabs .technologies-tabs-inner {
    padding-top: 120px;
    background-color: #f1f1f3
}

.technologies-tabs .technologies-tabs-inner .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.technologies-tabs .technologies-tabs-inner .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px
}

.technologies-tabs .technologies-tabs-inner .tabs-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #0d1f2c;
    margin-bottom: 40px
}

.technologies-tabs .technologies-tabs-inner .nav-tabs {
    margin-top: 50px;
    border: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    display: block;
    -moz-column-gap: 30px;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 30px;
    -webkit-column-gap: 3rem;
    column-gap: 30px;
    column-gap: 3rem
}

@media (min-width: 768px) {
    .technologies-tabs .technologies-tabs-inner .nav-tabs {
        max-width: 440px
    }
}

.technologies-tabs .technologies-tabs-inner .nav-tabs .nav-item {
    display: inline-block;
    margin-bottom: 0
}

.technologies-tabs .technologies-tabs-inner .nav-tabs .nav-item a {
    width: 200px;
    border-radius: 0;
    border: none;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #0d1f2c;
    padding: 15px 0;
    border-bottom: 2px solid #dbdde0;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

@media only screen and (max-width: 768px) {
    .technologies-tabs .technologies-tabs-inner .nav-tabs .nav-item a {
        width: 130px;
        font-size: 15px;
        font-size: 1.5rem
    }
}

.technologies-tabs .technologies-tabs-inner .nav-tabs .nav-item a span {
    text-transform: none;
    font-style: italic;
    font-weight: normal
}

.technologies-tabs .technologies-tabs-inner .nav-tabs .nav-item a.active {
    background-color: inherit;
    color: #59b7b3
}

.technologies-tabs .technologies-tabs-inner .tab-content {
    margin-top: 50px;
    background-color: #fff
}

.technologies-tabs .technologies-tabs-inner .tab-content .tab-pane {
    padding: 50px
}

@media only screen and (max-width: 768px) {
    .technologies-tabs .technologies-tabs-inner .tab-content .tab-pane {
        padding: 20px
    }
}

.technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .image {
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 1400px) {
    .technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .image img {
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .image img {
        max-width: 100%
    }
}

.technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #0d1f2c;
    margin-bottom: 20px
}

.technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .title span {
    text-transform: none;
    font-style: italic;
    font-weight: normal
}

.technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .description {
    max-width: 340px;
    margin: 0 auto
}

.technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .description p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 70px
}

@media only screen and (max-width: 768px) {
    .technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .description p {
        margin-bottom: 20px
    }
}

.technologies-tabs .technologies-tabs-inner .tab-content .tab-pane .button {
    text-align: center
}

.patient-benefits-section {
    background-color: #f1f1f3;
    padding: 45px 0;
    padding: 4.5rem 0
}

@media only screen and (max-width: 768px) {
    .patient-benefits-section {
        padding: 40px 0 40px;
        padding: 4rem 0 4rem
    }
}

.patient-benefits-section.white {
    background-color: #fff
}

.patient-benefits-section .section-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #0d1f2c;
    max-width: 700px;
    padding-bottom: 20px;
    margin: 0 auto
}

.patient-benefits-section .section-subtitle {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 30px;
    margin: 0 auto 45px;
    margin: 0 auto 4.5rem;
    border-bottom: 1px solid #0d1f2c;
    max-width: 700px
}

.patient-benefits-section .button {
    margin-top: 35px;
    text-align: center
}

.patient-benefits-section .patient-benefits-wrapper {
    position: relative
}

.patient-benefits-section .patient-benefits-wrapper .patient-benefits-slider .item {
    position: relative;
    margin: 0 15px;
    margin: 0 1.5rem;
    position: relative
}

.patient-benefits-section .patient-benefits-wrapper .patient-benefits-slider .item img {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.patient-benefits-section .patient-benefits-wrapper .patient-benefits-slider .item .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.patient-benefits-section .patient-benefits-wrapper .patient-benefits-slider .item .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.patient-benefits-section .patient-benefits-wrapper .controls .next,
.patient-benefits-section .patient-benefits-wrapper .controls .prev {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    left: -10px;
    top: calc(35% - 20px);
    color: #59b7b3;
    cursor: pointer
}

.patient-benefits-section .patient-benefits-wrapper .controls .next {
    left: auto;
    right: -10px
}

.patient-benefits-section .patient-benefits-wrapper .controls .slick-disabled {
    color: #dbdde0
}

.specifications {
    background-color: #f1f1f3;
    padding: 50px 0 60px
}

.specifications .specifications-inner {
    background-color: #fff;
    padding-bottom: 60px
}

.specifications .specifications-inner .title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 10px;
    margin: 0 auto 1rem;
    color: #0d1f2c;
    max-width: 700px;
    padding-top: 30px;
    padding-bottom: 20px
}

.specifications .specifications-inner .spec-grid {
    padding: 0 50px
}

@media only screen and (max-width: 768px) {
    .specifications .specifications-inner .spec-grid {
        padding: 0
    }
}

.specifications .specifications-inner .spec-grid .spec-table table {
    width: 100%
}

.specifications .specifications-inner .spec-grid .spec-table table tr td {
    padding: 10px;
    border: 1px solid #59b7b3
}

.specifications .specifications-inner .spec-grid .spec-table table tr td:first-child {
    font-weight: bold
}

.specifications .specifications-inner .image {
    padding: 50px 50px 0
}

.specifications .specifications-inner .image img {
    width: 100%
}

.specifications-fullwidth {
    background-color: #f1f1f3
}

@media only screen and (max-width: 768px) {
    .specifications-fullwidth {
        padding-bottom: 0
    }
}

.specifications-fullwidth .title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #0d1f2c;
    padding-top: 30px;
    padding-bottom: 20px
}

.specifications-fullwidth .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto 40px
}

.specifications-fullwidth .specifications-inner {
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 60px
}

@media only screen and (max-width: 768px) {
    .specifications-fullwidth .specifications-inner {
        padding-bottom: 0
    }
}

.specifications-fullwidth .specifications-inner .spec-grid {
    padding: 0 50px
}

@media only screen and (max-width: 768px) {
    .specifications-fullwidth .specifications-inner .spec-grid {
        padding: 0
    }
}

.specifications-fullwidth .specifications-inner .spec-grid .spec-table table {
    width: 100%;
    table-layout: fixed
}

.specifications-fullwidth .specifications-inner .spec-grid .spec-table table tr th {
    padding: 30px 50px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

@media only screen and (max-width: 768px) {
    .specifications-fullwidth .specifications-inner .spec-grid .spec-table table tr th {
        padding: 10px
    }
}

.specifications-fullwidth .specifications-inner .spec-grid .spec-table table tr td {
    padding: 30px 50px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #59b7b3
}

@media only screen and (max-width: 768px) {
    .specifications-fullwidth .specifications-inner .spec-grid .spec-table table tr td {
        padding: 10px
    }
}

.specifications-fullwidth .specifications-inner .image {
    padding: 50px 50px 0
}

.specifications-fullwidth .specifications-inner .image img {
    width: 100%
}

.two-product-cta {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px
}

.two-product-cta .title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 70px 40px 70px;
    margin: 0 7rem 4rem 7rem;
    color: #0d1f2c;
    max-width: 700px;
    padding: 30px 0px 20px 0px;
    border-bottom: 1px solid #0d1f2c
}

@media only screen and (max-width: 768px) {
    .two-product-cta .title {
        margin: 0 0 30px
    }
}

.two-product-cta .image-wrapper {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

.two-product-cta .image-wrapper .image {
    display: table-cell;
    vertical-align: middle
}

.two-product-cta .description {
    margin-top: 30px
}

.all-studies {
    background-color: #f1f1f3;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 75px
}

.all-studies .title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 10px;
    margin: 0 auto 1rem;
    color: #0d1f2c;
    max-width: 700px;
    padding-top: 30px;
    padding-bottom: 20px
}

.treatments-tabs {
    margin-top: -162px
}

.treatments-tabs .treatments-tabs-inner {
    background-color: #f1f1f3;
    padding-top: 40px
}

.treatments-tabs .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.treatments-tabs .subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px
}

.treatments-tabs .tabs {
    margin-top: 40px
}

.treatments-tabs .tabs .nav-tabs {
    border: none
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .nav-tabs {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #59b7b3
    }
}

.treatments-tabs .tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #59b7b3;
    border-bottom: none
}

@media (max-width: 991px) and (min-width: 768px) {
    .treatments-tabs .tabs .nav-tabs .nav-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.treatments-tabs .tabs .nav-tabs .nav-item:last-child {
    border-bottom: none
}

.treatments-tabs .tabs .nav-tabs .nav-item:last-child .nav-link .subitems {
    border-bottom: none
}

.treatments-tabs .tabs .nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    color: #a0a2a3;
    padding: 40px 15px
}

@media (max-width: 991px) and (min-width: 768px) {
    .treatments-tabs .tabs .nav-tabs .nav-link {
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 15px
    }
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .nav-tabs .nav-link {
        height: auto;
        padding: 20px 30px
    }
}

.treatments-tabs .tabs .nav-tabs .nav-link .title {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0d1f2c;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 3em
}

@media (max-width: 991px) and (min-width: 768px) {
    .treatments-tabs .tabs .nav-tabs .nav-link .title {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .nav-tabs .nav-link .title {
        text-align: left
    }
}

.treatments-tabs .tabs .nav-tabs .nav-link.active {
    background-color: #59b7b3
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .nav-tabs .nav-link.active {
        background-color: #59b7b3
    }
}

.treatments-tabs .tabs .nav-tabs .nav-link.active .title {
    color: white
}

.treatments-tabs .tabs .tab-content {
    background-color: #fff;
    padding: 60px 60px 60px;
    border: 1px solid #59b7b3
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .tab-content {
        padding: 60px 0;
        margin-top: 1px;
        margin-left: -15px;
        margin-right: -15px
    }
}

.treatments-tabs .tabs .tab-content .tab-content-inner {
    font-size: 0
}

.treatments-tabs .tabs .tab-content .tab-content-inner .left-part {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .tab-content .tab-content-inner .left-part {
        width: 100%
    }
}

.treatments-tabs .tabs .tab-content .tab-content-inner .left-part .icon {
    margin-bottom: 20px
}

.treatments-tabs .tabs .tab-content .tab-content-inner .left-part .icon img {
    max-width: 100%
}

.treatments-tabs .tabs .tab-content .tab-content-inner .left-part .image {
    margin-bottom: 30px
}

.treatments-tabs .tabs .tab-content .tab-content-inner .left-part .image img {
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .tab-content .tab-content-inner .left-part .button {
        margin-bottom: 30px
    }
}

.treatments-tabs .tabs .tab-content .tab-content-inner .right-part {
    display: inline-block;
    vertical-align: top;
    width: 70%
}

@media only screen and (max-width: 768px) {
    .treatments-tabs .tabs .tab-content .tab-content-inner .right-part {
        width: 100%
    }
}

.treatments-tabs .tabs .tab-content .tab-content-inner .right-part .content {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 50px;
    margin-bottom: 50px
}

.treatments-tabs .tabs .tab-content .tab-content-inner .right-part .content p {
    margin-bottom: 14px;
    line-height: 1.5
}

.treatments-tabs .tabs .tab-content .tab-content-inner .right-part .content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.modal-video {
    display: none
}

.patient-video {
    margin-top: 70px
}

.patient-video .section-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 45px;
    margin: 0 auto 4.5rem;
    color: #0d1f2c;
    max-width: 700px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0d1f2c
}

.patient-video .patient-video-inner {
    font-size: 0;
    padding: 50px;
    border: 1px solid #0d1f2c;
    margin-bottom: 70px
}

.patient-video .patient-video-inner .patient-video-left {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

@media only screen and (max-width: 768px) {
    .patient-video .patient-video-inner .patient-video-left {
        width: 100%
    }
}

.patient-video .patient-video-inner .patient-video-left .video-placeholder {
    padding-right: 15px;
    line-height: 0
}

@media only screen and (max-width: 768px) {
    .patient-video .patient-video-inner .patient-video-left .video-placeholder {
        padding-right: 0
    }
}

.patient-video .patient-video-inner .patient-video-left .video-placeholder img {
    cursor: pointer;
    width: 100%;
    max-width: 100%
}

.patient-video .patient-video-inner .patient-video-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width: 767px) and (max-width: 1439px) {
    .patient-video .patient-video-inner .patient-video-right {
        padding-left: 2em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 768px) {
    .patient-video .patient-video-inner .patient-video-right {
        width: 100%
    }
}

.patient-video .patient-video-inner .patient-video-right .title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    margin-bottom: 12px
}

.patient-video .patient-video-inner .patient-video-right .subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    color: #a0a2a3;
    margin-bottom: 12px
}

.patient-video .patient-video-inner .patient-video-right p {
    line-height: 1.5;
    margin-bottom: 10px
}

.patient-video .patient-video-inner .patient-video-right .video-play {
    margin-top: 30px
}

.consult-section {
    background-color: #f1f1f3;
    text-align: center;
    padding: 30px 50px 50px
}

.consult-section .col-md-6:first-child {
    border-right: 1px solid #59b7b3
}

@media only screen and (max-width: 768px) {
    .consult-section .col-md-6:first-child {
        border-right: none;
        margin-bottom: 30px
    }
}

.consult-section .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #59b7b3;
    text-transform: uppercase;
    font-weight: bold
}

.consult-section .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #a0a2a3
}

.consult-section .description {
    margin-top: 50px;
    margin-bottom: 30px
}

.consult-section .description p {
    line-height: 1.5
}

.consult-section .description a {
    color: #0d1f2c
}

.brochure-request {
    background: url("../images/brochure-request-bg.jpg") center center;
    background-size: cover;
    text-align: center;
    padding: 70px 0 60px
}

.brochure-request .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #59b7b3;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px
}

.brochure-request .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #a0a2a3;
    margin-bottom: 12px;
    font-weight: 300
}

.brochure-request .description {
    line-height: 1.5;
    margin-bottom: 30px
}

.are-you-physician {
    text-align: center;
    padding: 60px 0 50px
}

.are-you-physician .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #59b7b3;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px
}

.are-you-physician .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #a0a2a3;
    margin-bottom: 12px;
    font-weight: 300
}

.are-you-physician .description {
    line-height: 1.5;
    margin-bottom: 30px
}

.treatments-subpage+.triangle-top {
    margin-top: -162px
}

.video-info-block {
    border: 1px solid #59b7b3;
    background-color: #fff;
    margin-top: 50px
}

.video-info-block .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin: 50px 0;
    line-height: 1.2
}

.video-info-block .video-info-block-inner {
    max-width: 600px;
    margin: 0 auto 50px
}

.video-info-block .description {
    margin-bottom: 50px;
    padding: 0 80px
}

.video-info-block .button {
    text-align: center;
    margin-bottom: 50px
}

.t-news .triangle-top {
    background: url("../images/slider/slider-shape.png") center bottom no-repeat
}

.t-news .tabs .tab-content {
    border: none
}

.t-news .workstations-tabs .workstations-tabs-inner {
    background-color: transparent
}

.t-news .tabs .nav-tabs .nav-item.active-category .nav-link {
    background-color: #59b7b3
}

.t-news .tabs .nav-tabs .nav-item.active-category .title {
    color: #fff
}

@media (min-width: 768px) {
    .t-news .tabs .nav-tabs .nav-item .nav-link {
        display: table-cell;
        vertical-align: middle
    }
}

@media (max-width: 767px) {
    .t-news .tabs .nav-tabs .nav-item .nav-link {
        padding: 8px 25px
    }
}

.t-news .tabs .nav-tabs .nav-item .title {
    color: #000;
    margin-bottom: 0
}

.t-news .patient-video {
    margin-top: 0
}

.t-news .patient-video .patient-video-inner {
    border: 1px solid #59b7b3
}

@media (max-width: 767px) {
    .t-news .patient-video .patient-video-inner {
        padding: 20px;
        margin-bottom: 30px
    }
}

.t-news .tab-content .col-md-12 {
    padding: 0
}

.t-news .gallery-pagination {
    width: 100%;
    background-color: transparent;
    padding-top: 0
}

.t-news img {
    max-width: 100%
}

.t-news .gallery-pagination-news button {
    background: transparent;
    border: none
}

.t-news .gallery-pagination-news ul {
    max-width: 500px;
    width: 500px
}

@media (max-width: 767px) {
    .t-news .gallery-pagination-news ul {
        max-width: 250px
    }
}

.t-news .slick-track {
    margin-left: auto;
    margin-right: auto
}

.t-news-single .patient-video-inner {
    text-align: center
}

.eseminars {
    padding: 45px 0 0
}

.eseminars .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.2
}

.eseminars .modal-form {
    display: none
}

.eseminars .description .text {
    margin-bottom: 30px;
    text-align: left;
}

.eseminars .description .button span:active,
.eseminars .description .button span:focus,
.eseminars .description .button span:hover {
    cursor: pointer
}

.eseminars .video-modal {
    display: none
}

.eseminars.single {
    text-align: center;
    padding-bottom: 60px
}

.eseminars.single .video-placeholder {
    margin-bottom: 30px
}

.eseminars-modal-inner {
    width: 854px;
    height: 480px
}

.modal-form-inner-eseminar {
    padding: 45px;
    background-color: #fff
}

.modal-form-inner-eseminar .eseminar-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.2
}

.modal-form-inner-eseminar .main {
    margin-bottom: 20px
}

.modal-form-inner-eseminar .main label {
    display: block
}

.modal-form-inner-eseminar .main input {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #59b7b3;
    height: 28px
}

.modal-form-inner-eseminar .popup-register-button {
    text-align: center
}

.modal-form-inner-eseminar .popup-register-button input[type=submit] {
    width: auto;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/button.png");
    background-position: center center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 16px;
    padding: 1rem 1.6rem;
    height: 44px;
    border-radius: 0;
    position: relative;
    background-size: cover;
    margin-top: 0
}

.modal-form-inner-eseminar .popup-register-button input[type=submit]:active,
.modal-form-inner-eseminar .popup-register-button input[type=submit]:focus,
.modal-form-inner-eseminar .popup-register-button input[type=submit]:hover {
    cursor: pointer
}

.featured-physician {
    padding: 45px 0
}

.featured-physician .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.featured-physician .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px
}

.featured-physician .slider-wrapper {
    margin-top: 45px;
    position: relative
}

@media (max-width: 1199px) {
    .featured-physician .slider-wrapper .slick-slider .item .image img {
        max-width: 100%;
        height: auto
    }
}
@media only screen and (max-width: 900px) {
    .eseminars-modal-inner{
        width: 280px;
        height: 159px;
    }
}
@media only screen and (max-width: 768px) {
    .featured-physician .slider-wrapper .slick-slider .item .image {
        text-align: center
    }
    .featured-physician .slider-wrapper .slick-slider .item .image img {
        margin: 0 auto 30px
    }
}

.featured-physician .slider-wrapper .slick-slider .item .physician-info {
    text-align: center
}

.featured-physician .slider-wrapper .slick-slider .item .physician-info .name {
    font-size: 24px;
    text-transform: uppercase;
    color: #59b7b3
}

.featured-physician .slider-wrapper .slick-slider .item .physician-info .title {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.featured-physician .slider-wrapper .slick-slider .item .physician-info .subtitle {
    font-size: 16px;
    color: #a0a2a3;
    margin-bottom: 25px
}

.featured-physician .slider-wrapper .slick-slider .item .physician-info .quote-icon {
    width: 26px;
    height: 22px;
    background: #fff url("../images/physician-quote.jpg") 0 0 no-repeat;
    margin: 0 auto;
    margin-bottom: 20px
}

.featured-physician .slider-wrapper .slick-slider .item .physician-info .quote {
    font-size: 20px;
    font-family: 'franklin_gothic_bookitalic';
}

.featured-physician .slider-wrapper .controls .next,
.featured-physician .slider-wrapper .controls .prev {
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #59b7b3;
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    left: 50px;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    line-height: 38px
}

@media only screen and (max-width: 768px) {
    .featured-physician .slider-wrapper .controls .next,
    .featured-physician .slider-wrapper .controls .prev {
        left: 20px;
        opacity: 0.7
    }
}

@media (max-width: 400px) {
    .featured-physician .slider-wrapper .controls .next,
    .featured-physician .slider-wrapper .controls .prev {
        top: calc(48% - 20px);
        left: 5px
    }
}

@media (max-width: 350px) {
    .featured-physician .slider-wrapper .controls .next,
    .featured-physician .slider-wrapper .controls .prev {
        top: calc(43% - 20px)
    }
}

.featured-physician .slider-wrapper .controls .next {
    left: auto;
    right: 50px
}

@media only screen and (max-width: 768px) {
    .featured-physician .slider-wrapper .controls .next {
        right: 20px
    }
}

@media (max-width: 400px) {
    .featured-physician .slider-wrapper .controls .next {
        right: 5px
    }
}

.featured-physician .slider-wrapper .controls .slick-disabled {
    color: #dbdde0
}

.explore-video {
    background-color: #f1f1f3
}

.explore-hero+.triangle-top {
    margin-top: -162px
}

.explore-tabs {
    padding: 45px 0 0
}

.explore-tabs .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.explore-tabs .item-wrapper {
    margin-bottom: 45px
}

.explore-tabs .item-wrapper:last-child {
    margin-bottom: 0
}

.explore-tabs .item {
    margin-top: 45px;
    border: 1px solid #59b7b3;
    padding: 50px
}

@media (max-width: 767px) {
    .explore-tabs .item {
        padding: 20px 10px
    }
}

.explore-tabs .item .image {
    width: 100%;
    max-width: 100%
}

.explore-tabs .item .image img {
    width: 100%;
    height: auto
}

.explore-tabs .item .title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #0d1f2c;
    margin-bottom: 10px
}

.explore-tabs .item .title span {
    font-weight: normal;
    font-style: italic;
    text-transform: none
}

@media (max-width: 767px) {
    .explore-tabs .item .title {
        margin-top: 20px
    }
}

.explore-tabs .item .subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    color: #a0a2a3;
    margin-bottom: 10px
}

.explore-tabs .item .description p {
    margin-bottom: 16px;
    line-height: 1.5
}

.explore-tabs .item .additional-info {
    margin-bottom: 20px
}

.explore-tabs .item .additional-info p span {
    font-weight: bold
}

@media (max-width: 991px) and (min-width: 768px) {
    .explore-tabs .item .button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    .explore-tabs .item .button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 500px) {
    .explore-tabs .item .button {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .explore-tabs .item .button .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .explore-tabs .item .button .btn:last-child {
        display: block;
        margin-top: 15px
    }
}

@media (max-width: 500px) {
    .explore-tabs .item .button .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .explore-tabs .item .button .btn:last-child {
        display: block;
        margin-top: 15px
    }
}

.explore-tabs+.tech-performs-section {
    background-color: #fff
}

.contacts .tabs .nav-item .nav-link {
    line-height: 66px
}

.contact-places {
    padding: 45px 0;
    text-align: center;
    background-color: #f1f1f3
}

.contact-places .col-md-4 {
    border-right: 1px solid #59b7b3;
    padding: 45px 0
}

@media (max-width: 767px) {
    .contact-places .col-md-4 {
        border-right: none
    }
}

.contact-places .col-md-4:last-child {
    border-right: none
}

.contact-places .title {
    font-size: 18px;
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase
}

.contact-places .phone a {
    color: #0d1f2c
}

.contact-places .phone span {
    font-size: 18px;
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase
}

.contact-places .email a {
    color: #0d1f2c
}

.contact-places .email span {
    font-size: 18px;
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase
}

.contact-form {
    padding: 40px
}

.contact-form .fields-group .input {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px
}

.contact-form .fields-group .input.textarea {
    width: 100%
}

.contact-form .fields-group .input.submit {
    width: 100%;
    text-align: right
}

.contact-form .fields-group .input label {
    display: block;
    font-size: 18px;
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase;
    margin-bottom: 6px
}

.contact-form .fields-group .input input {
    width: calc(100% - 25px);
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #59b7b3;
    height: 28px
}

.contact-form .fields-group .input input[type=submit] {
    width: auto;
    border: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/button.png");
    background-position: center center;
    padding: 10px;
    height: 35px;
    border-radius: 0;
    position: relative;
    background-size: cover;
    margin-top: 40px;
    font-family: 'franklin_gothic_bookregular';
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.135em;
    cursor: pointer;
}

.contact-form .fields-group .input select {
    width: calc(100% - 25px);
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #59b7b3;
    height: 28px
}

.contact-form .fields-group .input textarea {
    width: 100%;
    border: 1px solid #59b7b3;
    min-height: 292px
}

.contact-form .fields-group .input.multisellect {
    width: 100%;
    position: relative;
}

.contact-form .fields-group .input.multisellect select {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: none;
    border: 1px solid #59b7b3;
    height: auto;
    font-size: 14px;
}

.contact-form .fields-group .input.multisellect select option {
    padding: 1.5px 5px 1.5px 5px;
}

.physicians-patients-form .contact-form .fields-group {
    display: flex;
    flex-wrap: wrap;
}

.physicians-patients-form .contact-form .fields-group .input textarea {
    height: 55px;
    min-height: 55px;
    padding: 2.5px 5px;
}

.physicians-patients-form .contact-form .fields-group .input input {
    margin-bottom: 10px;
    padding-left: 5px;
}

.physicians-patients-form .contact-form .fields-group .input select {
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 0 5px;
    -moz-padding-start: 0px;
}

.physicians-patients-form .contact-form .fields-group .input .your-specialty:after,
.physicians-patients-form .contact-form .fields-group .input .your-country:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.15em;
    z-index: 1;
}

.physicians-patients-form .your-technology .btn-group {
    width: 100%;
}

.physicians-patients-form .your-technology .btn-group .btn {
    background: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #59b7b3;
    height: 28px;
    margin-bottom: 10px;
    color: #000;
    padding: 0;
    text-align: left;
    padding-left: 5px;
}

.physicians-patients-form .your-technology .btn-group .btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #59b7b3;
}

.physicians-patients-form .your-technology .btn-group .btn span {
    font-style: normal;
    font-size: 16px;
    color: #000;
    font-family: 'franklin_gothic_bookregular';
}

.physicians-patients-form .contact-form .fields-group .input.submit input {
    margin-bottom: 0;
    cursor: pointer;
    margin: 10px auto 0;
    float: unset;
    display: block;
    width: 250px;
    background-color: unset;
    float: right;
    font-family: 'franklin_gothic_bookregular';
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.135em;
}

.physicians-patients-form div.wpcf7 .ajax-loader {
    display: none;
}

.physicians-patients-form div.wpcf7 .ajax-loader.is-active {
    margin-right: 115px;
    display: block;
    float: right;
    clear: both;
}

.physicians-patients-form .your-technology .btn-group .dropdown-toggle.btn::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.15em;
}

.physicians-patients-form span.wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.physicians-patients-form .custom-checkbox label {
    margin-bottom: 0;
}

.physicians-patients-form .accept-checkbox {
    padding: 0
}

.physicians-patients-form .contact-form .fields-group .multiselect-container {
    width: 100%;
    margin-top: -12px;
    border: 1px #59b7b3 solid;
    height: 200px;
    background: #fff;
    overflow-y: scroll;
    padding: 5px 0;
}

.physicians-patients-form .contact-form .fields-group .multiselect-container a {
    color: #000;
}

.physicians-patients-form .contact-form .fields-group .multiselect-container a:hover {
    text-decoration: none;
}

.physicians-patients-form .contact-form .fields-group .multiselect-container a label {
    font-size: 16px;
    padding-right: 20px;
    position: relative;
    text-transform: unset;
    font-weight: normal;
    font: 400 14px Arial;
    margin-bottom: 0;
    padding: 5px 15px 5px 10px;
}

.physicians-patients-form .contact-form .fields-group .multiselect-container a label input {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

.physicians-patients-form .contact-form .fields-group .input input::-webkit-input-placeholder,
.physicians-patients-form .contact-form .fields-group .input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}

.physicians-patients-form .contact-form .fields-group .input input::-moz-placeholder,
.physicians-patients-form .contact-form .fields-group .input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.physicians-patients-form .contact-form .fields-group .input input:-ms-input-placeholder,
.physicians-patients-form .contact-form .fields-group .input textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

.physicians-patients-form .contact-form .fields-group .input input:-moz-placeholder,
.physicians-patients-form .contact-form .fields-group .input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.physicians-patients-form .contact-form {
    padding: 40px;
    padding-bottom: 0;
}

.physicians-patients-form .contact-form .fields-group .input.your-technology .your-technology {
    width: 100%;
    display: block;
}

.physicians-patients-form .contact-form .fields-group .input.your-technology .your-technology span {
    display: block;
    width: 100%;
}

.physicians-patients-form .contact-form .fields-group .input.your-technology label {
    position: relative;
    width: 100%;
    text-transform: unset;
    font-weight: 400;
    font: 400 14px Arial;
    padding-left: 24px;
}

.ckboxes_hidden {
    display: none;
    width: 100%;
    overflow-y: scroll;
    height: 200px;
    z-index: 1;
    position: absolute;
    background: #fff;
    border: 1px #59b7b3 solid;
    padding: 5px 0 5px 5px;
    top: calc(100% - 11px);
    left: 0;
}

.physicians-patients-form .contact-form .fields-group .input.your-technology label input {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.workstations-tabs.physicians-patients-form .tabs .nav-tabs .nav-link {
    height: auto;
    line-height: normal;
}

.workstations-tabs.physicians-patients-form .tabs .nav-tabs .nav-link span {
    margin-bottom: 0;
}

.contact-bottom {
    text-align: center
}

.contact-bottom .contact-bottom-inner {
    padding: 45px 10px 50px;
    border: 1px solid #59b7b3
}

.contact-bottom .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2
}

.contact-bottom .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px
}

.contact-bottom .button {
    margin-top: 50px
}

.contact-bottom .button a {
    color: #fff;
    text-decoration: none
}

.contact-bottom a {
    color: #59b7b3;
    text-decoration: underline
}

.physician-top-banner {
    background: url(../images/physician-profile/physician_profile-top-banner.png) top center no-repeat;
    background-size: cover;
    height: 748px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (max-width: 768px) {
    .physician-top-banner {
        background: url(../images/physician-profile/physician_profile-top-banner-mobile.png) top center no-repeat;
        background-size: cover;
        height: 440px
    }
}

.physician-top-banner .title h1 {
    color: #0d1f2c;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto 15px;
    display: none
}

@media (max-width: 400px) {
    .physician-top-banner .title h1 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width: 769px) {
    .physician-top-banner .title h1.desktop-h1 {
        display: block
    }
}

@media (max-width: 768px) {
    .physician-top-banner .title h1.mobile-h1 {
        display: block
    }
}

.physician-top-banner .subtitle p {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 400
}

.t-physician .explore-section {
    text-align: center
}

.t-physician .explore-section .section-title h2 {
    margin-bottom: 10px;
    line-height: 1.2
}

.physician-profile {
    margin-top: -161px
}

.physician-profile .white-triangle-top {
    background: url(../images/slider/slider-shape.png) center bottom no-repeat;
    height: 162px;
    position: relative
}

.physician-profile .sub-header {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 0.23em;
    padding-bottom: 36px;
    padding-top: 56px;
    max-width: 57%;
    margin: 0 auto;
    border-bottom: 1px solid #0D1F2C
}

@media (max-width: 991px) {
    .physician-profile .sub-header {
        max-width: 100%
    }
}

.physician-profile .about-physician {
    border: 1px solid #59B7B3;
    margin-top: 40px;
    padding: 35px 24px
}

@media (max-width: 1199px) {
    .physician-profile .about-physician {
        padding: 35px 5px
    }
}

@media (max-width: 991px) {
    .physician-profile .about-physician {
        border: none;
        margin-top: 0;
        padding-bottom: 0
    }
}

.physician-profile .physician-image {
    float: left;
    width: 25%;
    padding: 0 24px
}

@media (max-width: 1199px) {
    .physician-profile .physician-image {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .physician-profile .physician-image {
        display: none
    }
}

.physician-profile .physician-image img {
    width: 100%;
    height: auto
}

.physician-profile .physician-information {
    float: left;
    width: 42%;
    padding: 0 24px
}

@media (max-width: 1199px) {
    .physician-profile .physician-information {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .physician-profile .physician-information {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0
    }
}

.physician-profile .physician-information .physician-name {
    color: #0d1f2c;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 3px;
    margin-bottom: 15px
}

.physician-profile .physician-information .department {
    color: #a0a2a3;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 3px;
    margin-bottom: 15px
}

.physician-profile .physician-information .website {
    color: #0d1f2c;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'franklin_gothic_mediumregular';
    margin-bottom: 15px;
    letter-spacing: 2px;
    border-bottom: 1px solid #59b7b3
}

@media (max-width: 991px) {
    .physician-profile .physician-information .website {
        margin-bottom: 36px;
        padding-bottom: 36px
    }
}

.physician-profile .physician-information .website a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0d1f2c;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 2px
}

.physician-profile .physician-information .physician-experience p {
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    line-height: 18px
}

@media (max-width: 991px) {
    .physician-profile .physician-information .physician-experience p {
        text-align: left
    }
}

.physician-profile .physician-information .mobile-img-position {
    display: none
}

@media (max-width: 991px) {
    .physician-profile .physician-information .mobile-img-position {
        display: block;
        margin-bottom: 10px
    }
}

.physician-profile .contact-info-wrap {
    float: right;
    padding: 0 24px;
    width: 33%
}

@media (max-width: 1199px) {
    .physician-profile .contact-info-wrap {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .physician-profile .contact-info-wrap {
        float: none;
        width: 100%;
        margin: 50px auto 30px;
        text-align: center;
        padding: 0
    }
}

.physician-profile .contact-info-wrap .physician-contact-info {
    width: 315px;
    float: right
}

@media (max-width: 1199px) {
    .physician-profile .contact-info-wrap .physician-contact-info {
        width: 100%;
        float: none
    }
}

@media (max-width: 991px) {
    .physician-profile .contact-info-wrap .physician-contact-info {
        max-width: 320px;
        margin: 0 auto;
        text-align: left
    }
}

.physician-profile .contact-info-wrap .physician-contact-info .address {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0d1f2c;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 2px;
    padding: 37px;
    padding-bottom: 17px
}

@media (max-width: 991px) {
    .physician-profile .contact-info-wrap .physician-contact-info .address {
        padding: 15px
    }
}

.physician-profile .contact-info-wrap .physician-contact-info .address span {
    font-family: 'franklin_gothic_bookregular';
    display: block
}

.physician-profile .contact-info-wrap .physician-contact-info .phone {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0d1f2c;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 2px;
    padding: 0 37px
}

@media (max-width: 991px) {
    .physician-profile .contact-info-wrap .physician-contact-info .phone {
        padding: 15px
    }
}

.physician-profile .contact-info-wrap .physician-contact-info .phone span {
    font-family: 'franklin_gothic_bookregular';
}

.physician-profile .workstation-specialist {
    border-top: 1px solid #59B7B3;
    margin-top: 46px;
    padding-top: 37px
}

/*@media (max-width: 991px) {
    .physician-profile .workstation-specialist {
        display: none
    }
}*/

.physician-profile .workstation-specialist>p {
    color: #0d1f2c;
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem
}

.physician-profile .workstation-specialist .workstation-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 50px 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .physician-profile .workstation-specialist .workstation-logos {
        padding: 40px 0 10px
    }
}

.physician-profile .workstation-specialist .workstation-logos .workstation-logos-img:not(:last-child) {
    padding-right: 10px
}

.physician-profile .workstation-specialist .workstation-logos img {
    margin-bottom: 20px
}

.physician-profile .workstation-specialist .workstation-logos .workstation-logos-img {
    width: 150px;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.physician-profile .workstation-specialist-mobile {
    display: none
}

@media (max-width: 991px) {
    .physician-profile .workstation-specialist-mobile {
        display: block;
        max-width: 300px;
        margin: 0 auto;
        padding-top: 20px;
        border-bottom: 1px solid #59b7b3
    }
}

.physician-profile .physician-map-wrap {
    display: inline-block;
    float: right;
    min-height: 373px
}

@media (max-width: 991px) {
    .physician-profile .physician-map-wrap {
        float: none;
        min-height: inherit
    }
}

.physician-profile .physician-map-wrap .physician-map {
    border: 2px solid #59b7b3
}

.physician-profile .physician-map-wrap img {
    display: block;
    width: 100%;
    height: auto
}

.physician-profile .view-map {
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 3px;
    padding: 22px
}

.physician-profile .view-map p {
    display: inline-block;
    border-bottom: 1px solid #59B7B3;
    padding-bottom: 3px;
    cursor: pointer
}

.physician-profile .view-map.hide {
    display: none
}

.physician-profile .map-info-block {
    width: 311px;
    height: 292px;
    border-top: 2px solid #59b7b3;
    display: none
}

@media (max-width: 1199px) {
    .physician-profile .map-info-block {
        height: 257px;
        width: 100%
    }
}

.physician-profile .map-info-block.show {
    display: block
}

@media (max-width: 1199px) {
    .physician-profile .map-info-block iframe {
        height: 255px !important;
        width: 100% !important
    }
}

.consultation-section {
    margin-top: 47px
}

.consultation-section .consultation-section-wrapper {
    background: url("../images/physician-profile/consult-bg.png") top center no-repeat;
    background-size: cover;
    padding: 50px 30px
}

@media (max-width: 1199px) {
    .consultation-section .consultation-section-wrapper {
        background-position: top left
    }
}

@media (max-width: 991px) {
    .consultation-section .consultation-section-wrapper {
        padding: 25px 30px;
        background-image: url("../images/physician-profile/consult-bg-mobile.png");
        background-position: top center
    }
}

@media (max-width: 400px) {
    .consultation-section .consultation-section-wrapper {
        padding: 25px 10px
    }
}

.consultation-section .consultation-section-wrapper .ready-for-consultation {
    max-width: 1030px;
    margin: 79px auto 117px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .consultation-section .consultation-section-wrapper .ready-for-consultation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 26px auto 25px
    }
}

.consultation-section .consultation-section-wrapper .mobile-top-arrow {
    display: none
}

@media (max-width: 991px) {
    .consultation-section .consultation-section-wrapper .mobile-top-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.consultation-section .consultation-section-wrapper .mobile-top-arrow .mobile-top-arrow-left {
    background: rgba(13, 31, 44, 0.9);
    width: calc(40% - 14px)
}

.consultation-section .consultation-section-wrapper .mobile-top-arrow .mobile-top-arrow-center {
    border: 14px solid rgba(13, 31, 44, 0.9);
    border-top: 10px solid transparent;
    width: 28px
}

.consultation-section .consultation-section-wrapper .mobile-top-arrow .mobile-top-arrow-right {
    background: rgba(13, 31, 44, 0.9);
    width: calc(60% - 14px)
}

.consultation-section .consultation-section-wrapper .mobile-bottom-arrow {
    display: none
}

@media (max-width: 991px) {
    .consultation-section .consultation-section-wrapper .mobile-bottom-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.consultation-section .consultation-section-wrapper .mobile-bottom-arrow .mobile-bottom-arrow-left {
    background: rgba(13, 31, 44, 0.9);
    width: calc(40% - 14px)
}

.consultation-section .consultation-section-wrapper .mobile-bottom-arrow .mobile-bottom-arrow-center {
    border: 14px solid rgba(13, 31, 44, 0.9);
    border-bottom: 10px solid transparent;
    width: 28px
}

.consultation-section .consultation-section-wrapper .mobile-bottom-arrow .mobile-bottom-arrow-right {
    background: rgba(13, 31, 44, 0.9);
    width: calc(60% - 14px)
}

.consultation-section .consultation-section-logo {
    max-width: 1030px;
    margin: 0 auto
}

.consultation-section .consultation-section-logo>img {
    float: right;
    padding-right: 75px
}

@media (max-width: 991px) {
    .consultation-section .consultation-section-logo>img {
        width: 100px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        height: auto
    }
}

@media (max-width: 500px) {
    .consultation-section .consultation-section-logo>img {
        padding-right: 35px
    }
}

.consultation-section .ready-for-consultation .physician-near {
    float: left;
    padding: 30px;
    width: calc(38% - 16px);
    background: rgba(13, 31, 44, 0.9);
    position: relative
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .physician-near {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 10px
    }
}

@media (max-width: 400px) {
    .consultation-section .ready-for-consultation .physician-near {
        padding: 30px 10px
    }
}

.consultation-section .ready-for-consultation .physician-near .consult-description {
    font-family: 'franklin_gothic_bookregular';
    color: #f1f1f3;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px
}

.consultation-section .ready-for-consultation .consultation-divider {
    float: left;
    width: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-divider {
        display: none
    }
}

.consultation-section .ready-for-consultation .consultation-divider:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 69%;
    background: #fff;
    left: 50%
}

.consultation-section .ready-for-consultation .consultation-divider .consultation-divider-line {
    height: calc(100% - 56px);
    background: rgba(13, 31, 44, 0.9);
    position: relative;
    width: 100%
}

.consultation-section .ready-for-consultation .consultation-divider .consultation-divider-line:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    border: 14px solid rgba(13, 31, 44, 0.9);
    border-top: 10px solid transparent;
    height: 28px;
    display: inline-block
}

.consultation-section .ready-for-consultation .consultation-divider .consultation-divider-line:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border: 14px solid rgba(13, 31, 44, 0.9);
    border-bottom: 10px solid transparent;
    height: 28px;
    display: inline-block
}

.consultation-section .ready-for-consultation .consultation-form {
    float: left;
    padding: 30px;
    width: calc(62% - 16px);
    background: rgba(13, 31, 44, 0.9);
    position: relative
}

@media (max-width: 1199px) {
    .consultation-section .ready-for-consultation .consultation-form {
        padding: 50px 30px
    }
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 30px 35px
    }
}

.consultation-section .ready-for-consultation .consultation-form label {
    color: #f1f1f3;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 1px;
    width: 100%
}

.consultation-section .ready-for-consultation .consultation-form label span {
    display: block;
    color: #59b7b3;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 24px;
    letter-spacing: 1px
}

.consultation-section .ready-for-consultation .consultation-form input[type=text] {
    border: none;
    background: none;
    border-bottom: 1px solid #478B8C;
    color: #a0a2a3;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    width: 90%;
    outline: none;
    padding: 0 10px
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form input[type=text] {
        width: 100%;
        text-align: center
    }
}

.consultation-section .ready-for-consultation .consultation-form select {
    border: none;
    background: none;
    border-bottom: 1px solid #478B8C;
    color: #a0a2a3;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    width: 90%;
    outline: none
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form select {
        width: 100%;
        text-align: center
    }
}

.consultation-section .ready-for-consultation .consultation-form .physician-search-button {
    width: 130px;
    height: 50px;
    margin: 15px auto 0;
    position: relative
}

@media (max-width: 1199px) {
    .consultation-section .ready-for-consultation .consultation-form .physician-search-button {
        margin: 25px auto 0
    }
}

.consultation-section .ready-for-consultation .consultation-form .physician-search-button:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 5px solid rgba(13, 31, 44, 0.9);
    top: 0;
    left: calc(50% - 10px)
}

.consultation-section .ready-for-consultation .consultation-form .physician-search-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 5px solid rgba(13, 31, 44, 0.9);
    bottom: 0;
    left: calc(50% - 10px)
}

.consultation-section .ready-for-consultation .consultation-form .physician-search {
    background: #59b7b3;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 130px;
    height: 50px;
    border: none;
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
    outline: none;
    cursor: pointer
}

.consultation-section .ready-for-consultation .consultation-form .consultation-form-left {
    float: left;
    width: 50%
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form .consultation-form-left {
        float: none;
        width: 100%
    }
}

.consultation-section .ready-for-consultation .consultation-form .consultation-form-left label:first-child {
    padding-bottom: 27px
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form .consultation-form-left label:first-child {
        padding-bottom: 35px
    }
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form .consultation-form-left label {
        padding-bottom: 35px
    }
}

.consultation-section .ready-for-consultation .consultation-form .consultation-form-left label.treatment-left {
    padding-bottom: 0
}

.consultation-section .ready-for-consultation .consultation-form .consultation-form-right {
    float: left;
    width: 50%
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form .consultation-form-right {
        float: none;
        width: 100%;
        padding-top: 35px
    }
}

.consultation-section .ready-for-consultation .consultation-form .consultation-form-right label:first-child {
    padding-bottom: 27px
}

.consultation-section .ready-for-consultation .consultation-form .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.consultation-section .ready-for-consultation .consultation-form .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #a0a2a3;
    width: 90%;
    height: 34px
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form .select {
        margin-bottom: 35px
    }
}

.consultation-section .ready-for-consultation .consultation-form .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    border-bottom: 1px solid #478b8c;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
}

.consultation-section .ready-for-consultation .consultation-form .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #59B7B3 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.consultation-section .ready-for-consultation .consultation-form .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #0d1f2c
}

.consultation-section .ready-for-consultation .consultation-form .select-options li {
    margin: 0;
    padding: 5px 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    text-indent: 15px;
    border-top: 1px solid #478b8c;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in
}

.consultation-section .ready-for-consultation .consultation-form .select-options li:hover {
    background: #fff
}

.consultation-section .ready-for-consultation .consultation-form .select-options li[rel=hide] {
    display: none
}

@media (max-width: 991px) {
    .consultation-section .ready-for-consultation .consultation-form .select-options li {
        text-indent: 0
    }
}

.consultation-section .ready-for-consultation .ready-consult {
    color: #59b7b3;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 1px;
    font-weight: bold
}

.consultation-section .ready-for-consultation .find-near {
    color: #a0a2a3;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 1px;
    font-weight: 300
}

.about-top-banner {
    background: url(../images/about-page/about-top-banner.png) top center no-repeat;
    background-size: cover;
    height: 748px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (max-width: 768px) {
    .about-top-banner {
        background: url(../images/about-page/about-top-banner-mobile.png) top center no-repeat;
        background-size: cover;
        height: 440px
    }
}

.about-top-banner .title h1 {
    color: #0d1f2c;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto 15px;
    display: none
}

@media (max-width: 400px) {
    .about-top-banner .title h1 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width: 769px) {
    .about-top-banner .title h1.desktop-h1 {
        display: block
    }
}

@media (max-width: 768px) {
    .about-top-banner .title h1.mobile-h1 {
        display: block
    }
}

.about-top-banner .subtitle p {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 400
}

.about-our-company {
    margin-top: -161px
}

.about-our-company .white-triangle-top {
    background: url(../images/slider/slider-shape.png) center bottom no-repeat;
    height: 162px;
    position: relative
}

.about-our-company .sub-header {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 0.23em;
    padding-bottom: 36px;
    padding-top: 56px;
    max-width: 57%;
    margin: 0 auto;
    border-bottom: 1px solid #0D1F2C
}

@media (max-width: 991px) {
    .about-our-company .sub-header {
        max-width: 360px;
        width: 90%;
        padding-bottom: 25px;
        padding-top: 40px
    }
}

.about-our-company .about-physician {
    border: 1px solid #59B7B3;
    margin-top: 40px;
    padding: 35px 24px
}

@media (max-width: 1199px) {
    .about-our-company .about-physician {
        padding: 35px 5px
    }
}

@media (max-width: 991px) {
    .about-our-company .about-physician {
        border: none;
        margin-top: 0;
        padding-bottom: 0
    }
}

.about-our-company .workstation-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 50px 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 0 auto
}

@media (max-width: 991px) {
    .about-our-company .workstation-logos {
        padding: 40px 0 10px
    }
}

.about-our-company .workstation-logos .workstation-logos-img:not(:last-child) {
    padding-right: 10px
}

@media (max-width: 767px) {
    .about-our-company .workstation-logos .workstation-logos-img:not(:last-child) {
        padding-right: 0
    }
}

.about-our-company .workstation-logos img {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .about-our-company .workstation-logos img {
        margin-bottom: 25px
    }
}

.about-our-company .workstation-logos .workstation-logos-img {
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media (max-width: 991px) {
    .about-our-company .workstation-logos .workstation-logos-img {
        width: 150px
    }
}

.about-our-company .our-company-description {
    max-width: 900px;
    margin: 0 auto
}

.about-our-company .our-company-description p {
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    text-align: center;
    line-height: 1.5em
}

.about-our-company .our-company-description .learn-more-about-technologies {
    text-align: center;
    margin-top: 54px;
    margin-bottom: 51px
}

.about-our-company .our-company-description .learn-more-about-technologies a {
    background: url("../images/about-page/learn-more-button.png") no-repeat center;
    display: inline-block;
    width: 371px;
    height: 51px;
    line-height: 51px;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 1px;
    font-weight: bold
}

.about-our-company .our-company-description .learn-more-about-technologies a:hover {
    text-decoration: none
}

@media (max-width: 400px) {
    .about-our-company .our-company-description .learn-more-about-technologies a {
        width: 290px;
        font-size: 12px;
        font-size: 1.2rem
    }
}

.about-our-mission .our-mission {
    background: #F2F2F4;
    padding: 0 48px
}

@media (max-width: 767px) {
    .about-our-mission .our-mission {
        padding: 0
    }
}

.about-our-mission .our-mission .sub-header {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 0.23em;
    padding-bottom: 36px;
    padding-top: 56px;
    max-width: 43%;
    margin: 0 auto;
    border-bottom: 1px solid #0D1F2C
}

@media (max-width: 991px) {
    .about-our-mission .our-mission .sub-header {
        max-width: 360px;
        padding-bottom: 25px;
        padding-top: 40px;
        width: 90%
    }
}

.about-our-mission .our-mission .our-mission-wrap {
    padding: 48px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .about-our-mission .our-mission .our-mission-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 0
    }
}

.about-our-mission .our-mission .our-mission-logo {
    float: left;
    width: 22%;
    text-align: center
}

@media (max-width: 991px) {
    .about-our-mission .our-mission .our-mission-logo {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }
}

.about-our-mission .our-mission .our-mission-description {
    float: left;
    width: 78%;
    padding: 0 48px
}

@media (max-width: 991px) {
    .about-our-mission .our-mission .our-mission-description {
        width: 100%;
        float: none
    }
}

@media (max-width: 767px) {
    .about-our-mission .our-mission .our-mission-description {
        padding: 0 20px
    }
}

.about-our-mission .our-mission .our-mission-description p {
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    line-height: 1.5em;
    padding-bottom: 20px
}

.about-our-mission .our-mission .our-mission-description p:last-child {
    padding-bottom: 0
}

.about-our-vision .our-vision {
    background: #f2f2f4;
    background-size: cover;
    padding: 0 48px
}

@media (max-width: 991px) {
    .about-our-vision .our-vision {
        background: #f2f2f4
    }
}

@media (max-width: 767px) {
    .about-our-vision .our-vision {
        padding: 0
    }
}

.about-our-vision .our-vision .sub-header {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 0.23em;
    padding-bottom: 36px;
    padding-top: 56px;
    max-width: 43%;
    margin-left: 48px;
    border-bottom: 1px solid #0D1F2C
}

@media (max-width: 1400px) {
    .about-our-vision .our-vision .sub-header {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .about-our-vision .our-vision .sub-header {
        max-width: 360px;
        padding-bottom: 25px;
        padding-top: 40px;
        width: 90%;
        margin: 0 auto
    }
}

.about-our-vision .our-vision .our-vision-wrap {
    padding: 48px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .about-our-vision .our-vision .our-vision-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 0 0
    }
}

.about-our-vision .our-vision .our-vision-description {
    float: left;
    width: 70%;
    padding: 0 48px
}

@media (max-width: 1400px) {
    .about-our-vision .our-vision .our-vision-description {
        padding: 0 48px 0 0
    }
}

@media (max-width: 991px) {
    .about-our-vision .our-vision .our-vision-description {
        width: 100%;
        padding: 0 48px;
        float: none
    }
}

@media (max-width: 767px) {
    .about-our-vision .our-vision .our-vision-description {
        padding: 0 20px
    }
}

.about-our-vision .our-vision .our-vision-description p {
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    line-height: 1.5em;
    padding-bottom: 20px
}

.about-our-vision .our-vision .our-vision-description p:last-child {
    padding-bottom: 0
}

.about-featured-physician .featured-physician {
    background: #F2F2F4;
    padding: 0 48px 20px
}

@media (max-width: 767px) {
    .about-featured-physician .featured-physician {
        padding: 0
    }
}

.about-featured-physician .featured-physician .featured-physician_text-wrapper {
    position: relative;
    text-align: center
}

.about-featured-physician .featured-physician .featured-physician_text-wrapper:after {
    content: '';
    border-bottom: 1px solid #0D1F2C;
    max-width: 57%;
    margin: 0 auto 36px;
    display: block;
    padding-top: 36px
}

@media (max-width: 991px) {
    .about-featured-physician .featured-physician .featured-physician_text-wrapper {
        max-width: 360px;
        padding-bottom: 25px;
        padding-top: 60px;
        width: 90%;
        margin: 0 auto
    }
}

.about-featured-physician .featured-physician .sub-header {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 0.23em;
    padding-bottom: 36px;
    padding-top: 56px;
    max-width: 100%
}

@media (max-width: 1400px) {
    .about-featured-physician .featured-physician .sub-header {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .about-featured-physician .featured-physician .sub-header {
        max-width: 360px;
        padding-bottom: 25px;
        padding-top: 60px;
        width: 90%;
        margin: 0 auto
    }
}

.about-featured-physician .featured-physician .sub-header>span {
    display: block;
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
    max-width: 900px;
    margin: 20px auto 0
}

.about-featured-physician .featured-physician .our-vision-wrap {
    padding: 48px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .about-featured-physician .featured-physician .our-vision-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 0 0
    }
}

.about-featured-physician .featured-physician .our-vision-description {
    float: left;
    width: 70%;
    padding: 0 48px
}

@media (max-width: 1400px) {
    .about-featured-physician .featured-physician .our-vision-description {
        padding: 0 48px 0 0
    }
}

@media (max-width: 991px) {
    .about-featured-physician .featured-physician .our-vision-description {
        width: 100%;
        padding: 0 48px;
        float: none
    }
}

@media (max-width: 767px) {
    .about-featured-physician .featured-physician .our-vision-description {
        padding: 0 20px
    }
}

.about-featured-physician .featured-physician .our-vision-description p {
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    line-height: 18px;
    padding-bottom: 20px
}

.about-featured-physician .featured-physician .our-vision-description p:last-child {
    padding-bottom: 0
}

.about-featured-physician .featured-physician-gallery {
    font-family: 'franklin_gothic_bookregular';
    text-align: center
}

.about-featured-physician .featured-physician-gallery .slick-prev.slick-arrow {
    position: absolute;
    left: -47px;
    top: 100px;
    font-size: 0;
    width: 38px;
    height: 38px;
    border: none;
    background: #59b7b3
}

@media (max-width: 767px) {
    .about-featured-physician .featured-physician-gallery .slick-prev.slick-arrow {
        left: 0;
        z-index: 1
    }
}

.about-featured-physician .featured-physician-gallery .slick-prev.slick-arrow:after {
    content: '';
    display: block;
    border: 9px solid transparent;
    border-right: 9px solid #ffffff;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 15px)
}

.about-featured-physician .featured-physician-gallery .slick-next.slick-arrow {
    position: absolute;
    right: -47px;
    top: 100px;
    font-size: 0;
    width: 38px;
    height: 38px;
    border: none;
    background: #59b7b3
}

@media (max-width: 767px) {
    .about-featured-physician .featured-physician-gallery .slick-next.slick-arrow {
        right: 0;
        z-index: 1
    }
}

.about-featured-physician .featured-physician-gallery .slick-next.slick-arrow:after {
    content: '';
    display: block;
    border: 9px solid transparent;
    border-left: 9px solid #ffffff;
    position: absolute;
    top: calc(50% - 9px);
    right: calc(50% - 15px)
}

.about-featured-physician .featured-physician-gallery .each-item {
    width: 270px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.about-featured-physician .featured-physician-gallery .each-item img {
    margin: 0 auto 33px
}

.about-featured-physician .featured-physician-gallery .physician-name {
    color: #59b7b3;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 24px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.about-featured-physician .featured-physician-gallery .physician-position {
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'franklin_gothic_bookregular';
}

.about-featured-physician .featured-physician-gallery .physician-place {
    color: #a0a2a3;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 13px;
    font-family: 'franklin_gothic_bookregular';
}

.about-featured-physician .featured-physician-gallery .physician-description {
    color: #0d1f2c;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
}

@media (max-width: 767px) {
    .about-featured-physician .featured-physician-gallery .physician-description {
        max-width: 300px;
        margin: 0 auto 20px
    }
}

.about-get-in-touch .sub-header {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 0.23em;
    padding-bottom: 36px;
    padding-top: 56px;
    max-width: 57%;
    margin: 0 auto;
    border-bottom: 1px solid #0D1F2C
}

@media (max-width: 767px) {
    .about-get-in-touch .sub-header {
        width: 90%;
        max-width: inherit;
        padding-bottom: 25px;
        padding-top: 40px
    }
}

.about-get-in-touch .get-in-touch-form {
    padding: 30px;
    position: relative
}

@media (max-width: 1199px) {
    .about-get-in-touch .get-in-touch-form {
        padding: 50px 30px
    }
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form {
        width: 100%;
        float: none;
        text-align: center;
        padding: 35px 30px 35px
    }
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form {
        padding: 35px 10px 35px
    }
}

.about-get-in-touch .get-in-touch-form .wpcf7-mail-sent-ng {
    border: none
}

.about-get-in-touch .get-in-touch-form .wpcf7-validation-errors {
    border: none;
    padding: 0;
    margin: 0
}

.about-get-in-touch .get-in-touch-form .wpcf7 .ajax-loader {
    position: absolute;
    right: 170px;
    top: 18px
}

.about-get-in-touch .get-in-touch-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-transform: none;
    font-family: 'franklin_gothic_bookregular';
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form span.wpcf7-not-valid-tip {
        text-align: left;
        width: 90%;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form span.wpcf7-not-valid-tip {
        width: 100%
    }
}

.about-get-in-touch .get-in-touch-form .wpcf7-response-output {
    text-align: right;
    padding-right: 0;
    margin-right: 0;
    font-family: 'franklin_gothic_bookregular';
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form .wpcf7-response-output {
        text-align: center
    }
}

.about-get-in-touch .get-in-touch-form label {
    color: #0d1f2c;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 1px;
    width: 100%
}

.about-get-in-touch .get-in-touch-form input[type=email],
.about-get-in-touch .get-in-touch-form input[type=tel],
.about-get-in-touch .get-in-touch-form input[type=text] {
    border: none;
    background: none;
    border-bottom: 1px solid #478B8C;
    color: #a0a2a3;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    width: 90%;
    outline: none;
    padding: 0 10px;
    margin-top: 15px;
    line-height: 1.5em
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form input[type=email],
    .about-get-in-touch .get-in-touch-form input[type=tel],
    .about-get-in-touch .get-in-touch-form input[type=text] {
        width: 100%
    }
}

.about-get-in-touch .get-in-touch-form select {
    border: none;
    background: none;
    border-bottom: 1px solid #478B8C;
    color: #a0a2a3;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    width: 90%;
    outline: none
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form select {
        width: 100%;
        text-align: center
    }
}

.about-get-in-touch .get-in-touch-form .get-in-touch-button {
    width: 150px;
    height: 50px;
    margin: 15px 0 0 auto;
    position: relative
}

@media (max-width: 1199px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-button {
        margin: 25px 0 0 auto
    }
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-button {
        margin: 25px auto 0
    }
}

.about-get-in-touch .get-in-touch-form .get-in-touch-button:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 5px solid #ffffff;
    top: 0;
    left: calc(50% - 10px)
}

.about-get-in-touch .get-in-touch-form .get-in-touch-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 5px solid #ffffff;
    bottom: 0;
    left: calc(50% - 10px)
}

.about-get-in-touch .get-in-touch-form .send-message {
    background: #59b7b3;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 150px;
    height: 50px;
    border: none;
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-family: 'franklin_gothic_mediumregular';
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-left {
    float: left;
    width: 50%
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-left {
        float: none;
        width: 100%
    }
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-left>p {
    width: 50%;
    float: left;
    margin-bottom: 20px
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-left>p:nth-child(odd) {
    clear: both
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-left>p {
        width: 100%;
        float: none
    }
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-left label {
        padding-bottom: 35px
    }
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-left label {
        text-align: left;
        padding-bottom: 20px
    }
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-left label.treatment-left {
    padding-bottom: 0
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-left .specialty-select {
    margin-top: 6px;
    display: block
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-right {
    float: left;
    width: 50%;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-right {
        width: 100%;
        float: none
    }
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-right .your-message {
    display: block;
    margin-top: 39px
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-right textarea {
    width: 100%;
    border: 1px solid #478b8c;
    resize: none;
    height: 260px;
    outline: none;
    padding: 10px;
    color: #a0a2a3;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-right textarea {
        height: 230px
    }
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-right {
        float: none;
        width: 100%
    }
}

.about-get-in-touch .get-in-touch-form .get-in-touch-form-right label:first-child {
    padding-bottom: 27px
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form .get-in-touch-form-right label {
        text-align: left
    }
}

.about-get-in-touch .get-in-touch-form .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.about-get-in-touch .get-in-touch-form .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #a0a2a3;
    width: 90%;
    height: 34px
}

@media (max-width: 767px) {
    .about-get-in-touch .get-in-touch-form .select {
        width: 100%
    }
}

.about-get-in-touch .get-in-touch-form .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #478b8c;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    text-transform: none;
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form .select-styled {
        text-align: left
    }
}

.about-get-in-touch .get-in-touch-form .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #59B7B3 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.about-get-in-touch .get-in-touch-form .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    text-transform: none;
    font-weight: normal
}

.about-get-in-touch .get-in-touch-form .select-options li {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    padding: 7px 10px;
    border-top: 1px solid #478b8c;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in
}

.about-get-in-touch .get-in-touch-form .select-options li:hover {
    background: #fcfcfc
}

.about-get-in-touch .get-in-touch-form .select-options li[rel=hide] {
    display: none
}

.about-get-in-touch .get-in-touch-form .select-options li:first-child {
    border-top: none
}

@media (max-width: 991px) {
    .about-get-in-touch .get-in-touch-form .select-options li {
        text-indent: 0
    }
}

.events-top-banner {
    background: url(../images/events/events-top-banner.png) top center no-repeat;
    background-size: cover;
    height: 748px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (max-width: 768px) {
    .events-top-banner {
        background: url(../images/events/events-top-banner-mobile.png) top center no-repeat;
        background-size: cover;
        height: 440px
    }
}

.events-top-banner .title h1 {
    color: #0d1f2c;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto 15px;
    display: none
}

@media (max-width: 400px) {
    .events-top-banner .title h1 {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width: 769px) {
    .events-top-banner .title h1.desktop-h1 {
        display: block
    }
}

@media (max-width: 768px) {
    .events-top-banner .title h1.mobile-h1 {
        display: block
    }
}

.events-top-banner .subtitle p {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 400
}

.events-page .events-select-item {
    display: none
}

.events-page .events-item {
    padding: 50px;
    border: 1px solid #59B7B3;
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .events-page .events-item {
        padding: 44px 56px
    }
}

@media (max-width: 500px) {
    .events-page .events-item {
        padding: 44px 10px
    }
}

.events-page .events-item .col-md-6:first-child {
    text-align: center
}

.events-page .events-item .col-md-6:first-child img {
    max-width: 100%;
    height: auto
}

.events-page .events-item .event-info {
    margin-top: 20px;
    color: #000
}

.events-page .events-item .event-info p {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: left
}

.events-page .events-item .event-info p span {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: bold
}

.events-page .events-item .events-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 7px
}

@media (max-width: 767px) {
    .events-page .events-item .events-title {
        margin-top: 30px
    }
}

.events-page .events-item .event-sub-headline {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 1px;
    line-height: 28px;
    color: #a0a2a3;
    margin-bottom: 10px
}

.events-page .events-item .event-description {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-family: 'franklin_gothic_bookregular';
    line-height: 1.5em;
    color: #000;
    margin-bottom: 27px
}

.events-page .events-item iframe {
    height: 300px
}

.events-page .tabs {
    margin-top: 40px
}

.events-page .tabs .menu-events-category-menu {
    border: none
}

@media (max-width: 767px) {
    .events-page .tabs .menu-events-category-menu {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #59b7b3
    }
}

.events-page .tabs .menu-events-category-menu .menu-item {
    margin-bottom: -1px;
    background-color: #fff
}

.events-page .tabs .menu-events-category-menu .menu-item:last-child {
    border-bottom: none
}

.events-page .tabs .menu-events-category-menu .menu-item:last-child .nav-link .subitems {
    border-bottom: none
}

.events-page .tabs .menu-events-category-menu .menu-item.current-menu-item>a {
    color: #fff;
    background-color: #59b7b3
}

@media (max-width: 500px) {
    .events-page .tabs .menu-events-category-menu .menu-item {
        padding: 0 15px
    }
}

.events-page .tabs .menu-events-category-menu .menu-item>a {
    border-radius: 0;
    color: #0d1f2c;
    height: 110px;
    border: 1px solid #59b7b3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'franklin_gothic_mediumregular';
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    width: 170px
}

@media (max-width: 767px) {
    .events-page .tabs .menu-events-category-menu .menu-item>a {
        height: 90px
    }
}

.events-page .tabs .menu-events-category-menu .menu-item>a:focus,
.events-page .tabs .menu-events-category-menu .menu-item>a:hover {
    text-decoration: none
}

@media (max-width: 991px) and (min-width: 768px) {
    .events-page .tabs .menu-events-category-menu .menu-item>a {
        width: 138px;
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {
    .events-page .tabs .menu-events-category-menu .menu-item>a {
        width: 90%;
        margin: 0 auto
    }
}

@media (max-width: 500px) {
    .events-page .tabs .menu-events-category-menu .menu-item>a {
        width: 100%
    }
}

.events-page .register-for-event {
    margin-top: 38px
}

.events-page .register-for-event .register-button {
    background: #59b7b3;
    color: #fff;
    width: 130px;
    border: none;
    display: block;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-family: 'franklin_gothic_bookregular';
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.135em;
    padding: 10px;
}

.events-page .register-for-event .register-button:active,
.events-page .register-for-event .register-button:focus,
.events-page .register-for-event .register-button:hover {
    text-decoration: none
}

.events-page .register-for-event .register-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 5px solid #fff;
    bottom: 0;
    left: calc(50% - 10px)
}

.events-page .register-for-event .register-button:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 5px solid #fff;
    top: 0;
    left: calc(50% - 10px)
}

@media (max-width: 767px) {
    .events-page .register-for-event .register-button {
        margin: 0 auto
    }
}

.events-page .view-all {
    margin-bottom: 48px
}

.events-page .view-all a {
    background: #59b7b3;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 130px;
    height: 50px;
    border: none;
    line-height: 49px;
    display: block;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-family: 'franklin_gothic_mediumregular';
    position: relative;
    margin: 0 auto
}

.events-page .view-all a:active,
.events-page .view-all a:focus,
.events-page .view-all a:hover {
    text-decoration: none
}

.events-page .view-all a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 5px solid #fff;
    bottom: 0;
    left: calc(50% - 10px)
}

.events-page .view-all a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 5px solid #fff;
    top: 0;
    left: calc(50% - 10px)
}

.events-page .events-header {
    max-width: 710px;
    margin: 50px auto 20px;
    border-bottom: 1px solid #0D1F2C;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .events-page .events-header {
        width: 90%
    }
}

.events-page .events-header h4 {
    color: #0d1f2c;
    font-family: 'franklin_gothic_mediumregular';
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

.events-page .events-header p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'franklin_gothic_bookregular';
    line-height: 1.5em;
    color: #000
}

.events-page .events-search-wrapper .search-events-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: initial;
    -ms-flex-line-pack: initial;
    align-content: initial;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .search-events-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.events-page .events-search-wrapper .search-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(100% - 335px);
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .search-fields {
        width: 100%
    }
}

@media (max-width: 767px) {
    .events-page .events-search-wrapper .search-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.events-page .events-search-wrapper .search-fields .search-item {
    width: 30%
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .search-fields .search-item {
        text-align: center;
        width: 33%
    }
}

@media (max-width: 767px) {
    .events-page .events-search-wrapper .search-fields .search-item {
        width: 100%;
        margin-bottom: 15px
    }
}

.events-page .events-search-wrapper .search-fields .search-item input {
    color: #0d1f2c;
    border: none;
    border-bottom: 1px solid #0D1F2C;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 1px;
    line-height: 36px;
    width: 100%;
    outline: none
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .search-fields .search-item input {
        width: 90%
    }
}

.events-page .events-search-wrapper .search-buttons {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .search-buttons {
        margin: 25px auto 0;
        float: none
    }
}

.events-page .events-search-wrapper .search-buttons .find-events {
    background: #59b7b3;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 170px;
    height: 50px;
    border: none;
    line-height: 49px;
    display: block;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-family: 'franklin_gothic_mediumregular';
    position: relative
}

@media (max-width: 767px) {
    .events-page .events-search-wrapper .search-buttons .find-events {
        width: 130px
    }
}

.events-page .events-search-wrapper .search-buttons .find-events:active,
.events-page .events-search-wrapper .search-buttons .find-events:focus,
.events-page .events-search-wrapper .search-buttons .find-events:hover {
    text-decoration: none
}

.events-page .events-search-wrapper .search-buttons .find-events:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 5px solid #fff;
    bottom: 0;
    left: calc(50% - 10px)
}

.events-page .events-search-wrapper .search-buttons .find-events:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 5px solid #fff;
    top: 0;
    left: calc(50% - 10px)
}

.events-page .events-search-wrapper .search-buttons .view-as {
    background: url("../images/events/view-as-month.png") no-repeat center;
    width: 141px;
    height: 76px;
    display: inline-block;
    margin-left: 20px
}

@media (max-width: 767px) {
    .events-page .events-search-wrapper .search-buttons .view-as {
        margin-left: 10px
    }
}

.events-page .events-search-wrapper .filters-wrap {
    clear: both;
    margin-top: 35px
}

.events-page .events-search-wrapper .filters-wrap>p {
    float: left;
    color: #999999;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 1px
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .filters-wrap>p {
        display: none
    }
}

.events-page .events-search-wrapper .filters-wrap .filters {
    float: right
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .filters-wrap .filters {
        text-align: center;
        float: none
    }
}

.events-page .events-search-wrapper .filters-wrap .filters a {
    font-family: 'franklin_gothic_mediumregular';
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 20px;
}

.events-page .events-search-wrapper .filters-wrap .filters a.expand-filters {
    color: #59b7b3
}

.events-page .events-search-wrapper .filters-wrap .filters a.reset-filters {
    color: #0d1f2c;
    background: url("../images/events/reset-filters.png") no-repeat left center;
    padding-left: 30px;
    margin-right: 37px;
    margin-left: 15px
}

@media (max-width: 991px) {
    .events-page .events-search-wrapper .filters-wrap .filters a.reset-filters {
        margin-right: 0
    }
}

.want-to-learn-more {
    background: #F1F1F3;
    padding: 50px 10px;
    text-align: center
}

.want-to-learn-more .learn-more-header p:first-child {
    color: #59b7b3;
    font-family: 'franklin_gothic_mediumregular';
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 1px;
}

.want-to-learn-more .learn-more-header p:last-child {
    color: #a0a2a3;
    font-family: 'franklin_gothic_bookregular';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 1px;
}

.want-to-learn-more>p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'franklin_gothic_bookregular';
    letter-spacing: 1px;
    line-height: 18px;
    color: #0d1f2c;
    max-width: 660px;
    margin: 20px auto
}

.want-to-learn-more .learn-more-button a {
    background: #59b7b3;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 130px;
    height: 50px;
    border: none;
    line-height: 49px;
    display: block;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-family: 'franklin_gothic_mediumregular';
    position: relative;
    margin: 0 auto
}

.want-to-learn-more .learn-more-button a:active,
.want-to-learn-more .learn-more-button a:focus,
.want-to-learn-more .learn-more-button a:hover {
    text-decoration: none
}

.want-to-learn-more .learn-more-button a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 5px solid #f1f1f3;
    bottom: 0;
    left: calc(50% - 10px)
}

.want-to-learn-more .learn-more-button a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 5px solid #f1f1f3;
    top: 0;
    left: calc(50% - 10px)
}

.mfp-bg {
    background: rgba(13, 31, 44, 0.5)
}

.register-for-event-form {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #59B7B3;
    background: #FFFFFF;
    padding: 70px
}

@media (max-width: 767px) {
    .register-for-event-form {
        padding: 50px
    }
}

@media (max-width: 500px) {
    .register-for-event-form {
        padding: 30px
    }
}

.register-for-event-form .event-title {
    overflow: hidden;
    text-align: center;
    font-size: 30px
}

.register-for-event-form .event-title:after,
.register-for-event-form .event-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #59B7B3;
    position: relative
}

.register-for-event-form .event-title:before {
    margin-left: -100%;
    left: -14px
}

.register-for-event-form .event-title:after {
    margin-right: -100%;
    right: -14px
}

.register-for-event-form .event-title span {
    display: inline-block;
    vertical-align: middle;
    color: #0d1f2c;
    text-transform: uppercase;
    text-align: center;
    font-family: 'franklin_gothic_bookregular';
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 24px;
}

.register-for-event-form .field {
    color: #692b02;
    font-family: 'franklin_gothic_bookregular';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 1px;
    width: 260px;
    margin: 0 auto
}

.register-for-event-form .field label {
    display: block;
    color: #0d1f2c;
    text-transform: uppercase;
    text-align: left;
    margin: 35px 0 7px
}

.register-for-event-form .field input {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #59B7B3;
    outline: none
}

.register-for-event-form .mfp-close {
    display: none
}

.register-for-event-form .popup-register-button {
    position: relative;
    margin-top: 48px
}

.register-for-event-form .popup-register-button .registerButton {
    background: #59b7b3;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    width: 150px;
    height: 50px;
    border: none;
    line-height: 49px;
    display: block;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-family: 'franklin_gothic_mediumregular';
    position: relative;
    margin: 0 auto
}

.register-for-event-form .popup-register-button .registerButton:active,
.register-for-event-form .popup-register-button .registerButton:focus,
.register-for-event-form .popup-register-button .registerButton:hover {
    text-decoration: none
}

.register-for-event-form .popup-register-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom: 5px solid #ffffff;
    bottom: 0;
    left: calc(50% - 10px);
    z-index: 1
}

.register-for-event-form .popup-register-button:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 5px solid #ffffff;
    top: 0;
    left: calc(50% - 10px)
}

.clinical-papers-template .hero.clinical-papers {
    background: url(../images/clinical-papers/banner.png) top center no-repeat;
    background-size: cover;
    height: 748px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (max-width: 768px) {
    .clinical-papers-template .hero.clinical-papers {
        background: url(../images/clinical-papers/banner-mb.png) top center no-repeat;
        background-size: cover;
        height: 440px
    }
}

.clinical-papers-template .hero.clinical-papers .subtitle p {
    font-weight: 100
}

@media (max-width: 767px) {
    .clinical-papers-template .col-md-12 {
        padding: 0
    }
    .clinical-papers-template .hero .col-md-12,
    .clinical-papers-template .more-info .col-md-12 {
        padding: 0 15px
    }
}

.clinical-papers-template .workstations-tabs .workstations-tabs-inner {
    background-color: #fff
}

@media (max-width: 767px) {
    .clinical-papers-template .workstations-tabs .title {
        width: 100%
    }
}

.clinical-papers-template .workstations-tabs .subtitle {
    max-width: 630px;
    margin: 0 auto 30px
}

@media (max-width: 767px) {
    .clinical-papers-template .workstations-tabs .subtitle {
        max-width: 90%
    }
}

@media (max-width: 767px) {
    .clinical-papers-template .workstations-tabs hr {
        max-width: 90%
    }
}

@media (max-width: 991px) {
    .clinical-papers-template .workstations-tabs .tab-content {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .clinical-papers-template .workstations-tabs .title-top {
        width: 100%
    }
}

@media (max-width: 767px) {
    .clinical-papers-template .workstations-tabs .tabs .tab-content .turquoise-top .button {
        width: 50%;
        margin: 10px 0;
        display: inline-block
    }
    .clinical-papers-template .workstations-tabs .tabs .tab-content .turquoise-top .button:nth-child(odd) {
        padding-left: 5px;
        text-align: left
    }
    .clinical-papers-template .workstations-tabs .tabs .tab-content .turquoise-top .button:nth-child(2n) {
        padding-right: 5px;
        text-align: right
    }
}

@media (max-width: 767px) {
    .clinical-papers-template .workstations-tabs .nav-tabs,
    .clinical-papers-template .workstations-tabs .tabs .tab-content {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .clinical-papers-template .workstations-tabs .nav-tabs .nav-link .subitems,
    .clinical-papers-template .workstations-tabs .nav-tabs .nav-link .title {
        text-align: center
    }
}

.clinical-papers-template .triangle-top {
    background: none
}

.clinical-papers-template .form-holder {
    border: 1px solid #59b7b3;
    padding: 50px;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .clinical-papers-template .form-holder {
        margin-bottom: 30px;
        padding: 30px
    }
}

.clinical-papers-template .form-holder h2 {
    text-align: left;
    margin-bottom: 50px
}

.clinical-papers-template .form-holder .search-field {
    width: 83%;
    border: none;
    border-bottom: 1px solid #0d1f2c;
    margin-right: 4.7%;
    vertical-align: bottom;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width: 991px) {
    .clinical-papers-template .form-holder .search-field {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .clinical-papers-template .form-holder .search-field {
        width: 60%
    }
}

.clinical-papers-template .form-holder .search-field::-webkit-input-placeholder {
    color: #0d1f2c;
    opacity: 1
}

.clinical-papers-template .form-holder .search-field::-moz-placeholder {
    color: #0d1f2c;
    opacity: 1
}

.clinical-papers-template .form-holder .search-field:-ms-input-placeholder {
    color: #0d1f2c;
    opacity: 1
}

.clinical-papers-template .form-holder .search-field:-moz-placeholder {
    color: #0d1f2c;
    opacity: 1
}

.clinical-papers-template .form-holder .button {
    display: inline-block
}

.clinical-papers-template .form-holder .button .btn {
    background-color: transparent
}

.clinical-papers-template .form-holder .button .btn:active {
    background-image: url(../images/button.png)
}

.clinical-papers-template .clinical-paper-item-holder {
    border: 1px solid #59b7b3;
    margin-bottom: 50px;
    padding: 50px 26px
}

@media (max-width: 767px) {
    .clinical-papers-template .clinical-paper-item-holder {
        padding: 30px 15px;
        margin-bottom: 30px
    }
}

.clinical-papers-template .clinical-paper-item-holder .title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: unset;
    font-family: 'franklin_gothic_mediumregular';
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .clinical-papers-template .clinical-paper-item-holder .title {
        padding: 0 20px
    }
}

.clinical-papers-template .clinical-paper-item-holder img {
    max-width: 100%;
    height: auto;
    width: 100%
}

@media (max-width: 767px) {
    .clinical-papers-template .clinical-paper-item-holder img {
        margin-bottom: 20px
    }
}

.clinical-papers-template .clinical-paper-item-holder .subtitle {
    font-size: 22px;
    font-size: 2.2rem;
    color: #a0a2a3;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .clinical-papers-template .clinical-paper-item-holder .subtitle {
        padding: 0 20px
    }
}

.clinical-papers-template .clinical-paper-item-holder .description {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .clinical-papers-template .clinical-paper-item-holder .description {
        padding: 0 20px
    }
}

.clinical-papers-template .clinical-paper-item-holder .button {
    margin-top: 25px
}

@media (max-width: 767px) {
    .clinical-papers-template .clinical-paper-item-holder .button {
        padding: 0 20px
    }
}

.clinical-papers-template .clinical-paper-item-holder i {
    font-style: italic
}

.clinical-papers-template .clinical-paper-item-holder strong {
    font-weight: 600
}

.clinical-papers-template .clinical-paper-item-holder strong~span:after {
    content: ',';
    position: relative;
    left: -3px
}

.clinical-papers-template .clinical-paper-item-holder strong~span:last-child:after {
    display: none
}

@media (max-width: 767px) {
    .clinical-papers-template .clinical-paper-item-holder .field-value-holder {
        padding: 0 20px
    }
}

.clinical-papers-template .gallery-pagination {
    background: transparent
}

@media (max-width: 767px) {
    .clinical-papers-template .gallery-pagination hr {
        display: none
    }
}

.inpractice-top-banner {
    background: url(../images/inpractice/inpractice-top-banner.png) top center no-repeat;
    background-size: cover;
    height: 748px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (max-width: 768px) {
    .inpractice-top-banner {
        background: url(../images/inpractice/inpractice-top-banner-mobile.png) top center no-repeat;
        background-size: cover;
        height: 440px
    }
}

.inpractice-top-banner .title h1 {
    color: #0d1f2c;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto 15px;
    display: none
}

@media (max-width: 400px) {
    .inpractice-top-banner .title h1 {
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width: 769px) {
    .inpractice-top-banner .title h1.desktop-h1 {
        display: block
    }
}

@media (max-width: 768px) {
    .inpractice-top-banner .title h1.mobile-h1 {
        display: block
    }
}

.inpractice-top-banner .subtitle p {
    color: #0d1f2c;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: 400
}

.inpractice-marketing .top-part {
    background: url("../images/treatments-top-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative;
    margin-top: -162px
}

@media (max-width: 550px) {
    .inpractice-marketing .top-part {
        height: 155px
    }
}

.inpractice-marketing .bottom-part {
    background: url("../images/treatments-bottom-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative;
    background-size: 100% 162px
}

@media (max-width: 991px) {
    .inpractice-marketing .bottom-part {
        height: 70px;
        background-size: 100% 70px
    }
}

@media (max-width: 768px) {
    .inpractice-marketing .bottom-part {
        height: 40px;
        background-size: 100% 40px
    }
}

.inpractice-marketing .grid-wrapper {
    background-color: #59b7b3
}

.inpractice-marketing .title {
    margin-top: 60px;
    margin-bottom: 20px
}

.inpractice-marketing .title h2 {
    color: #0d1f2c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase
}

.inpractice-marketing .subtitle {
    max-width: 650px;
    margin: 0 auto 50px
}

.inpractice-marketing .subtitle p {
    text-align: center;
    line-height: 1.5em;
    font-size: 16px;
    font-family: 'franklin_gothic_bookregular';
    color: #fff
}

.inpractice-marketing .grid {
    font-size: 0
}

.inpractice-marketing .grid .item {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center
}

@media (max-width: 991px) {
    .inpractice-marketing .grid .item {
        width: 50%
    }
}

@media only screen and (max-width: 768px) {
    .inpractice-marketing .grid .item {
        width: 100%;
        padding: 0
    }
}

.inpractice-marketing .grid .item a {
    display: inline-block;
    text-decoration: none;
    cursor: default
}

.inpractice-marketing .grid .item a:active,
.inpractice-marketing .grid .item a:focus,
.inpractice-marketing .grid .item a:hover {
    text-decoration: none
}

.inpractice-marketing .grid .item .hexagon {
    position: relative;
    width: 260px;
    height: 150.11px;
    margin: 75.06px auto;
    background-image: none;
    background-color: #0d1f2c;
    background-size: auto 235.5589px;
    background-position: center;
    cursor: pointer
}

.inpractice-marketing .grid .item .hexagon:active>.title,
.inpractice-marketing .grid .item .hexagon:focus>.title,
.inpractice-marketing .grid .item .hexagon:hover>.title {
    display: none
}

.inpractice-marketing .grid .item .hexagon:active .hover-text,
.inpractice-marketing .grid .item .hexagon:focus .hover-text,
.inpractice-marketing .grid .item .hexagon:hover .hover-text {
    opacity: 1
}

.inpractice-marketing .grid .item .hexagon .title {
    margin: 0;
    z-index: 9;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    display: table;
    height: 45px;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 30px
}

.inpractice-marketing .grid .item .hexagon .title span {
    display: table-cell;
    vertical-align: middle
}

.inpractice-marketing .grid .item .hexagon .hover-text {
    opacity: 1
}

.inpractice-marketing .grid .item .hexagon .hover-text .title {
    max-width: 210px;
    margin: 0 auto;
    z-index: 9;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    display: table;
    position: relative;
    top: -10px;
    width: 100%;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 18px
}

.inpractice-marketing .grid .item .hexagon .hover-text .title span {
    display: table-cell;
    vertical-align: middle
}

.inpractice-marketing .grid .item .hexagon .hover-text p {
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 0;
    padding: 0 10px;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    line-height: 1.5em;
    font-family: 'franklin_gothic_bookregular';
}

.inpractice-marketing .grid .item .hexagon:after,
.inpractice-marketing .grid .item .hexagon:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent
}

.inpractice-marketing .grid .item .hexagon:before {
    bottom: 100%;
    border-bottom: 75.06px solid #0D1F2C
}

.inpractice-marketing .grid .item .hexagon:after {
    top: 100%;
    width: 0;
    border-top: 75.06px solid #0D1F2C
}

.inpractice-marketing+.explore-section {
    margin-top: -162px;
    padding-top: 236px
}

.inpractice-page .triangle-top {
    background: url("../images/treatments-top-shape.png") center bottom no-repeat;
    height: 162px;
    position: relative;
    margin-top: -162px
}

.inpractice-page .how-does-it-work {
    padding-top: 45px;
    padding-bottom: 45px
}

@media (max-width: 991px) {
    .inpractice-page .how-does-it-work {
        padding-bottom: 0
    }
}

.inpractice-page .how-does-it-work .section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2
}

.inpractice-page .how-does-it-work .title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 1px solid #565F6A
}

.inpractice-page .how-does-it-work .title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 60px 0 34px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .inpractice-page .how-does-it-work .title h2 {
        margin-top: 0
    }
}

.inpractice-page .how-does-it-work .subtitle {
    text-align: center;
    max-width: 830px;
    margin: 23px auto 0
}

.inpractice-page .how-does-it-work .subtitle p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    display: block;
    line-height: 1.5em;
    font-family: 'franklin_gothic_bookregular';
}

.inpractice-page .inpractice-marketing-section {
    padding-bottom: 70px
}

.inpractice-page .inpractice-marketing-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .inpractice-page .inpractice-marketing-section .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.inpractice-page .inpractice-marketing-section .inpractice-marketing-col {
    padding: 0 25px;
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .inpractice-page .inpractice-marketing-section .inpractice-marketing-col {
        width: 100%;
        margin-bottom: 40px;
        padding: 0
    }
    .inpractice-page .inpractice-marketing-section .inpractice-marketing-col:last-child {
        margin-bottom: 0
    }
}

.inpractice-page .inpractice-marketing-section .inpractice-marketing-section-item {
    border: 1px solid #000000;
    width: 100%
}

.inpractice-page .inpractice-marketing-section h4 {
    color: #0d1f2c;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    padding: 20px 0;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem
}

.inpractice-page .inpractice-marketing-section .inpractice-marketing-section-description {
    text-align: center;
    padding: 30px 20px
}

.inpractice-page .inpractice-marketing-section .inpractice-marketing-section-description p {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    line-height: 1.5em;
    font-family: 'franklin_gothic_bookregular';
}

.inpractice-page .featured-marketing-tools {
    background: #F1F1F3
}

.inpractice-page .featured-marketing-tools .featured-marketing-tools-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0
}

@media (max-width: 991px) {
    .inpractice-page .featured-marketing-tools .featured-marketing-tools-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.inpractice-page .featured-marketing-tools .title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 1px solid #565F6A
}

.inpractice-page .featured-marketing-tools .title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 60px 0 34px;
    text-transform: uppercase
}

.inpractice-page .featured-marketing-tools .featured-marketing-tools-col {
    padding: 0 25px;
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .inpractice-page .featured-marketing-tools .featured-marketing-tools-col {
        width: 100%;
        margin-bottom: 40px;
        padding: 0
    }
    .inpractice-page .featured-marketing-tools .featured-marketing-tools-col:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .inpractice-page .featured-marketing-tools .featured-marketing-tools-item {
        margin: 0 auto
    }
}

.inpractice-page .featured-marketing-tools .featured-marketing-tools-item .featured-marketing-tools-img {
    text-align: center
}

.inpractice-page .featured-marketing-tools .featured-marketing-tools-item .featured-marketing-tools-img img {
    max-width: 100%;
    height: auto
}

.inpractice-page .featured-marketing-tools .featured-marketing-tools-item h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 1px;
    color: #0d1f2c;
    text-align: center;
    text-transform: uppercase
}

.inpractice-page .featured-marketing-tools .featured-marketing-tools-item .inpractice-marketing-section-description {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0d1f2c;
    text-align: center;
    padding: 0 5px;
    line-height: 1.5em;
    font-family: 'franklin_gothic_bookregular';
}

.inpractice-page .testimonials-section .slick-slide>img {
    max-width: 152px;
    height: auto
}

.inpractice-page .resource-center {
    padding-bottom: 58px
}

.inpractice-page .resource-center .title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px
}

.inpractice-page .resource-center .title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #59b7b3;
    margin: 60px 0 0;
    text-transform: uppercase
}

.inpractice-page .resource-center .title p {
    color: #a0a2a3;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300
}

.inpractice-page .resource-center .subtitle {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    font-family: 'franklin_gothic_bookregular';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    letter-spacing: 1px
}

.inpractice-page .resource-center .button {
    margin-top: 40px;
    text-align: center
}

.inpractice-page .testimonials-section+.bottom-part {
    background: url(../images/blue-triangle-bottom-shape.png) center bottom no-repeat;
    height: 162px;
    position: relative;
    background-size: 100% 162px
}

@media (max-width: 991px) {
    .inpractice-page .testimonials-section+.bottom-part {
        height: 70px;
        background-size: 100% 70px
    }
}

@media (max-width: 768px) {
    .inpractice-page .testimonials-section+.bottom-part {
        height: 40px;
        background-size: 100% 40px
    }
}

.search-results .page-title {
    margin: 20px 0
}

.search-results .page-title span {
    font-weight: bold
}

.search-no-results .site-content {
    margin: 20px 0
}

.search-results-section {
    border: 1px solid #59b7b3;
    margin-bottom: 50px;
    padding: 50px 26px
}

@media (max-width: 767px) {
    .search-results-section {
        padding: 30px 0;
        margin-bottom: 30px
    }
}

.search-results-section .title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: 'franklin_gothic_mediumregular';
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .search-results-section .title {
        padding: 0
    }
}

.search-results-section img {
    max-width: 100%;
    height: auto;
    width: 100%
}

@media (max-width: 767px) {
    .search-results-section img {
        margin-bottom: 20px
    }
}

.search-results-section .subtitle {
    font-size: 22px;
    font-size: 2.2rem;
    color: #a0a2a3;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .search-results-section .subtitle {
        padding: 0 20px
    }
}

.search-results-section .description {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .search-results-section .description {
        padding: 0
    }
}

.search-results-section .button {
    margin-top: 25px
}

@media (max-width: 767px) {
    .search-results-section .button {
        padding: 0
    }
}

.search-results-section .button .btn:active {
    background-image: url(../images/button.png)
}

.search-results-section i {
    font-style: italic
}

.search-results-section strong {
    font-weight: 600
}

.search-results-section strong~span:after {
    content: ',';
    position: relative;
    left: -3px
}

.search-results-section strong~span:last-child:after {
    display: none
}

@media screen and (max-width: 768px) {
    .search-results-section .field-value-holder {
        padding: 0 20px
    }
	.drfinder-results{
		height: auto;
	}
	.resultmap{
		order: 1;
		height: 400px;
	}
	.resultmap #map{
		margin-left: 0px;
	}
	.drfinder-results .rowresults{
		height: auto;
		position: inherit;
	}
	.drfinder-results .rowresults .listcollumn{
		height: auto;
		overflow: visible;
		order: 2;
	}
	.drfinder-results .rowresults .listcollumn .listresult{
		margin-right: 0px;
	}
}

.investors-menu {
    background: #f8f8f8;
    overflow: visible;
}

.investors-menu.fixed {
    position: fixed;
    top: 112px;
    width: 100vw;
    z-index: 200;
}

.admin-bar #page .investors-menu.fixed {
    top: 145px;
}

@media screen and (max-width: 1024px) {
    .investors-menu.fixed {
        top: 80px;
    }
    .admin-bar #page .investors-menu.fixed {
        top: 110px;
    }
}

.investors-menu #menu-investors-menu {
    padding: 28px 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.investors-menu li {
    display: inline-block;
    position: relative;
}

.investors-menu li a {
    display: inline-block;
    border-left: 1px solid #3d3d3d;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #3d3d3d;
}

.investors-menu.university-menu-investors-menu li.current-menu-item a {
    font-weight: bold;
}

.investors-menu.university-menu-investors-menu li.current-menu-item.menu-item-86979 a {
    font-weight: normal;
}

.page-id-82044 .investors-menu.university-menu-investors-menu li.current-menu-item.menu-item-86979 a {
    font-weight: bold;
}

.investors-menu #menu-investors-menu>li:first-child {
    display: none;
}

.investors-menu #menu-investors-menu>li:first-child a,
.investors-menu #menu-investors-menu>li:nth-child(2) a {
    border: none;
}

.investors-menu #menu-investors-menu ul li a {
    border: none;
}

.investors-menu #menu-investors-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    background: #f8f8f8;
    text-align: left;
    padding: 10px 0;
}

.investors-menu #menu-investors-menu ul li {
    border-bottom: #4d4d4c;
}

.investors-menu #menu-investors-menu li:hover ul {
    display: block;
}

@media (max-width: 1009px) {
    .page-template-page-investors-v2 .hero .title {
        margin-top: 65px;
    }
    .page-template-page-investors-v2 .hero .subtitle {
        margin-bottom: 50px;
    }
}

@media (max-width: 753px) {
    .page-template-page-investors-v2 .hero .title {
        margin-top: 45px;
    }
    .page-template-page-investors-v2 .hero .subtitle {
        margin-bottom: 40px;
    }
    .investors-menu #menu-investors-menu {
        height: 80px;
    }
    .investors-menu #menu-investors-menu.open {
        height: auto;
        overflow: hidden;
    }
    .investors-menu #menu-investors-menu ul {
        display: block;
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        min-width: 200px;
        background: none;
        text-align: center;
        padding: 0;
    }
    .investors-menu li,
    .investors-menu #menu-investors-menu.open li {
        display: block;
    }
    .investors-menu li a {
        border: none;
    }
    .investors-menu li {
        display: none;
    }
    .investors-menu #menu-investors-menu>li:first-child {
        display: block;
        font-weight: bold;
    }
    .investors-menu #menu-investors-menu>li:first-child a:after {
        content: "\25bc";
        font-size: 10px;
        margin-left: 5px;
    }
}

@media (max-width: 305px) {
    .page-template-page-investors-v2 .hero .title {
        margin-top: 15px;
    }
    .page-template-page-investors-v2 .hero .subtitle {
        margin-bottom: 10px;
    }
}

.press-release {
    border: 1px #F0F0F0 solid;
}

.press-release:before {
    padding: 0 !important;
}

.press-release .vc_gitem_row {
    position: relative !important;
    padding: 20px;
}

.press-release .vc_gitem_row:first-child {
    background: #f0f0f0;
}

.press-release .vc_gitem_row:first-child div,
.press-release .vc_gitem_row:last-child div {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

.press-release .vc_gitem_row h2 {
    font-size: 2.4rem;
}

.press-release .vc_gitem_row:first-child span {
    color: #484848 !important;
}

.webtools_custom_field_link {
    display: block;
    padding: 10px 0;
    color: #59b7b3;
}

.vc_grid-filter {
    list-style: none !important;
    font-size: 2.0rem;
    margin-bottom: 60px !important;
}

.vc_grid-filter li:before {
    background: none !important;
}

.page-template-page-investors-v2 table.inmode-theme thead td {
    background: #59b7b3;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
}

.page-template-page-investors-v2 table.inmode-theme td {
    border: 1px #59b7b3 solid;
    text-align: center;
    vertical-align: middle;
}
.tribe-events-event-image img{
    display: block;
    width: 100% !important;
    height: auto !important;
}
@media only screen and (max-width: 760px) {
    .page-template-page-investors-v2 table.inmode-theme,
    .page-template-page-investors-v2 table.inmode-theme thead,
    .page-template-page-investors-v2 table.inmode-theme tbody,
    .page-template-page-investors-v2 table.inmode-theme th,
    .page-template-page-investors-v2 table.inmode-theme td,
    .page-template-page-investors-v2 table.inmode-theme tr {
        display: block;
    }
    .page-template-page-investors-v2 table.inmode-theme thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .page-template-page-investors-v2 table.inmode-theme tr {
        border-top: 1px solid #59b7b3;
    }
    .page-template-page-investors-v2 table.inmode-theme tr:last-child {
        border-bottom: 1px solid #59b7b3;
    }
    .page-template-page-investors-v2 table.inmode-theme td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 45%;
        text-align: left;
    }
    .page-template-page-investors-v2 table.inmode-theme td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 40%;
        text-align: right;
        padding-right: 10px;
        white-space: nowrap;
    }
    .page-template-page-investors-v2 table.inmode-theme td:nth-of-type(1):before {
        content: "Investment Bank:";
    }
    .page-template-page-investors-v2 table.inmode-theme td:nth-of-type(2):before {
        content: "Analyst:";
    }
    .page-template-page-investors-v2 table.inmode-theme td:nth-of-type(3):before {
        content: "Tel:";
    }
    .page-template-page-investors-v2 table.inmode-theme td:nth-of-type(4):before {
        content: "E-mail:";
    }
	
}

.fin-tabs {
    margin-bottom: 55px;
}

.fin-tabs h2 {
    font-size: 2.8rem;
}

.fin-tabs .vc_btn3-container {
    margin-bottom: 10px;
}

.fin-tabs .vc_separator {
    margin-bottom: 10px;
}

.fin-tabs .vc_btn3-container a {
    background: #59b7b3 !important;
    color: #fff !important;
    font-size: 1.7rem !important;
}

.page-id-50220 .hero .title {
    margin-bottom: 45px;
}

.page-id-50220 .hero.explore-hero {
    background-position-x: center;
}

.page-id-50220 .hero .subtitle {
    margin-bottom: 35px;
}

.page-id-50220 .hero .hero_banner_other {
    margin-bottom: 35px;
}

.page-id-50220 h1 {
    text-indent: -99999px;
}

.page-id-50220 .hero .subtitle p {
    color: #fff;
    font-family: 'franklin_gothic_bookregular';
}

.quote span {
    vertical-align: top;
    font-family: 'franklin_gothic_mediumregular';
    font-size: 7rem;
    color: #59b7b3;
}

.quote small {
    font-size: 2rem;
}

@media (max-width: 465px) {
    .page-id-50220 .hero .title {
        margin-bottom: 135px;
    }
    .page-id-50220 .hero .subtitle p {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .physicians-patients-form .contact-form .fields-group .input input {
        width: 100%;
    }
    .physicians-patients-form .contact-form .fields-group .input select {
        width: 100%;
    }
}

.ir-link,
.ir-link:hover {
    display: block;
    margin: auto auto;
    font-family: 'franklin_gothic_bookregular';
    height: 200px;
    width: 100%;
    background: url('../images/ir-link-bg.gif') no-repeat 50% 50%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 80px 0;
}

.page-id-50220 .invetors-section {
    padding-bottom: 0;
}

.wide {
    width: calc(100vw - 9px) !important;
    position: relative !important;
    ;
    margin-left: -50vw !important;
    ;
    left: 50% !important;
    ;
    padding-right: calc((100vw - 1295px)/2) !important;
    ;
    padding-left: calc((100vw - 1295px)/2) !important;
    ;
}

.page-id-50220 .vc_pageable-wrapper {
    overflow: hidden;
}

.tableFile2 {
    width: 100%;
}

.tableFile2 td,
.tableFile2 th {
    font-size: 20px !important;
    padding: 10px 20px;
    border: 1px solid #59b7b3;
}

.tableFile2 th {
    background: #59b7b3;
    font-family: 'franklin_gothic_mediumregular';
    color: #fff;
    border-right: 1px solid #fff;
}
.tableFile2 th:last-child{
    border-right: 1px solid #59b7b3;
}
.tableFile2 #formHeader{
    display: block;
    max-width: 550px;
}
.text-intro {
    font-size: 130% !important;
    line-height: 130% !important;
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    right: 0;
}
p.zip-disabled {
    color: #fff;
    font-size: 14px;
    padding-bottom: 3px;
    visibility: hidden;
}
input.zip-disabled{
    background-image: none !important;
    background-color: #59B7B3 !important;
}
input.zip-disabled[type='button']{
    filter: grayscale(100%);
}
#fap-faq{
	background: #fff;
    padding: 40px;
    position: relative;
    width: 100%;
    max-width: 550px;
}
#fap-faq .box-modal_close{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
}
#fap-faq h3{
	font-family: 'franklin_gothic_mediumregular';
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;
}
.consult .consult-form-inner .consult-form-left .subtitle.faq_finder p{
	color: #fff;
	font-size: 1.5rem;
}
#fapfaqbtn{
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
}
#fap-faq div{
	padding-bottom: 20px;
}
#fap-faq ul{
	padding-left: 15px;
	list-style: circle;
}
.consult .consult-form-inner .consult-form-right #phys_search .consult-form-fields:nth-child(1){
	width: 100%;
}
.consult .consult-form-inner .consult-form-right #phys_search  .consult-form-fields:nth-child(2){
	width: 25%;
}
.consult .consult-form-inner .consult-form-right #phys_search  .consult-form-fields:nth-child(3){
	width: 30%;
}
.consult .consult-form-inner .consult-form-right #phys_search  .consult-form-fields:nth-child(4){
	width: 40%;
	padding-right: 0px
}
@media only screen and (max-width: 768px) {
	.consult .consult-form-inner .consult-form-right #phys_search  .consult-form-fields:nth-child(2){
		width: 100%;
	}
	.consult .consult-form-inner .consult-form-right #phys_search  .consult-form-fields:nth-child(3){
		width: 100%;
	}
	.consult .consult-form-inner .consult-form-right #phys_search  .consult-form-fields:nth-child(4){
		width: 100%;
		padding-right: 0px
	}
}
.page-finder-results-primary .badges{
	min-height: 40px;
    position: relative;
}
.page-finder-results-primary .badgescontainer{
	width: 140px;
    position: absolute;
    top: -20px;
    right: 0px;
}
.page-finder-results-primary .badgeimage img{
	width: 85%;
    margin: 0 auto;
    display: block;
}
.page-finder-results-primary .badgetext{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-top: -7px;
}
.single-physician_profile-primary .badgescontainer .badgetext{
	text-align: center;
	font-weight: 600;
}
.single-physician_profile-primary .badgeimage img{
	width: 85%;
	display: block;
	margin: 5px auto 0px;
	max-width: 180px;
}
@media (max-width: 991px){
	.page-finder-results-primary .badgescontainer{
		margin: 10px auto;
		right: -15px;
	}
	.single-physician_profile-primary .workstation-specialist.badge-section{
		display: block;
	}
	.page-finder-results-primary .badgeimage img{
		width: 70%;
	}
}

/* New FAP */
.fap-top-banner .fap_bannersimages{
	position: relative;
}
.fap-top-banner .fap_bannersimages img.fapdeskimg, .fap-top-banner .fap_bannersimages img.fapmobimg{
	width: 100%;
	display: block;
}
.fap-top-banner .fap_bannersimages img.faptextimg{
	position: absolute;
	max-width: 400px;
	top: 50%;
	right: 5%;
	max-height: 90%;
	transform: translate(0%, -50%)
}
.fap-top-banner .fap_bannersimages img.fapmobimg{
	display: none;
}
.fap-awards-content{
	max-width: 1280px;
	margin: 20px auto;
}
.fap-searchsection{
	background: rgba(13, 31, 44, 0.9);
	padding: 50px 20px;
	box-sizing: border-box;
}
.fap-searchsection h1{
	font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.6;
}
.fap-searchsection #phys_search{
	display: flex;
	justify-content: space-around;
	width: 100%
}
.fap-searchsection #phys_search label {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
	height: 53px;
}
.fap-searchsection #phys_search label span.sublabel{
	display: block;
    margin-top: 5px;
}
.fap-searchsection #phys_search .consult-form-group input {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #59b7b3;
    width: 100%;
    margin-bottom: 28px;
    font-family: 'franklin_gothic_bookregular';
    padding: 5px;
    color: #fff;
}
.fap-searchsection #phys_search .consult-form-group select {
    font-family: 'franklin_gothic_bookregular';
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #59b7b3;
    width: 100%;
    margin-bottom: 28px;
    color: #a0a2a3;
    padding: 5px;
    height: 35px;
}
.fap-searchsection #phys_search .consult-form-fields{
	padding: 0 5px;
}
.fap-searchsection .consult-form-fields.fap-button{
	width: 150px;
	text-align: center;
}
.fap-searchsection .fap-address{
	width: 30%;
	min-width: 360px;
}
.fap-searchsection .fap-distance{
	width: 10%;
    min-width: 120px;
}
.fap-searchsection .fap-tech{
	width: 20%;
    min-width: 200px;
}
.fap-searchsection .fap-clinic{
	width: 20%;
    min-width: 250px;
}
.fap-searchsection #phys_search{
	flex-wrap: wrap;
}
.fap-searchsection .container-fluid.fapform{
	padding-right: 0px;
	padding-left: 0px;
}
.fapinfo{
	background: #e1e1e1;
}
.fapinfo .fapinfocontent{
	max-width: 1280px;
    margin: 0px auto;
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
	align-items: center;
}
.fapinfo .fapinfocontent div{
	width: 48%;
	text-align: left;
}
.fapinfo .fapinfocontent .fapinfofaq{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fapinfo .fapinfocontent .fapinfofaq .m8seal{
	width: 110px;
}
.fapinfo .fapinfocontent .fapinfofaq .m8seal img{
	width: 100%;
}
.fapinfo .fapinfocontent .fapinfofaq .m8sealdescr{
	width: calc(100% - 120px);
}
.fapinfo .fapinfocontent p{
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.fapinfo .fapinfocontent a{
	color: #59b7b3 !important;
	text-decoration: underline;
}
#searchresult .badges{
	min-height: 40px;
    position: relative;
}
#searchresult .badgescontainer{
	width: 70%;
    position: absolute;
    top: -19px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#searchresult  .badgesearch{
	max-width: 120px;
}
#searchresult .badgeimage img{
	width: 85%;
    margin: 0 auto;
    display: block;
}
#searchresult .badgetext{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
	line-height: 14px;
    margin-top: 3px;
}
#searchresult .badgescontainer .badgetext{
	text-align: center;
	font-weight: 600;
}
#searchresult .badgeimage img{
	width: 85%;
	display: block;
	margin: 5px auto 0px;
	max-width: 180px;
}
#m8seal-pop {
    background: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 900px;
}
#m8seal-pop .box-modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
}
#m8seal-pop .sealm8container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#m8seal-pop .sealm8container .sealm8image{
	width: 200px;
}
#m8seal-pop .sealm8container .sealm8descr{
	width: calc(100% - 230px);
}
a.m8sealpopuplink{
	cursor: pointer;
}
.physician-profile .workstation-specialist .badges{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.physician-profile .workstation-specialist .badges .badgescontainer{
	max-width: 160px;
	padding-right: 10px;
	padding-left: 10px;
	width: 25%;
	margin-bottom: 20px;
}
.physician-profile .workstation-specialist .badgescontainer .badgetext{
	text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}
@media (max-width: 1100px){
	.fap-searchsection .consult-form-fields.fap-button{
		width: 100%;
	}
	.fap-searchsection .consult-form-fields.fap-button #zip-blck-btn{
		max-width: 200px;
		margin: 0 auto;
	}
}
@media (max-width: 991px){
	.fap-searchsection .consult-form-fields{
		width: 50%;
	}
	.fapinfo .fapinfocontent{
		flex-wrap: wrap;
		max-width: 520px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.fapinfo .fapinfocontent div{
		width: 100%;
	}
	#searchresult .badgescontainer{
		position: unset;
    	justify-content: space-evenly;
    	width: 100%;
	}
	.fapinfo .fapinfocontent .fapinfofaq{
		text-align: center;
		margin-bottom: 20px;
	}
	.fapinfo .fapinfocontent div{
		text-align: center;
	}
	.single-physician_profile-primary .mobile-img-position img{
		max-width: 170px;
	}
}
@media (max-width: 768px){
	.fap-top-banner .fap_bannersimages img.fapmobimg{
		display: block;
	}
	.fap-top-banner .fap_bannersimages img.fapdeskimg{
		display: none;
	}
	.fap-searchsection .consult-form-fields{
		width: 100%;
	}
	.fap-searchsection #phys_search .consult-form-fields{
		margin-bottom: 30px;
	}
	.fap-searchsection #phys_search label{
		height: auto;
		margin-bottom: 0px;
	}
	.fap-searchsection #phys_search .consult-form-fields.fap-clinic{
		margin-bottom: 0px;
	}
	.fap-top-banner .fap-awards{
		display: none;
	}
}
@media (max-width: 767px){
	#searchresult .badgescontainer{
		position: absolute;
   		width: 70%;
    	justify-content: flex-end;
	}
	#searchresult .badgesearch{
		max-width: 90px;
    	margin-right: 5px;
	}
}
@media (max-width: 550px){
	#m8seal-pop .sealm8container{
		flex-wrap: wrap;
	}
	#m8seal-pop .sealm8container .sealm8descr{
		width: 100%;
		margin-top: 20px;
	}
	#m8seal-pop .sealm8container .sealm8image{
		margin: 0 auto;
	}
}
@media (max-width: 500px){
	#searchresult .badgesearch{
		max-width: 90px;
    	margin-right: 5px;
	}
	#searchresult .badgescontainer{
		position: inherit;
		margin: 0 auto;
		top: 0px;
		right: auto;
		width: 80%;
		justify-content: center;
	}
	.drfinder-results .dfinder-items .item .info .finderbutton{
		display: block;
    	margin-top: 25px;
	}
}