/*============================================
 * Custom styles for tria.com
 *
 * Global
 * Utility Classes
 * Typography
 * Buttons
 * Forms
 * Social Icons
 * Header
 * Carousel Slider
 * Events
 * Tabs
 * Panel
 * Overlay
 * Footer
 * Page Header
 * Sidebar
 * Map
 * Treatments
 * Find a Provider
 * Doctor
 * Blog
 * Joyride
 * Conference
 * Services
 * Dropdown
 * Shrink
 * WP Core
 * Leadership
 * Careers
 * Grid
 * IE
 * Unused???
 * Misc
 *
 * ==========================================*/

/* Global ====================================
 * ===========================================
 * ==========================================*/
a {
    color: #3d7edb;
}

.button:focus {
    background-color: #3d7edb;
}

.vertical-separator {
    border-left: 1px solid #3d7edb;
    margin: 15px 10px -10px;
}

.row {
    background-color: transparent;
    min-width: 20.5em;
    max-width: 80.5em;
}

.row .row:before,
.row .row:after {
    display: none;
}

.first-of-two {
    margin-bottom: 0;
}

.header-column {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.inner-page-welcome {
    color: #3d7edb;
    font-size: 2.7em;
    line-height: 1em;
    text-transform: uppercase;
}

.large-6 p {
    font-size: 1.1em;
}

.large-10 {
    display: inline-block;
    padding-left: 48px;
}

.blue-block {
    background-color: #3d7edb;
    color: #fff;
    margin: 30px 0;
    padding: 20px 40px;
}

.single .blue-block {
    margin-bottom: 15px !important;
}

.blue-block p {
    color: white;
    font-weight: 400;
}

.blue-block h3 {
    color: white;
}

i {
    font-style: italic;
}

strong,
b {
    font-weight: 700;
    font-weight: bold;
}

.grid-view-wrap .large-10 {
    padding-left: 0px;
}

.single .large-10 .large-10 {
    padding-left: 0px;
}

.accordion {
    margin-bottom: 40px !important;
}

.page-template-default .header-column {
    margin-bottom: 30px;
}

.single .header-column {
    margin-bottom: 30px;
}

.single .attachment-post-thumbnail {
    margin-bottom: 40px;
}

.single .post-listing {
    margin: 0;
}

.post-categories {
    font-family: 'universltstd47lightcondensed';
    font-size: 2em;
    list-style: none;
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
}

.page-title {
    margin-bottom: 0;
    text-align: left;
}

.page-title span {
    display: inline-block;
    text-align: left;
}

#wp-calendar a {
    text-decoration: underline;
}

.widget_categories {
    background: #efefef;
    margin: 40px 0;
    padding: 20px 20px;
}

.widget_categories ul {
    list-style: none;
    margin-left: 0;
}

.widget_categories li {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.post-meta {
    font-family: 'Open Sans', sans-serif;
}

.widget-title {
    font-size: 1.5em;
}

.widget_categories ul a {
    background: white;
    border: solid 2px #3d7edb;
    border-radius: 3px;
    color: #444;
    display: block;
    margin: 20px 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
}

.widget_categories ul a:hover {
    background: #3d7edb;
    color: #fff;
}

.share-module {
    display: none;
}

.drbackground .columns {
    clear: both;
    margin: 10px 0;
}

@media screen and (max-width: 25em) {
    html {
        height: 100%;
        margin: 0px;
        overflow-x: hidden;
        padding: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    body {
        max-width: 320px;
    }
}

@media screen and (max-width: 40.063em) {
    .columns {
        padding-left: .8em;
        padding-right: .8em
    }

    [class*="column"] + [class*="column"]:last-child {
        float: left;
    }
}

@media screen and (min-width: 560px) and (max-width: 1000px) {
    .vertical-separator {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .large-10 {
        padding-left: 4.3%;
    }
}

@media screen and (max-width: 900px) {
    .large-10 {
        padding-left: 0;
    }
}

@media screen and (max-width: 40.063em) {
    .post-title-custom .column {
        padding-left: 0em;
        padding-right: 0em;
    }
}

@media screen and (min-width: 50em) {
    .entry-content .large-6 {
        padding: 0 20px;
    }

    .large-10 {
        padding-bottom: 40px;
    }
}

/* Utility Classes ===========================
 * ===========================================
 * ==========================================*/

.pull-up {
    margin-top: -18px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.noborderleft {
    border: none !important;
}

.grey-border-left {
    border-left: 1px solid #464545;
}

@media screen and (max-width: 900px) {
    .grey-border-left {
        border-left: none;
    }
}

.displayinline {
    display: inline-block;
    vertical-align: top;
}

.eighteenpx {
    font-size: 18px;
}

.thirtypad {
    padding: 30px 0;
}

.thirtypadfull {
    padding: 30px;
}

@media screen and (max-width: 1025px) {
    .thirtypadfull {
        padding: 0;
    }
}

.nopadding,
.nopad,
.padless {
    padding: 0;
}

.margintop {
    margin-top: 30px;
}

.paddingtwenty {
    padding: 20px;
}

.paddingforty {
    padding: 40px;
}

.smallp {
    font-size: .9em !important;
}

.spacer {
    width: 100%;
    height: 50px;
}

.biggerbold {
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: 600;
}

.pull-slight {
    margin-top: -2px;
}

@media screen and (max-width: 40em) and (min-width: 25.063em) {
    .pull-slight {
        margin-top: -39px;
    }
}

.has-button {
    margin-top: -6px;
}

.no-right-padding {
    padding-right: 0;
}

.no-top-padding {
    padding-top: 0px !important;
}

.no-left-padding {
    padding-left: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

/* Typography ================================
 * ===========================================
 * ==========================================*/

@font-face {
    font-family: 'universltstd47lightcondensed';
    src: url(universltstd47lightcondensed-webfont.eot#iefix);
    src: url(universltstd47lightcondensed-webfont.eot?79378976#iefix) format("embedded-opentype"), url(universltstd47lightcondensed-webfont.woff) format("woff"), url(universltstd47lightcondensed-webfont.ttf) format("truetype"), url(universltstd47lightcondensed-webfont.svg#universltstd47lightcondensed) format("svg")
}

@font-face {
    font-family: 'entypo2';
    src: url('entypo2.eot?79378976');
    src: url('entypo2.eot?79378976#iefix') format('embedded-opentype'),
    url('entypo2.woff?79378976') format('woff'),
    url('entypo2.ttf?79378976') format('truetype'),
    url('entypo2.svg?79378976#entypo2') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, p {
    color: #444;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 25px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'universltstd47lightcondensed'
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 2em;
}

h4 {
    color: #3d7edb;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .75em;
}

.tab-title,
.button,
.alt-button-2,
.alt-button-3,
.alt-button-3,
.alt-button,
#wen_button_widget-2 a,
#mc-embedded-subscribe {
    font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 40.063em) {
    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4 {
        font-size: 1.3em;
    }

    h5 {
        font-size: 1.2em;
    }

    h6 {
        font-size: 1.1em;
    }
}

/* Buttons ===================================
 * ===========================================
 * ==========================================*/

button:hover,
button:focus,
button:hover:after,
button:focus:after {
    color: #005183;
    background-color: transparent;
}

.button {
    background-color: #009b49;
}

.button:hover {
    background-color: #009b49;
}

.alt-button {
    border: solid 2px #fff;
    border-radius: 2px;
    color: #fff;
    padding: .5em 1em .6em;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    display: inline-block;
}

.alt-button:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.large-6 .alt-button-2 {
    width: 250px;
}

.alt-button-2 {
    border: solid 2px #3d7edb;
    border-radius: 3px;
    color: #444;
    display: block;
    margin: 30px 0;
    padding: 1em 2em 1.0625em;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.alt-button-2:hover {
    background-color: #3d7edb;
    color: #fff;
}

.button.expand {
    margin-top: 30px
}

.fullwidthbutton {
    margin-top: 30px;
    width: 100%;
}

.featured-button .icons {
    color: #3d7edb;
    font-family: 'entypo2';
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.featured-button .icons:before {
    color: #fff !important;
    content: '\e800';
    float: right;
    font-size: 1.3em;
    position: absolute;
    right: 11px;
    top: 17px;
}

.featured-button {
    -webkit-appearance: none;
    background-color: #3d7edb;
    border: 0 solid #005183;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 1.25rem;
    padding: 1rem 2rem 1.0625rem 1rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.green-button {
    background-color: #009b49 !important;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.green-button:hover {
    background-color: #009b49 !important;
}

.bigbtn {
    font-size: 1.3em;
    padding: 37px 0;
    text-transform: uppercase;
    width: 100%;
}

.grey-button {
    background-color: #d4d4d4;
    color: #000;
    display: block;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.light-grey-button {
    background-color: #f0f0f0;
    color: #000;
    display: block;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.btn-selected {
    background-color: #EEEEEE;
}

@media screen and (max-width: 40.063em) {
    .button,
    input[type="submit"],
    input[type="submit"]:hover,
    .alt-button-2,
    .alt-button,
    .alt-button-3,
    .alt-button-4,
    .alt-button-5,
    .alt-button-6 {
        width: 100% !important;
    }
}

@media screen and (max-width: 40.063em) {
    #wen_button_widget-2 a,
    .contact-panel .button,
    .alt-button-2,
    .button,
    .alt-button-3,
    .alt-button-3,
    .alt-button,
    #mc-embedded-subscribe {
        clear: left;
        display: block;
        font-size: 1.25rem;
        margin-left: 0px !important;
        padding: 1.125rem 2.25rem 1.1875rem;
        text-align: center;
    }

    .overlay .button {
        margin-top: 9px;
    }

    .featured-button {
        text-align: left;
    }
}

/* Forms =====================================
 * ===========================================
 * ==========================================*/

input[type="submit"] {
    -webkit-appearance: none;
    background-color: #009b49;
    border: 0 solid #009b49;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 1rem 4rem 1.0625rem 4rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

input[type="submit"]:hover {
    background-color: #009b49;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.styled-select {
    background: url(../img/down_arrow_select.jpg) no-repeat right #fff;
    border: none;
    height: 36px;
    margin-top: 20px;
    overflow: hidden;
    width: 60%;
}

.styled-select select {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    height: 36px;
    line-height: 1;
    padding: 5px;
    width: 100% !important;
}

@-moz-document url-prefix() {
    .firefox-select-fix {
        background-color: #3d7edb;
        float: right;
        height: 36px;
        margin-top: -36px;
        margin-right: -5px;
        width: 20px;
        z-index: 999;
    }
    .styled-select {
        background: url('../img/down_arrow_select.jpg') no-repeat scroll right center #FFF;
        background-position: 94.5%;
        border: medium none;
        height: 36px;
        margin-top: 20px;
        overflow: hidden;
        width: 60%;
    }
    .finddr-block input[type="submit"] {
        margin-top: 10px;
        margin-right: 15px;
    }
}

#mc-embedded-subscribe {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 10px;
    width: 100%;
}

#mc-embedded-subscribe:hover {
    background-color: rgba(255, 255, 255, .2);
}

/* Social Icons ==============================
 * ===========================================
 * ==========================================*/

.social,
.icons {
    color: #3d7edb;
    font-family: 'entypo2';
    font-size: 1.9em;
    line-height: 1.2em !important;
    margin: -20px 0 0;
    padding: 0 10px;
}

.icons {
    margin-top: 10px;
    padding: 0 0 0 15px;
}

a .social,
a .icons {
    color: #3d7edb;
    font-family: 'entypo2';
    font-size: 1.9em;
    margin: 10px 0 0;
    padding: 0 15px;
}

a:hover .social,
a:hover .icons {
    color: #fff;
}

@media screen and (min-width: 500px) and (max-width: 900px) {
    .social,
    .icons {
        display: none;
    }
}

/* Header ====================================
 * ===========================================
 * ==========================================*/

.logo {
    background-color: transparent;
    height: 184px;
    position: relative;
    width: 200px;
    z-index: 50;
}

.logo img {
    width: 89%;
}

.logo-innerwrap {
    text-align: center;

}

.menu-icon {
    background-color: #3d7edb;
    padding: 9px 7px 9px 0;
}

.nav-bar.right {
    background-color: #fff;
    border: 2px solid #ccc;
    border-top-width: 0;
    position: absolute;
    top: 5px;
    z-index: 100;
}

.top-bar {
    background-color: transparent;
    position: relative;
    z-index: 40;
}

.top-bar-section ul {
    margin-top: 20px;
    margin-bottom: -10px;
}

.top-bar-section ul li {
    background: transparent;
    vertical-align: top;
}

.top-bar-section ul li > a.button {
    margin-top: 5px;
    padding: 10px 20px 9px 20px;
}

.top-bar-section ul li > a.button:before {
    content: '\e802';
    color: #3d7edb !important;
    font-size: 1.9em;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #3d7edb;
    border-left: none;
    display: table-cell;
    height: 70px;
    line-height: 1.2em;
    padding-top: 0;
    text-align: center;
    vertical-align: middle;
    width: 150.7px;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #009b49;
}

.top-bar-section #menu-main-menu li a {
    font-family: 'Open Sans';
}

.top-bar-one {
    background-color: transparent;
    display: inline-block;
    float: right;
    margin-top: 30px;
    width: 500px;
}

.top-bar-two {
    background-color: transparent;
    display: inline-block;
    float: right;
    margin-top: 20px;
    width: 78%;
}

.top-bar.expanded {
    height: 110px;
    overflow: visible;
}

.top-bar.expanded .title-area {
    background-color: transparent;
}

.top-bar .menu-item {
    background-color: #0066a4 \9;
}

.phone-number {
    color: #0166a4;
    font-size: 1.3em;
    line-height: 0.9em;
    padding: 0 20px;
}

.phone-number span {
    font-size: 0.6em;
}

.search {
    background-color: rgba(235, 235, 235, .9);
    color: #3d7edb !important;
    float: right;
    margin-top: -6px;
    padding: 5px;
}

.search input[type="search"] {
    -webkit-appearance: none;
    background-color: rgba(235, 235, 235, .9);
    border: none;
    border-radius: 0;
    margin-right: -5px;
    padding: 23px;
    width: 170px;
}

.search-button {
    background-color: rgba(235, 235, 235, .8) !important;
    font-family: 'entypo2' !important;
    padding: 10px 20px 9px 20px !important;
}

.search-toggle {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.call-us {
    display: none;
}

.phone-icon:before {
    content: '\e801';
}

.menuhead {
    font-size: 1.9em;
    height: 30px;
    line-height: 1.2em;
    margin-top: 45px;
    text-transform: uppercase;
    vertical-align: text-bottom;
}

.menuhead-2 {
    font-size: 1.9em;
    height: 50px;
    line-height: 1.2em;
    margin-top: 25px;
    text-transform: uppercase;
    vertical-align: text-bottom;
}

.bignavul {
    margin-bottom: 20px;
    margin-left: 10px;
}

#menu-item-206 a:active {
    background-color: #009b49;
}

.menu-item-273 {
    border-right: none !important;
}

.menu-item-has-children .sub-menu {
    background: #fff;
    border: solid 1px #cccccc;
    display: none;
    font-size: 0.875rem;
    height: auto;
    list-style: none;
    margin-left: 0;
    max-height: none;
    padding: 0 0.2rem;
    z-index: 99;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    width: 320px !important;

}

.menu-item-has-children .sub-menu .menu-image a {
    width: 100% !important;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    width: 300px !important;
    margin: 0;
    background: #fff;
    border: none;
    padding-bottom: 10px;
    display: block;
    position: relative;
    right: 0px;
    height: auto;

}

.top-bar-section .menu-main-menu-container .sub-menu .menu-image {
    height: 110px;
    width: 100%;
}

.menu-item-has-children .sub-menu .sub-menu .menu-image {
    border-bottom: none;
}

.menu-image {
    display: block;
    clear: both;
    z-index: 999;
    width: 100%;
    height: 100px;
    position: relative;
    vertical-align: bottom !important;
    margin-bottom: 0;
    border-bottom: none;
}

.menu-image a {
    width: 100%;
}

.menu-image a img {
    clear: both;
    display: block;
    height: auto;
    position: relative;
    vertical-align: bottom !important;
    width: auto;
    z-index: 999;
}

.top-bar-section .menu-main-menu-container .sub-menu .menu-item-has-children .sub-menu li {
    width: 100%;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    clear: both;
    display: block;
    margin: 0 0 50px 0;
    min-height: 100px;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    background: white;
    list-style: none;
    margin: 10px 2px;
    padding-left: 15px;
    width: 100%;
}

/* .menu-item-has-children:hover .sub-menu,
    .menu-item-has-children a[aria-expanded=true] + .sub-menu{
        display: inline-block;
        margin-top: 0;
        position: absolute;
    }
    .menu-item-has-children a[aria-expanded=false]+ .sub-menu{
        display: none;
    }*/
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children[aria-expanded=true] .sub-menu {
    display: inline-block;
    margin-top: 0;
    position: absolute;
}

#menu-main-menu li:nth-child(1) .sub-menu {
    right: 30%;
}

#menu-main-menu li:nth-child(2) .sub-menu {
    right: 25%;
}

#menu-main-menu li:nth-child(3) .sub-menu {
    right: 20%;
}

#menu-main-menu li:nth-child(4) .sub-menu {
    right: 10%;
}

#menu-main-menu li:nth-child(5) .sub-menu {
    right: 0;
}

#menu-main-menu li .sub-menu .menu-item-has-children .sub-menu {
    right: 0;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li a {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 1em;
    height: 100%;
    line-height: 1.2em;
    padding-top: 0;
    position: absolute;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 75px;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: #009b49;
}

.top-bar-section #menu-main-menu .sub-menu .menu-item-has-children {
    background-color: white;
    font-family: 'universltstd47lightcondensed';
    font-size: 1.9em;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
    vertical-align: text-bottom;
    width: 320px;
}

.top-bar-section #menu-main-menu .menu-item-has-children .sub-menu a {
    font-family: 'universltstd47lightcondensed';
}

.top-bar-section #menu-main-menu .sub-menu li:not(.has-form) a:not(.button) {
    background-color: white;
    border-left: none;
    border-bottom: 2px solid #009b49;
    color: #222222;
    display: block;
    height: 45px;
    font-family: 'universltstd47lightcondensed';
    font-size: 1em;
    line-height: 1.2em;
    margin: 20px 20px 0 20px;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.top-bar-section #menu-main-menu .sub-menu .menu-image a {
    padding: 0;
}

.top-bar-section #menu-main-menu .sub-menu .menu-image a:not(.button) {
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 90px;

}

