﻿@charset "UTF-8";
/*-------------------------------------------------------*\

    Dodge Boilerplate
    Url: http://www.dodgecommunications.com/

/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Variables
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Functions
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Mixins
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Helper classes
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Sticky Footer
/*-------------------------------------------------------*/
/*
$footer-height: 264px;
$footer-height-tablet: 345px;
$footer-height-mobile: 280px;

html, body {
	height: 100%;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -$footer-height; 
}
.wrapper:after {
  content: "";
  display: block;
}
.footer-container, .wrapper:after {
  height: $footer-height; 
}

@media (max-width: 991px) {
	.wrapper {
	  margin-bottom: -$footer-height-tablet; 
	}
	.footer-container, .wrapper:after {
	  height: $footer-height-tablet; 
	}
}

@media (max-width: 767px) {
	.wrapper {
	  margin-bottom: -$footer-height-mobile; 
	}
	.footer-container, .wrapper:after {
	  height: $footer-height-mobile; 
	}
}
*/
/*-------------------------------------------------------*\
    Normalise
/*-------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: 900;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    font-family: 'museo700';
    color: #f47d4e;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 22px;
    font-family: 'museo700';
    color: #2e495d;
    margin: 34px 0 10px;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
        opacity: 0.3;
    }

        button[disabled]:hover,
        html input[disabled]:hover {
            background-color: transparent;
            color: inherit;
        }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*-------------------------------------------------------*\
    Base
/*-------------------------------------------------------*/
* {
    box-sizing: content-box;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

hr {
    border-top-color: #a3a3a3;
}

#wrap {
    /*background-color: #e2edf3; */
}

.index {
    text-align: center;
}

    .index a {
        display: block;
        color: #2e495d;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
    }

        .index a:hover {
            color: #0280A1;
        }

        .index a[href="#"] {
            color: lightgray;
            cursor: default;
        }

            .index a[href="#"]:after {
                content: " (coming soon)";
            }

    .index div[class*="col-"] {
        margin-top: 60px;
        background-color: white;
        padding: 40px 0;
    }

    .index#wrap {
        background-color: transparent;
    }

.blue-bkg {
    background-color: #e2edf3;
}

.dark-blue-bkg {
    background-color: #0280A1;
}

.physicianSlider .bx-wrapper .bx-controls-direction a {
    -webkit-transition: none;
    transition: none;
}

    .physicianSlider .bx-wrapper .bx-controls-direction a:hover {
        -webkit-transition: none;
        transition: none;
    }

.bx-wrapper img {
    /*width:136px !important;*/
    height: auto;
}

.bx-viewport {
    min-height: 253px;
}

.verticalline {
    color: #0280A1;
    padding: 0 2px 0 6px;
}

input [type="text"]:focus,
select:focus,
textarea {
    border-color: #0280a1;
}

input[type="checkbox"], 
input[type="radio"] {
    border-color: #767676;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
/*-------------------------------------------------------*\
    Grid
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Typography
/*-------------------------------------------------------*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
body {
    font-family: $base-font-family;
    font-weight: $base-font-weight;
    font-size: $base-font-size;
    line-height: $base-line-height;
    color: $text-color;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: $header-font-family;
    font-weight: $header-font-weight;
}

p {
    margin: 0 0 17px;
}

.nav, .navbar {
    font-family: $header-font-family;
    font-weight: $regular;
}
*/
h2 {
    font-size: 22px;
    font-family: 'museo700';
    color: #2e495d;
    margin: 34px 0 10px;
}

h3 {
    font-size: 22px;
    font-family: 'museo700';
    color: #2e495d;
    margin: 34px 0 10px;
}

    h3.large {
        font-size: 28px;
    }

h4 {
    font-size: 16px;
    color: #f47d4e;
    font-weight: normal;
    margin-bottom: 0;
}

.microsite-headline {
    font-family: 'museo_slab500';
    font-weight: 500;
    color: #2e495d;
    text-transform: none;
    font-style: italic;
    margin-bottom: 20px;
}

.dropdown-type select {
    color: black;
}

    .dropdown-type select:focus {
        border: 1px solid #767676;
    }

.dropdown-type input[type="submit"] {
    background: rgb(244, 125, 78);
    border: 1px solid rgb(244, 125, 78);
    color: white;
}

/*-------------------------------------------------------*\
    Navs
/*-------------------------------------------------------*/
.mobile-menu {
    display: none;
    background-color: white;
    box-sizing: border-box;
}
    /*LB MODIFIED : 5/20*/
    .mobile-menu .search {
        position: absolute;
        padding: 5px 10px;
        right: 52px;
    }

#avid-loc-col-left {
    max-height: 100% !important;
    /*height:auto !important;*/
}


.mobile-menu .row {
    margin: 0;
    position: relative;
}

.mobile-menu div[class*="col-"] {
    padding: 0;
    height: 40px;
}

.mobile-menu #navbar .nav {
    margin-top: 0;
}

.mobile-menu #navbar li {
    border-bottom: 1px solid #ededed;
}

    .mobile-menu #navbar li a {
        font-size: 16px;
        color: #2e495d;
        font-family: 'museo700';
        text-decoration: none;
        text-align: center;
    }

    .mobile-menu #navbar li.top-link a {
        color: #f47d4e;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
    }

.mobile-dropdown {
    display: none;
    padding: 20px 0 0;
}

    .mobile-dropdown .btn-default {
        color: #f47d4e;
        background-color: white;
        border: 1px solid #ededed;
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

        .mobile-dropdown .btn-default:hover {
            color: #f47d4e;
            background-color: white;
        }

    .mobile-dropdown .dropdown-menu {
        padding: 0;
        margin: 0;
    }

        .mobile-dropdown .dropdown-menu li {
            border-bottom: 1px solid #ededed;
        }

            .mobile-dropdown .dropdown-menu li a {
                color: #6b6b6b;
                padding: 10px 15px;
            }

            .mobile-dropdown .dropdown-menu li.selected {
                display: none;
            }

        .mobile-dropdown .dropdown-menu.inner {
            width: 260px;
        }

#header {
    background-color: white;
    height: 170px;
    width: 100%;
    max-width: 1498px;
}

.macronav {
    padding-top: 20px;
    width: 100%;
}

.macroinline {
    float: right;
    padding-right: 45px;
}

    .macroinline li:last-of-type a {
        margin-right: 0;
    }

    .macroinline a {
        text-decoration: none;
        margin-right: 20px;
    }

        .macroinline a img {
            position: relative;
            top: -2px;
        }

.givebutton {
    float: right;
}

#nav {
    width: 100%;
}

.logo {
    /*margin-top: -65px;*/
    margin-right: 0;
}

.uninav li:last-of-type a {
    margin-right: 0;
}

.uninav li a {
    color: #2e495d;
    text-decoration: none;
    margin-right: 40px;
}

    .uninav li a:hover {
        color: #0280A1;
    }

.uninav ul {
    text-align: right;
    padding-right: 45px;
    padding-top: 20px;
}

.uninav .dropdown-menu {
    min-width: 240px;
    background-color: #f2f2f2;
    border-color: #dfdfdb;
    box-shadow: none;
    padding: 15px;
    margin-top: 0;
}

    .uninav .dropdown-menu .form-group {
        color: #959595;
        font-size: 13px;
        text-align: left;
    }

    .uninav .dropdown-menu .btn {
        float: left;
    }

.icon-sub-nav {
    padding: 30px 0;
}

    .icon-sub-nav img {
        margin: 0 auto;
        width: 100%;
        max-width: 375px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(1) {
        padding-left: 15px;
        padding-right: 75px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(2) {
        padding-left: 45px;
        padding-right: 45px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(3) {
        padding-left: 75px;
        padding-right: 15px;
    }

#divContent ul li a {
    color: #f47d4e;
}

    #divContent ul li a:hover {
        color: #f47d4e;
        text-decoration: underline;
        background-color: #fff;
    }

#divContent img {
    max-width: 100%;
    height: auto !important;
}

#divContent p iframe {
    position: relative;
    max-height: 480px;
    top: 0;
    left: 0;
    width: 100% !important;
    min-height: 220px;
    /*    width: 100%;
*/ /*  height: 100%;*/
}

iframe {
    width: 100% !important;
}

/*LB MODIFIED : 4/1*/
.patientStoriesImageContainer {
    /* position:relative;
  display:inline-block;
  width:39%;
  vertical-align:top;
  min-height:346px;
  overflow:hidden;*/
    position: absolute;
    width: 413px;
    height: 346px;
}

.patient-stories img:first-child {
    width: auto !important;
    height: 100% !important;
    position: absolute;
    display: inline-block;
}

#PatientArrow {
    right: 0 !important;
    display: block;
}

#bottomArrow {
    display: none;
}

.toggle-nav ul {
    font-size: 16px;
}

    .toggle-nav ul li {
        border-bottom: 1px solid #efefef;
    }

        .toggle-nav ul li:last-of-type {
            border-bottom: none;
        }

        .toggle-nav ul li a {
            color: #959595;
            text-decoration: none;
            padding: 13px 20px 11px;
        }

            .toggle-nav ul li a:hover {
                color: #0280A1;
                background-color: #f5f5f5;
            }

            .toggle-nav ul li a:active {
                text-align: left;
            }

    .toggle-nav ul .header {
        font-family: 'museo700';
        background-color: #2e495d;
    }

        .toggle-nav ul .header a {
            color: white;
        }

            .toggle-nav ul .header a:hover {
                color: white;
                background-color: transparent;
            }

        .toggle-nav ul .header img {
            position: relative;
            top: -3px;
            margin-right: 6px;
        }

    .toggle-nav ul .active {
        background-color: #f5f5f5;
    }

        .toggle-nav ul .active a {
            color: #f47d4e;
            font-weight: bold;
        }

            .toggle-nav ul .active a:hover {
                background-color: transparent;
            }

    .toggle-nav ul .patient-link a {
        color: #0280A1;
        font-weight: bold;
    }

    .toggle-nav ul li a.active {
        color: #f47d4e;
        font-weight: bold;
    }

        .toggle-nav ul li a.active:hover {
            color: #0280A1;
        }

.tab-content ul {
    border: 0;
}

    .tab-content ul li {
        border: 0;
        padding: 8px 0;
    }

        .tab-content ul li a {
            padding: 13px 0px 11px;
        }

.footer-links li,
.footer-links a:link,
a.eportal,
.copyright a {
    text-decoration: none;
}

