/*
 Theme Name:   NYCH Child
 Theme URI:    http://busteco.com
 Description:  NYCH Child Theme
 Author:       Busteco
 Author URI:   http://busteco.com
 Template:     nych
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  nych-child
*/


/*  ===================================================================================================================

    Table of contents

        1. Reset
        2. General styles
        3. Framework

    ================================================================================================================ */


/*
    ===================================================================================================================
    ===================================================================================================================
    1. Reset
    ===================================================================================================================
    ===================================================================================================================
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
    ===================================================================================================================
    ===================================================================================================================
    2. General styles
    ===================================================================================================================
    ===================================================================================================================
*/


/* A ===================================================== */

iframe {
height: 100% !important;
width: 1000px !important;
}

a {
    color: #2988c5;
    text-decoration: underline;
}

a:hover {
    color: #2988c5;
    outline: 0;
}

a:active {
    outline: 0;
}

a:visited {
    outline: 0;
}

address {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7em;
    padding: 1em 0;
    text-align: left;
    text-transform: none;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/* B ===================================================== */

b {
    font-weight: 600;
}

html body {
    background: #e6e6e6;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-rendering: optimizeSpeed;
}

blockquote,
q {
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    display: inline-block;
    font-size: 2em;
    height: 0;
    line-height: 0.15em;
}

blockquote:before,
q:before {
    content: open-quote;
    margin-right: 0.1em;
    vertical-align: middle;
    font-size: 4em;
    color: #009471;
    font-weight: 700;
}

blockquote:after,
q:after {
    content: close-quote;
    line-height: 0.5;
    margin-left: 0.1em;
    vertical-align: bottom;
    font-size: 4em;
    color: #009471;
    font-weight: 700;
}

blockquote {
    font-size: 125%;
    padding: 2em 4em;
    text-align: center;
    color: #262b73;
    line-height: 1.5em;
}

q {
    font-style: italic;
}

q:before {
    margin-right: 0.2em;
}

q:after {
    margin-left: 0em;
}

body a.btn,
.cta,
button,
body a.vc_general.vc_btn3,
body a.vc_general.vc_btn3.vc_btn3-color-juicy-pink,
body a.vc_btn-blue.vc_grid-btn-load_more,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern,
input[type="button"],
.vc_btn3.vc_btn3-color-blue:active {
    background-color: #2988c5;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    line-height: 1em;
    margin-top: 1.8em;
    min-width: 160px;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

body a.btn:hover,
.cta:hover,
button:hover,
body a.vc_general.vc_btn3:hover,
body a.vc_general.vc_btn3.vc_btn3-color-juicy-pink:hover,
body a.vc_btn-blue.vc_grid-btn-load_more:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover,
input[type="button"]:hover {
    background-color: #1c7ab7;
    border: none;
    color: #f9f9f9;
}


/* red buttons*/

.vc_btn3-container a.vc_btn3.vc_btn3-color-danger {
    background-color: #e02826;
}

.vc_btn3-container a.vc_btn3.vc_btn3-color-danger:hover {
    background-color: #cf1f1d;
}


/* C ===================================================== */

caption {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}


/* D ===================================================== */

dd {
    line-height: 1.2em;
}

dl {
    text-align: left;
}

dt {
    display: list-item;
    list-style: url('../nych/images/list-arrow.svg');
    padding-top: 1em;
}


/* E ===================================================== */

em {
    font-style: italic;
}


/* H ===================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #1f1b17;
    display: block;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    text-align: left;
}

h1 {
    font-size: 2.4em;
    font-weight: 600;
}

h2 {
    font-size: 2em;
    padding: 1em 0 0.3em 0;
}

h3 {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 0.4em;
    padding-top: 1em;
}

h4 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 1em;
    padding-top: 0.3em;
}

h5 {
    font-size: 0.9em;
}

h2 a,
h3 a,
h4 a {
    color: #2988c5;
}

header {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

hr {
    background-color: #ddd;
    border-color: #ddd;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    clear: both;
    color: #ddd;
    height: 0;
    margin: 0 0 1em 0;
}


/* I ===================================================== */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font: inherit;
}

input[type=checkbox] {
    background: none transparent;
    border: 0;
}


/* L ===================================================== */

label {
    display: block;
    font-weight: 600;
}

li {
    line-height: 1.5em;
    padding-bottom: 0.5em;
    text-align: left;
}


/* P ===================================================== */

p {
    color: #1f1b17;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 0.8em 0;
    text-align: left;
}

p:last-of-type {
    margin-bottom: 0;
}


/* S ===================================================== */

section {
    clear: both;
}

select {
    background: transparent url("/wp-content/uploads/2015/09/dropdown.png") no-repeat scroll 94% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-transform: none;
}

select::-ms-expand {
    display: none;
}

small {
    font-size: 80%;
    font-weight: normal;
}

sub {
    bottom: -0.25em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}

strong {
    font-weight: 600;
}


/* T ===================================================== */

table {
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
}

th {
    font-weight: 600;
    padding: 1em;
    text-align: left;
}

td {
    padding: 1em;
    vertical-align: middle;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font: inherit;
    overflow: auto;
    resize: none;
}


/* U ===================================================== */

ul {
    list-style: none;
    margin: 1em 1em 1em 1.7em;
}


/*
    ===================================================================================================================
    ===================================================================================================================
    3. Utilities
    ===================================================================================================================
    ===================================================================================================================
*/


/* Centers block elements */

.u-c-b {
    display: block !important;
    margin: 0 auto !important;
}


/* Centers inline children */

.u-t-c {
    text-align: center !important;
}


/* Hide stuff */

.hidden {
    display: none !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}


/*
    ===================================================================================================================
    ===================================================================================================================
    4. Framework
    ===================================================================================================================
    ===================================================================================================================
*/

.site_container {
    background-color: #f7f7f7;
    max-width: 100%;
}

.theme_page {
    background-color: #fff;
    border: none;
    padding: 100px 20px 0 20px;
    width: 100%;
}

.home .theme_page {
    padding-top: 0;
}

.theme_page.noborder {
    padding: 0;
}


/* Exclude padding on these pages */


/* find a physician */

.page-id-387 .theme_page {
    background: #fff;
    padding-left 0;
    padding-right: 0;
}

.page-id-387 .page_title {
    margin-bottom: 1em;
}

.site_container .wpb_row {
    margin: 0 auto;
    padding: 1em 0;
}

.site_container .wpb_wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.site_container .page_layout {
    margin-top: 0;
    padding-bottom: 50px;
}

.theme_page .page_header {
    border: none;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.2em 0 0 0;
}

.theme_page .page_margin_top_section {
    margin-top: 20px;
}

.page_layout .page_header_left {
    width: 100%;
    text-align: left;
}

.page_header_right {
    float: left;
}

.wpb_text_column p img,
.post img {
    float: right;
}

.wpb_text_column img,
.post img {
    padding-left: 2em;
}

.post {
    float: none;
    margin-top: 0;
}

.post_content {
    border-bottom: none;
    font-size: 17px;
    line-height: 26px;
}

.post_content p,
.columns .post_content p {
    padding-bottom: 0;
}

.post_content li,
.list-style li {
    background: url('/wp-content/themes/nych/images/list-arrow.svg') no-repeat scroll 0 3px;
    margin: 0 0 1em 0;
    padding: 0 0 0 15px;
}

.list-style li {
    background-position: 0 7px;
}

p .btn {
    margin-top: 1em;
}

body .vc_row-fluid [class*="vc_col-sm"] {
    margin-left: 0;
}


/* ----- Golf Button ----- */

.golf-button {
    position: fixed;
    left: 50%;
    top: -25px;
    right: 50%;
    z-index: 200;
}

.golf-button a {
    margin-top: 0;
    color: white;
    padding: 0.8em;
    line-height: 1.4em;
    width: 206px;
}
.golf-button .vc_general.vc_btn3{
    min-width: 200px;
}

.golf-button .vc_general.vc_btn3:focus{
    color: #fff;
}


/* ----- Pre-Header ----- */

.pre_header {
    align-items: center;
    background: #ebe6e4;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 2em;
}

.pre_header > h5 {
    font-weight: 600;
    text-transform: uppercase;
}

.contact-us {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
}


/* ----- Language Menu ----- */

.menu-language-switcher-container {
    padding-left: 20px;
}

.menu-language-switcher-container li {
    display: inline-block;
    margin-left: 1em;
}

.menu-language-switcher-container select {
    border-radius: 2px;
    border: 1px solid #201b18;
    background: transparent url('/wp-content/themes/nych/images/arrow.svg') no-repeat scroll 118px 10px;
    height: 28px;
    min-width: 140px;
    padding: 0 12px;
    text-transform: uppercase;
}

.menu-language-switcher-container select option:first-child {
    display: none;
}

.menu-language-switcher-container select option {
    text-transform: none;
}


/* ----- Main Header ----- */

.header {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.header a {
    text-decoration: none;
}

.nych-logo {
    background: url('/wp-content/uploads/2022/04/midwood-logo.png') no-repeat scroll 0 0;
    display: inline-block;
    height: auto;
    width: 200px;
padding-top: 20px;
padding-bottom: 10px;
}
.maimo-logo {
    background: url('images/maimo-logo.png') no-repeat scroll 0 0;
    display: inline-block;
    height: 120px;
    width: 160px;
}


.header_container {
    position: relative;
    z-index: 100;
}

.home .header_container {
    background: transparent;
}


/* 
.home .header_container {
    background-image: url('images/hero-image-3.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    background-position: right 0;
}

.header_container {
    background-color: #f7f7f7;
    height: 250px;
    padding: 1em 2em;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.home .header_container {
    height: 800px;
}

*/

.header_container h5 {
    font-weight: 600;
    left: 5px;
    text-transform: uppercase;
}

.header-left {
    position: absolute;
    top: 60px;
    left: 40px;
}

.hero-text {
    display: none;
}

.home .hero-text {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 0;
    position: absolute;
    top: 30vh;
    left: 0;
    right: 0;
}

.hero-text h1 {
    color: inherit;
    font-size: 3.2em;
    line-height: 1.1em;
    text-shadow: 1px 1px 1px #ddd;
}

.home .hero-text h2 {
    color: inherit;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    margin-top: 19px;
    text-shadow: 1px 1px 1px #ddd;
    text-align: left;
}

.hero-text .btn {
    margin-top: 3em;
}


/* ----- Main Menu ----- */

.header .sf-menu {
    float: none;
    margin-bottom: 0;
}

.header .sf-menu li a {
    color: #1f1b17;
    border: none;
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    padding: 0;
    text-transform: uppercase;
}

.header .sf-menu li a:hover,
.header .sf-menu li a:active,
.header .sf-menu li a:focus,
.header .sf-menu li:hover a,
.header .sf-menu li.selected a,
.header .sf-menu li.current-menu-item a,
.header .sf-menu li.current-menu-ancestor a {
    background: transparent;
}

.sf-menu li.custom-menu > a:after {
    background: transparent url('../nych/images/arrow.svg') no-repeat scroll 0 2px;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 10px;
}

.header .sf-menu li {
    background: transparent;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 0 0 3em;
    vertical-align: middle;
}


/* Sub-menu */

.header .sf-menu .sub-menu {
    background: #fbfbfb;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    min-width: 675px;
    padding: 15px 30px;
}

.header .sf-menu li:hover ul {
    top: 1.6em;
}

.header .sf-menu .sub-menu > li {
    background: transparent url('../nych/images/bullet.svg') no-repeat scroll 0 10px;
    margin: 0;
    min-height: 32px;
    padding: 0 10px 0 14px;
    width: 46%;
}

.header .sf-menu .sub-menu > li:hover {
    background: transparent url('../nych/images/bullet-hover.svg') no-repeat scroll 0 10px;
}

.header .sf-menu .sub-menu a {
    border: none;
    color: inherit;
    font-size: 1em;
    line-height: 1.3em;
    padding: 0;
    text-transform: none;
}

.header .sf-menu .sub-menu li a:hover {
    border: none;
    color: #cf1f1d;
    padding-bottom: 0;
}


/* About Us */

.header .sf-menu .menu-item-702 .sub-menu {
    min-width: 300px;
    padding: 15px;
}

.header .sf-menu .menu-item-702 .sub-menu > li {
    width: 100%;
}


/* Pages with Videos */

#menu-item-1286 a:after,
#menu-item-1284 a:after,
#menu-item-1279 a:after,
#menu-item-1285 a:after,
#menu-item-1290 a:after,
#menu-item-1275 a:after,
#menu-item-1281 a:after,
#menu-item-1289 a:after,
#menu-item-1291 a:after,
#menu-item-1282 a:after,
#menu-item-1623 a:after,
#menu-item-1620 a:after {
    background: transparent url('images/video.svg') no-repeat scroll right 0;
    content: "";
    display: inline-block;
    padding-left: 30px;
    height: 20px;
    width: 20px;
}


/* Breadcrumb */

.breadcrumb {
    margin-bottom: 45px;
}

.breadcrumb a {
    color: #2988c5;
    text-decoration: none;
}

.breadcrumb a:last-child {
    color: #1f1b17;
    font-weight: 700;
}


/* Translation Widget */

.qtranxs_widget {
    display: none;
    margin-top: 1em;
}


/* Pages to show translation option */

.page-id-693 .qtranxs_widget,
.page-id-732 .qtranxs_widget,
.page-id-376 .qtranxs_widget,
.page-id-740 .qtranxs_widget,
.page-id-743 .qtranxs_widget,
.page-id-757 .qtranxs_widget {
    display: block;
    margin-top: 1em;
}


/* ----- Footer ----- */

.footer_container {
    background: #f7f7f7;
}

.footer {
    max-width: 1050px;
    padding: 3em 0 0 0;
    width: 100%;
}

.footer h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer ul {
    margin-left: 0;
}

.footer_banner_box_container {
    display: flex;
    justify-content: space-between;
}

.footer_banner_box a:hover {
    color: #2988c5;
}

.footer_banner_box_container {
    margin: 1em auto;
    padding: 1em 0;
    text-align: center;
}

.footer_banner_box {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
}

.footer .widget {
    display: inline-block;
    margin-right: 10%;
    vertical-align: top;
    width: 40%;
}

.footer .widget:last-child {
    margin-right: 0;
}

.footer_banner_box p,
.footer_banner_box a,
.footer .box_header {
    color: inherit;
}

.footer .widget:last-child h3 {
    text-align: left;
}

a.custom,
.footer_banner_box a.custom {
    color: #2988c5;
    text-decoration: none;
}

.footer .box_header::after {
    display: none;
}

.footer li {
    list-style: none;
    padding-bottom: 1em;
}


/* ----- Copyright Area ----- */

.logoSmall {
    background: transparent url("/wp-content/uploads/2023/05/smalllogo26.png") no-repeat scroll 0 0;
    display: block;
    height: 26px;
    width: 38px;
}

.copyright_area {
    background: #ebe6e4;
    border-top: 0;
    padding: 15px;
}

.copyright {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1050px;
}

.copyright > ul li {
    display: inline-block;
}

.copyright a {
    border-right: 1px solid #3c4750;
    color: #021b2b;
    font-size: 14px;
    line-height: 2.5em;
    padding: 0 6px;
    text-decoration: underline;
}

.copyright a:last-child {
    border-right: none;
}

.footer .icon {
    display: inline-block;
    height: 37px;
    margin-right: 10px;
    vertical-align: middle;
    width: 37px;
}

.Tel {
    background: transparent url("/wp-content/uploads/2015/06/phone.png") no-repeat scroll 0 0;
}

.Mail {
    background: transparent url("/wp-content/uploads/2015/06/mail.png") no-repeat scroll 0 0;
}

.Form {
    background: transparent url("/wp-content/uploads/2015/06/form.png") no-repeat scroll 0 0;
}


/* ----- Flexslider ----- */

.page .flexslider .slides img {
    margin: 0 auto;
    width: auto;
}

.wpb_flexslider.flexslider,
.wpb_gallery.wpb_posts_slider .flex-caption,
.wpb_gallery.wpb_posts_slider .nivo-caption {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}


/* Gallery */

.gallery_box {
    margin-top: 0;
}

ul.mc_gallery .description h3,
ul.mc_gallery .gallery_box .description h3,
ul.mc_gallery .gallery_box .description h5 {
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    line-height: 1em;
    padding-top: 0;
}

.mc_gallery .gallery_box img {
    height: 225px;
}

.mc_gallery .gallery_box img,
.mc_gallery .description {
    background: #fff;
    width: 225px;
    z-index: 100;
}

.wpb_gallery_slides .flex-direction-nav .flex-prev,
.wpb_gallery_slides .flex-direction-nav .flex-prev:hover {
    left: 0;
}

.wpb_gallery_slides .flex-direction-nav .flex-next,
.wpb_gallery_slides .flex-direction-nav .flex-next:hover {
    right: 0;
}


/* ----- Homepage  ----- */


/* Banner 

.home .banner {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    min-height: 650px;
    width: 100%;
}
*/

.bxslider .banner-text {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 0;
    position: absolute;
    top: 22%;
    left: 11%;
}

.bxslider .banner-text h1 {
    color: inherit;
    font-size: 3.2em;
    line-height: 1.1em;
    text-shadow: 1px 1px 1px #ddd;
}

.bxslider .banner-text h2 {
    color: inherit;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1em;
    margin-top: 19px;
    text-shadow: 1px 1px 1px #ddd;
    text-align: left;
}

.hero-text .video {
    background: url(images/video-white.png) no-repeat scroll 0 0 transparent;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.home-video {
    margin: 0 auto;
    max-width: 1200px;
}

.banner-wrap .bxslider {
    align-items: center;
    display: flex;
    margin: 0;
}

.bx-wrapper {
    background: #f7f7f7;
    margin: 0 auto;
}

.home .bx-wrapper img {
    margin: 0 auto;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 25px;
}

.bxslider li {
    padding: 0;
}

.patient-info {
    background: #2f98cb;
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    padding: 26px 10px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.patient-info:hover {
    background: #1c7ab7;
    color: #fff;
}

.home h2 {
    padding-top: 0;
    text-align: center;
}

.home h3 a {
    text-transform: uppercase;
}

.home iframe {
    height: 650px;
    max-width: 100%;
    width: 100%;
}

.home .footer_container {
    background: #fff;
}


/* Features */

.vc_row.features,
.leadership .vc_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.home .vc_row.features {
    padding: 2em 0;
}

.home .vc_row .feature {
    max-width: 245px;
}

.home .features_image {
    float: none;
    margin: 0 auto 18px;
    text-align: center;
}

.home .features_image,
.home .features_image img {
    height: 80px;
    width: 80px;
}

.home .features .wpb_wrapper {
    margin: 0 auto;
    width: 245px;
}

.home .features h3,
.home .features p {
    text-align: center;
}

.home .features h3 a {
    color: #1f1b17;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
}

.home .features .icon {
    display: block;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}

.single-features .vc_col-sm-4 {
    display: none;
}

.single-features .vc_row {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    width: 100%;
}

.single-features .vc_col-sm-8 {
    width: 100%;
}


/* Latest News */

.vc_row.news {
    align-items: center;
    background: transparent url("images/news-bg.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 600px;
}

.news .flexslider {
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.news .flex-viewport {
    min-height: 300px;
    width: 440px;
}

.news .flex-direction-nav {
    display: none;
}

.news .flex-control-paging li a {
    background: #fff;
}

.news .flex-control-nav {
    width: auto;
    left: 0;
    right: 0;
}

.news h2,
.news a,
.news p,
.news a:hover {
    color: #fff;
}

.news h2:after {
    border-bottom: 2px solid #fff;
    content: " ";
    display: block;
    height: 1px;
    margin: 0 auto;
    padding-top: 1.2em;
    text-align: center;
    width: 90px;
}

.news h2 > a {
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 0.5em;
    text-decoration: none;
}

.flex-caption {
    font-size: 16px;
    font-weight: 100;
}

.flex-caption h2:after {
    border: none;
}


/* Leadership */

.leadership {
    background: transparent url("images/greyBg.jpg") no-repeat scroll 0 0;
    background-size: cover;
}

.leadership .wpb_wrapper p {
    text-align: center;
}

.leadership .box_header:after {
    background: #b2a79e;
    text-align: center;
    margin: 1em auto;
    width: 90px;
}

.leadership .vc_col-sm-3 {
    width: 260px;
}

.leadership .header_left,
.leadership .header_right {
    display: none;
}

.leadership ul.mc_gallery .gallery_box .description h3 {
    font-size: 18px;
    font-weight: 400;
}

.leadership ul.mc_gallery .gallery_box .description h5 {
    line-height: 22px;
}

.gallery_box .description h5 {
    color: inherit;
}

.gallery_box:hover h5 {
    color: #fff;
}

.leadership .gallery_box img {
    height: 364px!important;
    width: 260px!important;
}

.mc_gallery .description {
    height: 110px;
    width: 260px;
}

.mc_gallery .description h3,
.gallery_box .description h3 {
    font-weight: 600;
}


/* Quotes */

.site_container .wpb_row.quotes {
    align-items: center;
    background: transparent url("images/quotes-bg.jpg") no-repeat;
    background-size: cover;
    display: flex;
    padding: 3em 0 0 0;
}

.quotes .bx-wrapper {
    background: transparent;
}

.quotes .bx-wrapper img {
    margin: 2em auto 0 auto;
}

.quotes iframe {
    height: 350px!important;
    width: 560px!important;
}

.quotes .fluid-width-video-wrapper iframe,
.quotes .fluid-width-video-wrapper object,
.quotes .fluid-width-video-wrapper embed {
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
}

.quotes .bx-viewport {
    height: 410px!important
}

.quotes .bx-wrapper .bx-controls-direction a {
    top: 40%;
}

.quotes .fluid-width-video-wrapper {
    display: inline-flex;
    justify-content: center;
}

.quotes,
.quotes h2,
.quotes p {
    color: #fff;
    padding-top: 0;
    text-align: center;
}

.quotes .flex-control-paging {
    display: none;
}

.quotes .flexslider {
    margin-top: 3em;
}

.quotes .wpb_gallery_slides .flex-direction-nav .flex-prev,
.quotes .wpb_gallery_slides .flex-direction-nav .flex-next {
    color: #fff;
    font-size: 0;
    opacity: 1;
    top: 40%;
}

.quotes .wpb_gallery_slides .flex-direction-nav .flex-prev {
    left: 35%;
}

.quotes .wpb_gallery_slides .flex-direction-nav .flex-next {
    right: 35%;
}

.quotes .flex-caption {
    margin-top: 1em;
}


/* Grid Layout */

.grid .vc_gitem_row .vc_gitem-col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 8em;
}

.grid .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    margin: 0 10px 10px 0;
    padding: 0;
}

.grid .vc_gitem-zone-img {
    height: 195px;
    width: 310px;
}

.grid .vc_grid-item:first-child {
    margin-left: 0;
}

.grid .vc_grid-item:last-child {
    margin-right: 0;
}

.grid .vc_col-sm-3 {
    width: 255px;
}

.grid .vc_gitem-post-data-source-post_excerpt {
    display: none;
}

.grid .vc_gitem-zone-a,
.grid .vc_gitem-animated-block {
    height: 100%;
    max-height: 193px;
}

.grid .vc_gitem-post-data {
    margin-bottom: 0;
}

.grid .vc_gitem-post-data-source-post_title {
    align-items: center;
    display: flex;
    justify-content: center;
}

.grid h4 {
    font-weight: 100;
    line-height: 1.125em;
    padding: 0.5em 0;
    text-align: center!important;
    vertical-align: middle;
}

.grid .vc_btn3-container.vc_btn3-left {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    text-align: center!important;
}

body .grid a.vc_general.vc_btn3.vc_btn3-color-juicy-pink {
    margin-top: 0;
}


/* Hide unecessary elements */

.single .comment_box,
.single .post_footer,
.single .post_content .post_image,
.single a.reply_button,
.single .post_content h2 {
    display: none;
}


/* Layout */

.single .theme_page {
    background: #fff;
}

.single .vc_row-fluid .vc_col-sm-12 .post_content {
    width: 100%;
}

.single .post_image {
    float: right;
}


/*  ===================================================== */


/* Find a Physician - Old layout - Masonry Grid  - START
    /*  ===================================================== */

.physicians > .wpb_column {
    background: #ededed;
}

.physicians .mc_gallery {
    margin-top: 2em;
}

.doctor-list {
    margin: 0 auto;
    padding-top: 2em;
    width: 100%;
}

.physicians .box_header {
    display: none;
}

.physicians .gallery_4_columns .gallery_box {
    width: 250px;
}

.physicians .mc_gallery .gallery_box img,
.physicians .mc_gallery .description {
    width: 250px;
}

.physicians .gallery_box .controls li:last-child {
    display: none;
}


/* Search Section */

.quicksearch {
    border: 1px solid #c5bbb2;
    height: 42px;
    line-height: 2em;
    min-width: 350px;
    padding-left: 0.5em;
}

.sortTitle {
    align-items: baseline;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.sortTitle h2 {
    padding-top: 0;
}


/* Pagination */

.physicians .pagination {
    background: #ededed;
    float: none;
    margin-top: 0;
    padding: 1.5em 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    float: none;
}

.physicians .pagination a {
    background: #cbcbcb;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    color: #1f1b17;
    font-size: 0.9em;
    font-weight: 700;
    padding: 18px 22px;
    line-height: 1em;
}

.physicians .pagination li.selected a {
    color: #fff;
    background: #2988c5;
    border: 1px solid #2988c5;
}


/* Physician Details  */

.physicians .gallery_item_details_list {
    margin: 0 auto;
    max-width: 1050px;
}

.gallery_item_details .column_right {
    margin-top: 6.7em;
}

.physicians .gallery_box .description h3 {
    font-family: inherit;
    font-size: 2.2em;
    line-height: 1em;
}

.gallery_item_details .gallery_box .description {
    background: none;
    padding: 0;
    min-height: auto;
    padding-bottom: 10px;
}

.gallery_item_details .gallery_box h3 {
    font-size: 1.2em;
    padding-bottom: 0;
    text-transform: none;
}

.gallery_item_details .gallery_box h5 {
    color: inherit;
    font-family: inherit;
    font-size: 1.2em;
    margin-top: 0;
}

.gallery_item_details .gallery_box:hover h3,
.gallery_item_details .gallery_box:hover h5 {
    color: inherit;
}

.physicians .gallery_item_details .gallery_box {
    height: auto;
}

.info_list li:first-child {
    padding-top: 10px;
}

.info_list li {
    font-size: 0.9em;
    padding: 10px 22px;
}

.theme_page .items_list.page_margin_top_section,
.info_list.page_margin_top {
    margin-top: 0;
}

.info_list.page_margin_top:before {
    background: #ededed;
    content: "Information";
    display: block;
    font-weight: 600;
    padding: 8px 22px;
}

.info_list li label {
    color: #1f1b17;
    font-weight: 400;
    width: 25%;
}

.info_list li .text {
    color: #1f1b17;
    width: 75%;
}

.gallery_item_details .controls {
    display: none!important;
}

.gallery_item_details_list .gallery_box img {
    margin-top: 2em;
}

.gallery_item_details_list .columns {
    margin-top: 2em;
}

.gallery_item_details_list .gallery_box img:hover {
    cursor: default;
}


/*  ===================================================== */


/* Find a Physician - Old layout - Masonry Grid  - END
    /*  ===================================================== */


/* Doctors Detail Pages */

.single-doctors .site_container .wpb_row {
    padding: 0;
}

.single-doctors .theme_page .page_header {
    margin-bottom: 2.2em;
    padding-top: 2.5em;
}

.single-doctors .post_content {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.single-doctors .post_content .post_image {
    display: flex;
    width: 35%;
}

.single-doctors .post_content .vc_row {
    width: 55%;
}

.single-doctors .post_content h3 {
    background: #ededed;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 14px;
}

.tabs .video:after {
    background: transparent url('images/video.svg') no-repeat scroll right 2px;
    content: "";
    display: inline-block;
    height: 20px;
    padding-right: 35px;
}

.doctor-details h3:after {
    display: none;
}

.doctor-details {
    margin: 0;
}

.doctor-details li {
    background: none;
    border-bottom: 1px solid #ededed;
    display: inline-flex;
    padding: 10px 14px;
    justify-content: space-between;
    text-align: right;
    width: 100%;
}

.doctor-details li:last-of-type {
    border: none;
}

.doctor-details .label {
    min-width: 40%;
    text-align: left;
}

.single-doctors .vc_btn3-container {
    margin: 2em 0;
}

.single-doctors .post_content a.post_image img {
    padding-left: 0;
    height: 350px!important;
    width: auto;
}

.single-doctors iframe {
    margin-top: 1.5em;
}


/* Doctors with no image */

.single-doctors .blog .no-img .wpb_wrapper {
    margin: 0;
}

.single-doctors .no-img .post_content {
    display: block;
}


/* Tabbed Navigation */

.tabs_navigation li {
    background: #cbcbcb;
    border-radius: 2px 2px 0 0;
    display: inline-block;
    float: none;
    margin-right: 2px;
    margin-bottom: 2px;
    min-width: 210px;
    padding-bottom: 0;
    padding-left: 0;
}

.tabs_navigation li a {
    border: none;
    color: #1f1b17;
    font-size: 18px;
    min-height: 50px;
    margin-right: 0;
    min-width: 126px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
}

.tabs_navigation li.ui-tabs-active {
    background: #2988c5;
}

.tabs_navigation li.ui-tabs-active a {
    border: none;
    color: #fff;
    padding-bottom: 15px;
}

.tabs_navigation li a:hover {
    border: none;
}

.tabs_navigation li a.selected {
    background: #2a88c6;
    border-color: #c5bbb2;
    border-right: none;
    border-bottom: none;
    color: #fff;
}

.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a {
    padding-bottom: 15px;
}

.ui-tabs-panel {
    border: 1px solid #ddd;
    border-radius: 0 2px 2px 2px;
    padding: 0 1em;
}

.ui-tabs-panel h3 {
    background: #ededed;
    font-size: 18px;
    padding-left: 1em;
}

.ui-tabs-panel h3:after {
    background: transparent;
}

.page .ui-tabs-panel p {
    padding: 0;
}


/* Filtered Navigation */

body .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active {
    background: #2988c5;
    border-radius: 2px;
    min-width: 70px;
    padding: 12px 10px;
    text-align: center;
}

body .vc_grid-filter > .vc_grid-filter-item > span {
    font-size: 18px;
}

body .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
    background: transparent;
    border-radius: 0;
}

body .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span {
    color: #2988c5;
}


/* Filtered Grid */

body .vc_grid-filter.vc_grid-filter-center {
    text-align: left
}


/* Items List */

body .items_list li {
    border: none;
    padding: 3px 15px;
}

.items_list li:first-child {
    padding-top: 3px;
}

.items_list a,
.items_list span {
    color: #2988c5;
    float: none;
    font-weight: 600;
}


/* Awards Page */

.announcement {
    background: transparent;
    border: 1px solid #d0d0d0;
    margin: 20px 10px;
    padding: 15px 25px;
}

.announcement h3 {
    text-transform: none;
}

.announcement li > a {
    display: block;
    min-height: 215px;
}


/* Compliance Page & Charity */

.compliance ul,
.documents dt {
    list-style: none;
    padding: 0;
}

.compliance li,
.documents dd {
    background: #ededed;
    margin-top: 1em;
    padding: 1em 2em;
}

.compliance li a,
.documents dd a {
    background: transparent url('/wp-content/themes/nych/images/arrow-right.png') no-repeat scroll right center;
    color: #1f1b17;
    display: block;
    padding-left: 10px;
    text-decoration: none;
}

.compliance li:hover a {
    text-decoration: underline;
}

.documents dt {
    margin-top: 2em;
    font-size: 1.2em;
    text-align: center;
}


/* Patient and Visitors Information Page */

.visiting table {
    width: 46%;
}

.visiting .tel {
    width: 70%;
}

.visiting th {
    padding: 0.5em 1em 0.5em 0;
    text-decoration: underline;
}

.visiting td {
    padding: 0.5em 1em;
}

.visiting h3 {
    font-size: 1.3em;
}

table.tel td {
    padding: 0.8em 0 0.8em 3em;
    text-align: right;
}

table.tel td:first-child {
    font-weight: 600;
    padding-left: 0;
    text-align: left;
}

table.tel tr {
    border-bottom: 1px solid #c9c9c9;
}


/* Leadership Team */

.leadership-team h2 {
    margin-bottom: 1em;
    padding-top: 0;
}

.leadership-team ul ul {
    margin: 0;
}

.leadership-team li,
.leadership-team th {
    background: url('/wp-content/themes/nych/images/list-arrow.svg') no-repeat scroll 0 3px;
    padding: 0 0 20px 15px;
}

.leadership-team th,
.leadership-team .items_list li {
    font-size: 16px;
    font-weight: 400;
}

.leadership-team th strong,
.leadership-team .items_list strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.leadership-team td {
    text-align: right;
    width: 40%;
}


/* Success Stories */

.site_container .wpb_row.story {
    padding: 1em 0 2em 0;
}

.story img {
    display: block;
    margin: 1.5em auto;
}

.story {
    padding: 65px 0;
}

.story:nth-child(odd) {
    background: transparent url("images/blueBack.jpg") repeat-x scroll 0 0 / cover;
}

.story:nth-child(even) {
    background: transparent url("images/greyBack.jpg") repeat-x scroll 0 0 / cover;
}

.story {
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}

.story p,
.story h3 {
    text-align: center;
}

.story h3 {
    font-size: 18px;
}

.story:nth-child(odd) p,
.story:nth-child(odd) h3 {
    color: #fff;
}

.story:nth-child(even) p,
.story:nth-child(even) h3 {
    color: #1f1b17;
}


/* 404 Page */

.error404 h1 {
    margin-bottom: 0.2em;
}


/*
    ===================================================================================================================
    ===================================================================================================================
    Media Queries
    ===================================================================================================================
    ===================================================================================================================
*/

@media screen and (max-width: 1009px) {
    .golf-button {
        left: 25%;
    }
    body h2 {
        font-size: 1.2em;
        margin-bottom: 1em;
    }
    body h3 {
        font-size: 16px;
    }
    body h4 {
        font-size: 1.1em;
    }
    body .theme_page {
        width: 100%;
    }
    .theme_page .limit {
        max-width: 100%;
    }
    .pre_header {
        padding: 0 1em;
    }
    .header_container .header {
        width: 100%;
    }
    body h5 {
        font-size: 1em;
    }
    .mobile_menu {
        margin: 0 auto;
        text-align: center;
    }
    body.home .vc_row-fluid [class*="vc_col-sm"] {
        margin-left: 0;
    }
    body .vc_row-fluid.grid .vc_col-sm-3 {
        width: 255px;
    }
    /*
    .home .header_container {
        background-position-y: 20px;
        height: 500px;
    }
    .home .header_container .header {
        padding: 1em 2em;
        width: 100%;
    }*/
    .header .sf-menu .sub-menu {
        min-width: 350px;
        width: 100%;
    }
    .header .sf-menu .sub-menu > li {
        width: 100%;
    }
    .home .hero-text {
        left: 4vw;
        top: 25vh;
    }
    /* Homepage Slider */
    .item_content .features_image {
        margin-right: auto;
    }
    /* Leadership */
    body .vc_row-fluid.leadership .vc_col-sm-3 {
        float: none;
        margin: 0 auto;
        width: 255px;
    }
    .site_container .wpb_row.video {
        padding: 0;
    }
    /* Find a Physician */
    .physicians .tabs_navigation {
        border: 1px solid #c5bbb2;
        width: 45%;
    }
    .physicians .tabs_navigation li {
        border-bottom: 1px solid #c5bbb2;
        display: block;
    }
    .gallery_item_details_list .columns {
        padding: 0 2em;
    }
    .gallery_item_details .column_right {
        width: 50%;
    }
    /* Footer */
    .footer_container .footer,
    .footer .footer_banner_box {
        width: 100%;
    }
    .footer_container .footer .widget {
        margin-right: 10px;
        width: 30%;
    }
    .footer_container .footer .widget {
        width: 45%;
    }
    /* Success Stories */
    .vc_row.story {
        padding: 1em 2em 2em 2em;
    }
    .page_layout .page_header_left {
        padding: 1em 0;
    }
    .page_header_left .page_title {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 767px) {
    .golf-button{
        left: 1px;
        right:0;
        top:-25px;
    }
    .page_layout {
        padding-top: 3em;
    }
    address {
        padding: 1em 0;
        font-size: 1em;
        line-height: 1.4em;
    }
    .site_container .wpb_row {
        padding: 2em 0;
    }
    .home .theme_page {
        padding: 0;
    }
    .header {
        display: block;
    }
    .header .mobile_menu {
        width: 50%;
    }
    /*
    .home .header_container {
        background-position-y: 90px;
    } */
    .home .hero-text h1 {
        font-size: 2.5em;
    }
    .home .hero-text .btn {
        margin-top: 0;
    }
    .header .mobile_menu {
        float: right;
        width: 50%;
    }
    .mobile_menu select {
        width: 100%;
    }
    .nych-logo,
    .presbyterian-logo {
        margin: 0 auto;
    }
    .mobile_menu {
        float: none;
    }
    .banner .btn {
        margin-top: 15px;
    }
    .mobile_menu select {
        line-height: 1.2em;
        padding: 1em;
    }
    .breadcrumb {
        display: none;
    }
    #slider .banner {
        height: 200px;
    }
    .banner.one .banner-text {
        padding-top: 4.5vh;
    }
    .theme_page .page_header {
        margin-bottom: 0;
        padding: 0;
    }
    .page_header_left .page_title {
        font-size: 2em;
    }
    .page_header_right {
        display: none;
    }
    .vc_row.features,
    .leadership .vc_inner {
        display: block;
    }
    .vc_row .feature {
        max-width: 100%;
    }
    .quotes .wpb_gallery_slides .flex-direction-nav .flex-prev {
        left: 0;
    }
    .quotes .wpb_gallery_slides .flex-direction-nav .flex-next {
        right: 0;
    }
    /* Departments */
    .post_content a.post_image {
        width: 35%;
    }
    /* Find a physician */
    .columns.no_width .column_left,
    .columns.no_width .column_right,
    .physicians .wpb_column .gallery_item_details_list .gallery_box,
    .physicians .wpb_column .gallery_item_details_list .gallery_box,
    .physicians .gallery_item_details_list .gallery_box {
        width: 100%;
    }
    .gallery_item_details_list .columns {
        padding: 0 1em;
    }
    .gallery_item_details_list .gallery_box img,
    .gallery_item_details .column_right {
        margin-top: 0;
    }
    .physicians .gallery_box .description h3,
    .gallery_item_details .gallery_box h5 {
        text-align: center;
    }
    .physicians .info_list li {
        padding: 10px 22px;
    }
    .info_list li label {
        font-weight: 700;
        width: 100%;
    }
    .gallery_item_details_list .gallery_box img,
    .physicians .wpb_column .gallery_item_details_list .details_box {
        margin: 0 auto;
    }
    .physicians .mc_gallery {
        width: 495px;
    }
    .physicians .gallery_4_columns .gallery_box {
        float: none;
        margin: 0 auto;
    }
    /* Find a physician details */
    .single-doctors h1 {
        font-size: 32px;
        text-align: center;
    }
    .single-doctors .post_content {
        display: block;
    }
    .single-doctors .post_content .post_image {
        float: none;
        margin: 0 auto 1.5em auto;
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .single-doctors .post_content .post_image img {
        float: none;
        padding-left: 0;
    }
    /* Footer */
    .footer_container .footer .widget {
        width: 100%;
    }
    .copyright > ul li {
        display: block;
        padding: 0.5em 0;
    }
    .copyright > ul {
        float: none;
    }
    .logoSmall {
        display: block;
        float: none;
    }
    .footer_banner_box_container {
        padding: 0 2em;
    }
    .visiting table,
    .visiting .tel {
        width: 100%;
    }
    .single-doctors .post_content a.post_image img {
        height: auto;
    }
    /* Clinical Services */
    .grid .vc_pageable-slide-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto!important;
        justify-content: center;
    }
    .grid h4 {
        line-height: 1.3em;
        font-size: 1.5em;
    }
    /* Doctor pages */
    .single-doctors .post_content .vc_row {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .golf-button{
        right: 1px;
        left: auto;
    }
    body a.btn,
    .cta,
    button,
    body a.vc_general.vc_btn3,
    input[type="button"] {
        line-height: 23px;
        min-width: 130px;
        padding: 11px 20px;
    }
    .theme_page {
        padding: 0 10px 0 10px;
    }
    .pre_header {
        display: block;
        height: 100%;
        padding: 0.5em;
    }
    .contact-us {
        align-items: baseline;
        padding: 8px 0;
        width: 100%;
    }
    .header_container {
        height: 350px;
    }
    /*
    .home .header_container {
        height: 350px;
    }*/
    .home .hero-text {
        display: none;
    }
    .header-left {
        left: 0;
        right: 0;
    }
    .header-left {
        top: 7.5em;
    }
    .header .mobile_menu {
        width: 100%;
    }
    .fluid-width-video-wrapper iframe,
    .fluid-width-video-wrapper object,
    .fluid-width-video-wrapper embed {
        height: 300px!important;
    }
    .bxslider .banner-text h1 {
        font-size: 1.5em;
        line-height: 1em;
    }
    .bxslider .banner-text h2 {
        margin-top: 8px;
    }
    .item_content .text h3 {
        font-size: 1em;
        margin-bottom: 0;
    }
    .bx-pager.bx-default-pager {
        display: none;
    }
    .home .features .wpb_wrapper,
    .mc_gallery .description {
        width: 100%;
    }
    /* Latest News */
    .news .flex-viewport {
        width: 90%;
    }
    .news .wpb_posts_slider .flex-caption {
        max-height: 200px;
    }
    .news .wpb_gallery .wpb_flexslider .flex-control-paging {
        display: none;
    }
    /* Leadership */
    .leadership .mc_gallery.horizontal_carousel li.gallery_box {
        float: none;
        margin-right: 0;
        margin: 0 auto;
        text-align: center;
    }
    /* Quotes */
    .flex-direction-nav {
        display: none;
    }
    /* Slider nav */
    .wpb_gallery_slides .flex-direction-nav .flex-prev,
    .wpb_gallery_slides .flex-direction-nav .flex-prev:hover {
        left: 50px;
    }
    .wpb_gallery_slides .flex-direction-nav .flex-next,
    .wpb_gallery_slides .flex-direction-nav .flex-next:hover {
        right: 50px;
    }
    /* Departments */
    .post_content a.post_image {
        width: 50%;
    }
    /* Find a Physician */
    .physicians .tabs_navigation {
        width: 90%;
    }
    .physicians .mc_gallery {
        width: 230px;
    }
    .physicians .wpb_wrapper {
        padding: 0;
    }
    .sortTitle h2 {
        float: none;
        font-size: 2em;
        margin-top: 0;
        text-align: center;
    }
    input.quicksearch {
        min-width: 100%;
    }
    .grey {
        margin-top: 0;
    }
    /* Physician Details */
    .single-doctors .blog .wpb_wrapper {
        min-width: 100%;
    }
    .doctor-details li {
        display: block;
        text-align: left;
    }
    /* Contact Page */
    .visiting th {
        padding: 0.5em 0;
    }
    .copyright > ul {
        margin: 1em 0 1em 0;
    }
    .copyright {
        position: relative;
    }
    .logoSmall {
        position: absolute;
        bottom: 1px;
        right: 1px;
    }
    .tabs_navigation li {
        width: 100%;
    }
}


/* Target SVGS in ie9-11 */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%!important;
    }
    ul.mc_gallery .description h3,
    ul.mc_gallery .gallery_box .description h3,
    ul.mc_gallery .gallery_box .description h5 {
        font-family: arial;
    }
}