.top-bar-section #menu-main-menu .sub-menu .menu-image a:not(.button) img {
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.top-bar-section #menu-main-menu .sub-menu .sub-menu li {
    background-color: white;
    border-left: 3.5px solid #ebebeb;
    display: block;
    height: 35px;
    margin: 3px 0;
    padding: 7px 0 7px 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.top-bar-section #menu-main-menu .sub-menu .sub-menu li:hover {
    border-left: 3.5px solid #3d7edb;
    color: #3d7edb !important;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.top-bar-section #menu-main-menu .sub-menu .sub-menu li a:hover {
    color: #3d7edb;
}

.top-bar-section #menu-main-menu .sub-menu .sub-menu li:not(.has-form) a:not(.button) {
    background-color: white;
    border-left: 1;
    border-bottom: none;
    color: #222222;
    display: block;
    font-family: 'Open Sans';
    font-size: 1em;
    height: auto;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 85%;
}

.top-bar-section #menu-main-menu .sub-menu .sub-menu li:not(.has-form) a:not(.button):hover {
    color: #3d7edb;
}

@media only screen and (device-width: 768px) {
    .search input[type="search"] {
        margin-top: 0;
        padding: 26.75px 20px 27px 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
    .home .logo img {
        width: 89%;
    }

    .logo img {
        margin-bottom: -30px;
        position: relative;
        width: 100%;
    }

    .top-bar-section ul {
        margin-top: 20px;
        margin-bottom: -10px;
    }
}

@media screen and (min-width: 834px) and (max-width: 1124px) {
    .logo img {
        margin-bottom: -70px;
    }
}

@media screen and (max-width: 30.063em) {
    .top-bar.expanded .title-area {
        background-color: transparent;
    }

    .top-bar-section ul {
        margin-top: 0px;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: white;
        height: 45px;
    }
}

@media screen and (max-width: 40.063em) {
    #menu-main-menu {
        margin-top: -74px;
        position: absolute;
    }

    .top-bar {
        height: 110px;
    }

    .top-bar.expanded .title-area {
        background: #fff;
    }

    .top-bar .toggle-topbar.menu-icon {
        margin-top: -66px;
        margin-right: 17px;
        top: 50%;
    }

    .top-bar-section ul {
        margin-top: 20px;
    }

    .activity-content {
        padding: 0px;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: rgba(0, 101, 164, 1);
        padding-top: 15px;
        display: inline-block;
        width: 100%;
    }

    .top-bar-section #menu-main-menu li a {
        outline: 1px solid rgba(255, 255, 255, .2);
    }

    .logo-innerwrap {
        height: 140px;
        padding-top: 10px;
        text-align: left;
    }

    .logo {
        width: 160px;
    }

    .logo img {
        width: 65%;
    }

    .slick-slide .columns {
        padding-left: 20px;
    }

    .slick-slide h1 {
        font-size: 2em;
        line-height: 1.2em;
    }

    .call-us {
        display: inline-block;
        z-index: 999;
    }

    .call-us a {
        border: 2px solid #1974ad;
        border-radius: 3px;
        color: #1974ad;
        font-family: 'entypo2' !important;
        font-size: 1.7em;
        height: 54px;
        line-height: 1;
        padding: 10px 18px;
        position: absolute;
        right: 100px;
        top: 38px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .call-us a:hover {
        background-color: rgba(0, 101, 164, 1);
        color: white;
    }

    .home .call-us a {
        border: 2px solid white;
        color: white;
        height: 53px;
        padding: 8px 17px;
    }
}

@media screen and (min-width: 30.063em) and (max-width: 40.063em) {
    .top-bar.expanded .title-area {
        background-color: transparent;
    }

    .top-bar-section ul {
        margin-top: -24px;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        height: 60px;
    }
}

@media screen and (min-width: 40.063em) and (max-width: 52.063em) {
    .top-bar-one {
        width: inherit;
    }

    .top-bar-two {
        width: 67%;
    }

    .home .logo img {
        width: 69%;
    }

    .logo img {
        width: 100%;
    }

    .logo {
        width: 160px;
    }

    .logo-innerwrap {
        padding-top: 65px;
    }
}

@media screen and (min-width: 52.063em) and (max-width: 64.063em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        width: 111.7px;
        font-size: .8em;
    }

    .top-bar-one {
        width: inherit;
    }

    .top-bar-two {
        width: 71%;
    }

    .logo {
        width: 160px;
    }

    .logo-innerwrap {
        padding: 40px;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        width: 65px;
        font-size: .74em;
    }
}

@media screen and (min-width: 700px) and (max-width: 750px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        width: 85px;
        font-size: .78em;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar section {
        left: 0;
        position: relative;
        -moz-transition: left 300ms;
        transition: left 300ms;
        -webkit-transition: left 300ms;
        width: auto;
    }
}

@media screen and (min-width: 750px) and (max-width: 810px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        width: 105px;
        font-size: .8em;
    }
}

@media screen and (min-width: 810px) and (max-width: 920px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        width: 120.7px;
        font-size: .83em;
    }
}

@media screen and (min-width: 850px) and (max-width: 1025px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        width: 135.7px;
        font-size: .95em;
    }
}

@media screen and (min-width: 1060px) and (max-width: 1300px) {
    .top-bar-section .menu-main-menu-container li {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        text-align: center;
        width: 20%;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: #3d7edb;
        border-left: solid 1px #5594be;
        height: 90px;
        width: inherit;
    }

    .top-bar-section #menu-main-menu {
        background-color: rgba(0, 101, 164, .6);
    }

    .top-bar-section #menu-main-menu li:after {
        bottom: -3px;
        content: '';
        left: -3px;
        position: absolute;
        right: -3px;
        top: -3px;
    }

    #menu-main-menu {
        float: right !important;
        width: 79.1%;
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        background-color: rgba(255, 255, 255, .9);
        height: 202px;
        position: relative;
        width: 230px;
        z-index: 50;
    }

    .logo img {
        width: 89%;
    }
    .logo-innerwrap{
        padding:40px;
    }
}

@media screen and (min-width: 1300px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: #3d7edb;
        border-left: solid 1px #5594be;
        display: table-cell;
        font-size: 18px;
        height: 90px;
        line-height: 1.2em;
        padding-top: 0;
        text-align: center;
        vertical-align: middle;
        width: 200px;
    }
}

@media screen and (max-width: 50em) {
    .menu-item-has-children:hover .sub-menu {
        right: 0.5% !important;
        width: 99% !important;
    }

    .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
        width: 100% !important;
    }

    .top-bar-section .menu-main-menu-container .sub-menu li {
        width: 100%;
    }
}

@media screen and (min-width: 50em) and (max-width: 60em) {
    .menu-item-has-children .sub-menu {
        width: 56% !important;
    }

    .top-bar-section #menu-main-menu .sub-menu li:not(.has-form) a:not(.button) {
        font-size: .7em;
    }

    .menu-image {
        margin-bottom: -1%;
    }
}

@media screen and (min-width: 60em) and (max-width: 70em) {
    .menu-item-has-children .sub-menu {
        width: 50% !important;
    }

    .top-bar-section #menu-main-menu .sub-menu li:not(.has-form) a:not(.button) {
        font-size: .7em;
    }

    .menu-image {
        margin-bottom: -2%;
    }
}

@media screen and (min-width: 70em) and (max-width: 80em) {
    .menu-image {
        margin-bottom: -1%;
    }
}

@media screen and (max-width: 1300px) {
    .top-bar-section #menu-main-menu #hover1 li {
        background-color: white;
        width: 100%;
        z-index: 151;
    }

    .top-bar-section #menu-main-menu #hover1 li:after {
        bottom: 0;
        content: none;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
    }
}

@media screen and (min-width: 1060px) {
    .top-bar-section #menu-main-menu #hover1 li {
        background-color: white;
    }
}
@media screen and (min-width: 1000px){
    .logo-innerwrap{
        padding:40px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1060px) {
    .top-bar-section #menu-main-menu .sub-menu li:after {
        bottom: 0;
        content: '';
        left: 0;
        position: relative;
        right: 0;
        top: 0;
    }
}


@media screen and (min-width: 1124px) {
    .logo-innnerwrap{
        padding:40px;
    }
}

.top-bar-section #menu-main-menu .sub-menu li:not(.has-form) a:not(.button) {
    font-size: 0.8em;
    height: 42px;
    line-height: 1.2em;
    margin: 10px 20px 0 20px;
    padding-top: 10px;
}

/* Carousel Slider ===========================
 * ===========================================
 * ==========================================*/
.slider-wrapper {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    min-height: 500px;
}

.home .slider-wrapper .parentMain {
    transition: opacity .8s ease;
    opacity: 0;
}

.slick-slider {
    margin-top: -110px;
    touch-action: auto;
    -ms-touch-action: auto;
}

.slick-slider .slick-list {
    width: 100%;
}

.slick-slider h1 {
    color: #fff;
    font-family: 'universltstd47lightcondensed';
}

.slick-slider p {
    color: #fff;
}

.slick-slide {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 40px;
}

.slick-slide .main-cta {
    font-size: 1em;
}

.slick-prev, .slick-next {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .slick-slide {
        min-height: 600px;
    }
    .slick-slide .large-12 {
        padding: 0 100px;
    }
    .slick-slide p {
        font-size: 1.5em;
    }
    .slick-slide .main-cta {
        font-size: 1.4em;
    }
    .slick-prev, .slick-next {
        display: block !important;
    }
}

@media screen and (min-width: 1280px) {
    .slick-slide {
        padding-top: 150px;
    }
    .slick-slide .large-12 {
        width: 70%;
    }
}