.container.internal-content {
    margin-bottom: 40px;
    margin-top: 20px;
}

/*-------------------------------------------------------*\
    Heroes
/*-------------------------------------------------------*/
.hero-banner {
    /*height: 340px;
  margin-bottom: 50px;*/
    /*background: #0280A1 url("../_img/about-banner.jpg") no-repeat scroll center;*/
    background-size: cover;
}

    .hero-banner.microsite {
        /*background-image: url("../_img/zoom-14455585-3.jpg");*/
    }

.full-banner {
    width: 100%;
    height: 340px;
    margin-bottom: 50px;
    background-size: cover !important;
    border-radius: 0 0 1000px 1000px;
}

.hero-banner.microsite > .container {
    width: 100%;
    max-width: 1498px;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
}

    .hero-banner.microsite > .container div {
        box-sizing: border-box;
    }

.hero-content {
    color: white;
    background: #2e495d;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background: rgba(46, 73, 93, 0.8);
    padding: 16px 26px;
    margin-top: 45px;
}

    .hero-content h2 {
        font-size: 22px;
        font-family: 'museo700';
        margin: 34px 0 10px;
        color: white;
    }

    .hero-content p {
        font-size: 20px;
        margin: 0 0 4px;
    }

    .hero-content .phone-number {
        color: #f47d4e;
        font-weight: bold;
    }

/*-------------------------------------------------------*\
    CTAs
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Content Blocks
/*-------------------------------------------------------*/
.breadcrumbs {
    color: #636466;
    padding: 30px 0;
}

    .breadcrumbs a {
        color: #636466;
    }

#main-content {
    width: 100%;
    max-width: 1498px;
    height: auto;
    padding: 0 45px 30px;
    margin-top: 0;
    box-sizing: border-box;
}

    #main-content div {
        box-sizing: border-box;
    }

    /*LB MODIFIED : 4/1*/
    #main-content p {
        color: #2e495d;
        font-size: 16px;
        margin: 0 0 17px;
    }

        #main-content p a {
            color: #f47d4e;
            text-decoration: none;
        }

            #main-content p a:hover {
                text-decoration: underline;
            }

        #main-content p.date {
            color: #0280A1;
        }
        /*LB MODIFIED*/
        #main-content p.azDescription {
            /*width: 394px;*/
            margin: 0 0 0 0;
            width: 90%;
        }
/*LB MODIFIED*/
/*.col-sm-9 #divContent #ctl00_cphContent_ctl00_rptLoosePageData_ctl00_lblContent p > img{
      max-width:518px !important;
      width:100% !important;
      max-height:202px !important;
      height:100%;
    }*/
.col-sm-9 #divContent #ctl00_cphContent_ctl00_rptLoosePageData_ctl00_lblContent h3 > strong > img {
    max-width: 700px !important;
    width: 100% !important;
    max-height: 144px !important;
    height: 100%;
}
/*END LB*/

.QualityandSafety pdate {
    margin-bottom: 3px !important;
}

#main-content em {
    color: #008eb7;
    font-size: 16px;
}

#main-content .news-announcements p,
#main-content .service-content p {
    margin: 0;
}

#ctl00_NavigationPart1_deptHomeLnkNav img {
    padding-left: 14px;
}

#divNavigationPart {
    /*margin-top:62px;*/
}

.patient-stories {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.patient-picture {
    height: 100%;
    background: transparent url("../_img/zoom-74986781-3.jpg") no-repeat scroll center;
    background-size: cover;
}

    .patient-picture svg {
        height: 40px;
        position: absolute;
        right: 0;
        top: 65px;
    }

/*LB MODIFIED 4/4*/
.patient-story {
    /*  max-width:1035px;
  color: #2e495d;
  font-size: 16px;
  padding: 30px 30px 30px 30px;
  display:inline-block;
  background-color: #e1eef3; 
  min-height:346px;
  width:60%;
  margin-left:-5px;*/
    width: 100%;
    padding: 0 0 0 420px;
    box-sizing: border-box;
    padding: 30px 30px 30px 430px;
    height: 346px;
    background-color: #e1eef3;
}

.bottomArrow {
    display: none;
}

.patient-story h4 {
    color: #2e495d;
    font-size: 20px;
    font-family: 'museo700';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 17px;
}

.patient-story strong {
    font-size: 16px;
    font-family: 'museo700';
}

.patient-story .continue-reading {
    color: #0280A1;
    text-decoration: none;
}

    .patient-story .continue-reading:hover {
        text-decoration: underline;
    }

.patientStoryImage img {
    margin-top: 4px !important;
}

.patientStoryImage {
    margin-top: 18px !important;
}

.news-announcements {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 30px;
}

    .news-announcements h4 {
        color: white;
        text-align: center;
        font-family: 'museo700';
        text-transform: uppercase;
        background-color: #f47d4e; /*#f47d4e;*/
        padding: 4px 10px 2px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .news-announcements img {
        margin-bottom: 20px;
    }

    .news-announcements strong {
        font-size: 16px;
        font-family: 'museo700';
    }

.QualityandSafety {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 30px;
}

    .QualityandSafety h4 {
        color: white;
        text-align: center;
        font-family: 'museo700';
        text-transform: uppercase;
        background-color: #2e495d; /*#f47d4e;*/
        padding: 4px 10px 2px;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 21px;
    }

    .QualityandSafety img {
        margin-bottom: 20px;
    }

    .QualityandSafety strong {
        font-size: 16px;
        font-family: 'museo700';
    }

.service-filter {
    background-color: #f2f2f2;
    padding: 30px 15px;
    margin-top: 30px;
}

    .service-filter h4 {
        color: #2e495d;
        font-family: 'museo700';
        margin-top: 0;
        margin-bottom: 30px;
    }

    .service-filter .form-group {
        width: 100%;
    }

    .service-filter .btn-default {
        padding: 6px 0;
        border: 1px solid #0280A1;
    }

    .service-filter div[class*="col-"] {
        padding: 0 30px;
        /*.row {
    	margin-right: -30px;
    	margin-left: -30px;
    }*/
    }

        .service-filter div[class*="col-"].border-right {
            border-right: 1px solid #cccccc;
        }

        .service-filter div[class*="col-"] div[class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }

            .service-filter div[class*="col-"] div[class*="col-"].button {
                padding-left: 0;
                padding-right: 15px;
            }

.service-browse {
    font-size: 18px;
    padding: 5px 0px;
}

    .service-browse a {
        text-decoration: none;
        padding-right: 12px;
    }

        .service-browse a.active {
            color: #0280A1;
            font-weight: bold;
        }

        .service-browse a.disabled {
            color: #c2c2c2;
        }

            .service-browse a.disabled:hover {
                color: #c2c2c2;
                cursor: default;
            }

.service-content {
    padding: 15px 0 30px;
}

    .service-content .row {
        margin: 0 -30px;
    }

    .service-content div[class*="col-"] {
        padding: 0 30px;
    }

    .service-content h3 {
        margin-bottom: 0;
    }

    .service-content a {
        display: inline-block;
        color: #0280A1;
        font-size: 16px;
        text-decoration: none;
        margin-top: 20px;
    }

        .service-content a:hover {
            text-decoration: underline;
        }

    .service-content hr {
        margin-top: 4px;
        margin-bottom: 10px;
        border-top-color: #dadada;
    }

/*lb Modified*/
.heartVideo {
    max-width: 853px;
    width: 100%;
    /* height: 0;
    padding-bottom: 56.3%; */
    position: relative;
    border: none;
    /*margin-top:23px;*/
}

    .heartVideo iframe {
        position: absolute;
        max-height: 480px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.daveyIframeContainer {
    max-width: 560px;
    width: 100%;
    height: 0;
    padding-bottom: 43.3%;
    position: relative;
    border: none;
}

    .daveyIframeContainer iframe {
        position: absolute;
        max-height: 315px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media(max-width: 1437px) {
    .heartVideo {
        margin-bottom: 40px;
    }

    .daveyIframeContainer {
        padding-bottom: 46.6%;
    }
}

@media(max-width:1348px) {
    .daveyIframeContainer {
        padding-bottom: 48.6%;
    }
}

@media(max-width:1250px) {
    .full-banner {
        height: 300px;
        margin-bottom: 0px;
    }

    .daveyIframeContainer {
        padding-bottom: 51.6%;
    }
}

@media(max-width:1036px) {
    .uninav ul li a {
        font-size: 15px;
    }

        .uninav ul li a:hover {
            font-size: 15px;
        }

    .logo {
        float: none;
    }

    .daveyIframeContainer {
        padding-bottom: 56.3%;
        margin-bottom: 26px;
    }
}

@media(max-width:768px) {

    #divContent img {
        width: 100%;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .video-res {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-res iframe, .video-res object, .video-res embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .daveyIframeContainer {
        padding-bottom: 50.3%;
        margin-bottom: 0;
    }
}

@media(max-width:725px) {
    .daveyIframeContainer {
        padding-bottom: 48.3%;
        margin-bottom: 26px;
    }
}

@media(max-width:701px) {
    .daveyIframeContainer {
        padding-bottom: 50.3%;
        margin-bottom: 26px;
    }
}

@media screen and (max-width:671px) {
    .daveyIframeContainer {
        padding-bottom: 54.3%;
        margin-bottom: 26px;
    }

    .full-banner {
        height: 130px !important;
    }
}

@media(max-width:623px) {
    .daveyIframeContainer {
        padding-bottom: 56.3%;
        margin-bottom: 26px;
    }
}

@media (min-width: 768px) {

    .service-filter form {
        margin-bottom: 0;
    }

    .service-filter .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .service-filter .form-group input {
            margin-bottom: 0;
        }
}
/*-------------------------------------------------------*\
    Feeds
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Buttons
/*-------------------------------------------------------*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: white;
    font-weight: bold;
    background-color: #0280A1;
    border: none;
    padding: 6px 20px;
}

    .btn-default:hover {
        background-color: #2e495d;
    }

.btn-block {
    display: block;
    width: 100%;
}

/*LB MODIFIED : 5/20*/
.mobile-menu .dark-blue-bkg {
    position: relative;
}

.navbar-toggle {
    position: absolute;
    right: -6px;
    width: 40px;
    /* margin-top: 7px;*/
    margin-top: 6px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    height: 26px !important;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 4px;
        border-radius: 1px;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/*LB MODIFIED: 5/20*/
/*.searchFieldFeature{
  position:relative;
}*/

/*-------------------------------------------------------*\
    Forms
/*-------------------------------------------------------*/
input,
textarea,
select {
    margin-bottom: 1.5rem;
    font-family: 'museo700';
    color: #aaa;
}


figure,
form {
    margin-bottom: 2.5rem;
}

input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    padding: 9px 10px;
    background-color: #fff;
    border: 1px solid #767676;
    box-shadow: none;
    box-sizing: border-box;
}

input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border: 1px solid #FFFFFF;
        outline: 0;
    }

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
    margin-bottom: 1.5rem;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .5em;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*-------------------------------------------------------*\
    Links
/*-------------------------------------------------------*/
a,
a:hover,
button,
button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    color: #2e495d;
    text-decoration: underline;
}

    a:hover {
        color: #0280A1;
        text-decoration: none;
    }

.read-more {
    color: #2e495d;
    font-size: 18px;
    font-weight: bold;
    font-family: 'museo700';
    text-decoration: none;
}

/*-------------------------------------------------------*\
    Lists
/*-------------------------------------------------------*/
.parent-list {
    border-top: 10px solid #008eb7;
    padding-left: 0;
    margin-right: 30px;
    list-style-type: none;
    padding: 10px 0;
}

    .parent-list li {
        padding: 4px 0;
    }

        .parent-list li a {
            color: #2e495d;
            font-size: 16px;
            text-decoration: none;
        }

            .parent-list li a:hover {
                color: #0280A1;
            }

        .parent-list li.parent a {
            color: #008eb7;
        }

.child-list {
    padding-left: 30px;
    list-style-type: none;
}

    .child-list li a {
        color: #898989;
    }

/* .img-description{
     position:absolute;
     top:20px;
     left:10px;
     color:black;
 }*/

/*-------------------------------------------------------*\
    MG Locations
/*-------------------------------------------------------*/
#main-content .locations-return a {
    text-decoration: none;
    font-family: museo-sans-rounded;
    color: #2e495d;
    padding: 20px 0px 0px;
    font-size: 18px;
}

    #main-content .locations-return a p {
    }

.loc-left h1 {
    font-size: 2.5em;
    padding-bottom: 40px;
}

.loc-left .location-info {
    margin-bottom: 10px;
    max-width: 75%;
}

.loc-left .location-icon img {
    padding-top: 5px;
}

.loc-left .location-data h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}

.loc-map {
    margin-bottom: 30px;
}

.loc-left .providers {
    border-top: 1px solid #cecece;
    padding-top: 35px;
    margin-top: 35px;
}
/*-------------------------------------------------------*\
    Quotes
/*-------------------------------------------------------*/
/*-------------------------------------------------------*\
    Tables
/*-------------------------------------------------------*/
/* ==========================================================================
	State rules
	========================================================================== */
@media screen and (max-width: 1498px) {
    #header {
        height: 143px;
    }

    .logo {
        width: 200px;
        height: auto;
    }

        .logo img {
            width: 200px;
            height: auto;
        }

    .uninav {
        height: 86px;
    }

        .uninav ul {
            padding-top: 10px;
        }

        .uninav li a {
            font-size: 16px;
            margin-right: 30px;
        }

            .uninav li a:hover {
                font-size: 16px;
            }

    .physicianSlider .bx-wrapper {
        width: 93%;
    }
}

@media(max-width:1354px) {
}

@media screen and (max-width: 1199px) {
    #header {
        height: 124px;
    }

    .logo {
        float: none;
        width: 140px;
        height: auto;
        margin-top: -50px;
    }

        .logo img {
            width: 140px;
            height: auto;
        }

    .macronav {
        padding-top: 14px;
    }

    .uninav {
        height: auto;
    }

        .uninav ul {
            text-align: center;
            padding: 10px 0px;
            margin: 0;
        }

        .uninav li:last-of-type a {
            margin-right: 15px;
        }

        .uninav li a {
            margin: 0 15px;
        }

    .icon-sub-nav div[class*="col-"]:nth-child(1) {
        padding-left: 15px;
        padding-right: 60px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(2) {
        padding-left: 37.5px;
        padding-right: 37.5px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(3) {
        padding-left: 60px;
        padding-right: 15px;
    }

    /*LB MODIFIED 4/4*/
    .patientStoriesImageContainer {
        position: relative;
        width: 100%;
        max-width: 500px;
        height: auto;
    }

        .patientStoriesImageContainer img:first-child {
            width: 100%;
            max-width: 500px;
            position: relative;
            height: auto !important;
        }

    .patient-story {
        padding: 30px;
    }

    .patient-stories {
        max-width: 500px;
        width: 100%;
    }

    .PatientArrow, #PatientArrow {
        display: none;
    }

    .bottomArrow {
        position: absolute;
        bottom: 0;
        left: 40px;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .searchFieldFeature {
        right: 6px;
        top: 20px;
        position: relative; /* Moved position: relative CSS line here from line 1255 as it was messing up desktop version */
    }

    .hidden-sm {
        display: block !important;
    }

    .service-filter {
        padding-bottom: 0;
    }

        .service-filter h4 {
            margin-bottom: 10px;
        }

        .service-filter div[class*="col-"] {
            margin-bottom: 25px;
        }

            .service-filter div[class*="col-"].border-right {
                border-right: none;
            }

            .service-filter div[class*="col-"] div[class*="col-"] {
                margin-bottom: 0;
            }

                .service-filter div[class*="col-"] div[class*="col-"].button {
                    padding-left: 15px;
                    padding-right: 15px;
                }

    .service-browse {
        padding: 0;
    }

    .toggle-nav div[class*="col-"]:first-of-type {
        margin-bottom: 30px;
    }

    .patient-stories {
        margin-bottom: 30px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon-sub-nav div[class*="col-"]:nth-child(3) {
        padding-left: 15px;
        padding-right: 15px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
        margin: 26px 0 10px;
    }

    #header {
        height: 98px;
    }

    #nav {
        height: auto;
    }

    #main-content {
        padding: 0 15px 30px;
    }
        /*LB MODFIED: 5/20*/
        #main-content p {
            font-size: 14px !important;
            padding-right: 10px;
            box-sizing: border-box;
        }

        #main-content em {
            font-size: 14px;
        }

    .logo {
        float: left;
        margin-top: -60px;
    }

    .macroinline {
        padding-right: 15px;
    }

        .macroinline ul {
            margin: 3px 0;
        }

        .macroinline a {
            font-size: 13px;
            margin-right: 12px;
        }

            .macroinline a img {
                height: 11px;
            }

            .macroinline a:hover {
                font-size: 13px;
            }

    .givebutton {
        width: 112px;
        height: 26px;
    }

        .givebutton img {
            width: 112px;
            height: auto;
        }

    .uninav ul {
        text-align: right;
        margin-top: 0;
    }

    .uninav li a {
        font-size: 10.5px;
        margin: 0 0 0 12px;
    }

        .uninav li a:hover {
            font-size: 10.5px;
        }

    .uninav li:last-of-type a {
        margin-right: 0;
    }


    .hero-banner.microsite > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .toggle-nav li a {
        font-size: 16px;
    }

    .tab-content ul li a {
        padding: 13px 0px 11px;
        font-size: 16px;
    }

    .service-content .row {
        margin: 0 -15px;
    }

    .service-content div[class*="col-"] {
        padding: 0 15px;
    }

    .patient-picture svg {
        right: -1px;
    }

    .patient-story strong {
        font-size: 14px;
    }

    .parent-list {
        margin-right: 0;
    }

        .parent-list li a {
            font-size: 12px;
        }
}


@media(max-width:1149px) {
    #main-content .patient-story p:nth-child(4) {
        font-size: 14px !important;
    }
}

@media(max-width:1079px) {
    #main-content .patient-story p:nth-child(4) {
        font-size: 13px !important;
    }

    .patient-story {
        padding: 12px 14px 30px 14px;
    }
}


@media(max-width:900px) {
    /*LB MODIFIED 4/4*/
    .patient-story {
        padding: 20px;
    }

    .patient-stories {
        margin: 0 auto;
    }

    .patientStoriesImageContainer {
        position: relative;
        margin: 0 auto;
    }

    .bottomArrow {
        display: block;
        position: absolute;
        bottom: 0;
        left: 40px;
    }

    .newsAnnouncementContainer {
        width: calc(46% - 20px) !important;
        display: inline-block;
        vertical-align: top;
    }

    .patientStoryContainer {
        width: calc(54% - 20px) !important;
        display: inline-block;
        vertical-align: top;
    }
}

@media(max-width:667px) {
    .newsAnnouncementContainer {
        width: 50% !important;
        display: block;
        vertical-align: top;
    }

    .patient-stories {
        max-width: 100%;
        width: 100%;
    }

    /*LB MODIFIED 4/4*/
    /*  .patient-story{
    max-width:100%;
    width:49% !important;
  }*/
    .patientStoriesImageContainer {
        width: 100%;
        max-width: 100%;
    }

    .patient-stories img:first-child {
        width: 100%;
        height: auto !important;
        position: relative;
        max-width: 100%;
    }

    .patientStoryContainer {
        max-width: 438px !important;
        width: 100% !important;
        display: block;
        margin: 0 auto;
        vertical-align: top;
    }

    .newsAnnouncementContainer {
        width: 100% !important;
        max-width: 438px;
        display: block;
        margin: 0 auto;
    }

    .hero-banner {
        display: block;
        height: 125px !important;
    }

    /*LB MODIFIED 4/4*/
    /*  .patientStoriesImageContainer{
    position:relative;
    height:auto;
    width:50%;
    min-height: auto !important;
  }*/

    .full-banner .full-banner-container h3, .main-banner-container h3 {
        margin: 0;
        width: 100%;
        font-size: 16px;
        margin: 0 !important;
    }
}

@media(max-width:580px) {
    .patientStoriesImageContainer {
        width: 100%
    }

    .patient-stories img:first-child {
        width: 99% !important;
        height: auto !important;
    }

    .patient-story {
        width: 100% !important;
    }
}

@media(max-width:440px) {
    .patientStoriesImageContainer {
        position: relative;
        height: auto;
        width: 100%;
    }

    .patient-stories img:first-child {
        width: 99% !important;
    }

    .patient-story {
        padding: 30px;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    #PatientArrow {
        display: none;
    }

    .patient-story {
        height: auto;
    }

    .hero-banner {
        display: block;
        height: 85px !important;
    }
}