.slick-slide h1,
.slick-slide p {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-prev:before,
.slick-next:before {
    font-family: "entypo2";
}

.toggle-topbar {
    z-index: 1000;
    position: relative;
}

.slide {
    background-size: cover;
    width: 100%;
}

.slide p {
    clear: both;
    display: block;
    font-size: 1em;
}

.slide hr {
    background-color: #3d7edb;
    border: none;
    clear: both;
    color: #3d7edb;
    float: left;
    height: 7px;
    margin-left: -2.5%;
    width: 50%;
}

.slick-initialized .slick-slide {
    background-position: center;
}

.slide2 {
    background-image: url(http://placehold.it/1300x400/a0a6a6/e8e8ec&text=Slider+Image+2);
    background-size: cover;
}

.slide3 {
    background-image: url(http://placehold.it/1300x400/1e1c25/e8e8ec&text=Slider+Image+3);
    background-size: cover;
}

.slick-dots {
    bottom: 5px;
}

.sliderdarken-mobile {
    background-color: rgba(0, 0, 0, .5);
}

.slider2 {
    margin-top: 0 !important;
    width: 90%;
}

.slider2 img {
    margin: 0 auto;
}

.slider2 .slick-slide {
    padding: 10px 0;
}

.slider2 .slick-slide img {
    width: 80%;
}

.main-cta {
    font-size: 1.4em;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    text-transform: uppercase;
}

/* Events ====================================
 * ===========================================
 * ==========================================*/

.events-content {
    padding: 40px;
}

.speaker {
    margin: 35px 0;
}

.pastseminars {
    background-color: #d0d0d0;
    color: black;
    margin-bottom: 0;
}

.pastseminars:hover {
    background-color: #d0d0d0;
    color: black;
}

.tues-cat {
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.current {
    background-color: #009b49;
    color: #fff;
}

.past {
    background-color: #d4d4d4;
}

.tues-sidebar-h6 {
    font-size: 1.3em !important;
    text-transform: uppercase;
}

.current-seminar-block {
    margin: 50px 0 0 0;
}

@media screen and (max-width: 70em) {
    .speaker {
        text-align: center;
    }
}

/* Tabs ======================================
 * ===========================================
 * ==========================================*/

.tabs {
    width: 100%;
}

.tabs .tab-title {
    font-family: 'universltstd47lightcondensed';
    font-size: 42px;
    text-transform: uppercase;
    width: 50%;
}

.tabs .tab-title a {
    background-color: #fff;
    font-family: 'universltstd47lightcondensed';
    font-size: 42px;
    text-align: center;
    text-transform: none;
}

.tabs .tab-title.active a {
    background-color: #3d7edb;
    color: #fff;
}

.events-tabs {
    width: 98.8%;
}

.events-tabs .tab-title {
    font-size: 1em;
    width: 20%;
}

.events-tabs .tab-title a {
    font-family: 'Open Sans';
    font-size: 1em;
    padding: 30px 0;
    text-align: center;
    text-transform: none;
}

.events-tabs .tab-title.active a {
    background-color: #009b49;
}

.tabs-content > .content {
    margin-left: 0px;
}

.tabs-border {
    border: 1px solid #efefef;
}

.tabs-border .large-12 {
    border: 1px solid #efefef;
}

.single-condition .tab-title > a {
    background-color: #efefef;
}

.tab-wrap {
    background: #3d7edb;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.tab-wrap .tabs-content {
    margin-bottom: 0;
}

@media screen and (max-width: 40.063em) {
    .tabs .tab-title a {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 700px) {
    .events-tabs .tab-title {
        width: 100%;
    }
}

@media screen and (max-width: 70em) {
    .tabs-content {
        padding: 0px;
    }
}

@media screen and (max-width: 30.063em) {
    .tabs .tab-title {
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 40.063em) {
    .tabs .tab-title a {
        font-size: 15px;
        height: 60px;
        line-height: 16.9px;
    }
}

@media screen and (max-width: 60em) and (min-width: 30.063em) {
    .tabs .tab-title a {
        font-family: 'universltstd47lightcondensed';
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 580px) and (min-width: 400px) {
    .tabs .tab-title a {
        font-family: 'universltstd47lightcondensed';
        font-size: 14px;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 420px) {
    .tab-title a {
        padding: 20px 10px !important;
    }
}

/* home tabs */
.page-template-home .tab-wrap {
    background: transparent;
}
.page-template-home .tabs .tab-title.active:nth-child(2) a {
    background: #522398;
}
.page-template-home .tabs-content .content {
    background: #3d7edb;
    padding-top: 0;
}
.page-template-home .tabs-content .content.active {
    animation: none;
}
.page-template-home .tabs-content .content.active:nth-child(2) {
    background: #522398;
}
.page-template-home .tabs-content .content.active:nth-child(2) .services-panel {
    background: transparent;
}
.page-template-home .tabs-content .content.active:nth-child(2) .services-panel hr {
    border: 1px solid #8a61ca;
}

/* Panel =====================================
 * ===========================================
 * ==========================================*/

.contact-panel,
.services-panel,
.find-a-doctor-panel {
    background-color: #3d7edb;
    color: #fff;
    height: 385px;
}

.page-template-home .contact-panel, .page-template-home .services-panel, .page-template-home .find-a-doctor-panel {
    height: auto !important;
}

.page-template-home .drslidewrap {
    max-height: 100%;
}

.contact-panel,
.services-panel {
    padding: 40px;
}

.find-a-doctor-panel {
    background-color: #3d7edb;
}

.panel-link {
    color: #fff !important;
    min-height: 150px;
}

.panel-link img {
    width: 100%;
}

.page-template-home .panel-link img {
    height: 240px;
}

.contact-panel p,
.services-panel p,
.findadrsmall p,
.panel-link p {
    color: #fff;
}

.contact-panel h3,
.services-panel h3,
.find-a-doctor-panel h3 {
    color: #fff;
    text-transform: uppercase;
}

.services-panel hr {
    border: 1px solid #67acd6;
}

.services-panel ul {
    list-style: none;
}

.services-panel ul li {
    border-left: 3px solid transparent;
    color: white;
    list-style: none;
    margin: 10px 0;
    padding: 0 12px 0 15px;
}

.services-panel ul li:hover {
    border-left-color: #009b49;
}

.services-panel ul li a {
    color: white;
}

.contact-number {
    font-size: 20px;
}

.findadrsmall {
    padding: 40px;
}

.drslidewrap {
    margin-left: 20px;
    max-height: 200px;
    padding: 40px 20px;
    width: 62%;
}

.contact-panel .button {
    clear: left !important;
    display: inline-block;
}

.contact-panel .alt-button {
    margin-left: 10px;
}

.find-a-doctor-panel .alt-button {
    display: inline-block;
    margin-top: 40px;
}

.dr-name,
.dr-title {
    display: block;
    padding: 0 20px;
    width: 90%;
}

.dr-name {
    margin-top: 20px;
    text-transform: uppercase;
}

.dr-title {
    margin-top: 10px;
}

.dr-hover .view-profile {
    background-color: rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    margin: -36px auto 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    width: 80%;
    z-index: 9999;
}

.dr-hover:hover .view-profile {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    visibility: visible;
}

.finddrwrap {
    margin-bottom: 10px;
}

.finddr-block {
    margin: 0;
}

.finddr-block form {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.finddr-block form .firefox-select-fix {
    display: inline-block;
}

.finddr-block .styled-select {
    width: 20%;
    display: inline-block;
    background: url(../img/dropdown-triangle.png) no-repeat 95%/14px #ededed;
    margin-top: 0;
    margin: 0;
    overflow: visible;
    height: auto;
    cursor: pointer;
}

.finddr-block label {
    color: #fff;
    display: none;
    float: left;
    margin: 0;
    width: 0;
    height: 0;
}

.finddr-block input[type="text"],
.finddr-block select {
    display: inline-block;
    line-height: 2;
    height: 100%;
    text-align: center;
    color: #3d7edb;
    text-transform: uppercase;
    font-family: 'universltstd47lightcondensed';
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;

}

.finddr-block input[type="submit"] {
    margin-top: 0px;
    display: inline-block;
    width: 20%;
    background-color: #3d7edb;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    font-family: 'universltstd47lightcondensed';
    padding: 11px 40px;
    margin-bottom: 0;
    cursor: pointer;

}

.finddr-block input[type="submit"]:hover {
    background-color: #3d7edb;
}

.finddr-block div.provider-name {
    width: 20%;
    display: inline-block;
    padding: 0;

}

.finddr-block div.provider-name input[type="text"] {
    background-color: #EDEDED;
    text-align: left;
    color: rgba(0, 0, 0, 0.75);
    background: url(../img/search.svg) no-repeat 95%/20px #ededed;

}

@media screen and (max-width: 40.063em) {
    .finddr-block form {
        flex-wrap: wrap;
        padding-left: 25px;
        padding-right: 15px;
    }

    .finddr-block div.provider-name {
        width: 100%;
        margin-bottom: 15px;
    }

    .finddr-block .styled-select {
        width: 100%;
        margin-bottom: 2px;
    }

    .finddr-block input[type="text"],
    .finddr-block select {
        font-size: 18px;
    }
}

.first-panel,
.second-panel,
.third-panel {
    color: #fff;
    height: 310px;
    padding: 20px 50px;
}

.first-panel {
    background-color: #3d7edb;
}

.second-panel {
    background-color: #006BAD;
}

.third-panel {
    background-color: #0071B8;
}

.first-panel h3,
.second-panel h3,
.third-panel h3 {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}

.contact-column .first-panel h2,
.contact-column .second-panel h2,
.contact-column .third-panel h2 {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}

.thirtypadfull h3 {
    color: #3d7edb;
    font-size: 1.4375rem;
}

.first-panel p,
.second-panel p,
.third-panel p {
    color: #fff;
    margin-bottom: 10px;
}

.contact-column {
    padding-right: 0;
}

@media screen and (max-width: 40.063em) {
    .contact-panel {
        background-color: #3d7edb;
        height: 425px;
        padding: 40px;
    }

    .contact-panel,
    .services-panel,
    .find-a-doctor-panel {
        margin-left: -1px;
    }

    .findadrsmall {
        padding: 40px 40px 0 40px;
    }

    .drslidewrap {
        max-height: 200px;
        padding: 20px 40px;
    }

    .find-a-doctor-panel {
        height: 640px;
    }
}

@media screen and (max-width: 64em) {
    .find-a-doctor-panel {
        height: 685px;
    }
}

@media screen and (min-width: 1350px) {
    .panel-link {
        display: inline-block;
        font-size: .9em;
        width: 100%;
    }
}

@media screen and (max-width: 1275px) {
    .first-panel,
    .second-panel,
    .third-panel {
        height: 285px;
        padding: 20px 35px;
    }
}

@media screen and (max-width: 1025px) {
    .finddrwrap {
        padding: 0;
    }

    .first-panel,
    .second-panel,
    .third-panel {
        height: 328px;
        padding: 20px 50px;
    }

    .contact-column {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 915px) {
    .first-panel,
    .second-panel,
    .third-panel {
        height: 258px;
        padding: 20px 20px;
    }

    .contact-column {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 775px) {
    .first-panel,
    .second-panel,
    .third-panel {
        height: 298px;
        padding: 20px 20px;
    }

    .contact-column {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .drslidewrap {
        width: 92%;
    }
}

@media screen and (min-width: 1020px) {
    .finddr-block {
        margin-left: -30px;
        margin-right:-30px;
    }
    #container-providers{
        margin-left:-20px;
        margin-right:-20px;
    }
}

@media screen and (max-width: 1245px) and (min-width: 845px) {
    .contact-panel .button-small,
    .contact-panel .alt-button,
    .contact-panel .button {
        font-size: 0.9rem;
        padding: .575rem .5rem .9375rem;
    }
}

@media screen and (max-width: 20.34em) {
    .panel-link,
    .panel-link img,
    .featured-button {
        max-width: 98%;
    }
}

@media screen and (min-width: 50em) {
    .contact-column {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1300px) {
    .contact-panel .button {
        font-size: 1em;
    }

    .contact-panel .button.small {
        padding-top: 0.7rem;
        padding-bottom: 0.7375rem;
    }
}

/* Overlay ===================================
 * ===========================================
 * ==========================================*/

.overlay {
    color: #fff;
    margin-top: -209px;
}

.overlay h6, .overlay h4 {
    color: #fff;
    font-family: 'universltstd47lightcondensed';
    font-size: 1.9em;
    height: 60px;
    line-height: 1.15em;
    padding: 0 20px;
}

.overlay p {
    height: 67px;
    line-height: 1.1em;
    margin-bottom: 0 !important;
    padding: 0 20px 20px;
}

.overlay .button {
    background-color: #3d7edb;
    font-size: .9em;
    margin-top: 25px;
    text-transform: uppercase;
    width: 100%;
}

.overlay .button:hover {
    background-color: #009b49;
}

.head-overlay {
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: -400px;
    padding-top: 15%;
    padding-bottom: 6%;
    width: 100%;
}

@media screen and (max-width: 30.063em) {
    .overlay .button {
        font-size: 1em;
        margin-top: 15px;
    }
}

/* Footer ====================================
 * ===========================================
 * ==========================================*/

.footcolumn {
    padding: 20px;
}

.footcolumn p {
    color: #fff !important;
}

.light-foot {
    background-color: #3b3b3b;
    width: 100%;
}

.mid-foot {
    background-color: #272727;
    width: 100%;
}

.dark-foot {
    background-color: #1A1A1A;
    border-top: 1px solid #464545;
}

.dark-foot a {
    color: #fff;
}

.dark-foot a:hover {
    color: #009b49;
}

.dark-foot p {
    font-size: .8em;
}

.dark-foot img {
    margin-left: 30px;
    width: 130px;
}

.light-foot h4,
.mid-foot,
.dark-foot {
    color: #fff;
}

.mid-foot h4 {
    color: #009b49
}

.mid-foot ul {
    list-style: none;
}

.mid-foot ul.footer-social {
    margin-bottom: 21px;
    margin-left: 0;
}

.mid-foot .gform_wrapper form {
    background: transparent;
    padding: 0;
}

.mid-foot .gform_wrapper .gform_heading {
    text-align: center;
}

.mid-foot .gform_wrapper .gform_description {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.mid-foot .gform_wrapper .ginput_complex .ginput_right {
    text-align: right;
}

.mid-foot .gform_wrapper .ginput_complex .ginput_right input[type="text"] {
    display: inline-block;
    margin-bottom: 2px;
}

.mid-foot .gform_wrapper .gfield .ginput_container input[type="email"] {
    width: 100%;
}

.mid-foot .gform_wrapper .gform_footer {
    margin: 18px 0 0;
}

.mid-foot .gform_wrapper .gform_footer input.button,
.mid-foot .gform_wrapper .gform_footer input[type=submit] {
    background: #3d7edb;
}

.mid-foot .gform_wrapper .top_label .gfield_label,
.mid-foot .gform_wrapper .ginput_complex label {
    display: none;
}

.mid-foot .gform_wrapper .ginput_complex span input {
    margin: 0 0 2px;
}

.mid-foot .gform_wrapper .ginput_complex span.name_first {
    float: left;
}

.mid-foot .gform_wrapper .ginput_complex span.name_last {
    float: right;
}

.sitemap ul {
    margin-left: 0;
}

.sitemap ul li a {
    color: #fff;
    font-size: .8em;
}

.sitemap ul li a:hover {
    color: #009b49;
}

.sitemap ul .footsubtitle a {
    font-size: 1.15em;
}

.sitemap h4 {
    display: none;
}

.mid-foot .widget-title {
    color: #009b49;
}

.mid-foot-column {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.mid-foot-column ul.global-buttons {
    flex: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.mid-foot-column .location-menu {
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    .mid-foot-column {
        display: block;
    }

    .mid-foot-column > * {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 425px) {
    .mid-foot-column ul.global-buttons {
        display: block;
    }

    .mid-foot-column ul.global-buttons > li {
        margin-bottom: 20px !important;
    }
}

.footer-map {
    padding: 20px 0 0;
    width: 100%;
}

.address {
    color: #fff;
    font-size: 1.1em;
    line-height: 1em;
    padding: 50px 0 5px;
}

.address span {
    font-size: 0.6em;
}

.footer-social a .social,
.footer-social a .icons {
    color: #fff;
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 40px;
}

.footer-social a:hover .social,
.footer-social a:hover .icons {
    color: #4099ff;
}

.schedule-foot {
    font-size: 1.2em;
    margin: 20px 0;
}

.phone-foot {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 20px 0;
}

.phone-foot span {
    font-size: 1.5em;
}

.footer-social a {
    margin: 0 5px;
    display: block;
}

.mail-foot {
    font-size: 1.3em;
    margin: 20px 0;
}

.copy-foot {
    float: right;
    text-align: right;
    width: 350px;
}

#menu-footer-menu-2 {
    float: right !important;
    text-align: left;
    margin-top: 60px;
}

#menu-footer-menu-2:last-child {
    border-right: 1px solid transparent;
}

#menu-footer-menu-2 li {
    border-right: 1px solid white;
    font-family: 'universltstd47lightcondensed';
    font-size: 1em;
    margin-left: 10px;
    padding-right: 10px;
}

#menu-footer-menu-2 li:last-child {
    border-right: none;
}

.mailing-subscribe {
    background-color: #3d7edb;
    padding: 30px;
}

.mailing-subscribe p {
    color: #fff;
    margin-bottom: 20px;
}

.mailing-subscribe h4 {
    color: #fff;
    text-transform: uppercase;
}

.mailing-subscribe .email {
    display: inline-block;
    width: 100%;
}

.location-address {
    line-height: 1.5em;
}

@media screen and (max-width: 40em ) {
    .dark-foot img {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .dark-foot .inline-list {
        margin: 0 auto 1.0625rem -.8em;
    }
}

@media screen and (min-width: 40.063em) {

    .dark-foot .footcolumn {
        padding: 20px;
    }
}

@media screen and (min-width: 50em) {
    .dark-foot .large-10 {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 700px) {
    .copy-foot {
        float: left;
        width: 100%;
    }
}

/* Page Header ===============================
 * ===========================================
 * ==========================================*/

.inner-page-header {
    background-size: cover;
    margin-top: 0;
    width: 100%;
}

.inner-page-header h1 {
    color: #fff;
    background-color: rgba(0, 0, 0, .25);
    margin-bottom: auto;
    padding: 15% 5% 5% 3%;
    text-transform: uppercase;
}

.inner-page-header hr {
    background: transparent;
    border-top: 2px solid #fff;
    margin: -4.7% auto 0;
    padding: 2% 5% 2.5% 2%;
    width: 93%;
}

.full-page-header {
    background-size: cover;
    margin-top: 35px;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
}

.full-page-header h1 {
    color: #fff;
    font-size: 2.7em;
    letter-spacing: 7px;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.full-page-header hr {
    border-top: 2px solid #fff;
    margin: 20px auto;
    padding-left: 40px;
    width: 92%;
}

.tues-page-header {
    background-size: cover;
    margin-top: -10px;
    width: 100%;
}

.tues-page-header h1 {
    color: #fff;
    font-size: 3em;
    letter-spacing: 7px;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tues-page-header hr {
    border-top: 2px solid #fff;
    margin: 20px auto;
    padding-left: 40px;
    width: 92%;
}

.smart-body-header {
    background-size: cover;
    margin: 0 0 40px 0;
    width: 100%;
}

.smart-body-header h2 {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 700px) {
    .full-page-header h1 {
        float: left;
        width: 60%;
    }

    .full-page-header hr {
        border-top: 2px solid #fff;
        float: left;
        margin: 0 auto;
        padding-left: 40px;
        width: 70%;
    }

    .tues-page-header h1 {
        float: left;
        width: 60%;
    }

    .tues-page-header hr {
        border-top: 2px solid #fff;
        float: left;
        margin: 0 auto;
        padding-left: 40px;
        width: 70%;
    }
}

/* Sidebar ===================================
 * ===========================================
 * ==========================================*/

.sidebar ul {
    margin-left: 0;
}

.sidebar-nav li {
    border-left: 3.5px solid #ebebeb;
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 15px;
}

.sidebar-nav li a {
    color: #444
}

.sidebar-nav li:hover {
    list-style: none;
    padding: 0 0;
    border-left: 3.5px solid #3d7edb;
    color: #3d7edb !important;
    margin: 10px 0;
    padding-left: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.sidebar-nav li a:hover {
    color: #3d7edb;
}

.sidebar hr {
    border-width: 3px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    width: 90%;
}

.sidebar .overlay {
    margin-top: -182px;
}

.sidebar .overlay p {
    font-size: .9em;
    height: 71px;
    line-height: 1.1em;
    padding: 0 20px 20px;
}

.sidebar .overlay h6 {
    color: #fff;
    font-family: 'universltstd47lightcondensed';
    font-size: 1.3em;
    height: 30px;
    line-height: 1.15em;
    padding: 0 20px;
    text-transform: uppercase;
}

.sidebar .featured-button {
    padding-right: 1em;
    padding-bottom: 1.0625em;
    padding-left: 1em;
}

.sidebar .alt-button-2 {
    margin: 20px 0 30px 0;
}

.sidebar .button {
    margin: 20px 0 10px 0;
}

.right-sidebar {
    padding: 20px 20px 40px;
}

.right-sidebar iframe {
    margin-bottom: 20px;
    width: 100%;
}

.right-sidebar .featured-button {
    background: rgba(122, 122, 122, 1);
}

.hours-sidebar {
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}

.phone-sidebar {
    font-size: 1.6em;
    font-weight: 300;
}

.sidebar .featured-button .icons {
    right: 3px;
}

.sidebar .widget-title {
    color: #444;
    font-family: 'universltstd47lightcondensed';
    font-size: 1.4375rem;
    margin-top: 20px;
    margin-bottom: -1px;
    text-transform: uppercase;
}

.sidebar .widget-title:after {
    border: 1px solid #ebebeb;
    content: ' ';
    display: block;
    margin: 0px 0 20px 0;
}

@media screen and (max-width: 40.063em) {
    .sidebar {
        display: none;
    }
}

@media screen and (min-width: 50em) {
    .sidebar {
        padding-bottom: 80px;
        padding-top: 15px;
    }
}

/* Map =======================================
 * ===========================================
 * ==========================================*/

.map-container {
    padding: 30px;
}

.google-maps {
    height: 0;
    overflow: hidden;
    padding-bottom: 37%;
    position: relative;
}

.google-maps iframe {
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

.map-container {
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 26.25%;
    position: relative;
}

.map-container iframe,
.map-container object,
.map-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 40.063em) {
    .google-maps {
        position: relative;
        padding-bottom: 57%;
    }
}

@media screen and (min-width: 40.063em) {
    .beneath-maps {
        margin-top: -170px;
        padding: 30px 30px 200px;
    }

    .beneath-maps h3 {
        color: #fff;
        font-size: 1.7em;
    }
}

/* Treatments ================================
 * ===========================================
 * ==========================================*/

.treatments-subtitle {
    padding-left: 27px;
}

.sub2 {
    padding-left: 14px;
}

.body-pain-points {
    background-image: url(../img/body-pain-points.jpg);
    height: 619px;
    margin-left: 30px;
    outline: solid 0 rgba(0, 101, 164, .0);
    position: relative;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
    width: 432px;
}

.body-pain-pointss:hover {
    outline: solid 900px rgba(0, 101, 164, .9);
    -webkit-transition: outline 900ms ease-out;
    -moz-transition: outline 900ms ease-out;
    transition: outline 900ms ease-out;
}

.neck-and-back {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/neck-and-back.png);
    background-position: 2px 0;
    height: 41px;
    left: 192px;
    position: absolute;
    top: 100px;
    width: 220px;
    z-index: 5
}

.neck-and-back:hover {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/neck-and-back.png);
    background-position: 233px 0;
    height: 41px;
    left: 170px;
    position: absolute;
    width: 229px;
}

.neck-and-back:active {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/neck-and-back.png);
    background-position: 467px 0;
    height: 41px;
    left: 176px;
    position: absolute;
}

.activator1 {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/neck-and-back.png);
    background-position: 467px 0 !important;
    height: 41px;
    position: absolute;
}

.shoulder {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/shoulder.png);
    background-position: 0 0;
    height: 73px;
    left: 35px;
    position: absolute;
    top: 122px;
    width: 248px;
    z-index: 4;
}

.shoulder:hover {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/shoulder.png);
    background-position: 247px 0;
    left: 34px;
    position: absolute;
    width: 247px;
}

.shoulder:active {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/shoulder.png);
    background-position: 495px 0;
    left: 34px;
    position: absolute;
    width: 247px;
}

.activator2 {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/shoulder.png);
    background-position: 495px 0 !important;
    left: 79px;
    position: absolute;
    width: 247px;
}

.elbow {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-image: url(../img/elbow.png);
    background-position: -7.5px 0;
    height: 72px;
    position: absolute;
    right: 37px;
    top: 191px;
    width: 140px;
    z-index: 3;
}

.elbow:hover {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-position: 143px 0;
    right: 36px;
    width: 142px;
}

.elbow:active {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-position: 285px 0 !important;
    right: 36px;
    width: 142px;
}

.activator3 {
    -webkit-animation: play .8s;
    -moz-animation: play .8s;
    animation: play .8s;
    background-position: 285px 0 !important;
    width: 142px;
}

.hand-and-wrist {
    background-image: url(../img/hand-and-wrist.png);
    background-position: 0 0;
    height: 107px;
    left: 33px;
    position: absolute;
    top: 243px;
    width: 121px;
}

.hand-and-wrist:hover {
    background-image: url(../img/hand-and-wrist.png);
    background-position: 121px 0;
    height: 107px;
    left: 34px;
    position: absolute;
    width: 121px;
}

.hand-and-wrist:active {
    background-image: url(../img/hand-and-wrist.png);
    background-position: 245px 0 !important;
    height: 107px;
    left: 34px;
    position: absolute;
    width: 121px;
}

.activator4 {
    background-image: url(../img/hand-and-wrist.png);
    background-position: 245px 0 !important;
    height: 107px;
    position: absolute;
    width: 121px;
}

.hip {
    background-image: url(../img/hip.png);
    background-position: 0 0;
    height: 75px;
    position: absolute;
    right: 33px;
    top: 260px;
    width: 244px;
}

.hip:hover {
    background-image: url(../img/hip.png);
    background-position: 244px 0;
    height: 75px;
    position: absolute;
    top: 260px;
    width: 244px;
}

.hip:active {
    background-image: url(../img/hip.png);
    background-position: 488px 0 !important;
    height: 75px;
    position: absolute;
    top: 260px;
    width: 244px;
}

.activator5 {
    background-image: url(../img/hip.png);
    background-position: 488px 0 !important;
    height: 75px;
    position: absolute;
    right: 66px;
    top: 260px;
    width: 244px;
}

.knee {
    background-image: url(../img/knee.png);
    background-position: 1px 0;
    bottom: 164px;
    height: 55px;
    left: 35px;
    position: absolute;
    width: 170px;
}

.knee:hover {
    background-image: url(../img/knee.png);
    background-position: 167px 0;
    height: 55px;
    left: 36px;
    position: absolute;
    width: 167px;
}

.knee:active,
.activator6 {
    background-image: url(../img/knee.png);
    background-position: 340px 0 !important;
    height: 55px;
    left: 33px;
    position: absolute;
    width: 170px;
}

.foot-and-ankle {
    background-image: url(../img/foot-and-ankle.png);
    background-position: 0 0;
    height: 74px;
    position: absolute;
    right: 34.5px;
    top: 485px;
    width: 188px;
}

.foot-and-ankle:hover {
    background-image: url(../img/foot-and-ankle.png);
    background-position: 383px 0;
    height: 74px;
    position: absolute;
    right: 33px;
    width: 189px;
}

.foot-and-ankle:active,
.activator7 {
    background-image: url(../img/foot-and-ankle.png);
    background-position: 188px 0 !important;
    height: 74px;
    position: absolute;
    right: 34.5px;
    width: 188px;
}

.activity-pain {
    height: 620px;
    overflow: hidden;
    overflow-y: scroll;
}

.activity-pain ul {
    display: table;
    width: 100%;
}

.activity-pain li {
    background: #fff;
    display: table;
    text-align: center;
    width: 100%;
}

.activity-pain li a {
    background-color: #efefef;
    color: #444;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 18px 0;
    text-align: center;
    width: 100%;
}

.activity-pain li a:hover {
    background-color: #3d7edb;
    color: #fff;
}

.activity-pain li a img {
    display: none;
    height: 25px !important;
    margin-left: -30px;
    margin-right: 20px;
    width: 30px !important;
}

.related-services {
    background: #efefef;
    padding: 40px;
    margin: 40px 0;
}

.related-services ul li a {
    border: solid 2px #3d7edb;
    border-radius: 3px;
    color: #444;
    display: block;
    margin: 30px 0;
    padding: 1rem 1rem 1.0625rem;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.related-services ul li:first-child a {
    background-color: #009b49;
    border: solid 2px #009b49;
    border-radius: 0;
    color: white;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.related-services ul li:first-child a:hover {
    background-color: #009b49;
    border: solid 2px #009b49;
    border-radius: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.related-services ul li {
    list-style: none;
}

.related-services ul li a:hover {
    background-color: #3d7edb;
    border: solid 2px #3d7edb;
    border-radius: 3px;
    color: white;
    display: block;
    margin: 30px 0;
    padding: 1rem 1rem 1.0625rem;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.head {
    background-image: url(../img/head.png);
    height: 68px;
    left: 33px;
    position: absolute;
    top: 36px;
    width: 209px;
}

.head:hover {
    background-position: 0 -68px;
}

.ankle {
    background-image: url(../img/ankle.png);
    height: 45px;
    position: absolute;
    right: 33px;
    top: 485px;
    width: 185px;
}

.ankle:hover {
    background-position: 0 -45px;
}

.foot {
    background-image: url(../img/foot.png);
    height: 43px;
    left: 33px;
    position: absolute;
    top: 520px;
    width: 177px;
}

.foot:hover {
    background-position: 0 -43px;
}

.foot-and-ankle {
    display: none;
}

@media screen and (max-width: 1200px) {
    .body-pain-points {
        margin-left: 0px;
        position: relative;
    }
}

/* Find a Provider ===========================
 * ===========================================
 * ==========================================*/

@media screen and (max-width: 40.063em) {
    .doctor-description {
        padding: 0 0 30px 20px;
    }
}

/* Doctor ====================================
 * ===========================================
 * ==========================================*/

.single-doctor .content-area .interests-title h4 {
    margin: 0 0 0 15px;
}

.single-doctor .tuesh3 {
    display: none;
}

.interests-title {
    padding: 30px 30px 0 0px;
}

.doctor-photo {
    padding: 30px 20px;
}

.single-doctor .doctor-photo {
    margin-bottom: 20px;
    padding: 0px 20px 0 0;
}

.doctor-photo img {
    height: 249px;
    width: 249px;
}

.dr-title-inner {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.doctor-description {
    padding: 30px 0;
}

.single-doctor .doctor-description {
    font-size: .9em;
}

.doctor-description p {
    line-height: 1.5;
}

.doctor-description h3 {
    color: #2673ab;
    line-height: .9em;
    margin-bottom: 0;
}

.doctor-description .alt-button-2 {
    margin-top: 0;
}

.dr-excerpt {
    margin-bottom: 20px;
}

.interest-wrap {
    height: 80px;
    margin: 10px 0;
}

.interest-button {
    background-color: #f0f0f0;
    color: #444444;
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 10px 0;
    padding: 20px 30px;
    text-align: center;
    width: 100%;
}

.single-doctor .doctor-description .alt-button-2 {
    width: 368px;
}

.activity-content .alt-button-2 {
    margin: 0 0 30px;
}

.activity-content {
    padding: 0;
}

.single-doctor .doctor-photo img {
    height: auto;
    float: left;
    width: 420px;
}

.single-doctor .doctor-description {
    padding: 0;
}

.single-doctor .doctor-description p {
    font-size: 1.1em;
}

.single-doctor .drbackground {
    padding: 0px 0 30px 0px;
}

.single-doctor .drfeedback {
    padding: 0px 0 30px 0px;
}

.interestsa {
    padding: 20px 0 30px 0px;
}

.single-doctor .wpcf7 {
    clear: both;
    display: block;
    padding: 0px 0 30px 30px;
}

.single-doctor .content-area h4 {
    font-size: 1.9em;
    font-weight: bold;
    margin: 20px 0 0 15px;
    text-transform: uppercase;
}

.single-doctor .wpcf7 textarea {
    font-size: 1.3em;
    padding: 1rem;
}

.drbackground ul li {
    list-style-type: none;
    margin-left: 5px;
}

.approved-feedback {
    line-height: 1.5em;
    margin: 40px 30px;
}

.approved-feedback i {
    display: inline;
    line-height: 1.5em;
    position: relative;
    z-index:0;
    background-color: #3d7edb;
}

.approved-feedback i:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #009b49;
    z-index:-1;
}
.drfeedback .feedback-box{
    width:100%;
    padding:40px 70px;
    background-color: #ededed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
}
.drfeedback .feedback-box .text{
    width:48%;
}
.drfeedback .feedback-box .text p{
    margin:0!important;
    font-size:16px;
    color: #000000;
    font-family: 'universltstd47lightcondensed';
}
.drfeedback .feedback-box .button.green{
    background-color: #009b49;
    position: relative;
    margin-bottom:0;
    padding:11px 20px;
    width:48%;
    text-transform: uppercase;
    font-size:24px;
    font-family: 'universltstd47lightcondensed';
}
.drfeedback .feedback-box .button.green:after {
    color: #fff !important;
    font-family: 'entypo2';
    content: '\e800';
    float: right;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 17px;
}
.doctor .doctor-description h1 {
    color: #FFFFFF;
    font-size: 38px;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'universltstd47lightcondensed';

}

.large-6 .dr_specialty {
    font-size: 18px;
    font-family: 'universltstd47lightcondensed';
    color: #FFFFFF;
}

.single-doctor .single-doctor-container {
    padding: 30px;
    background-color: #3d7edb;
    color: #FFFFFF;
}

.single-doctor .single-doctor-container p {

    color: #FFFFFF;
}

.single-doctor .single-doctor-container .dr-description p {
    color: #FFFFFF;
}
.single-doctor .single-doctor-container .dr-description .map-icon{
    display: inline-block;
    margin-right:15px;
}
.single-doctor .single-doctor-container .dr-description .dr_specialty{
    font-family: 'universltstd47lightcondensed';
    font-weight:700;
    font-size:20px;
}
.single-doctor .single-doctor-container .doctor-description > .dr_specialty:after {
    content: '';
    display: block;
    width:100%;
    height:2px ;
    background-color: #FFFFFF;
    width:calc(100% + 60px);
    margin-top:20px;
    margin-right:-30px;
    margin-left:-30px;
}
.single-doctor .single-doctor-container .dr-background h4 {
    font-size: 14px;
    font-family: 'open sans';
    color: #FFFFFF;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}

.single-doctor .single-doctor-container .doctor-description a {
    color: #FFFFFF;
}

.single-doctor .single-doctor-container .dr-background ul {
    margin: 0 0 14px 0;
    padding: 0;
}

.single-doctor .single-doctor-container .dr-background li {
    list-style-type: none;
}

.single-doctor .single-doctor-container .dr-specialties {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-doctor .single-doctor-container .dr-specialties .dr-interest-button {
    display: inline-block;
    width: 45%;
    padding: 15px;
    background-color: #3d7edb;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'universltstd47lightcondensed';
    text-transform: uppercase;
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.single-doctor .dr-tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: -15px;
}

.single-doctor .dr-tabs li {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 10px 40px 10px 30px;
    color: #3d7edb;
    background-color: #ededed;
    font-family: 'universltstd47lightcondensed';
    text-transform: uppercase;
    cursor: pointer;
}

.single-doctor .dr-tabs li:hover {
    background-color: #3d7edb;
    color: #FFFFFF;
}

.single-doctor .dr-tabs li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-top: 45px solid transparent;
    border-right: 15px solid #FFFFFF;
    border-bottom: 0;
    border-left: 0;
    z-index: 1;
}

.single-doctor .dr-tabs li.active {
    background-color: #3d7edb;
    color: #FFFFFF;
}


@media screen and (max-width: 40.063em) {
    .columns.doctor-container {
        padding: 0;
    }

    .columns.doctor-container .header-column {
        padding: 0;
    }

    .single-doctor .single-doctor-container {
        padding: 0 0 30px 0;
    }

    .single-doctor .dr-tabs {
        padding: 0;
    }

    .single-doctor .dr-tabs ul {
        position: relative;
        margin-left: 0;
        height: 45px;
    }

    .single-doctor .dr-tabs li {
        width: 75%;
        position: absolute;
        top: 0;
        color: transparent;
        background-color: rgba(237, 237, 237, .5);
    }

    .single-doctor .dr-tabs li:hover {
        background-color: rgba(237, 237, 237, .5);
        color: transparent;
    }

    .single-doctor .dr-tabs li:after {
        display: none;
    }

    .single-doctor .dr-tabs li:nth-child(2n+1) {
        left: 0px;
        z-index: 4;
    }

    .single-doctor .dr-tabs li:nth-child(2n+2) {
        left: 8.33%;
        z-index: 3;
        background-color: rgba(155, 155, 155, .5);
    }

    .single-doctor .dr-tabs li:nth-child(2n+3) {
        left: 16.66%;
        z-index: 2;
        background-color: rgba(155, 155, 155, .3);
    }

    .single-doctor .dr-tabs li:nth-child(2n+4) {
        left: 25%;
        z-index: 1;
        background-color: rgba(237, 237, 237, 1);
    }

    .single-doctor .dr-tabs li.active {
        z-index: 6;
        color: #FFFFFF;
        background-color: #3d7edb;
        opacity: 1;
        text-align: center;
    }

    .single-doctor .dr-tabs li.active:hover {
        background-color: #3d7edb;
        color: #ffffff;
    }

    .single-doctor .dr-tabs li.active:after {
        display: none;
    }

    .single-doctor .dr-tabs li.active .next {
        height: 25px;
        display: inline-block;
        float: right;
        cursor: pointer;
        padding: 0 5px;
    }

    .single-doctor .dr-tabs li.active .next:before {
        font-family: 'entypo2';
        display: inline-block;
        color: #fff !important;
        content: '\e800';
        font-size: 1.3em;
        line-height: 1;
    }
    .single-doctor .dr-tabs li.active .prev {
        height: 25px;
        display: inline-block;
        float: left;
        cursor: pointer;
        padding: 0 5px;
    }

    .single-doctor .dr-tabs li.active .prev:before {
        font-family: 'entypo2';
        display: inline-block;
        color: #fff !important;
        content: '\e803';
        font-size: 1.3em;
        line-height: 1;
    }

    .single-doctor .dr-tabs li.active + li.tab {
        background-color: rgba(237, 237, 237, .5);
    }

    .single-doctor .doctor-photo {
        float: none;
        text-align: center;
        padding:0;
    }

    .single-doctor .doctor-photo img {
        float: none;
    }

    .single-doctor .single-doctor-container .doctor-description {
        margin-top: 15px;
        padding: 0 30px;
    }

    .single-doctor .single-doctor-container .doctor-description > .dr_specialty:after {
        height:1px ;
        margin-top:10px;

    }
    .single-doctor .type-doctor {
        padding-right: 0;
    }

    .single-doctor .single-doctor-container .dr-specialties {
        padding: 0 30px;
    }
    .drfeedback .feedback-box{
        width:100%;
        flex-wrap: wrap;
        padding:30px;
    }
    .drfeedback .feedback-box .text{
        width:100%;
        margin-bottom:30px;
    }

    .drfeedback .feedback-box .button.green{
        width:100%;
    }
}

@media screen and (min-width: 40.063em) {
    .doctor-description .alt-button-2 {
        float: left;
        margin-top: 5px;
        width: 268px;
    }
}

/* Blog ======================================
 * ===========================================
 * ==========================================*/

.blogtop1 {
    background-size: cover;
    height: 364px;
    width: 594px;
}

.blogtop1 h1 {
    background-color: #fff;
    color: #3d7edb;
    float: left;
    font-size: 2em;
    letter-spacing: 5px;
    margin-top: 260px;
    padding: 20px 60px 20px 40px;
    text-transform: uppercase;
}

.blogtop2 {
    background-size: cover;
    height: 174px;
    width: 371px;
}

.blogtop2 h1 {
    background-color: #fff;
    color: #3d7edb;
    float: right;
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-top: 110px;
    padding: 8px 20px 3px 100px;
    text-transform: uppercase;
}

.blogtop3 {
    background-size: cover;
    height: 174px;
    margin-top: 20px;
    width: 371px;
}

.blogtop3 h1 {
    background-color: #fff;
    color: #3d7edb;
    float: right;
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-top: 110px;
    padding: 8px 20px 3px 100px;
    text-transform: uppercase;
}

.blogtop2,
.blogtop3 {
    margin-left: 40px;
}

.blogoverlay {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.blogtop1:hover .blogoverlay,
.blogtop2:hover .blogoverlay,
.blogtop3:hover .blogoverlay {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.date-and-meta .date {
    font-family: 'universltstd47lightcondensed';
    margin-top: 40px;
    text-align: center;
}

.day,
.month {
    color: #3d7edb;
    font-size: 2em;
    margin: 20px 0;
}

.year {
    color: #9a9a9a;
    font-size: 1.7em;
    margin: 15px 0;
}

.date span {
    display: block;
}

.post-listing {
    margin: 40px 0;
}

.blog-icons {
    color: #9a9a9a;
    font-family: 'entypo2';
    font-size: 1.3em;
    line-height: 1.9em;
    margin: -20px 0 0;
    padding: 30px 10px;
}

.author,
.comments,
.tags {
    display: block;
}

.post-meta {
    text-align: center;
}

.meta-tag {
    clear: left;
}

.share-module {
    margin: 15px 0 20px;
}

.post-nav ul li {
    list-style: none;
    display: inline-block;
}

.post-nav ul li a {
    background-color: #3d7edb;
    border-left: solid 1px #5594be;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    height: 50px;
    line-height: 1.2em;
    padding-top: 0;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

.post-nav a,
.post-nav ul li a {
    border: solid 2px #3d7edb;
    background-color: white;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    margin: 30px 0;
    padding: 1rem 2rem 1.0625rem 2rem;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
}

.post-nav a:hover,
.post-nav ul li a:hover {
    background-color: #3d7edb;
    color: #fff;
}

.post-nav ul {
    margin-left: 0em;
}

.post-nav ul li {
    vertical-align: middle;
}

.post-nav ul li b {
    font-size: 1.2em;
    margin-right: 30px;
}

.pagination-pages {
    clear: both;
    margin: 50px 0;
    color: black;
}

.pagination-pages a {
    clear: both;
    color: black;
    border: 1px solid #3d7edb;
    margin: 0 auto 20px;
    padding: 10px 10px;
    position: relative;
}

.pagination-pages a:hover {
    background-color: #3d7edb;
    color: white;
}

.prev-page-post {
    float: left;
}

.next-page-post {
    float: right;
}

.image-and-description {
    padding: 0 30px;
}

.image-and-description img {
    margin-bottom: 20px;
}

.image-and-description p {
    padding-bottom: 0px;
}

.date .post-meta span {
    display: inline-block;
}

.date .author,
.date .comments,
.date .tags {
    height: 20px;
}

.post-categories {
    display: none;
}

.single-post .nav-links div {
    padding: 5px 0;
}

#post-1465 .large-4.columns.experts {
    margin: 0px 25px 40px 0;
    padding-left: 0;
}

@media screen and (min-width: 500px) {
    .post-meta {
        width: 155px;
    }
}

@media screen and (max-width: 70em) {
    .post-meta {
        margin: 0 auto 20px;
        padding-right: 40px;
        text-align: center;
        width: 195px;
    }
}

@media screen and (min-width: 1225px) and (max-width: 1300px) {
    .shrink-blogtop {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .blogtop2,
    .blogtop3 {
        margin-left: 50px;
    }

    .shrink-blogtop .large-10 {
        padding-left: 2.9%;
    }
}

@media screen and (min-width: 1175px) and (max-width: 1225px) {
    .shrink-blogtop {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .blogtop2,
    .blogtop3 {
        margin-left: 65px;
    }

    .shrink-blogtop .large-10 {
        margin-left: -1%;
        padding-left: 1%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1175px) {
    .shrink-blogtop {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .blogtop2,
    .blogtop3 {
        margin-left: 150px;
    }

    .shrink-blogtop .large-10 {
        padding-left: 0;
        margin-left: -3%;
    }
}

@media screen and (max-width: 1040px) {
    .blogtop1 h1 {
        margin-top: 160px;
    }

    .blogtop1 {
        background-size: cover;
        height: 264px;
        width: 100%;
    }

    .blogtop2,
    .blogtop3 {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .blogtop1 {
        height: 264px;
        margin-top: 0px;
        width: 100%;
    }

    .blogtop2 {
        display: none;
    }

    .blogtop3 {
        display: none;
    }

    .blog-top1 h1 {
        margin-top: 160px;
    }

    .image-and-description img {
        margin-top: 30px;
    }
}

/* Joyride ===================================
 * ===========================================
 * ==========================================*/

.joyride-tip-guide p {
    color: #efefef;
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    color: #009b49;
}

.joyride-content-wrapper {
    background-color: #3b3b3b;
}

.joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #3b3b3b;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
    border-color: #3b3b3b !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
}

/* Conference =================================
 * ===========================================
 * ==========================================*/

.conference-mailer {
    background-color: #3d7edb;
    color: #fff;
    margin: 30px 0;
    padding: 30px;
}

.conference-mailer h4 {
    color: #fff;
    font-size: 1.1em;
    margin: 0 0 20px 0;
    max-width: 70%;
    text-transform: uppercase;
}

.conference-mailer .button {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 30px 0 0;
    padding: 10px;
}

.conference-mailer .button:hover {
    background-color: rgba(255, 255, 255, .2);
}

.conference-map {
    margin: 30px 0;
}

.event-title {
    text-align: center;
}

.event-date {
    font-size: 1.1em;
    font-weight: 100;
}

.events-content h3 {
    display: block;
    clear: both;
    color: #3d7edb;
    margin: 30px 0;
}

.agenda-items span {
    display: block;
    margin: 20px 0;
}

.conference-speaker img {
    display: block;
    padding: 0 0 30px;
}

.conference-speaker {
    line-height: 1.5em;
    min-height: 240px;
    padding: 10px;
}

.conference-speaker hr {
    width: 70%;
}

.support {
    line-height: 1.2em;
}

.speaker-description {
    padding: 0 20px 0 0;
}

.tuemain {
    border-bottom: 1px solid #efefef;
    clear: both;
    display: block;
    margin-top: 30px;
    padding: 15px 0 10px 0;
}

.tuemain:first-child {
    padding: 0 0 10px;
}

.tuesub {
    margin-left: 30px;
}

.tuesdconf .large-9 {
    border-left: 1px solid #efefef;
}

.tuesdconf .large-9 p {
    padding-left: 30px;
}

.tuewrap {
    clear: both;
    display: block;
    padding: 0;
}

.current-seminar-block .overlay {
    color: #fff;
    margin-top: -212px;
}

.darkness-banner {
    background: rgba(0, 0, 0, .25);
    padding-top: 8%;
    padding-bottom: 17%;
    padding-left: 40px;
}

.full-page-header .darkness-banner {
    padding-bottom: 13.5%;
}

@media screen and (max-width: 40em) {
    .tues-page-header h1 {
        font-size: 1.6em;
    }

    .darkness-banner {
        background: rgba(0, 0, 0, .25);
        padding-top: 8%;
        padding-bottom: 3%;
        padding-left: 20px;
    }

    .tues-page-header hr {
        border-top: 2px solid #fff;
        margin: 10px auto;
        width: 92%;
    }
}

@media screen and (max-width: 80em) {
    .tues-page-header h1 {
        width: 90%;
    }
}

@media screen and (min-width: 700px) {
    .event-title {
        font-size: 20px;
        margin: 10px auto 0;
        padding-bottom: 10px;
        width: 66%;
    }

    .event-title h1 {
        color: #3d7edb;
        font-size: 2.3em;
    }
}

@media screen and (min-width: 1300px) {
    .tile-block {
        padding: 0;
    }
}

@media screen and (max-width: 40em) {
    .tuesdconf .large-9 {
        border-left: none;
    }
}

/* Services ==================================
 * ===========================================
 * ==========================================*/

.services-button {
    background-color: #3d7edb;
    font-family: 'universltstd47lightcondensed';
    font-size: 2.5em;
    margin-top: -65px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
}

.services-panel h3 a {
    color: white;
}

.panel-link-services {
    margin-top: 40px;
}

.services-secondhead {
    margin-top: 40px;
    padding: 0 21px 0 0;
}

.service-button {
    background-color: #f0f0f0;
    color: #444444;
    display: block;
    line-height: 1.4em;
    margin-bottom: 30px;
    padding: 30px 50px;
    text-align: center;
    width: 312px;
}

.service-button:hover {
    background-color: #009b49;
    color: white;
}

.service-button .service-icon {
    display: none;
}

.service-button:hover .service-icon {
    bottom: 60px;
    display: inline-block;
    font-family: 'entypo2' !important;
    font-size: 2em !important;
    position: absolute;
    right: 50px;
}

.service-images {
    width: 100%;
}

.unique-programs {
    margin: 30px 0;
}

@media screen and (max-width: 1100px) {
    .services-secondhead {
        padding: 0;
    }

    .services-secondhead img {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .services-button {
        font-size: 1.4em;
    }
}

/* Dropdown ==================================
 * ===========================================
 * ==========================================*/

.f-dropdown.content ul li {
    float: none;
}

.open {
    left: 600px !important;
    position: absolute;
    top: 206px;
}

@media screen and (max-width: 1100px) {
    .open {
        left: 400px !important;
        position: absolute;
        top: 206px;
    }
}

@media screen and (max-width: 600px) {
    .open {
        left: 10px !important;
        position: absolute;
        top: 406px;
    }
}

/* Shrink ====================================
 * ===========================================
 * ==========================================*/

@media screen and (max-width: 500px) {
    .shrink {
        margin-left: -50px;
        margin-top: -60px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media screen and (min-width: 500px) and (max-width: 700px) {
    .shrink {
        margin-left: 0px;
        margin-top: -60px;
        margin-bottom: 20px;
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media screen and (min-width: 500px) and (max-width: 700px) {
    .shrink {
        margin-left: 0px;
        margin-top: -60px;
        margin-bottom: 20px;
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media screen and (max-width: 500px) {
    .shrink {
        margin-left: -50px;
        margin-top: -60px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .shrink {
        margin-top: -29px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

.shrink-blogtop .blogoverlay {
    position: relative;
}

.shrink-blogtop .blogoverlay > h1 {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    bottom: 10px;
    left: 0;
    line-height: 1em;
    margin-right: 20px;
    padding: 20px 40px;
    position: absolute;
}

.shrink-blogtop .blogoverlay span {
    display: inline-block;
    font-size: .5em;
    margin-bottom: -10px;
}

.shrink-blogtop .large-5 .blogoverlay > h1 {
    bottom: 15px;
    left: auto;
    margin: 0 0 0 15px;
    padding: 10px 20px;
    right: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1084px) {
    .shrink {
        position: absolute;
        top: 56px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (min-width: 863px) and (max-width: 1000px) {
    .shrink {
        position: absolute;
        top: 26px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (min-width: 763px) and (max-width: 863px) {
    .shrink {
        left: -10px;
        position: absolute;
        top: -10px;
        -webkit-transform: scale(0.78);
        -moz-transform: scale(0.78);
        -ms-transform: scale(0.78);
        transform: scale(0.78);
    }
}

@media screen and (min-width: 700px) and (max-width: 762px) {
    .shrink {
        left: -25px;
        position: absolute;
        top: -35px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media screen and (min-width: 640px) and (max-width: 700px) {
    .shrink {
        left: -35px;
        position: absolute;
        top: 10px;
        -webkit-transform: scale(0.65);
        -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65);
    }
}

/* Experts ===================================
 * ===========================================
 * ==========================================*/

.experts li {
    list-style: none;
}

.experts a img {
    height: auto;
    width: 100%;
}

.experts {
    display: block;
    float: left;
    height: 350px;
    margin: 25px 0;
}

.experts:last-child {
    float: left !important;
}

.expert-sidebar .our-experts .expert-name {
    background-color: #f0f0f0;
    color: #444444;
    display: block;
    line-height: 1.4em;
    margin: 0;
    padding: 20px 10px;
    text-align: left;
    width: 100%;
}

.experts .expert-name {
    background-color: #f0f0f0;
    color: #444444;
    display: block;
    font-family: 'Open Sans';
    line-height: 1.4em;
    margin: 0;
    padding: 20px 10px;
    text-align: left;
    width: 100%;
}

.our-experts {
    list-style: none !important;

}

.expert-sidebar ul li {
    list-style: none;
}

.experts .expert-name:hover {
    background-color: #009b49;
    color: white;
}

.experts .name-only {
    background-color: transparent;
    display: block;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0px 0;
    padding: 0px !important;
}

.view-all {
    clear: both;
    display: block;
    margin: 20px 0;
}

.single .experts {
    height: 370px;
    margin: 0px 40px 20px 0;
}

.page-template-default .experts {
    min-height: 370px;
    margin: 0px 40px 40px 0;
}

@media screen and (min-width: 60em) {
    .buffer {
        clear: both;
        display: block;
        height: 40px;
    }

    .buffer2 {
        clear: both;
        display: block;
        height: 30px;
    }

    .view-all {
        margin: 0 auto;
        padding: 10px 0;
        width: 250px;
    }

    .learn-more {
        float: left;
        padding: 15px 20px;
        text-align: left;
        width: 150px;
    }

    .learn-more:hover {
        float: left;
        padding: 15px 20px;
        text-align: left;
        width: 150px;
    }

    .view-all:hover {
        margin: 0 auto;
        padding: 10px 0;
        width: 250px;
    }
}

@media screen and (max-width: 1024px) {
    .experts {
        height: auto;
    }
}

/* Activity ==================================
 * ===========================================
 * ==========================================*/

.single-activity h3 {
    color: #3d7edb;
    margin: 20px 0;
    text-transform: uppercase;
}

.single-activity h4 {
    clear: both;
    margin: 20px 0;
    text-transform: uppercase;
}

.single-activity .mini-dr-block h4 {
    margin: 0 0 5px;
    text-transform: uppercase;
}

.single-activity .current-seminar-block .overlay {
    color: #fff;
    margin-top: -193px;
}

.single-activity .current-seminar-block .overlay h6 {
    font-size: 1.4em;
    height: 30px;
    text-transform: uppercase;
}

.single-activity .overlay .button {
    background-color: #009b49;
    margin-top: 10px;
}

.single-activity .overlay .button:hover {
    background-color: #3d7edb;
    margin-top: 10px;
}

.single-activity .overlay p {
    height: 92px;
    line-height: 1.1em;
    padding: 0 20px 20px;
}

/* WP Core ===================================
 * ===========================================
 * ==========================================*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Leadership ================================
 * ===========================================
 * ==========================================*/

#leaders .experts {
    height: auto;
    margin: 12.5px 0;
}

#leaders > .row {
    margin-top: 25px;
}

.leaders-wrap {
    background-color: #f0f0f0;
    display: inline-block;
}

.leaders-wrap.hover:hover {
    background-color: #009b49;
}

.leaders-wrap p {
    color: #444444;
    margin-bottom: 5px !important;
}

.leaders-wrap.hover:hover p {
    color: #FFFFFF;
}

.leaders-wrap .row > .small-4.columns {
    padding-right: 0;
}

.leaders-wrap .row > .small-8.columns {
    padding: 6px 0px 0px 7.5px;
    width: 60%;
}

/* Careers ===================================
 * ===========================================
 * ==========================================*/

.career-content {
    padding-top: 20px;
}

.career-content h3 {
    font-size: 2em;
    line-height: 1.2em;
}

.blue-block h5 {
    color: white;
    font-family: 'Open Sans';
    font-size: 1.2em;
    font-weight: 700;
}

.career-content .blue-block h3 {
    color: white;
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.blue-block ul li a {
    color: white;
    text-decoration: underline;
}

.career-content .button {
    background-color: #009b49;
    color: white;
    margin: 20px 0 10px 0;
}

.career-content .button:hover {
    background-color: #009b49;
}

.career-content h3 {
    float: left;
    font-size: 2.5em;
    font-weight: bold;
    color: #565656;
}

.page-template-completedresearch .career-content h3 {
    float: none;
    font-size: 1.5em;
}

.career-content ul.jobs-list {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}

.career-content ul.jobs-list + h3 {
    margin-top: 40px;
}

.career-content ul.jobs-list li {
    display: block;
    width: 100%;
    list-style: none;
    float: left;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #3d7edb;
}

.career-content ul.jobs-list li:last-child {
    border-bottom: none;
}

.career-content ul.jobs-list li .list-group {
    float: left;
}

.career-content ul.jobs-list li .list-group a {
    display: block;
    float: left;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.career-content ul.jobs-list li .list-group a:hover span {
    color: #009b49;
}

.career-content ul.jobs-list li .list-group a span {
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #3d7edb;
    font-weight: bold;
    clear: left;
    line-height: 1.2;
    margin-bottom: 5px;

}

.career-content ul.jobs-list li .list-group span.job-title {
    display: inline-block;
    float: left;
    clear: left;
    font-size: 18px;
    color: #3d7edb;
    line-height: 1.2;
    font-weight: lighter;

}

.career-content ul li a.featured-button {
    display: inline-block;
    float: right;
    clear: none;
    color: #FFF;
    background-color: #3d7edb;
    padding: 1rem 2rem;
    line-height: 1;
}

.career-content ul li a.featured-button:hover {
    display: inline-block;
    float: right;
    clear: none;
    background-color: #009b49;
}

.featured-button.single-job {
    color: #FFF;
    background-color: #3d7edb;
    padding: 1rem 2rem;
    line-height: 1;
}

.featured-button.single-job:hover {
    background-color: #009b49;
}

@media screen and (max-width: 768px) {
    .career-content h3 {

    }

    .career-content ul.jobs-list li {
    }

    .career-content ul.jobs-list li .list-group {
        width: 100%;
    }

    .career-content ul li a.featured-button {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
}

.career-content.career-text {
    padding-top: 0px;
}

.career-content.career-text h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #565656;
    margin-bottom: 0;
}

.career-content.career-text p {
    font-size: 1.2rem;
    color: #565656;
    font-weight: light;
}

/* Grid ======================================
 * ===========================================
 * ==========================================*/

.grid-only,
.list-only {
    display: none;
}

.grid-view-wrap .grid-only {
    display: block;
}

.date-meta {
    font-size: .8em;
    margin-bottom: 3px;
}

.cat-meta .blog-icons {
    font-size: 1.5em;
    padding-left: 0px;
}

.cat-meta .meta-tag a {
    font-size: .8em;
}

.grid-view-wrap > .post {
    display: block;
    float: left;
    position: relative;
    width: 33%;
}

.grid-view-wrap .share-module {
    display: none;
}

.grid-view-wrap h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.grid-view-wrap .p-excerpt {
    margin-top: 5px;
    margin-bottom: 5px;
}

.grid-view-wrap .image-and-description img {
    width: 100%;
    display: block;
}

.grid-view-wrap .date-and-meta {
    display: none;
}

.grid-view-wrap .large-9 {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .grid-view-wrap > .post {
        display: block;
        width: 49%;
    }
}

@media only screen and (max-width: 640px) {
    .grid-view-wrap > .post {
        display: block;
        width: 100%;
    }
}

/* IE ========================================
 * ===========================================
 * ==========================================*/

.top-bar {
    background: none !important;
}

/*.slick-slider {*/
/*    background: url(/wp-content/uploads/2014/10/homepage-slider_pain-program_expanded-isolated.jpg) !important;*/
/*}*/

.slider2 {
    background: none !important;
}

.home .slider2 .slick-next, .home .slider2 .slick-prev {
    display: none !important;
}

#btn-main-search-button {
    background-color: white \9;
    color: white \9;
}

#main-search-form INPUT[type='text'] {
    height: 49px \9;
    margin-right: -5px \9;
}

.logo {
    background-color: white \9 !important;
}

.top-bar-section .menu-item a {
    padding: 30px 10px \9;
}

.ie8 .overlay h6 {
    line-height: 1em;
}

.ie8 .overlay {
    margin-top: -201px;
}

/* Unused??? =================================
 * ===========================================
 * ==========================================*/

.building {
    margin-top: 40px;
}

.tuesh3 {
    clear: both;
    color: #3d7edb;
    display: block;
    padding: 0 0 30px;
}

#hover1 {
    padding: 2px !important;
}

@media screen and (min-width: 45em) and (max-width: 948px) {
    #hover1 {
        width: 200px;
    }
}

#hover1 hr {
    border: 1px solid #009b49;
}

#hover1 ul {
    margin-bottom: 20px !important;
}

#hover1 li:not(.has-form) a:not(.button) {
    background-color: white;
    border-left: none;
    color: black;
    font-size: 1em;
    height: 10px;
    line-height: 1.2em;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

#hover1 li:not(.has-form) a:not(.button):hover {
    color: #444444;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#hover1 li {
    border-left: 3.5px solid #ebebeb;
    list-style: none;
    margin: 10px 0;
    padding: 7px 0 7px 15px;
}

#hover1 ul li:hover {
    border-left: 3px solid #009b49;
}

#hover1 li a {
    color: #444;
}

#hover1 li a:hover {
    color: #009b49;
}

#hover1 .top-bar-section #menu-main-menu li:after {
    border: none;
}

.list-or-grid {
    float: right;
    padding: 80px 0;
}

.list-or-grid a {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}

.list-or-grid a:hover {
    border-color: #000;
}

.page-template-templatecontact-php .overlay .button {
    margin-top: 0px;
}

.page-template-templatecontact-php .first-of-two {
    margin-top: 40px !important;
}

.page-template-templatecontact-php .overlay {
    margin-top: -233px;
}

.page-template-templatefeedback-php .right-sidebar {
    padding-top: 30px;
}

.page-template-templatefeedback-php .right-sidebar .overlay h6 {
    height: 30px;
    margin-top: 41px;
}

.page-template-templatetuesday-conference-php .right-sidebar .overlay h6 {
    height: 30px;
    margin-top: 41px;
}

.page-template-templatetuesday-conference-php .right-sidebar .bigbtn {
    margin: 30px 0 40px 0;
}

.page-template-templatetuesday-conference-php .right-sidebar .conference-mailer {
    margin: 20px 0;
}

@media screen and (min-width: 50em) {
    .page-template-templatetuesday-conference-php .right-sidebar {
        padding-top: 40px
    }

    .page-template-templateregistration-php .wpcf7 {
        padding: 0px 150px;
    }
}

.page-template-templateosm-conference-php .tabs {
    margin-left: -16px;
}

.page-template-templateosm-conference-php .paddingtwenty {
    padding-top: 40px;
}

.page-template-templateosm-conference-php .paddingtwenty .bigbtn {
    margin: 10px 0 40px 0;
}

.page-template-templateosm-conference-php .paddingtwenty iframe {
    margin: 30px 0;
}

.type-doctor {
    padding-left: 0;
}

@media screen and (min-width: 1000px) {
    #wp-calendar {
        margin-left: -11%;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        width: 100%;
    }
}

.drh4 {
    margin: 30px 0 10px 0 !important;
    text-transform: uppercase;
}

.feedbackauthor {
    display: block;
    font-weight: 600;
    margin: 20px 0;
}

.tax-bodypart h4 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.mini-dr-block select {
    color: #cccccc
}

.mini-dr-block p {
    color: white;
}

.mini-dr-block h4 {
    color: white;
    font-size: 1.2em;
}

.mini-dr-block .styled-select select {
    background: transparent;
    width: 100%;
}

.mini-dr-block .styled-select {
    width: 100%;
}

.layout-buttons-wrap,
.post-nav ul {
    display: inline-block;
    width: 60%;
}

.layout-buttons-wrap,
.post-nav ul li {
    display: inline-block;
}

.layout-buttons-wrap {
    width: 30%;
}

.layout-buttons-wrap .text-desktop {
    display: inline-block;
}

.condition-text {
    display: block;
    padding: 20px;
}

@media screen and (max-width: 700px) {
    .layout-buttons-wrap {
        display: none;
    }

    .post-nav ul {
        display: block;
        width: 100%;
    }

    .post-nav ul li a {
        display: block;
        margin: 10px 0;
        width: 100%;
    }

    .post-nav a:hover,
    .post-nav ul li a:hover {
        display: block;
        margin: 10px 0;
        width: 100%;
    }

    .post-nav ul li {
        display: block;
    }
}

#blog-search-form-wrap {
    clear: both;
    margin-top: -20px;
    margin-bottom: -34px;
    position: absolute !important;
}

.glossary_header {
    display: block;
    font-weight: 700;
    margin: 30px 0;
}

.single-service .entry-meta {
    display: none;
}

.single-service .entry-footer {
    display: none;
}

.single-service .post-navigation {
    display: none;
}

.single-service .comments-area {
    display: none;
}

#blog-search-form-wrap {
    display: none;
}

.search-results,
.search-no-results {
    background-color: white;
    color: inherit;
    float: none;
    margin-top: 0;
    padding: 0;
}

.content-11 {
    padding: 30px 0 !important;
}

/* Misc ======================================
 * ===========================================
 * ==========================================*/

.clickable {
    background-color: white;
    border: solid 2px #3d7edb;
}

.clickable:hover {
    background-color: #3d7edb;
    border: solid 2px #3d7edb;
    color: #fff;
}

#wen_block_widget-5 {
    clear: both;
    display: block;
    position: relative;
    z-index: 0;
}

.widget_wen_button_widget {
    position: relative;
    z-index: 1;
}

.tinypro {
    height: 120px !important;
    margin: 5px 0 !important;
    padding: 0;
}

.tinypro a img {
    float: left;
    width: 120px;
}

.tinypro .expert-name {
    float: left;
    height: 120px;
    padding: 4px 5px;
    width: 173px;
}

.rschlnk {
    cursor: pointer;
    text-decoration: underline;
}

.rshpro {
    line-height: 27px;
    margin-right: 3px;
}

/**
    * JS CUSTOM CSS
    **/

/* Home Page */
.home.page .slider hr {
    visibility: hidden;
}

.find-a-doctor-panel .drslidewrap {
    margin-left: 30px;
}

.find-a-doctor-panel .dr-title {
    line-height: 1.2;
}

.tile-block .overlay p {
    line-height: 1.3;
}

/* Body Parts & Activities Provider Elements */
ul.our-experts {
    margin-left: 0;
}

ul.our-experts .tinypro {
    font-size: .9em;
}

ul.our-experts .tinypro .expert-name {
    width: 185px;
}

ul.our-experts .tinypro .name-only {
    font-size: 1.1em;
}

/* Activities Provider Elements */
.activity .experts-sidebar {
    padding: 0;
    left: 15px;
}

.activity .experts-sidebar .our-experts h4 {
    position: relative;
    top: 18px;
}

/* Provider Shortcodes */
.page-template-default .experts {
    margin: 25px 0; /* get rid of wide margin so that elements fit three-up on page */
}

.tax-bodypart h4 {
    text-transform: capitalize;
}

/* edits to research page 11/17/2014 JCP */
.filters-list .chevron {
    list-style-image: url('/wp-content/themes/tria/img/chev.png')
}

/* edits to all providers page 11/21/2014 JK */
.page-template-templateall-providers-php .providers-wrap > h3 {
    clear: both;
}

.page-template-templateall-providers-php .our-experts > .tinypro {
    min-width: 295px;
}

/* edits to find a provider page 11/22/2014 JK */
.page-template-templatefind-a-doctor-php .experts {
    width: 100%;
    min-height: 370px;
    max-width: 420px;
}

/* edits to blog page 11/22/2014 JK */
#blog-content-wrap .image-and-description img.placeholder {
    display: none;
}

#blog-content-wrap .image-and-description img.placeholder + .share-module + h3 {
    margin-top: 36px;
}

.contact-number {
    color: white !important;
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
    .slide .row {
        height: 450px;
    }
}

@media screen and (min-width: 703px) and (max-width: 1094px) {
    .services-panel {
        width: 50%;
    }

    .findadrsmall {
        width: 41.66667%;
    }

    .drslidewrap {
        width: 50%;
    }

    .find-a-doctor-panel {
        height: 385px;
        width: 66.66667%;
    }

    .contact-panel,
    .services-panel,
    .findadrsmall {
        color: #fff;
        padding: 20px;
    }

    .contact-panel .alt-button {
        font-size: .9em;
        padding: 11.5px 5px;
    }

    .find-a-doctor-panel .alt-button {
        display: inline-block;
        font-size: .9em;
        margin-top: 0px;
        padding: 13.5px 5px;
    }

    .contact-panel {
        width: 33.33333%;
    }

    .date-and-meta {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: left;
    }
}

@media screen and (min-width: 568px) and (max-width: 1024px) {
    .thirtypadfull {
        padding: 20px;
    }

    .date-and-meta .date {
        display: inline-block;
        font-family: 'universltstd47lightcondensed';
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: left;
    }

    .date span {
        display: inline-block;
    }

    .post-meta {
        text-align: left;
        display: inline-block;
        width: auto;
        margin: 0 auto;
        padding: 0 20px;
        margin-bottom: 0px;
    }

    .date-and-meta hr {
        display: none;
    }

    .date span {
        display: inline-block;
    }

    .author,
    .comments,
    .tags {
        display: inline-block;
    }

    .day, .month {
        color: #3d7edb;
        margin: 20px 0;
        font-size: 1.7em;
    }

    .post-listing .image-and-description {
        padding: 0 17px;
    }

    .post-listing {
        margin: 0;
    }

    #blog-content-wrap .image-and-description img.placeholder + .share-module + h3 {
        margin-top: 0px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
    .sidebarblock {
        display: inline-block;
        padding: 20px;
        vertical-align: top;
        width: 45%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1224px) {
    .full-page-header h1 {
        color: #fff;
        font-size: 2.2em;
        letter-spacing: 7px;
        line-height: 1.1em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .full-page-header h1 {
        float: left;
        width: 70%;
    }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
    .full-page-header h1 {
        color: #fff;
        font-size: 1.9em;
        letter-spacing: 7px;
        line-height: 1.1em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .full-page-header h1 {
        float: left;
        width: 90%;
    }

    .large-10 {
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {
    ul.our-experts {
        margin-left: 20% !important;
    }

    ul.our-experts h4,
    ul.our-experts hr {
        margin-left: -20% !important;
    }

    .full-page-header h1 {
        color: #fff;
        font-size: 1.5em;
        letter-spacing: auto;
        line-height: 1em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 500px) {
    ul.our-experts {
        margin-left: 7% !important;
    }

    ul.our-experts h4,
    ul.our-experts hr {
        margin-left: -7% !important;
    }

    .full-page-header h1 {
        color: #fff;
        font-size: 1.5em;
        letter-spacing: auto;
        line-height: 1em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .services-panel {
        height: 545px;
    }

    .addrwrap {
        width: 100% !important;
    }

    .cl_sched_right {
        display: inherit !important;
        float: none !important;
        padding: 0 !important;
    }

    .addrblock {
        display: block !important;
        text-align: center;
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    .full-page-header h1 {
        float: left;
        width: 90%;
    }

    .full-page-header .darkness-banner {
        padding-bottom: 5px;
    }

    .full-page-header hr {
        border-top: 2px solid #fff;
        margin: 20px 0;
        padding-left: 20px;
        width: 92%;
    }
}

.speaker-gravatar {
    width: 199px;
}

.ie .speaker-gravatar {
    width: auto;
}

ul.our-experts .tinypro,
.experts.tinypro.shortcode {
    min-width: 305px;
}

.experts.tinypro.shortcode .expert-name {
    width: 185px;
}

.single-osm-conf .conference-speaker.large-3.first-col,
.single-custom-conf .conference-speaker.large-3.first-col {
    clear: both;
}

.single-osm-conf .conference-speaker img,
.single-custom-conf .conference-speaker img {
    padding: 0 0 15px;
}

.ie.single-osm-conf .conference-speaker img,
.ie.single-custom-conf .conference-speaker img {
    width: auto !important;
}

.ie8 .top-bar-section ul li > a {
    font-size: 13px;
}

.ie8 .top-bar-section ul li.has-button > a {
    padding-bottom: 11px !important;
}

.ie8 .top-bar-section ul li > a.button:before {
    font-size: 25px;
}

.ie8 .slick-dots li button {
    height: 20px;
    padding-bottom: 20px;
}

.page-template-cme-page .right-sidebar {
    padding-top: 30px !important;
}

.page-template-cme-page .right-sidebar .gform_wrapper .gform_heading {
    width: 100%;
}

.page-template-cme-page .right-sidebar .gform_description {
    font-size: 12px;
    line-height: 20px;
}

.page-template-cme-page .right-sidebar .gform_wrapper .ginput_complex .ginput_left,
.page-template-cme-page .right-sidebar .gform_wrapper .ginput_complex .ginput_right {
    width: 100%;
}

.page-template-cme-page .right-sidebar .gform_wrapper .ginput_complex .ginput_left input[type="text"],
.page-template-cme-page .right-sidebar .gform_wrapper .ginput_complex .ginput_right input[type="text"] {
    width: 100% !important;
}

.page-template-cme-page .right-sidebar .gform_wrapper .ginput_complex .ginput_right input[type="text"] {
    margin-bottom: 2px;
}

/*LOCATION PAGES------------------------*/
.page-template-landing-page.location-title-section .large-7 {
    padding-top: 25px;
}

.page-template-location-page .page-template-landing-page .landing-right-column .alt-button-2 {
    border-color: #3d7edb;
    background-color: #3d7edb;
    color: #fff;
}

.page-template-location-page .page-template-landing-page .landing-right-column .hours .alt-button-2 {
    background-color: #fff;
    color: #444;
}

.page-template-location-page .page-template-landing-page .landing-right-column .hours .alt-button-2:hover {
    background-color: #3d7edb;
    color: #000;
}

.page-template-location-page .page-template-landing-page .phone-box p {
    font-family: 'universltstd47lightcondensed';
    font-size: 1.8em;
    font-weight: bold;
    padding-left: 65px;
    text-align: left;
}

.page-template-location-page .page-template-landing-page .phone-box {
    padding: 40px 0;
}

.page-template-location-page .page-template-landing-page .phone-box span {
    font-size: 0.8em;
}

.page-template-location-page .page-template-landing-page .landing-right-column {
    margin-top: -6em;
}

.page-template-location-page .gform_wrapper {
    margin: -15px 0 0 0;
}

.page-template-location-page .gform_wrapper .gform_heading {
    display: none;
}

.page-template-location-page .mid-foot .gform_wrapper .gform_heading {
    display: block;
}

.page-template-location-page .page-template-landing-page h2 {
    margin: 30px 0 10px;
}

.page-template-location-page .gform_wrapper form {
    padding-bottom: 0;
}

.page-template-location-page .gform_wrapper form #field_2_2 {
    float: right;
    margin-top: -92px;
}

.page-template-location-page .service .alt-button {
    border-color: #444;
    color: #444;
}

.page-template-location-page .service {
    display: block;
    padding: 25px 0;
}

.page-template-location-page .page-template-landing-page .inner-page-header h1 {
    text-transform: none;
}

.page-template-location-page .service p {
    font-size: 1em;
    line-height: 1.4em;
    padding-top: 10px;
}

.page-template-location-page .service .alt-button:hover {
    background-color: rgba(255, 255, 255, .2);
}

.page-template-location-page .hours {
    margin-top: -25px;
}

.cl_sched_right {
    display: inline-block;
    float: right;
    padding-top: 20px;
}

/* CSS Edit August 2016 - TB */

html body .gform_wrapper #input_23_1_3 label, html body .gform_wrapper #input_23_1_6 label, html body .mid-foot .gform_wrapper .ginput_complex label {
    display: none !important
}

/*css addition Snap May 2017 location landing pages*/
.page-template-location-page .page-template-landing-page.location-title-section {
    padding: 0;
}

.page-template-location-page .page-template-landing-page.location-title-section .large-7 img {
    margin-bottom: 40px;

}

.page-template-location-page .page-template-landing-page h1 {
    font-size: 3.375rem;
    color: #3d7edb;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 1.15;
}

.page-template-location-page .page-template-landing-page .location-landing-address p {
    font-size: 1.375rem;
    color: #3d7edb;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 50px;
}

.page-template-location-page .page-template-landing-page .location-landing-address a {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 1em 1.5em;
}

.page-template-location-page .page-template-landing-page.intro-text p {
    font-size: 1.125rem;
    font-family: 'Open Sans', sans-serif;

}

.page-template-location-page .page-template-landing-page .service {
    padding: 25px 15px;
}

.page-template-location-page .page-template-landing-page .service a.alt-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page-template-location-page .page-template-landing-page .service a.alt-button:hover {
    background-color: #3d7edb;
    color: #FFF;
    border-color: #3d7edb;
}

.page-template-location-page .page-template-landing-page .service p {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

.page-template-location-page .page-template-landing-page h2 {
    color: #3d7edb;
    font-size: 2.1875rem;
    text-transform: uppercase;

}

.page-template-location-page .page-template-landing-page h4 {
    color: #222222;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

.page-template-location-page .page-template-landing-page a.alt-button.holiday {

    border-color: #444;
    color: #444;
}

.page-template-location-page .page-template-landing-page a.alt-button.holiday:hover {
    background-color: #3d7edb;
    color: #FFF;
    border-color: #3d7edb;
}

.page-template-location-page .gform_wrapper form #field_2_2 {
    float: right;
    margin-top: 16px;
}

.page-template-location-page .gform_wrapper ul li.gfield.columns {
    clear: none;
}

.page-template-location-page .gform_wrapper #gform_submit_button_2 {
    margin-left: 0.9375em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
    .page-template-location-page .page-template-landing-page h1 {
        line-height: 1.25;
    }

    .page-template-location-page .page-template-landing-page.location-title-section {
        padding: 0 30px;
    }

    .page-template-location-page .page-template-landing-page .location-landing-address a {

        font-size: 2vw;
        max-width: 49%;
        width: 47%;
        padding: 1rem .5rem;
    }

    .page-template-location-page .page-template-landing-page.location-title-section .large-6 img {
        width: 100%;
        max-width: 100%;
    }

    .page-template-location-page .page-template-landing-page .service:nth-child(2n+1) {
        clear: left;
    }

}

@media only screen and (min-width: 64.063em) {
    .page-template-location-page .page-template-landing-page .service:nth-child(2n+1) {
        clear: none;
    }

    .page-template-location-page .page-template-landing-page .service:nth-child(3n+1) {
        clear: left;
    }

    .page-template-location-page .page-template-landing-page .location-landing-address a {
        font-size: 1.1vw;
        max-width: 49%;
        width: 47%;
        padding: 1rem .5rem;

    }

}

.research-content h3 {
    float: none;
    font-size: 1.5em;
}

.page-template-institute-minute .research-content h3.gform_title {
    color: #FFFFFF;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.utility-nav {
    display: flex !important;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.utility-nav input {
    margin-bottom: 0;
}

.utility-nav .vertical-separator {
    border-left: 2px solid #3d7edb;
    margin: 3px 10px;
    font-size: 20px;

}

.utility-nav .phone-number {
    line-height: 1;
    vertical-align: baseline;
}

.utility-nav .phone-number span {
    font-size: 9.5px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
}

.utility-nav .search {
    padding-bottom: 0;
}

.services-panel h4 {
    color: #FFFFFF;
    font-size: 24px;
}

.services-panel ul {
    margin-left: 10px;
}

.services-panel ul li {
    list-style-type: disc;
}

.loc-card {
    margin-bottom: 40px;
}

.direction-button {
    display: block;
    clear: both;
    padding: 15px 10px;
    text-align: left;
    background-color: #FFF;
    border: 4px solid #0166a4;
    color: #0166a4;
    width: 100%;
    cursor: pointer;
    line-height: 1;
    font-size: 28px;
    vertical-align: middle;
    font-family: 'universltstd47lightcondensed', sans-serif;
}

.direction-button:after {
    content: '	\232A';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    font-size: 35px;
    padding-left: 15px;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.direction-button.up:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dirList {
    display: none;
}

.dirList.open {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: block;
}

.dirList ol {
    margin-left: 15px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
/ / This is the aspect ratio height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#youtube-icon {
    padding-right: 40px;
}

.home #youtube-icon:hover path {
    fill: #ffffff;
}

.gform_wrapper #gform_fields_2 .gfield_required {
    display: inline-block;
}

div#accordion div:not(.customPagination) a {
    margin-bottom: 20px;
    display: block;
}

div#accordion div:not(.customPagination) a.rshpro {
    display: inline-block;
}

@media only screen and (min-width: 40.063em) {
    .heightForFixed div#accordion h3.styleParentH {
        font-size: 1.4375rem;
    }
}

@media (max-width: 40.063em) {
    .heightForFixed div#accordion h3.styleParentH {
        font-size: 1.3em;
    }
}

@media (min-width: 64.063em) {
    .heightForFixed .hiddenWidth.visibleWidth {
        width: 16.66667%;
        height: 300px;
        float: left;
    }

    .heightForFixed .fixedSidebar {
        position: fixed;
        top: 0px;
        z-index: 9999999;
        background-color: #fff;
        width: 209px;
        height: 100%;
        overflow: auto;
    }

    .withPaddingLeftAccording {
        padding-left: 20.66667%;
    }

    .heightForFixed .career-content {
        float: right;
    }
}

h3.direction-button {
    margin: 0 0 1.25em;
    padding-bottom: 20px;
}

.feedbackBlueBlock .blue-block h2 {
    color: #fff;
}

div.feedbackBlueBlock .right-sidebar .overlay h2 {
    height: 30px;
    margin-top: 41px;
    color: #fff;
    font-family: 'universltstd47lightcondensed';
    line-height: 1.15em;
    padding: 0 20px;
    font-size: 1.3em !important;
    text-transform: uppercase;
}

div.feedbackBlueBlock .right-sidebar .conference-mailer h2 {
    color: #fff;
    font-size: 1.1em;
    margin: 0 0 20px 0;
    max-width: 70%;
    text-transform: uppercase;

}

#menu-location-header_location {
    margin-right: 30px;
}

ul#menu-header-locations li.menu-item-has-children > a {
    background: url(../img/dropdown-triangle.png) no-repeat 95%/14px #EDEDED;
}

ul#menu-header-locations li a {
    background-color: #EDEDED;
    color: #757575;
    padding: 10px 15px;
    display: inline-block;
    min-width: 225px;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'universltstd47lightcondensed';
    height: 46px;

}

ul#menu-header-locations li ul.sub-menu {
    border: 2px solid #D8D8D8;
}

ul#menu-header-locations li ul.sub-menu li {
    display: block;
    float: none;
}

ul#menu-header-locations li ul.sub-menu li a {
    background-color: #FFFFFF;
    font-size: 20px;
    text-transform: none;
}

ul#menu-header-locations li ul.sub-menu li a:hover {
    color: #3d7edb;
}

li.schedule {
    margin-right: 30px;
}

li.schedule a.schedule-button {
    background-color: #009b49 !important;
    font-family: 'universltstd47lightcondensed';
    padding: 10px 15px !important;
    font-size: 20px !important;
}

/*Provider Page edits 11/2018*/
.provider_print_links .print_link {
    display: inline-block;
    text-align: center;
    color: #3d7edb;
    border: 2px solid #3d7edb;
    padding: 9px 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-family: 'universltstd47lightcondensed';
    font-size: 15px;
}

.provider_print_links .print_link:hover {
    color: #FFFFFF;
    background-color: #3d7edb;
}

.doctor-link {
    position: relative;
    display: block;

}

.doctor-link img {
    width: 100%;
    height: auto;
}

.doctor-link .doctor-title-group {
    display: block;
    text-align: center;
    padding: 15px;
    background-color: #3d7edb;
    color: #ffffff;

}

.doctor-link .doctor-title-group h3 {
    color: #ffffff;
    margin: 0;
    font-size: 24px;
    font-family: 'universltstd47lightcondensed';
}

.doctor-link .doctor-title-group p {
    color: #ffffff;
    margin: 0!important;
    font-size: 12px;
    font-family: 'universltstd47lightcondensed';
}

.doctor-link .doctor-title-group .button {
    display: inline-block;
    position: relative;
    padding: 12px 30px 10px 20px;
    background-color: #009b49;
    text-align: left;
    color: #FFFFFF;
    font-family: 'universltstd47lightcondensed';
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-top:10px;

}
.doctor-link .doctor-title-group .button:after {
    color: rgba(0,0,0,.4) !important;
    font-family: 'entypo2';
    content: '\e800';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}
@media only screen and (min-width: 40.063em) {
    .utility-nav .search {
        padding-top: 0;
    }

    .utility-nav .search input {
        top: 0;
        height: 44px;
        line-height: 44px;
        font-family: 'universltstd47lightcondensed';
    }
    .utility-nav .search #main-search-form input[name="s"] {
        height: 44px;
        line-height: 44px;
        padding: 0px 23px;
    }
    .utility-nav .headerSearch button {
        top: 0;
        height:44px;
        line-height:44px;
    }
}
@media screen and (max-width: 1124px) and (min-width: 768px){
    .utility-nav .search input {

        height: 44px;
        line-height: 44px;

    }
}

@media screen and (max-width: 40.063em) {
    .provider_print_links {
        text-align: center;
    }

    .provider_print_links .print_link {
        width: 90%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

/*CONTACT PAGE */
.contact-left {
    padding-left: 0;

}

.contact-right {
    padding-right: 0;
}

.contact-left .form-container .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0 !important;
}

.contact-left .form-container h2 {
}

.contact-left .sub-text {
    color: #757575;
    font-size: 14px;
}

#map-container iframe {
    width: 100%;
    height: 400px;
    background-color: #e5e5e5;
}

ul.locations {
    padding: 15px;
    margin: 0;
    width: 100%;
    background-color: #EDEDED;
    position: relative;
}

ul.locations:before {
    content: '';
    right: 100%;
    top: 30px;
    position: absolute;
    border-right: 21px solid #ededed;
    border-left: 21px solid transparent;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;

}

ul.locations li.location {
    list-style-type: none;
    margin: 0 0 5px 0;

    background-color: #FFFFFF;
    position: relative;

}

ul.locations li.location:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    border: 7px solid transparent;
    border-top-color: #D8D8D8;
}

ul.locations li.location.active {
    background-color: #3d7edb;
    margin: 0;
    padding-bottom:0px;
}
ul.locations li.location .loc-header-group{
    padding: 15px 30px;
    cursor: pointer;
}
ul.locations li.location.active:after {
    border: 7px solid transparent;
    border-top-color: transparent;
    border-right-color: #FFFFFF;
}

ul.locations li.location img {
    float: left;
    padding-right: 15px;
    width: 25px;
    box-sizing: content-box;
}

ul.locations li.location img.red {
    display: inline-block;
}

ul.locations li.location img.green {
    display: none;
}

ul.locations li.location.active img.green {
    display: block;
}

ul.locations li.location.active img.red {
    display: none;
}

ul.locations li.location h5.name {
    margin: 0;
    display: block;
    color: #757575;
    font-size: 16px;
    font-family: 'universltstd47lightcondensed';
    font-weight: 700;
}

ul.locations li.location.active h5.name {
    color: #FFFFFF;
}

ul.locations li.location p.address {
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
    color: #757575;
    font-size: 16px;
    font-family: 'universltstd47lightcondensed';
    font-weight: 700;
    text-align: left;
    display: inline-block;
    width: 50%;
}

ul.locations li.location.active p.address {
    color: #FFFFFF;
}

ul.locations li.location a.phone {
    color: #757575;
    font-size: 16px;
    text-decoration: none;
    font-family: 'universltstd47lightcondensed';
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0 !important;
}

ul.locations li.location.active a.phone {
    color: #FFFFFF;
}

ul.locations li.location ul.direction-list {
    display: none;
    padding: 15px 40px;
    margin: 0;
    background-color: #3d7edb;

}

ul.locations li.location.active ul.direction-list {
    display: block;
    max-height: 250px;
    overflow-y: auto;
}

ul.locations li.location ul.direction-list li.direction {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

ul.locations li.location ul.direction-list li.direction:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 30px;
    display: block;
    border: 7px solid transparent;
    border-top-color: #FFFFFF;

}

ul.locations li.location ul.direction-list li.direction.active:after {

    border: 7px solid transparent;
    border-top-color: transparent;
    border-right-color: #3d7edb;
}

ul.locations li.location ul.direction-list li.direction h4 {
    margin: 0;
    padding: 15px 60px 15px 30px;
    background-color: rgba(255, 255, 255, .8);
    color: #3b3b3b;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

ul.locations li.location ul.direction-list li.direction.active h4 {
    color: #3d7edb;
    margin-bottom: 5px;
}

ul.locations li.location ul.direction-list li.direction .direction-steps {
    display: none;
    width: 100%;
    margin: -11px 0 0 0;
    background-color: #FFFFFF;
    padding: 25px;
    font-size: 12px;
    font-family: 'Open Sans';
}

ul.locations li.location ul.direction-list li.direction p {
    width: 100%;
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: 'Open Sans';
    margin-bottom: 0 !important;
}

ul.locations li.location ul.direction-list li.direction ol {
    max-width: 100%;
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

ul.locations li.location ul.direction-list li.direction.active .direction-steps {
    display: block;
}

.page-template-templatecontact-php .overlay .button {
    background-color: #009b49 !important;
    margin-top: 44px !important;
}

.page-template-templatecontact-php .overlay .button + .button {
    margin-top: 0 !important;
}

@media screen and (max-width: 40.063em) {
    .contact-columns {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-columns .large-10 {
        padding-right: 0;
    }

    .contact-left {
        padding-right: 0;
        padding-bottom: 0;
    }

    #map-container {
        background-color: #ededed;
    }

    .contact-left .sub-text {

        padding: 10px 15px;
        background-color: #ededed;
        margin: 0 !important;
    }

    .contact-right {
        padding-left: 0;
        padding-top: 0;
    }

    .contact-left .form-container {
        display: none;
    }

    ul.locations {
        padding: 40px 30px;
    }

    ul.locations li.location img {
        width: 18px;
    }

}

.mid-foot .schedule-button {
    display: inline-block;
    color: #FFFFFF;
    background-color: #009b49 !important;
    font-family: 'universltstd47lightcondensed';
    padding: 10px 20px !important;
    font-size: 20px !important;
}

.mid-foot .schedule-button:hover {
    color: #FFF;
    opacity: .9;
}

#menu-location-header_location {
    margin-right: 30px;
}

ul#menu-location-footer {
    margin-left: 0;
    margin-top: 30px;
}

ul#menu-location-footer li.menu-item-has-children {
    position: relative;
}

ul#menu-location-footer li.menu-item-has-children > a {
    background: url(../img/dropdown-triangle.png) no-repeat 95%/14px #EDEDED;

}

ul#menu-location-footer li a {
    background-color: #EDEDED;
    color: #757575;
    padding: 10px 15px;
    display: inline-block;
    min-width: 225px;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'universltstd47lightcondensed';

}

ul#menu-location-footer li ul.sub-menu {
    border: 2px solid #D8D8D8;
    left: 0;
    top: 100%;
}

ul#menu-location-footer li ul.sub-menu li {
    display: block;
    float: none;
}

ul#menu-location-footer li ul.sub-menu li a {
    background-color: #FFFFFF;
    font-size: 20px;
    text-transform: none;
}

ul#menu-location-footer li ul.sub-menu li a:hover {
    color: #3d7edb;
}
@media screen and (max-width: 64.063em){
    .grey-border-left{
        border-left: 0;
    }
}


/*mobile menu*/
.mm-navbar-bottom {
    border: none;
}

.mm-navbar-bottom .location-menu {
    margin: 0;
    padding: 10px;
    list-style-type: none;
}

.mm-navbar-bottom .location-menu > li {
    position: relative;
}

.mm-navbar-bottom .location-menu > li > a {
    width: 100%;
    color: rgba(0, 0, 0, 0.75);
}

.mm-navbar-bottom .location-menu > li > ul.sub-menu {
    top: 46px;
    position: absolute;
    width: 100% !important;
    left: 0;
    height: 220px;
    overflow: scroll;
}

.mm-navbar-bottom .location-menu > li > ul.sub-menu > li > a {
    display: block;
    width: 100%;
}

.mm-navbar-bottom .schedule {
    width: 100%;
    margin: 0;
    padding: 10px;
    list-style-type: none;
}

.mm-navbar-bottom .schedule a.schedule-button {
    display: block;
    padding: 10px !important;
    background-color: #3d7edb !important;
    color: white;
    text-align: center;
}

.mm-navbar-bottom form {
    padding: 10px;
}

.mm-navbar-bottom form input {
    margin: 0;
    padding: 15px !important;
    height: auto !important;
    line-height: 1.1 !important;
    font-size: 16px;
    width: 100% !important;
}