@media screen and (max-width: 767px) {
    .bx-viewport {
        min-height: initial;
    }

    .full-banner {
        height: 200px;
    }

    .bx-wrapper .bx-pager {
        display: none;
    }

    .col-sm-3 .hidden-xs1 {
        display: block !important;
    }

    .hidden-xs {
        display: none;
    }

    .m-navigation-left h4 {
        width: 94%;
        background: url(../_img/arrow-down.png) no-repeat center right !important;
        padding: 2% 0 2% 3% !important;
        line-height: 28px;
        font-weight: 400;
    }

    .m-navigation-left {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: block;
        font-family: 'museo700';
        /* height: 70px; */
        height: auto;
    }

        .m-navigation-left .subpage-nav {
            width: 99%;
            float: none;
            /* height: 100%; */
            background: #fff;
            color: #FFF;
            overflow: hidden;
            border-radius: 5px;
            margin: 2px;
        }

            .m-navigation-left .subpage-nav .subpage-nav-links .m-subpage-nav-links {
                position: absolute;
                width: 99%;
                top: -10000%;
                left: 0;
                margin-left: 0.5%;
                background: #f1f1f1;
                margin-top: 0px !important;
                padding-left: 10px !important;
            }

                .m-navigation-left .subpage-nav .subpage-nav-links .m-subpage-nav-links li {
                    margin: 2%;
                    background: #f1f1f1;
                    /* border-bottom: 1px solid #002941; */
                    color: #FFF;
                    list-style: none;
                }

                    .m-navigation-left .subpage-nav .subpage-nav-links .m-subpage-nav-links li a {
                        color: #6b6b6b;
                        padding: 6px 0 6px 10px;
                        width: 99%;
                        text-decoration: none !important;
                    }

                        .m-navigation-left .subpage-nav .subpage-nav-links .m-subpage-nav-links li a:hover {
                            color: #f47d4e;
                        }

                        .m-navigation-left .subpage-nav .subpage-nav-links .m-subpage-nav-links li a:active, .nav-btn:active {
                            text-align: left !important;
                        }

            .m-navigation-left .subpage-nav .subpage-nav-header .nav-btn {
                text-decoration: none !important;
            }

    /*.inner1_content_rgt_block1
  {
       display: none; 
  }*/

    h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    #main-content {
        padding: 20px 15px 30px;
    }

    .hero-banner.microsite > .container {
        padding: 0;
    }

        .hero-banner.microsite > .container .row {
            margin: 0;
        }

    .hero-banner.microsite div[class*="col-"] {
        padding: 0;
    }

    .hero-content {
        margin-top: 0;
        height: 200px;
    }

    .mobile-menu,
    .mobile-dropdown {
        display: block;
    }

    .logo {
        float: none;
        padding: 16px 0 10px;
        margin: 0 auto;
        width: 240px;
        height: auto;
    }

        .logo img {
            width: 240px;
            height: auto;
        }

    .givebutton {
        float: none;
        width: 100%;
        height: 40px;
        background-color: #f47d4f;
        text-align: center;
    }

        .givebutton img {
            height: 40px;
            width: auto;
        }

    .toggle-nav li a {
        text-align: left;
        font-size: 12px;
    }

    .prefooter {
        height: auto;
    }

        .prefooter ul {
            padding: 0;
            margin: 0;
        }

    li.billpay,
    li.publications,
    li.careers {
        margin: 6px 0;
    }

    .mainfooter {
        height: auto;
    }

    .locationinfo {
        width: auto;
        height: auto;
    }

    .location2 {
        float: none;
        width: auto;
    }

        .location2 address {
            text-align: center;
        }

    .socialicons {
        float: none;
    }

    .footerlogo {
        float: none;
        margin: 0 auto 10px;
    }

    .hero-banner {
        height: 200px;
    }

    .breadcrumbs {
        display: none;
    }

    .footer-links {
        width: 200px;
        margin: 0 auto;
    }

    a.eportal {
        display: block;
        text-align: center;
        margin-top: -15px;
    }

    .empolyeeportal .verticalline {
        display: none;
    }

    #main-content p {
        font-size: 12px !important;
    }

    .service-filter .btn-block {
        width: auto;
    }

    .service-filter .btn-default {
        padding: 6px 20px;
    }

    .service-filter div[class*="col-"] div[class*="col-"] {
        margin-bottom: 10px;
    }

    .service-content .row {
        margin: 0 -15px;
    }

    .service-content div[class*="col-"] {
        padding: 0 15px;
    }

    .patient-picture {
        height: 200px;
    }

        .patient-picture svg {
            right: auto;
            top: auto;
            bottom: 0;
            left: 30px;
        }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

/*-------------------------------------------------------*\
    Animations
/*-------------------------------------------------------*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY();
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY();
        transform: translateY();
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY();
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY();
        transform: translateY();
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -ie-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY();
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY();
        transform: translateY();
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY();
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY();
        transform: translateY();
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY();
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY();
        transform: translateY();
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY();
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY();
        transform: translateY();
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@media (min-width: 768px) {
    .animated {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes slideDown {
        0% {
            -webkit-transform: translateY(-30px);
        }

        100% {
            -webkit-transform: translateY();
        }
    }

    @keyframes slideDown {
        0% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        100% {
            -webkit-transform: translateY();
            transform: translateY();
        }
    }

    .animated.slideDown {
        -webkit-animation-name: slideDown;
        animation-name: slideDown;
    }

    @-webkit-keyframes slideUp {
        0% {
            -webkit-transform: translateY();
        }

        100% {
            -webkit-transform: translateY(-30px);
        }
    }

    @keyframes slideUp {
        0% {
            -webkit-transform: translateY();
            transform: translateY();
        }

        100% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
    }

    .animated.slideUp {
        -webkit-animation-name: slideUp;
        animation-name: slideUp;
    }
}
/*---------*\
    Site
/*---------*/

.inner1_content_rgt_block1 .header a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 13px 20px 11px;
    overflow: hidden;
}

.inner1_content_rgt_block1 .header img {
    position: relative;
    top: -3px;
    margin-right: 6px;
    max-width: none;
    float: left;
}

.inner1_content_rgt_block1 .header {
    font-family: 'museo700';
    background-color: #2e495d;
}

    .inner1_content_rgt_block1 .header .sub-page-nav-title {
        color: white;
        text-decoration: none;
        /*padding: 13px 20px 11px;*/
        position: relative;
        display: block;
        font-size: 16px !important;
        text-transform: none;
        float: left;
        font-family: 'museo700';
    }

.toggle-nav .header h2 {
    color: white;
    text-decoration: none;
    /*padding: 13px 20px 11px;*/
    position: relative;
    display: block;
    font-size: 16px !important;
    text-transform: none;
    float: left;
    font-family: 'museo700';
}

.toggle-nav ul.list-nav-links {
    font-size: 16px;
    border: 1px solid #efefef;
    padding: 0px !important;
    margin: 0px !important;
}

    .toggle-nav ul.list-nav-links li {
        border-bottom: 1px solid #efefef;
        position: relative;
        display: block;
        color: #959595;
        text-decoration: none;
        padding: 0px !important;
    }

        .toggle-nav ul.list-nav-links li a {
            display: block;
        }

        .toggle-nav ul.list-nav-links li.active {
            color: #f47d4e;
            font-weight: bold;
        }

.full-banner .full-banner-container h3, .main-banner-container h3 {
    padding: 0px !important;
    max-width: 80%;
    display: block;
    margin: 50px 15%;
    position: relative;
    background-color: rgba(46,73,93,.8);
    display: inline-block;
    color: #fff;
    padding: 25px !important;
}
/*  .col-sm-3 .header
  {
      display:none;
  }*/
.col-sm-3 .list-nav-links {
    border-top: 10px solid #008eb7;
    padding-left: 0;
    margin-right: 30px;
    list-style-type: none;
    padding: 10px 0;
}

    .col-sm-3 .list-nav-links li {
        padding: 4px 0;
    }

        .col-sm-3 .list-nav-links li a {
            color: #2e495d;
            font-size: 16px;
            text-decoration: none;
        }

            .col-sm-3 .list-nav-links li a:hover {
                color: #008eb7 !important;
            }

            .col-sm-3 .list-nav-links li a.active {
                color: #008eb7 !important;
            }

    .col-sm-3 .list-nav-links ul.sublinks {
        padding-left: 30px;
        list-style-type: none;
    }

        .col-sm-3 .list-nav-links ul.sublinks li a {
            color: #898989;
        }

.m-navigation-left {
    display: none;
}

.error-content {
    background: #FCFDFF;
    text-align: center;
    padding: 40px;
}

.searchFieldFeature {
    display: none;
}

.search-icon {
    position: absolute;
    right: 0px;
    top: 8px;
    background: url(../_img/search_icon.png) no-repeat;
    width: 13px;
    height: 20px;
    cursor: pointer;
    border: 0;
}

/*LB MODIFIED*/
/* Locations Css*/
.hospitalTabs {
    margin-bottom: 62px;
    overflow: hidden;
}

    .hospitalTabs ul {
        margin: 0;
        padding: 0;
        clear: both;
    }

    .hospitalTabs li {
        width: calc(19% - 8px);
        font-size: 22px;
        font-family: "museo_slab500";
        background: #0280A1;
        min-height: 98px;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        vertical-align: middle;
        margin-left: 10px;
        position: relative;
        line-height: 98px !important;
        float: left;
        list-style: none;
    }

        .hospitalTabs li a {
            color: #fff;
            text-decoration: none;
            text-align: center;
            vertical-align: middle;
            line-height: 24px;
            vertical-align: middle;
            line-height: 24px;
            display: inline-block;
        }

            .hospitalTabs li a:active {
                font-size: 22px;
            }

        .hospitalTabs li:first-child {
            margin-left: 0;
        }

    .hospitalTabs .active {
        background-color: #2e495d;
    }

    .hospitalTabs li:hover {
        background-color: #2e495d;
        cursor: pointer;
    }

.findDocRadioBtn {
    font-size: 12px;
    color: #959595;
    padding-left: 10px;
    padding-top: 20px;
}

.locationResults {
    border-bottom: 1px solid #959595;
    margin-bottom: 30px;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}

.googleMapsTxtContainer {
    position: relative;
}

    .googleMapsTxtContainer img {
        position: absolute;
        top: 0;
        left: 0;
    }

.googleMapsTxt, .googleMapsTxt a, .googleMapsTxt a:active {
    color: #2e495d;
    font-family: "museo700";
}

.googleMapsTxt {
    padding-left: 60px;
    box-sizing: border-box;
    padding-top: 16px;
    margin-bottom: 38px;
}

.phone {
    margin-bottom: 34px;
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 26px;
}

.locationInformation {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.locationResults span {
    color: #2e495d;
    font-family: "museo700";
}

.learnMore {
    font-size: 16px;
    border-radius: 4px;
    border: 0;
    background-color: #0280A1;
    color: #fff;
    line-height: 48px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.locationLeftCol {
    width: 30%;
    display: inline-block;
    max-height: 685px;
    overflow-y: scroll;
    padding-right: 18px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.locationRightCol {
    width: 70%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.googleMap {
    width: 100%;
}

.locationLeftCol::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 20px;
    background: #f2f2f2;
}

.locationLeftCol::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #c2c2c2;
}

.mapContainer iframe {
    height: 685px;
}

.locationMarker {
    position: absolute;
    top: -79px;
    left: 20px;
}

.valleyOperatedLocations {
    width: 66.7%;
    border-top: 1px solid #0090b8;
    border-left: 1px solid #0090b8;
    border-right: 1px solid #0090b8;
    position: relative;
    height: 20px;
    margin: 10px 0;
}

    .valleyOperatedLocations p {
        position: absolute;
        left: 0;
        right: 0;
        top: -14px;
        margin: auto !important;
        padding: 0px;
        width: 250px;
        text-align: center;
        background-color: #fff;
        color: #0090b8;
    }

.searchDocRowOne input {
    padding: 0 20px;
    box-sizing: border-box;
}

    .searchDocRowOne input[type=text], .searchRowDocTwo input[type=text] {
        padding: 0 20px;
        box-sizing: border-box;
    }

.searchDocRowOne input {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #767676;
    vertical-align: top;
    box-sizing: border-box;
}

.searchDocRowOne input[type=text]:focus, 
.searchRowDocTwo input[type=text]:focus {
    border-color: #0280a1;
}

.searchDocRowOne .address {
    width: calc(30% - 10px);
    margin-left: 10px;
    margin-right: -4px;
}

.searchDocRowOne .city {
    width: calc(22% - 10px);
    margin-left: 10px;
}

.searchDocRowOne select {
    height: 48px;
    border-radius: 4px;
	border: 1px solid #767676;
    color: #959595;
}

.searchDocRowOne select:focus {
	border-color: #fff;
}

.searchDocRowOne .chosen-container {
    width: calc(10% - 10px) !important;
    margin-left: 10px;
}

.searchDocRowOne .zip {
    width: calc(10% - 10px);
    margin-left: 10px;
}

.searchBtn {
    background-color: #0280A1;
    color: #fff;
    border: none;
    border-radius: 6px;
    height: 48px;
    width: calc(13% - 20px);
    font-size: 16px;
    margin-left: 10px;
}

.locationMarkerBackground {
    color: #fff;
    font-size: 16px;
    font-family: "museo_slab500";
    text-transform: uppercase;
    padding-left: 132px;
    box-sizing: border-box;
    background-color: #0280A1;
    line-height: 74px;
    position: absolute;
    top: -53px;
    max-width: 375px;
    width: 100%;
}

.mainSearchContainer {
    background-color: #f2f2f2;
    border: 1px solid #e7e7e7;
    padding-top: 58px;
    position: relative;
}

.mainSearchContainer {
    padding-bottom: 34px;
    box-sizing: border-box;
    margin-top: 104px;
    margin-bottom: 68px;
}


@media screen and (max-width:800px) {
    .logo {
        margin-left: 5px;
    }
}


@media screen and (max-width:767px) {
    .logo {
        margin: 0 auto;
    }
}


.no-mediaqueries .icon-sub-nav .col-sm-4 {
    width: 32%;
    display: inline-block;
}

.no-mediaqueries .column1 {
    width: 51% !important;
}

.no-mediaqueries .row .col-sm-9 {
    display: inline-block;
    vertical-align: top;
}

.no-mediaqueries .row .col-sm-3 {
    width: 21%;
    display: inline-block;
    vertical-align: top;
}

.no-placeholder .divFindADoctorSearch .styled-select select {
    padding: 12px;
}

.no-mediaqueries .findDocSearch {
    width: 140px;
}

@media(max-width:991px) {
    .full-banner .full-banner-container h3, .main-banner-container h3 {
        margin: 0 15% !important;
    }
}

@media (max-width:768px) {
    .full-banner .full-banner-container h3, .main-banner-container h3 {
        padding: 28px !important;
        margin: 0 !important;
        max-width: 100%;
    }

    .full-banner-container {
        float: left;
        width: 100%;
        max-width: 100%;
        margin: 0;
        position: relative;
        background-color: rgba(46,73,93,.8);
        display: inline-block;
        color: #fff;
        padding: 25px !important;
        box-sizing: border-box;
    }

        .full-banner-container h3 {
            margin-top: 0;
        }

            .full-banner-container h3 > p {
                color: #fff;
            }
}


.full-banner-container h3 > p {
    font-size: 22px;
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 300;
}


    .full-banner-container h3 > p:first-child {
        font-size: 28px;
        margin-bottom: 0;
        margin-top: 0;
        font-family: 'museo700';
    }

.full-banner-container h3 > a {
    color: #f47d4e;
    text-decoration: none;
}

/*LB MODIFIED*/

.banner_cont > .img-description > a {
    position: absolute;
    width: 71%;
    height: 100%;
    right: 0;
}

.banner_cont > .container {
    height: 100%;
}

.banner_cont {
    height: 100%;
    padding-top: 0;
}

    .banner_cont > .container {
        height: 100%;
        position: relative;
    }

.home-img-description {
    background-color: rgba(244, 125, 78, 0.8);
    padding: 20px 40px 5px 40px;
    box-sizing: border-box;
    max-width: 450px;
    right: 68px;
    bottom: 10px;
    position: absolute;
    text-align: right;
}

    .home-img-description h3 {
        color: #fff;
        margin: 5px 0;
    }

    .home-img-description p {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-family: 'museo700';
        margin-top: 10px;
    }

.bxslider2 li {
    height: 300px !important;
}

.bx-viewport {
    height: 300px !important;
}

.bx-controls-direction {
    position: absolute;
    top: 49%;
    width: 100%;
    max-width: 1468px;
    left: 0;
    right: 0;
    margin: auto;
}
/*LB MODIFIED*/
@media(max-width:820px) {
    .bxslider2 li {
        height: 200px !important;
    }

    .home-img-description {
        background-color: #fff;
        padding: 0 40px 20px 40px;
        box-sizing: border-box;
        left: auto;
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        bottom: auto;
        margin: 0 auto;
    }

        .home-img-description p {
            color: #d97652;
        }

    .bx-viewport {
        min-height: 313px;
    }

    .home-img-description h3,
    .home-img-description h3:hover {
        margin-top: 0;
        padding-top: 20px;
        color: #2e495d;
        text-decoration: none;
    }

        .home-img-description p,
        .home-img-description h3:hover {
            text-decoration: none;
        }

    .bxSliderWrapper .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 100px !important;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }
}

.bxslider2 li a:hover, a:active {
    text-align: left;
}
/*LB MODIFIED*/
@media(min-width:1500px) {
    .detailsImageSection {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .img-description-container {
        position: relative;
        max-width: 1498px;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .bx-viewport {
        height: 350px !important;
    }

    .home-img-description {
        padding: 0 20px;
    }

    .bxSliderWrapper .bx-wrapper .bx-next {
        right: 0 !important;
    }

    .bxSliderWrapper .bx-wrapper .bx-prev {
        left: 0 !important;
    }

    .bxSliderWrapper .bx-wrapper .bx-controls-direction a {
        top: 82px;
    }
}

/*LB MODIFIED 4/1*/
.avid-loc-col-left {
    overflow: scroll;
}

.searchClassEventBnrCtn .styled-select select {
    font-family: 'museo700';
    font-size: 16px;
    color: #736e69;
}

.styled-select:nth-child(3) {
    margin-right: 0;
}

.searchRowOne > div:last-child {
    margin-right: 0;
    width: 32.333333%;
}

.video-res {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-res iframe,
    .video-res object,
    .video-res embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*MEET OUR TEAM NEW - SG
*/

.doc-block {
    display: flex;
    width: 100%;
    border-bottom: 3px solid #dbdbdb;
}

.alldocs {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

h3.speciality {
    color: #0280A1;
    font-size: 16px;
    line-height: 17px;
    margin-top: 0;
}

.alldocs h2 {
    margin-top: 0px
}

.doc-img {
    margin-right: 10px;
    padding-top: 15px;
}

a.read-bio {
    height: auto;
    width: 135px;
    text-align: center;
    background-color: #80c5e2;
    color: white;
    font-weight: bold;
    font-family: 'museo700';
    padding: 7px;
    margin-top: 35px;
    display: block;
}

.doc-info {
    padding-top: 15px;
}

.doc-prac-loc h4 {
    font-weight: bold;
    font-family: 'museo700';
    margin-top: 15px;
}

.doc-prac-loc li a {
    color: #0280A1 !important;
}

    .doc-prac-loc li a:hover {
        color: #0280A1 !important;
        background-color: transparent !important;
        text-decoration: underline;
    }

.doc-prac-loc {
    float: right;
    justify-self: flex-end;
    margin-left: auto;
    padding: 0px 20px;
    min-width: 215px;
}

    .doc-prac-loc li {
        font-family: 'museo700';
        list-style: none;
        margin-left: 0;
        padding-left: 0 !important;
        color: #0280A1;
        font-size: 14px;
    }

    .doc-prac-loc ul {
        padding-left: 0;
    }

.step-image {
    float: none;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 245px;
    display: inline-block;
}

.step-img {
    width: 224px;
    height: auto;
}

@media (max-width: 1047px) {
    .doc-prac-loc {
        min-width: 185px;
    }
}

@media (max-width: 991px) {
    .doc-block {
        width: 100%;
        flex-wrap: nowrap;
    }

    .doc-prac-loc {
        width: 100%;
        float: left;
        background: white;
        padding: 0;
    }

        .doc-prac-loc li {
            display: inline-block;
            margin-right: 20px;
            position: relative;
            font-size: 12px;
        }

            .doc-prac-loc li:last-child {
                margin-right: 0;
            }

        .doc-prac-loc ul {
            margin-top: 0;
        }

        .doc-prac-loc li:not(:first-child):before {
            content: "";
            width: 5px;
            height: 5px;
            background: #0280A1;
            color: #0280A1;
            border-radius: 50%;
            position: absolute;
            left: -15px;
            top: 14px;
        }
}


@media (max-width: 767px) {
    #wrap {
        width: 99.85%;
    }

    .doc-prac-loc li:nth-child(4) {
        margin-right: 0;
        margin-left: 17px;
    }
}

@media (max-width: 441px) {
    .doc-prac-loc li:not(:first-child):before {
        top: 9px;
    }

    .doc-prac-loc li:nth-child(4) {
        margin-right: 0;
        margin-left: 0px;
    }

    .doc-prac-loc li:nth-child(3) {
        margin-left: 17px;
    }

    .doc-prac-loc li {
        line-height: 0.5;
    }
}

@media (max-width: 375px) {
    .doc-prac-loc li:nth-child(2) {
        margin-left: 17px;
        margin-right: 0;
    }

    .doc-prac-loc li:first-child {
        margin-right: 3px;
    }
}


/*SG REDESIGN STYLES*/

/*.internal-content img {
	padding-right: 40px !important;
}*/

.internal-content h1 {
    font-size: 36px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: initial;
    margin-top: 0;
    margin-bottom: 25px;
}

.internal-content h2 {
    font-size: 30px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
}

.internal-content h3 {
    font-size: 24px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
}

    .internal-content h3.panel-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.internal-content h4 {
    font-size: 20px;
    font-family: "museo700";
    color: #0f2d52;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.internal-content li {
    color: #636466;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.internal-content p {
    color: #636466;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.internal-content hr {
    border-top: 1px solid #e1eef3;
    margin: 50px 0;
    height: 1px;
}

.internal-content div#divContent {
    width: 85%;
    position: relative;
}

.internal-content .hours-table {
    border: #e1eef3 1px solid;
    margin-bottom: 20px;
}

    .internal-content .hours-table .hours-row {
        border-bottom: #e1eef3 1px solid;
        padding: 10px;
    }

        .internal-content .hours-table .hours-row:last-child {
            border-bottom: 0;
        }

        .internal-content .hours-table .hours-row p {
            margin-bottom: 0;
        }

    .internal-content .hours-table .day {
        background-color: #e1eef3;
        padding: 10px;
    }

        .internal-content .hours-table .day p {
            color: #0f2d52;
            font-weight: 800;
            margin-bottom: 0;
        }

    .internal-content .hours-table span.time-blue {
        color: #0280A1;
        min-width: 150px;
        display: inline-block;
    }

.internal-content .blueborder h2 {
    top: -31px;
}

.internal-content .blueborder {
    padding: 50px 30px;
}

.internal-content .storyimg {
    right: 30px;
}

.internal-content .blueborder .storyinfo.contact-cta-internal .storyimg {
    position: relative;
    right: initial;
    top: initial;
    width: 50%;
}

    .internal-content .blueborder .storyinfo.contact-cta-internal .storyimg a {
        margin-top: 30px;
        color: white;
    }

.internal-content .blue-cta a.login-btn {
    color: white;
}

.internal-content .col-sm-3 .list-nav-links li a {
    color: #636466;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.internal-content.blueborder .storyinfo.contact-cta-internal .storyblurp {
    width: 50%;
    margin-right: 0;
}

    .internal-content .blueborder .storyinfo.contact-cta-internal .storyblurp a {
        color: #f47d4e;
        text-decoration: underline;
        font-size: 18px;
        font-weight: bold;
        font-family: museo-sans-rounded;
    }

.internal-content p a {
    color: #00779C;
    text-decoration: underline;
    font-weight: bold;
    font-family: museo-sans-rounded;
    font-size: 18px;
}

.internal-content a {
    color: #f47d4e;
    text-decoration: underline;
    font-weight: bold;
    font-family: museo-sans-rounded;
}

.internal-content .login-btn {
    text-decoration: none;
}

.internal-content div .blue-cta {
    width: 100%;
    min-height: 300px;
    margin-top: 35px;
    margin-bottom: 40px;
}

.internal-content .col-sm-3 .list-nav-links {
    border: 0;
    padding-left: 0;
    margin-right: 0px;
    list-style-type: none;
    padding: 10px 0;
    margin-top: 0;
}

.toggle-nav ul .active, .toggle-nav ul li a:hover {
    background-color: transparent;
}


.internal-content .col-sm-3 .list-nav-links ul.sublinks li a {
    color: #636466;
}

.internal-content .col-sm-3 .list-nav-links li a {
    color: #636466;
}
/*
.internal-content .col-sm-3 .list-nav-links > li:first-child > a:first-child {
	color: #0280A1 !important;
}*/

.internal-content .col-sm-3 .list-nav-links ul.sublinks {
    padding-left: 25px;
    list-style-type: none;
    border-left: 2px solid #EDB660;
}

.breadcrumbs a {
    color: #636466;
    font-family: museo-sans-rounded;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs {
    color: #0280A1;
    padding: 30px 15px;
    border-bottom: 2px solid #e1eef3;
    border-top: 2px solid #eae8e8;
    font-family: museo-sans-rounded;
    text-decoration: none;
    font-weight: 500;
}

.tab-only {
    display: none;
}

.physicianSlider .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(./_img/angle-right-solid.svg) no-repeat;
}

.physicianSlider .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(./_img/angle-left-solid.svg) no-repeat;
    left: -20px !important;
}

.sidemenu .inner1_content_rgt_block1 .header {
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .sidemenu .inner1_content_rgt_block1 .header a img {
        display: none;
    }

    .sidemenu .inner1_content_rgt_block1 .header a {
        padding: 0;
    }

        .sidemenu .inner1_content_rgt_block1 .header a span {
            font-size: 18px !important;
            font-family: "museo700";
            color: #0f2d52;
        }

.internal-content .toggle-nav ul.list-nav-links li {
    border: 0;
    padding: 4px 0 !important;
    margin-bottom: 10px !important;
}

    .internal-content .toggle-nav ul.list-nav-links li a {
        margin-bottom: 0;
        padding: 0;
        max-width: 75%;
    }

.services-flex {
    display: flex;
    flex-wrap: wrap;
    padding-left: 25px;
    border-left: 2px solid #EDB660;
    margin-bottom: 30px;
}

    .services-flex .service-link {
        flex: 0 0 50%;
        margin-bottom: 20px;
        max-width: 50%;
    }

        .services-flex .service-link a {
            color: #636466;
            font-family: museo-sans-rounded;
            font-size: 19px;
            line-height: 24px;
            font-weight: 500;
            text-decoration: none;
            position: relative;
            width: 100%;
            display: block;
        }

            .services-flex .service-link a:after {
                content: "\f054";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                position: absolute;
                right: 50px;
            }

.dark-blue-cta {
    background: #0f2d52;
    display: flex;
    padding: 50px;
    margin-bottom: 30px;
}

    .dark-blue-cta .cta-logo {
        flex: 0 0 25%;
        max-width: 25%;
        margin-right: 20px;
    }

    .dark-blue-cta .cta-text {
        flex: 0 0 75%;
        max-width: 75%;
    }

        .dark-blue-cta .cta-text p {
            color: white;
            font-size: 18px;
        }

.internal-content .storyimg img {
    width: 100%;
    height: auto;
    max-width: 354px !important;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}

.internal-content a.caret-link {
    text-decoration: none;
}

    .internal-content a.caret-link:hover {
        text-decoration: none;
    }

.internal-content .storyblurp {
    width: 53%;
}

@media (min-width: 1600px) {
    .container {
        width: 1498px !important;
    }
}

@media (max-width: 991px) {
    .mobile-nav .fa-navicon:before,
    .mobile-nav .fa-reorder:before,
    .mobile-nav .fa-bars:before,
    .mobile-search .fa-search:before {
        color: #0280A1;
    }

    .full-banner {
        border-radius: 0;
    }

    a.open-nav {
        text-decoration: none;
    }

    .sidemenu .inner1_content_rgt_block1 .header {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .hero-banner {
        margin-bottom: 0;
    }

    .breadcrumbs {
        padding: 20px 15px;
        margin-bottom: 0;
    }

    .internal-content .col-sm-3 .list-nav-links {
        margin-right: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .container.internal-content .col-sm-3.hidden-xs1,
    .container.internal-content .col-sm-9 {
        width: 100% !important;
    }

    .internal-content div#divContent {
        width: 100%;
    }

    .tab-only {
        display: block;
    }

        .tab-only.section-menu {
            background: #0280A1;
            color: white;
            padding: 15px 0;
        }

    .sidemenu {
        display: none;
        background: #E5F4F9;
        padding: 20px 30px 10px;
        width: 100%;
        margin: 0 15px 0px !important;
    }

    .dedicated-content .sidemenu {
        width: 96.2%;
    }

    .tab-only.section-menu .container {
        position: relative;
    }

    .internal-content h1 {
        margin-top: 20px;
    }

    span.in-open {
        font-family: "museo700";
        font-size: 16px;
    }

        span.in-open:after {
            content: "\f105";
            font-family: FontAwesome;
            font-weight: bold;
            position: absolute;
            right: 0;
            font-size: 20px;
            top: -3px;
        }

        span.in-open.down-arrow:after {
            transform: rotate(90deg);
        }

    .menu-insert {
        background-color: #E5F4F9;
        position: absolute;
        z-index: 9999999;
        width: 100%;
    }

    .sidemenu .list-nav-links {
        border-top: 0;
        padding-left: 0;
        margin-right: 00px;
        list-style-type: none;
        padding: 10px 0;
        margin-top: 0;
        padding-top: 0;
    }

    .sidemenu li {
        color: #636466;
        font-family: museo-sans-rounded;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .sidemenu .list-nav-links li a {
        color: #636466 !important;
    }

        .sidemenu .list-nav-links li a.active {
            color: #0280A1 !important;
        }

    .sidemenu .list-nav-links ul.sublinks {
        padding-left: 25px;
        list-style-type: none;
        border-left: 2px solid #EDB660;
    }

    .utility-nav ul li a {
        text-decoration: none;
    }

    .main-nav ul li a {
        text-decoration: none;
    }

    .internal-content hr {
        margin: 30px 0;
    }

    .internal-content .blueborder {
        padding: 25px;
        margin: 60px 0 50px;
    }

        .internal-content .blueborder h2 {
            top: -29px;
        }

    .internal-content .storyinfo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .internal-content .storyblurp {
        margin-bottom: 0px;
        text-align: center;
        padding-top: 20px;
    }

    .internal-content .blueborder .storyinfo.contact-cta-internal .storyimg a {
        margin-top: 30px;
        float: none;
        display: block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .internal-content h1 {
        font-size: 32px;
    }

    .internal-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .internal-content p, .internal-content li {
        font-size: 14px;
    }

    .internal-content .blue-cta h3 {
        font-size: 26px;
    }

    .internal-content .blueborder {
        float: none;
    }

        .internal-content .blueborder h2 {
            font-size: 25px;
            width: 25%;
            top: -20px;
        }
}

@media (max-width: 767px) {
    .tab-only.section-menu {
        padding: 15px;
    }
}

@media (max-width: 650px) {
    .services-flex, .dark-blue-cta {
        flex-direction: column;
    }

        .services-flex .service-link {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .services-flex .service-link a:after {
                right: 5px;
            }

        .dark-blue-cta .cta-logo {
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
        }

    .internal-content .storyblurp {
        width: 100%;
    }

    .internal-content .blueborder h2 {
        font-size: 25px;
        width: 50%;
    }

    .internal-content .storyinfo {
        display: flex;
        flex-direction: column-reverse;
    }

    .internal-content .storyimg {
        right: inherit;
    }
}

@media (max-width: 600px) {
    .internal-content .blueborder h2 {
        width: auto;
    }

    .internal-content .blue-cta a.login-btn {
        position: absolute;
        bottom: 20px;
    }

    .internal-content .blueborder .storyinfo.contact-cta-internal .storyimg {
        width: 100%;
    }
}

@media (max-width: 414px) {


    .internal-content .hours-table span.time-blue {
        display: block;
    }
}


/* dedicated subsite Landing page new design styles */
.dedicated-landing .col-lg-push-8, .dedicated-content .col-lg-push-8 {
    float: left !important;
    left: 0 !important;
}

.dedicated-landing .col-lg-pull-4, .dedicated-content .col-lg-pull-4 {
    float: right !important;
    right: 0 !important;
}

.dedicated-content .container.internal-content .breadcrumbs {
    margin-bottom: 40px;
}

.dedicated-content .full-banner {
    border-radius: 0;
}

.internal-content .col-sm-3 .list-nav-links ul.sublinks li a.active {
    color: #0280A1 !important;
}

.internal-content .social-icons a i {
    color: #0280A1;
    font-size: 17px;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    border-bottom: 0;
    text-align: center;
}

.internal-content .col-sm-3 .list-nav-links li.active a {
    color: #0280A1 !important;
}

.internal-content .social-icons a {
    text-decoration: none;
}

.internal-content .social-icons {
    position: absolute;
    top: 0;
    right: -15%;
}

.dedicated-landing .sidemenu .header {
    display: none;
}

.dedicated-landing .internal-content .col-sm-3 .list-nav-links {
    padding-left: 25px !important;
    border-left: 2px solid #EDB660;
}

@media (max-width: 991px) {
    .internal-content .social-icons {
        position: relative;
        top: initial;
        right: initial;
        margin-top: 15px;
    }

        .internal-content .social-icons a i {
            color: #0280A1;
            font-size: 17px;
            display: inline-block;
            padding: 15px 15px 0px 0px;
            text-decoration: none;
            border-bottom: 0;
            text-align: left;
        }

    .dedicated-content .container.internal-content .breadcrumbs {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .dedicated-content .internal-content .sidemenu .inner1_content_rgt_block1 {
        padding: 0px 15px;
    }

    .dedicated-content .internal-content .toggle-nav div[class*="col-"]:first-of-type {
        margin-bottom: 0;
    }

    .dedicated-content .internal-content div#divContent {
        padding: 0px 15px;
    }

    .dedicated-content h1.page-title-top {
        padding-left: 15px;
    }

    .dedicated-content .container.internal-content {
        overflow: hidden;
    }

    .dedicated-content .sidemenu {
        padding: 20px 0px 10px;
    }
}

.dedicated-landing .conversion-wrapper {
    background: #e1eef3;
    padding: 20px;
    margin-top: 40px;
}

    .dedicated-landing .conversion-wrapper h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .dedicated-landing .conversion-wrapper > a {
        text-decoration: none;
    }

    .dedicated-landing .conversion-wrapper p {
        margin-bottom: 5px;
    }

    .dedicated-landing .conversion-wrapper a.side-tel {
        text-decoration: none;
        margin-bottom: 20px;
        display: block;
        color: #00779C;
    }

.dedicated-landing .hero-banner.microsite .full-banner {
    position: relative;
}

    .dedicated-landing .hero-banner.microsite .full-banner:after {
        content: "";
        background: #40404085;
        /*height: 340px;*/
        width: 100%;
        z-index: 9;
        position: absolute;
        border-radius: 0 0 50% 50%;
        top: 0;
    }

.dedicated-landing .full-banner .full-banner-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: transparent;
    z-index: 99;
    text-align: center;
    padding: 0 15px;
    margin: 0 !important;
}

    .dedicated-landing .full-banner .full-banner-container h3 p {
        top: 50%;
        font-family: "museo700";
        color: white;
        font-size: 60px;
        left: 0;
        text-align: center;
        margin-top: 0;
        z-index: 999;
        text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9);
    }

.dedicated-landing div#patient-stories {
    border: 2px solid #0280A1;
    position: relative;
    padding: 50px;
    margin: 100px 0 70px;
    overflow: visible;
}

.dedicated-landing .patient-story {
    width: 54%;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.dedicated-landing #PatientArrow {
    display: none;
}

.dedicated-landing .patientStoriesImageContainer {
    position: absolute;
    width: auto;
    height: 250px;
    right: 330px;
    top: -40px;
}

.dedicated-landing .internal-content .patient-story h4 {
    background: white;
    font-size: 36px;
    font-family: "museo700";
    color: #0f2d52;
    margin: 0;
    position: absolute;
    top: -28px;
    z-index: 99999;
    padding: 0px 15px;
    left: 25px;
    text-transform: capitalize;
}

.dedicated-landing .icon-sub-nav {
    display: none;
}

.dedicated-landing .side-split a {
    text-decoration: none;
    word-break: break-word;
}

.dedicated-landing .internal-content div#divContent {
    width: 100%;
}

.dedicated-landing .sidemenu {
    margin-right: 7%;
}

.dedicated-landing .internal-content h2 {
    margin-top: 0;
}

.dedicated-landing .physicianSlider .bx-controls-direction {
    right: -100px;
}

@media (max-width: 1599px) {
    .dedicated-landing .internal-content div#divContent {
        width: 100%;
        position: relative;
    }

    .dedicated-landing .patientStoryContainer {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .dedicated-landing .patient-story {
        width: 55%;
    }
}

@media (max-width: 1250px) {
    .dedicated-landing .hero-banner.microsite .full-banner:after {
        height: 300px;
    }
}

@media (max-width: 1199px) {
    .dedicated-landing div#patient-stories {
        max-width: initial;
    }

    .dedicated-landing .bottomArrow {
        display: none;
    }

    .dedicated-landing .patientStoriesImageContainer img:first-child {
        position: relative;
        max-width: initial;
        height: 100% !important;
    }

    .dedicated-landing .patientStoriesImageContainer {
        position: relative;
        width: auto;
        height: 250px;
        right: initial;
        top: initial;
        max-width: 100%;
    }

    .dedicated-landing .patient-story {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .dedicated-landing .hero-banner.microsite .full-banner:after {
        height: 215px;
        border-radius: 0;
    }

    .dedicated-landing .full-banner .full-banner-container h3 p {
        font-size: 45px;
    }

    .dedicated-landing .conversion-wrapper {
        margin-top: 0;
        padding: 20px 11% 10px;
    }

        .dedicated-landing .conversion-wrapper h3 {
            display: none;
        }

    .side-split {
        display: inline-block;
    }

        .side-split:first-of-type {
            margin-right: 40px;
        }

    .dedicated-landing .conversion-wrapper p {
        margin-bottom: 5px;
        color: #636466;
        font-family: museo-sans-rounded;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .dedicated-landing .conversion-wrapper a.side-tel {
        text-decoration: none;
        margin-bottom: 20px;
        display: block;
        color: #00779C;
        font-weight: bold;
        font-family: "museo700";
    }
}

@media (max-width: 900px) {
    .dedicated-landing .patientStoryContainer {
        width: 100% !important;
    }
}

@media (max-width: 800px) {
    .dedicated-landing .container.internal-content {
        overflow: hidden;
    }

    .breadcrumbs .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dedicated-landing .container.internal-content .toggle-nav {
        padding: 0 15px;
    }

    /* Potential fix for the mobile banner height issue */
    .dedicated-landing .hero-banner {
        max-height: none !important;
        height: 280px;
    }

    .dedicated-landing .full-banner .full-banner-container h3 p {
        font-size: 30px;
    }

    .dedicated-landing .full-banner-container {
        background-color: transparent;
        z-index: 999;
        position: absolute;
        height: 100%;
    }

    .dedicated-landing .hero-banner.microsite .full-banner:after {
        height: 100%;
    }

    .dedicated-landing .conversion-wrapper {
        margin-top: 0;
        padding: 20px 15px 10px;
        margin-bottom: 20px;
    }

    .dedicated-landing .container.internal-content {
        margin-top: 0;
    }

        .dedicated-landing .container.internal-content .tab-content {
            padding: 0 15px;
        }

    .dedicated-landing div#patient-stories {
        margin: 50px 0 50px;
        padding: 30px;
    }

    .dedicated-landing .tab-only.section-menu {
        padding: 15px;
    }

        .dedicated-landing .tab-only.section-menu .container {
            width: 100%;
            overflow: hidden;
        }

    .dedicated-landing .physicianSlider .bx-controls-direction {
        right: -50px;
    }
}

@media (max-width: 667px) {
    .dedicated-landing .patientStoryContainer {
        max-width: 100% !important;
    }

    /* Potential fix for the mobile banner height issue */
    .dedicated-landing .hero-banner {
        max-height: none !important;
        height: 280px !important;
    }
}


@media (max-width: 991px) {
    .sidemenu ul#list-nav-links li.active a {
        color: #0280A1 !important;
    }

    .sidemenu {
        background: #E5F4F9;
        padding: 20px 15px 10px;
        width: 100%;
        margin: 0 0px 0px !important;
    }
}

.content-page .full-banner {
    border-radius: 0;
}

.incontent-links {
    border-left: 2px solid #EDB660;
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.internal-content .incontent-links a {
    color: #464646;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    text-decoration: none;
    flex: 0 0 50%;
    position: relative;
}

    .internal-content .incontent-links a:after {
        content: "\f105";
        font-family: FontAwesome;
        right: 50px;
        position: absolute;
        font-weight: bold;
    }

.incontent-blue-block {
    background: #0f2d52;
    padding: 40px 30px;
    display: flex;
    margin-bottom: 40px;
}

    .incontent-blue-block .left-logo {
        flex: 0 0 25%;
    }

    .incontent-blue-block .right-content p {
        color: white;
        margin-bottom: 0;
    }
	.incontent-blue-block .right-content p a {
        color: #fff;
    }

@media (max-width: 1280px) {
    .incontent-links {
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .incontent-blue-block .left-logo {
        margin-right: 30px;
    }
}

@media (max-width: 600px) {
    .incontent-blue-block {
        flex-direction: column;
    }

        .incontent-blue-block .left-logo {
            margin-right: 0;
        }

    #divContent .incontent-blue-block .left-logo img {
        width: auto !important;
        margin-bottom: 20px;
    }
}

body.content-full .internal-content div#divContent {
    width: 100%;
}

@media (max-width: 441px) {
    .dedicated-landing .hero-banner {
        /*height: 160px !important;*/
    }

    .internal-content .incontent-links a:after {
        content: "\f105";
        font-family: FontAwesome;
        right: 15px;
    }

    .dedicated-landing .physicianSlider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -40px !important;
    }

    .content-page .hero-banner {
        height: 155px !important;
    }

    .internal-content h1 {
        font-size: 32px;
        line-height: 33px;
    }
}

/* -- Compliance Jun2019 -- */
/* -- Meet Our Team -- */

/* -- Replace Bold Tags -- */

.bx-wrapper .bx-viewport strong {
    color: #19475C;
    font-size: 14px;
    font-weight: 900;
    padding-top: 5px;
}

li.slide strong {
    width: 242px;
    display: inline-block;
    text-align: center;
}

li.slide strong {
    width: 100% !important;
}

/* -- Take HTML attributes out of iframe tag -- */

.physicianSlider iframe {
    display: block;
    border: none;
    width: 182px;
    height: 262px;
}

.heartVideo iframe {
    border: none;
    height: 480px;
    max-width: 853px;
    width: 100%;
}

/* -- Patient Stories -- */

.dedicated-landing .internal-content .patient-story h2 {
    background: white;
    font-size: 36px;
    font-family: "museo700";
    color: #0f2d52;
    margin: 0;
    position: absolute;
    top: -28px;
    z-index: 99999;
    padding: 0px 15px;
    left: 25px;
    text-transform: capitalize;
}

/* -- Banner Text -- */

.full-banner .full-banner-container span, .main-banner-container span {
    max-width: 80%;
    margin: 50px 15% !important;
    position: relative;
    background-color: rgba(46,73,93,.8);
    display: inline-block;
    padding: 35px !important;
}

.full-banner .full-banner-container span, .main-banner-container span {
    max-width: 80%;
    margin: 50px 15%;
    position: relative;
    background-color: rgba(46,73,93,.8);
    display: inline-block;
    padding: 25px !important;
}

.dedicated-landing .full-banner .full-banner-container span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: transparent;
    z-index: 99;
    padding: 0 15px;
    margin: 0 !important;
}

.full-banner-container span > p {
    font-weight: 300;
}

    .full-banner-container span > p:first-child {
        margin-bottom: 0;
    }

.dedicated-landing .full-banner .full-banner-container span p {
    top: 50%;
    font-family: "museo700";
    color: white;
    font-size: 60px;
    left: 0;
    text-align: center;
    margin-top: 0;
    z-index: 999;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 991px) {

    .dedicated-landing .full-banner .full-banner-container span p {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .dedicated-landing .full-banner .full-banner-container span p {
        font-size: 30px;
    }
}

/* -- Style.css Color Issues for Compliance-- */

.breadcrumbs a {
    text-decoration: underline;
}

.merge-top {
    background-color: rgba(237,182,96, 1);
    background-blend-mode: difference;
}

.valleyOperatedLocations p {
    color: #0280A1;
}

.internal-content a {
    color: #00779C;
}

.internal-content p a {
    color: #00779C;
}

h1 {
    color: #0f2d52;
}

h4 {
    color: #0280A1;
}

#divContent ul li a {
    color: #0280A1;
}

    #divContent ul li a:hover {
        color: #0280A1;
    }

.full-banner-container h3 > a {
    color: #0280A1;
}

.toggle-nav ul .active a {
    color: #0280A1;
}

.toggle-nav ul li a.active {
    color: #0280A1;
}

.mobile-menu #navbar li.top-link a {
    color: #0280A1;
}

.mobile-dropdown .btn-default {
    color: #0280A1;
}

.hero-content .phone-number {
    color: #0280A1;
}

#main-content p a {
    color: #0280A1;
}

.news-announcements h4 {
    background-color: #0280A1;
}

.internal-content .blueborder .storyinfo.contact-cta-internal .storyblurp a {
    color: #0280A1;
}

.mobile-dropdown .btn-default:hover {
    color: #00779C;
}

#divContent ul li a:hover {
    color: #00779C;
}

.btn-default:hover {
    background-color: #00779C;
}

.m-navigation-left .subpage-nav .subpage-nav-links .m-subpage-nav-links li a:hover {
    color: #0280A1;
}

.col-sm-3 .list-nav-links li a:hover {
    color: #0280A1 !important;
}

.col-sm-3 .list-nav-links li a.active {
    color: #0280A1 !important;
}

@media (max-width: 600px) {
    .dedicated-landing .hero-banner {
        height: 100% !important;
    }

    .heartVideo iframe {
        border: none;
        height: 200px;
        width: 100%;
    }
}

/* peds doc profile styling */
div#divContent .doc-profile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 25px;
}

div#divContent .doc-profile-image {
    flex: 0 0 13%;
    max-width: 13%;
    margin-right: 2%;
}

    div#divContent .doc-profile-image img {
        width: 100%;
        height: auto;
    }

div#divContent .doc-profile-details {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 2%;
}

div#divContent .doc-profle-bio {
    flex: 1;
}

@media (max-width: 767px) {
    div#divContent .doc-profile {
        flex-direction: column;
    }

    div#divContent .doc-profile-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    div#divContent .doc-profile-details {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0%;
    }
}

@media (max-width: 768px) {
    .internal-content p a {
        font-size: 14px
    }
}

/* ----- 396276169_News_Article_Formatting_on_Mobile 11Sep19 CSP ----- */

@media (max-width: 600px) {
    .news-story img:first-of-type {
        width: 100% !important;
    }
}

/* --- 453908606_Heading_Styles_Dedicated_Full_Page_Layout 31Jan20 --- */

.alternate-internal-content h1 {
    font-size: 36px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 25px;
}

.alternate-internal-content h2 {
    font-size: 30px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
}

.alternate-internal-content h3 {
    font-size: 24px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
}

.alternate-internal-content h4 {
    font-size: 20px;
    font-family: "museo700";
    color: #0f2d52;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.alternate-internal-content p {
    color: #636466;
    font-family: museo-sans-rounded;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.alternate-internal-content hr {
    border-top: 1px solid #e1eef3;
    margin: 50px 0;
    height: 1px;
}
/* --- 505842259_Fix_Navigation_Arrows --- */

.hasSubLinks {
    position: relative;
}

    .hasSubLinks a {
        width: 100%;
    }

        .hasSubLinks a:after {
            display: block;
            position: absolute;
            color: #0280a1;
            font-size: 32px;
            content: '\f107';
            font-family: 'FontAwesome';
            right: 0;
            top: 6px;
            pointer-events: none;
            transition: .3s;
        }

        .hasSubLinks a.active:after {
            display: block;
            position: absolute;
            color: #0280a1;
            font-size: 32px;
            content: '\f107';
            font-family: 'FontAwesome';
            transform: rotate(180deg);
            right: 0;
            top: 6px;
            pointer-events: none;
            transition: .3s;
        }

.fauxButton {
    display: block;
    color: transparent;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

ul.sublinks:not(.hide) {
    display: block !important;
    transition: display .3s;
}

ul.sublinks.hide {
    display: none;
    transition: display .3s;
}

@media (max-width: 991px) {
    li.child {
        background-image: none !important;
        position: relative;
    }

        li.child.show {
            background-image: none !important;
            position: relative;
        }

            li.child.show a {
                width: 100%;
            }

        li.child a:after {
            display: block;
            position: absolute;
            color: #0280a1;
            font-size: 22px !important;
            font-weight: 900;
            content: '\f107';
            font-family: 'FontAwesome';
            right: -18px !important;
            top: 3px !important;
            pointer-events: none;
            transition: .3s;
        }

        li.child.show a:after {
            display: block;
            position: absolute;
            color: #0280a1;
            font-size: 22px !important;
            font-weight: 900;
            content: '\f107';
            font-family: 'FontAwesome';
            transform: rotate(180deg);
            right: -18p !importantx;
            top: 3px !important;
            pointer-events: none;
            transition: .3s;
        }
}

@media (max-width: 767px) {
    li.child a:after {
        right: -3px !important;
    }

    li.child.show a:after {
        right: -3px !important;
    }
}

.conversion-wrapper {
    background: #e1eef3;
    padding: 20px;
    margin-top: 40px;
}

    .conversion-wrapper h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .conversion-wrapper > a {
        text-decoration: none;
    }

    .conversion-wrapper p {
        margin-bottom: 5px;
    }

    .conversion-wrapper a.side-tel {
        text-decoration: none;
        margin-bottom: 20px;
        display: block;
        color: #00779C;
    }

/* --- 518181563_Copy_Landing_Footer_2Interior --- */
@media (max-width: 768px) {
    .footerlogo {
        float: none;
        margin: 0 !important;
    }

    .footerli li a {
        color: #fff;
        text-align: center;
    }

    ul.sociallinks li a span {
        margin-left: 0 !important;
    }
}


/* content accordion */

.content-accordion .panel {
    border-bottom: 1px solid #636466;
}

.content-accordion .panel-heading a {
    text-decoration: none;
    display: block;
}

    .content-accordion .panel-heading a:hover {
        text-decoration: underline;
    }

    .content-accordion .panel-heading a:active {
        font-size: inherit;
    }

.BBFormCurrency {
    color: #666 !important;
    background-color: #FFF !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element, 
.main .foundation-form .ctct-form-element {
    border: 1px solid #767676 !important;
    border-radius: 5px !important;
}
