﻿/**
*	Main Styles - UW Medicine - brand @ https://depts.washington.edu/uwmmktg/ 
**/

/* ------------ Base Styles ------------ */

/*! Headers --------- */
.cols-a h1 {
    margin: 0 0 18px;
    color: #898f4b;
    font-size: 30px;
    line-height: 1.2;
}

.cols-a h2, .search h2 {
    margin: 0 0 18px;
    color: #856822;
    font-size: 22px;
    line-height: 1.2;
}

.cols-a h3, .scheme-a {
    margin: 0 0 9px;
    color: #856822;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

/*change line height from 1.7.to 3 to fix the Education left nav chopped header in tablet view*/
h4 {
    margin: 4px 0 6px;
    color: #856822 !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2 !important;
}

/*! Typography --------- */
.cols-a p, .cols-a ul, .cols-a ol {
    margin-bottom: 15px;
}

/* Content Classes */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignleft-clin-srch {
    float: left;
    margin-right: 15px;
    margin-top: 9px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

span.caption {
    display: inline-block;
    font-size: .8em;
    padding: 1%;
}

p i.icon-chevron-sign-right {
    margin-right: 10px;
}

.divide {
    border-top: 1px solid #e7e7e7;
    margin: 10px 0 20px;
}

/*! Links --------- */
.cols-a > .fit-a {
    display: block;
    position: absolute;
    left: -3000em;
    top: 0;
    z-index: 4;
    width: 36px;
    height: 36px;
    background: url(/Style%20Library/images/sprite-a.png) 0 -35px no-repeat;
    cursor: pointer;
}

.appt > .fit-a {
    display: none;
}

.cols-a > .shade-a {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.link-a {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

    .link-a a {
        display: block;
        float: left;
        padding: 0 0 0 11px;
        background: url(/Style%20Library/images/chevron01.png) 0 12px no-repeat;
        color: #333;
    }

#wrapper .link-b {
    margin: 0 0 20px;
    padding: 10px 13px;
    border-bottom: 1px solid #a8ad7b;
    background: #898f4b;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.link-b a.button {
    display: block;
    position: relative;
    margin: 9px 0 0;
    padding: 10px 15px;
    border: 1px solid #878c52;
    border-top: 1px solid #93985d;
    border-bottom: 1px solid #8d9257;
    background: #9da265;
    color: #fff;
    font-size: 14px;
}

.link-b a.button {
    box-shadow: 0 0 6px #5e6233;
    -moz-box-shadow: 0 0 6px #5e6233;
    -webkit-box-shadow: 0 0 6px #5e6233;
}

.link-b span:first-child {
    display: block;
    padding: 0 0 2px;
    font-size: 14px;
}

#wrapper .link-b a.number {
    color: #fff;
}

/*! Figures --------- */
/* dgale 10.28.2013 - Seems to be a duplicating styles include in bootstrap so I'm commenting them out*/
/*img { border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; vertical-align: middle; }
	@media only screen and (min-width: 1px) { img { max-width: 100% !important; } img { height: auto !important; } }
    */
.image-a {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    color: #785e1d;
    font-size: 9.86px;
    line-height: 1.2;
}

    .image-a img {
        display: block;
        margin: 0 0 5px;
    }

.image-b {
    position: relative;
    margin: 0 0 21px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}

.image-b {
    box-shadow: 2px 2px 3px #a3a3a3;
    -moz-box-shadow: 2px 2px 3px #a3a3a3;
    -webkit-box-shadow: 2px 2px 3px #a3a3a3;
}

    .image-b a {
        display: block;
        position: relative;
        color: #fff;
    }

    .image-b img {
        display: block;
        position: relative;
        z-index: 1;
    }

    .image-b a > span, .image-b > span {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3;
        width: 92%;
        padding: 0 2% 6px 6%;
    }

    .image-b span span {
        display: block;
        padding: 0 0 6px;
        font-size: 14px;
        font-weight: 700;
    }

    .image-b > .fit-a, .image-b > a > .fit-a  {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        height: 102px;
        background: url(/Style%20Library/images/shade-a.png) repeat-x;
    }

.image-c {
    display: -moz-inline-stack;
    display: inline-block;
    position: relative;
    margin: 0 0 12px;
    padding: 2px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
}

.ie7 .image-c {
    display: inline;
    zoom: 1;
}

.image-c img {
    position: relative;
    z-index: 1;
}

.image-c figcaption {
    position: absolute;
    right: 19px;
    bottom: 14px;
    z-index: 2;
}

.triple-a figure {
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
}

    .triple-a figure img {
        display: block;
        position: relative;
        z-index: 1;
    }

    .triple-a figure > span {
        position: absolute;
        left: 15px;
        bottom: 9px;
        z-index: 2;
    }

.triple-a .bx-prev, .triple-a .bx-next {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 18px;
    height: 48px;
    margin: -20px 0 0;
    background: url(/Style%20Library/images/sprite-a.png) -3000em -3000em no-repeat;
    text-indent: -3000em;
}

.triple-a .bx-prev {
    left: 10px;
    background-position: 0 -131px;
}

.triple-a .bx-next {
    right: -12px;
    background-position: -36px -131px;
}

/*! Helpers --------- */
* {
    transition: color .4s ease 0s,background-color .4s ease 0;
    -moz-transition: color .4s ease 0s,background-color .4s ease 0;
    -webkit-transition: color .4s ease 0s,background-color .4s ease 0;
    -o-transition: color .4s ease 0s,background-color .4s ease 0;
    -ms-transition: color .4s ease 0s,background-color .4s ease 0;
}

.cols-a > aside {
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/*! Warnings --------- */
p.lt-ie9, #wrapper:after {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 28px;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 28px;
    text-align: center;
}

    p.lt-ie9 a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
    }

        p.lt-ie9 a:hover, p.lt-ie9 a:focus, p.lt-ie9 a:active {
            text-decoration: none;
        }

#wrapper:after {
    content: "Please enable JavaScript support to fully experience this site.";
}

.js #wrapper:after {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

.js body {
    padding-top: 0;
}

/* this doesn't seem to be doing anything useful, and is causing a white gap at top of page in ie8 */
/* .lt-ie9 body { padding-top: 28px; } */

/*! Miscellaneous --------- */
::selection {
    background: #8e6f0c;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #8e6f0c;
    color: #fff;
    text-shadow: none;
}

/* ------------ Layout Styles ------------ */
#s4-bodyContainer {
    padding-bottom: 0;
}

#wrapper {
    overflow: hidden;
    /*max-width:1024px;*/
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#content {
    position: relative;
    z-index: 1;
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    width: inherit;
}

#silo-nav {
    max-width: 1024px;
    margin: 0 auto;
}

#wrapper > footer {
    position: relative;
    z-index: 2;
}

/* top-bar */
.top-bar {
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 2px;
    padding: 30px 24px 0;
}

.top-nav {
    margin: 0;
    padding: 7px 0 0;
    list-style: none;
    float: left;
    text-transform: uppercase;
}

    .top-nav li {
        float: left;
        margin: 0 0 0 2px;
        font-size: 12px;
        line-height: 25px;
    }

        .top-nav li:first-child {
            margin-left: 0;
        }

    .top-nav a {
        float: left;
        background: #898f4b;
        padding: 0 14px;
        color: #fff;
        cursor: pointer;
    }

        .top-nav a em {
            font-style: normal;
        }

        .top-nav a span {
            float: left;
            height: 25px;
        }

        .top-nav a:hover {
            text-decoration: none;
        }

            .top-nav .active a span, .top-nav a:hover span {
                background: url(/Style%20Library/images/arrow-01.png) no-repeat 50% 100%;
                margin-bottom: -11px;
                padding-bottom: 11px;
                position: relative;
                z-index: 999;
            }

    .top-nav .color-01 {
        background: #7da1c4;
    }

        .top-nav .active .color-01 span, .top-nav .color-01:hover span {
            background: url(/Style%20Library/images/arrow-02.png) no-repeat 50% 100%;
        }

    .top-nav .color-02 {
        background: #3b185a;
    }

        .top-nav .active .color-02 span, .top-nav .color-02:hover span {
            background: url(/Style%20Library/images/arrow-03.png) no-repeat 50% 100%;
        }

    .top-nav .color-03 {
        background: #856822;
    }

        .top-nav .active .color-03 span, .top-nav .color-03:hover span {
            background: url(/Style%20Library/images/arrow-04.png) no-repeat 50% 100%;
        }

    .top-nav .color-04 {
        background: #77787b;
    }

        .top-nav .active .color-04 span, .top-nav .color-04:hover span {
            background: url(/Style%20Library/images/arrow-10.png) no-repeat 50% 100%;
        }

.top-bar .block {
    float: right;
    margin: 0 12px -1px 0;
    overflow: hidden;
}

.top-bar .add-nav {
    float: right;
    margin: 0 -8px 0 0;
    padding: 0 0 3px;
    list-style: none;
}

    .top-bar .add-nav li {
        float: left;
        background: url(/Style%20Library/images/sep-01.gif) no-repeat 0 4px;
        padding: 0 10px 0 12px;
        font: 11px/20px Arial, Helvetica, sans-serif;
    }

        .top-bar .add-nav li:first-child {
            background: none;
        }

    .top-bar .add-nav a {
        float: left;
        color: #9f9f9f;
    }

.top-bar .phone {
    display: block;
    text-align: right;
    color: #333;
    text-transform: uppercase;
    font: 14px/30px Arial, Helvetica, sans-serif;
}

    .top-bar .phone span {
        font-size: 24px;
    }

/* end top-bar */
/* header */
header {
    background: #f8f5e0;
    padding: 31px 40px 21px 58px;
    margin: 0 0 2px;
    position: relative;
    z-index: 10;
}

    header .logo {
        float: left;
        width: 215px;
        height: 29px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/Style%20Library/images/logo.png) no-repeat;
    }

        header .logo a {
            display: block;
            height: 100%;
        }

    header .search-form {
        float: right;
        width: 181px;
        text-align: right;
        padding: 4px 0 0;
    }

        header .search-form form {
            margin: 0;
        }

        header .search-form .holder {
            background: #fff;
            border: 1px solid #dbd0a5;
            padding: 6px 9px;
            margin: 0 0 1px;
        }

        header .search-form .submit {
            float: left;
            width: 21px;
            height: 21px;
            border: 0;
            background: url(/Style%20Library/images/ico-01.png) no-repeat;
            text-indent: -9999px;
            overflow: hidden;
            line-height: 0;
            margin: -2px 0 -10px;
            text-align: left;
        }

    header .add-nav {
        float: right;
        margin: 0;
        padding: 10px 0 0;
        list-style: none;
        text-transform: uppercase;
    }

        header .add-nav li {
            float: left;
            font: 12px/18px Arial, Helvetica, sans-serif;
            background: url(/Style%20Library/images/sep-02.gif) no-repeat 0 3px;
            padding: 0 18px 0 20px;
            overflow: hidden;
        }

            header .add-nav li:first-child {
                background: none;
            }

        header .add-nav a {
            float: left;
            color: #333;
        }

        header .add-nav .locations {
            background: url(/Style%20Library/images/ico-02.png) no-repeat;
            padding: 0 0 0 28px;
        }

        header .add-nav .search {
            display: none;
        }

            header .add-nav .search a {
                color: #89877e;
                background: url(/Style%20Library/images/ico-04.png) no-repeat 0 50%;
                padding: 0 0 0 24px;
            }

/* end header */
/* nav */
nav {
    padding: 2px 0 0;
    border-top: 1px solid #e7e7e7;
    margin: 0 0 18px;
}

#nav-background {
    background: #f2efe4;
    /*background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");*/
    background: -moz-linear-gradient(top, #f2efe4 0%, #f5f2e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2efe4), color-stop(100%,#f5f2e8));
    background: -webkit-linear-gradient(top, #f2efe4 0%,#f5f2e8 100%);
    background: -o-linear-gradient(top, #f2efe4 0%,#f5f2e8 100%);
    background: -ms-linear-gradient(top, #f2efe4 0%,#f5f2e8 100%);
    background: linear-gradient(to bottom, #f2efe4 0%,#f5f2e8 100%);
    -pie-background: linear-gradient(top, from(#f2efe4 0%), to(#f5f2e8 100%));
    border: solid #e7e7e7;
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2efe4', endColorstr='#f5f2e8');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2efe4', endColorstr='#f5f2e8')";
    border-width: 1px 0;
}

nav > div > ul {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 66px;
    list-style: none;
    text-transform: uppercase;
    position: relative;
}

    nav > div > ul li {
        float: left;
        font: bold 14px/18px Arial, Helvetica, sans-serif;
        width: 20%;
        padding-left: 5%;
    }

        nav > div > ul li:first-child {
            padding-left: 0;
        }

    nav > div > ul a {
        float: left;
        color: #856822 !important;
        text-decoration: none !important;
        background: url(/Style%20Library/images/arrow-05.png) no-repeat 100% 12px;
        padding: 5px 24px 5px 0;
    }

nav.active > ul a {
    background: url(/Style%20Library/images/arrow-06.png) no-repeat 100% 12px;
}

nav.active > ul {
    border-bottom: 0;
}

nav.active {
    -moz-box-shadow: -1px 0 1px #e6e6e3, 1px 0 1px #e6e6e3;
    -webkit-box-shadow: -1px 0 1px #e6e6e3, 1px 0 1px #e6e6e3;
    box-shadow: -1px 0 1px #e6e6e3, 1px 0 1px #e6e6e3;
}

nav .drop {
    background: #f5f2e8;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
    background: -moz-linear-gradient(top, #f5f2e8 0%, #fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f2e8),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, #f5f2e8 0%,#fff 100%);
    background: -o-linear-gradient(top, #f5f2e8 0%,#fff 100%);
    background: -ms-linear-gradient(top, #f5f2e8 0%,#fff 100%);
    background: linear-gradient(to bottom, #f5f2e8 0%,#fff 100%);
    -pie-background: linear-gradient(top, #f5f2e8 0%,#fff 100%);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2e8', endColorstr='#ffffff');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2e8', endColorstr='#ffffff')";
    padding: 0 0 11px 66px;
    border-bottom: 1px solid #856822;
    position: relative;
}

    nav .drop ul {
        margin: 0;
        width: 18%;
        padding: 0 0 0 7%;
        list-style: none;
        float: left;
    }

        nav .drop ul:first-child {
            padding-left: 0;
        }

        nav .drop ul li {
            font: 14px/25px Arial, Helvetica, sans-serif;
            border-bottom: 1px solid #CECECE;
        }

        nav .drop ul a {
            color: #000;
        }

            nav .drop ul a:hover {
                text-decoration: none;
                color: #7b864f;
            }

    nav .drop .open-close {
        width: 36px;
        height: 19px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/Style%20Library/images/arrow-07.png) no-repeat;
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin: 0 0 0 -18px;
    }

nav .panel {
    background: #898f4b;
    overflow: hidden;
    padding: 0 25px;
    display: none;
}

    nav .panel .phone {
        float: left;
        font-size: 14px;
        line-height: 31px;
        color: #fff;
        display: none;
    }

nav .btn-menu {
    background: url(/Style%20Library/images/ico-03.gif) no-repeat 100% 5px;
    height: 31px;
    font: bold 14px/31px Arial, Helvetica, sans-serif;
    text-align: right;
    padding: 0 36px 0 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}

nav .drop .ttl {
    display: none;
    color: #856822;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.slider-nav .shadow {
    display: none;
}

.slider-nav .next, .slider-nav .prev {
    display: none;
    text-indent: -9999px;
}

a.nav-button {
    color: #8d6e0b;
    /* text color */
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    /* layer fill content */
    -moz-box-shadow: 0 0 9px rgba(128,128,128,.2);
    /* outer glow */
    -webkit-box-shadow: 0 0 9px rgba(128,128,128,.2);
    /* outer glow */
    box-shadow: 0 0 9px rgba(128,128,128,.2);
    /* outer glow */
    margin: 0 15px;
    padding: 0 20px 10px 0;
    display: block;
}

/* end nav */
/*footer*/
footer {
    padding: 20px 0 0;
    position: relative;
    background: #836721;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
    background: -moz-linear-gradient(top, #836721 0%, #7b601e 23%, #5b4511 81%, #55400e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#836721), color-stop(23%,#7b601e), color-stop(81%,#5b4511), color-stop(100%,#55400e));
    background: -webkit-linear-gradient(top, #836721 0%,#7b601e 23%,#5b4511 81%,#55400e 100%);
    background: -o-linear-gradient(top, #836721 0%,#7b601e 23%,#5b4511 81%,#55400e 100%);
    background: -ms-linear-gradient(top, #836721 0%,#7b601e 23%,#5b4511 81%,#55400e 100%);
    background: linear-gradient(to bottom, #836721 0%,#7b601e 23%,#5b4511 81%,#55400e 100%);
    -pie-background: linear-gradient( #836721 0%,#7b601e 23%,#5b4511 81%,#55400e 100%);
    position: relative;
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#836721', endColorstr='#55400e');
    /* ie8 + */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#836721', endColorstr='#55400e')";
}

    footer .footer-nav {
        margin: 0;
        padding: 0 0 5px;
        list-style: none;
        text-align: center;
        height: 18px;
    }

        footer .footer-nav ul {
            text-align: center;
            display: inline-block;
            width: auto;
        }

        footer .footer-nav li {
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 16px;
            font: 12px/14px Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            background: url(/Style%20Library/images/sep-001.png) no-repeat 6px 2px;
        }

            footer .footer-nav li:first-child {
                background: none;
            }

            footer .footer-nav li a {
                color: #f8f0d3;
            }

        /* footer .footer-nav.color{padding-top:7px;} */
        footer .footer-nav.color a {
            color: #f3c764;
        }

        footer .footer-nav.color li {
            background: url(/Style%20Library/images/sep-002.png) no-repeat 6px 2px;
        }

            footer .footer-nav.color li:first-child {
                background: none;
            }

        footer .footer-nav.color .sep {
            background: url(/Style%20Library/images/sep-003.png) no-repeat 6px 2px;
        }

/*footer-bottom*/
.footer-bottom {
    overflow: hidden;
    text-align: center;
    padding: 16px 30% 31px;
    position: relative;
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #fff;
}

    .footer-bottom .box {
        overflow: hidden;
        position: absolute;
        top: 30px;
        left: 66.5%;
        width: 165px;
    }

    .footer-bottom .footer-logo {
        float: left;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/Style%20Library/images/footer-logo.png) no-repeat;
        width: 46px;
        height: 19px;
        margin: 3px 5px 0 0;
    }

        .footer-bottom .footer-logo a {
            display: block;
            height: 100%;
        }

    .footer-bottom .social {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 10px;
    }

        .footer-bottom .social li {
            float: left;
            padding: 0 5px 0 0;
        }

            .footer-bottom .social li a {
                vertical-align: top;
            }

    .footer-bottom p {
        margin: 0 0 3px;
    }

    .footer-bottom .bottom-nav {
        margin: 0 -54px;
        padding: 0;
        list-style: none;
    }

        .footer-bottom .bottom-nav li {
            display: inline-block;
            font: 12px/14px Arial, Helvetica, sans-serif;
            background: url(/Style%20Library/images/sep-003.png) no-repeat 9px 2px;
            padding: 0 0 0 24px;
        }

        .footer-bottom .bottom-nav ul {
            text-align: center;
            display: inline-block;
            width: auto;
        }

        .footer-bottom .bottom-nav li:first-child {
            padding-left: 0;
            background: none;
        }

        .footer-bottom .bottom-nav li a {
            color: #fff;
        }

#feedback {
    padding: 25px 25px 10px;
}

    #feedback input, #feedback textarea {
        width: 93%;
    }

        #feedback input#submit {
            margin: 10px auto;
            width: 60%;
            display: block;
        }

/* ------------ Columns ------------ */
.cols-a {
    position: relative;
    width: 100%;
    color: #333;
    font-size: 12px;
    line-height: 1.6;
}

    /*change line-height from 2 into 1.6 for task 2465*/
    .cols-a:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
    }

    .cols-a > :first-child {
        position: relative;
        z-index: 1;
        float: right;
        width: 780px;
        padding: 1px 0 3em;
    }

    .cols-a > :first-child .with-rail .common-content {
        width: 545px;
    }

    .cols-a > :first-child .with-rail .common-rail.common-rail-desktop {
        float: right;
        width: 215px;
    }

    .cols-a > :first-child .with-rail .common-rail.common-rail-mobile {
        display:none;
    }

    .cols-a > aside {
        position: relative;
        z-index: 5;
        float: left;
        width: 200px;
        min-height: 400px;
    }

        .cols-a > aside.active > .fit-a {
            display: block;
            position: absolute;
            right: -35px;
            top: 13px;
            width: 35px;
            height: 35px;
            background: #898f4b;
            cursor: pointer;
            color: #fff;
        }

.fit-a i.icon-remove {
    display: none;
    color: #fff;
}

.cols-a > aside.active > .fit-a i {
    display: block;
    font-size: 2em;
    margin: 4px 0 0 8px;
}

.cols-b {
    width: 100%;
}

    .cols-b:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
    }

    .cols-b > :first-child {
        float: left;
        width: 542px;
        border-right: 1px #e7e7e7 solid;
        padding-right: 10px;
    }

    .cols-b > aside {
        float: right;
        width: 215px;
    }

.triple-a {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 36px;
    line-height: 1.2;
}

    .triple-a > * {
        position: relative;
        float: left;
        width: 31%;
    }

    .triple-a > :first-child {
        margin-right: 3.5%;
    }

    .triple-a > :last-child {
        float: right;
    }

    .triple-a > .last-child {
        float: right;
    }

/* ------------ Modules ------------ */
.breadcrumbs-a {
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    line-height: 20px;
}

#wrapper .breadcrumbs-a h2, #wrapper .breadcrumbs-a h3 {
    float: left;
    position: relative;
    margin: 1px 3px 0 0;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

#wrapper .breadcrumbs-a ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #856822;
    font-weight: 700;
}

.breadcrumbs-a ul li {
    display: inline;
    padding: 0 0 0 8px;
    background: url(/Style%20Library/images/sprite-a.png) 0 -16px no-repeat;
    font-size: 11px;
    line-height: 20px;
}

    .breadcrumbs-a ul li:first-child {
        padding-left: 0;
        padding-right: 1px;
        background: none;
    }

    .breadcrumbs-a ul li a {
        color: #333;
    }

.nav-a {
    margin: 0 0 30px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #dfdfdf;
    line-height: 1.2;
    text-align: right;
}

#wrapper .nav-a ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-a ul li {
    display: inline;
    padding: 0 0 0 19px;
}

    .nav-a ul li a {
        color: #846722;
        text-decoration: none;
    }

        .nav-a ul li a:hover, .nav-a ul li a:focus, .nav-a ul li a:active, .nav-a ul li.active a {
            color: #898f4b;
        }

    .nav-a ul li.active a {
        font-weight: 700;
    }

.nav-b {
    margin: 0;
    padding: 0 0 42px;
    border: 0;
}

#wrapper .nav-b h2, #wrapper .nav-b h3 {
    margin: 0 0 4px;
    padding: 0;
    color: #856822;
    font-size: 14px;
}

#wrapper .nav-b ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 13px;
}

.nav-b ul li {
    padding: 0 0 6px;
    font-size: 14px;
}

    .nav-b ul li a {
        display: block;
        color: #010100;
    }

        .nav-b ul li a:hover, .nav-b ul li a:focus, .nav-b ul li a:active, .nav-b ul li.active a, .nav-d ul > li a:hover, .nav-d ul > li a:focus, .nav-b ul > li a:active, .nav-d ul > li.active a {
            color: #808a54;
            text-decoration: underline;
        }

.nav-b div.search input.search_submit {
    position: relative;
    margin: 10px auto 0;
    padding: 10px 15px;
    border: 1px solid #878c52;
    border-top: 1px solid #93985d;
    border-bottom: 1px solid #8d9257;
    background: #9da265;
    color: #fff;
    font-size: 14px;
    display: block;
}

.nav-b div.search .select2-container {
    margin: 0 auto;
}

/*styles for left common nav*/
#wrapper .nav-b ul.level1 {
    padding: 0;
    outline-color: transparent;
}

#wrapper .nav-b ul li {
    padding: 0;
    display: block;
}

    #wrapper .nav-b ul li a.level1, #wrapper .nav-b ul li a.level2 {
        padding: 0 0 6px 1em;
        white-space: normal;
        width: auto;
    }

#wrapper .nav-button {
    text-transform: uppercase;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-shadow: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

#wrapper .nav-b ul li a:hover {
    text-decoration: underline;
}

.nav-b ul li a.selected {
    font-weight: 700;
}

#wrapper .nav-b ul {
    border: 0;
    outline: none;
}

#wrapper #navigation ul > li a.min {
    float: left;
    padding-left: 0;
    margin-right: 0;
}

/*end of left common nav section*/
.nav-c {
    margin: 0;
    padding: 15px 0;
    border: 0;
    border-top: 1px solid #e1e1e1;
}

#wrapper .nav-c h2, #wrapper .nav-c h3 {
    margin: 0 0 6px;
    padding: 0;
    color: #856822;
    font-size: 14px;
    line-height: 1.2;
}

#wrapper .nav-c ul {
    overflow: hidden;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav-c ul li {
    float: left;
    width: 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

    .nav-c ul li a, .nav-d ul > li a {
        color: #a7a7a7;
        text-decoration: none;
    }

        .nav-c ul li a:hover, .nav-c ul li a:focus, .nav-c ul li a:active, .nav-c ul li.active a, .nav-d ul > li a:hover, .nav-d ul > li a:focus, .nav-d ul > li a:active, .nav-d ul > li.active a {
            color: #808a54;
        }

.nav-d {
    margin: 0;
    padding: 7px 0 0;
    border: 0;
    border-top: 1px solid #e1e1e1;
}

#wrapper .nav-d h2, #wrapper .nav-d h3 {
    margin: 0;
    color: #8e6f0c;
    font-size: 18px;
}

#wrapper .nav-d h4 {
    margin: 0 0 5px;
    color: #8e6f0c;
    font-size: 18px;
}

#wrapper .nav-d > ul {
    overflow: hidden;
    list-style: none;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.nav-d ul > li {
    float: left;
    width: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#wrapper .nav-d > div {
}

    #wrapper .nav-d > div ul {
        display: block;
        overflow: visible;
        list-style: none;
        margin: 0 0 23px;
        padding: 0;
    }

        #wrapper .nav-d > div ul li {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0 0 4px;
            font-size: 1.4em;
            font-weight: 500;
            line-height: 1.2;
            text-transform: none;
        }

            #wrapper .nav-d > div ul li a {
                float: none;
                padding: 0;
                background: none;
                color: #000!important;
            }

                #wrapper .nav-d > div ul li a:hover, #wrapper .nav-d > div ul li a:focus, #wrapper .nav-d > div ul li a:active {
                    text-decoration: underline!important;
                }

.nav-e {
    margin: 0 0 42px;
    padding: 6px 0 0;
    border: 0;
}

#wrapper .nav-e h2, #wrapper .nav-e h3 {
    margin: 0 0 21px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

#wrapper .nav-e ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 13px;
}

.nav-e ul li {
    padding: 0 0 6px;
    font-size: 14px;
}

    .nav-e ul li a {
        display: block;
        color: #010100;
    }

/* Slider */
.gallery {
    padding: 0 30px;
    margin-bottom: 30px;
}

    .gallery .row {
        margin: 0 auto;
        max-width: 1024px;
        height: 320px;
    }

    .gallery .carousel {
        width: 75%;
        display: inline-block;
        margin-bottom: 0;
        height: 100%;
        overflow: hidden;
        float: left;
    }

    .gallery .carousel-inner {
        overflow: initial;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 6px;
    }

    .gallery .carousel.full {
        width: 100%;
        max-width: 1024px;
        height: 320px;
    }

    .gallery .carousel .item {
        height: 100%;
        overflow: hidden;
    }

    .gallery .carousel img {
        vertical-align: top;
        height: 100%!important;
        width: auto!important;
        max-width: none;
    }

.carousel .block {
    position: absolute;
    width: 35%;
    top: 0;
    right: 0;
    font: 14px/16px Arial,Helvetica,sans-serif;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000',endColorstr='#4c000000');
    padding: 15px;
    height: 100%;
}


    .carousel .block.green {
        background-color: rgba(137, 143, 74, 1);
    }

        .carousel .block.green.opacity {
            background-color: rgba(137, 143, 74, .6);
        }


        .carousel .block.green.gradient {
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
            background: -moz-linear-gradient(left, rgba(137,143,75,0.2) 0%, rgba(137,143,75,0.2) 1%, rgba(137,143,75,0.65) 30%, rgba(137,143,75,0.75) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(137,143,75,0.2)), color-stop(1%,rgba(137,143,75,0.2)), color-stop(30%,rgba(137,143,75,0.65)), color-stop(100%,rgba(137,143,75,0.75))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(137,143,75,0.2) 0%,rgba(137,143,75,0.2) 1%,rgba(137,143,75,0.65) 30%,rgba(137,143,75,0.75) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(137,143,75,0.2) 0%,rgba(137,143,75,0.2) 1%,rgba(137,143,75,0.65) 30%,rgba(137,143,75,0.75) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(137,143,75,0.2) 0%,rgba(137,143,75,0.2) 1%,rgba(137,143,75,0.65) 30%,rgba(137,143,75,0.75) 100%); /* IE10+ */
            background: linear-gradient(to right, rgba(137,143,75,0.2) 0%,rgba(137,143,75,0.2) 1%,rgba(137,143,75,0.65) 30%,rgba(137,143,75,0.75) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33898f4b', endColorstr='#bf898f4b',GradientType=1 ); /* IE6-8 */
        }


    .carousel .block.blue {
        background-color: rgba(125, 161, 196, 1);
    }

        .carousel .block.blue.opacity {
            background-color: rgba(125, 161, 196, .6);
        }



        .carousel .block.blue.gradient {
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
            background: -moz-linear-gradient(left, rgba(125,161,196,0.2) 0%, rgba(125,161,196,0.2) 1%, rgba(125,161,196,0.65) 30%, rgba(125,161,196,0.75) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,161,196,0.2)), color-stop(1%,rgba(125,161,196,0.2)), color-stop(30%,rgba(125,161,196,0.65)), color-stop(100%,rgba(125,161,196,0.75))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(125,161,196,0.2) 0%,rgba(125,161,196,0.2) 1%,rgba(125,161,196,0.65) 30%,rgba(125,161,196,0.75) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(125,161,196,0.2) 0%,rgba(125,161,196,0.2) 1%,rgba(125,161,196,0.65) 30%,rgba(125,161,196,0.75) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(125,161,196,0.2) 0%,rgba(125,161,196,0.2) 1%,rgba(125,161,196,0.65) 30%,rgba(125,161,196,0.75) 100%); /* IE10+ */
            background: linear-gradient(to right, rgba(125,161,196,0.2) 0%,rgba(125,161,196,0.2) 1%,rgba(125,161,196,0.65) 30%,rgba(125,161,196,0.75) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337da1c4', endColorstr='#bf7da1c4',GradientType=1 ); /* IE6-8 */
        }

    .carousel .block.purple {
        background-color: rgba(59, 24, 90, 1);
    }

        .carousel .block.purple.opacity {
            background-color: rgba(59, 24, 90, .6);
        }

        .carousel .block.purple.gradient {
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
            background: -moz-linear-gradient(left, rgba(59,24,90,0.2) 0%, rgba(59,24,90,0.2) 1%, rgba(59,24,90,0.65) 30%, rgba(59,24,90,0.75) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(59,24,90,0.2)), color-stop(1%,rgba(59,24,90,0.2)), color-stop(30%,rgba(59,24,90,0.65)), color-stop(100%,rgba(59,24,90,0.75))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(59,24,90,0.2) 0%,rgba(59,24,90,0.2) 1%,rgba(59,24,90,0.65) 30%,rgba(59,24,90,0.75) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(59,24,90,0.2) 0%,rgba(59,24,90,0.2) 1%,rgba(59,24,90,0.65) 30%,rgba(59,24,90,0.75) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(59,24,90,0.2) 0%,rgba(59,24,90,0.2) 1%,rgba(59,24,90,0.65) 30%,rgba(59,24,90,0.75) 100%); /* IE10+ */
            background: linear-gradient(to right, rgba(59,24,90,0.2) 0%,rgba(59,24,90,0.2) 1%,rgba(59,24,90,0.65) 30%,rgba(59,24,90,0.75) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333b185a', endColorstr='#bf3b185a',GradientType=1 ); /* IE6-8 */
        }

    .carousel .block.gold {
        background-color: rgba(133, 104, 34, 1);
    }

        .carousel .block.gold.opacity {
            background-color: rgba(133, 104, 34, .6);
        }

        .carousel .block.gold.gradient {
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
            background: -moz-linear-gradient(left, rgba(133,104,34,0.2) 0%, rgba(133,104,34,0.2) 1%, rgba(133,104,34,0.65) 30%, rgba(133,104,34,0.75) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(133,104,34,0.2)), color-stop(1%,rgba(133,104,34,0.2)), color-stop(30%,rgba(133,104,34,0.65)), color-stop(100%,rgba(133,104,34,0.75))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(133,104,34,0.2) 0%,rgba(133,104,34,0.2) 1%,rgba(133,104,34,0.65) 30%,rgba(133,104,34,0.75) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(133,104,34,0.2) 0%,rgba(133,104,34,0.2) 1%,rgba(133,104,34,0.65) 30%,rgba(133,104,34,0.75) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(133,104,34,0.2) 0%,rgba(133,104,34,0.2) 1%,rgba(133,104,34,0.65) 30%,rgba(133,104,34,0.75) 100%); /* IE10+ */
            background: linear-gradient(to right, rgba(133,104,34,0.2) 0%,rgba(133,104,34,0.2) 1%,rgba(133,104,34,0.65) 30%,rgba(133,104,34,0.75) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33856822', endColorstr='#bf856822',GradientType=1 ); /* IE6-8 */
        }

    .carousel .block.tan {
        background-color: rgba(248, 245, 224, 1);
        color: #333;
    }

        .carousel .block.tan h2 {
            color: #856822;
            text-shadow: none;
        }

        .carousel .block.tan.opacity {
            background-color: rgba(248, 245, 224, .6);
        }

        .carousel .block.tan.gradient {
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
            background: -moz-linear-gradient(left, rgba(248,245,224,0.2) 0%, rgba(248,245,224,0.2) 1%, rgba(248,245,224,0.65) 30%, rgba(248,245,224,0.75) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,245,224,0.2)), color-stop(1%,rgba(248,245,224,0.2)), color-stop(30%,rgba(248,245,224,0.65)), color-stop(100%,rgba(248,245,224,0.75))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(248,245,224,0.2) 0%,rgba(248,245,224,0.2) 1%,rgba(248,245,224,0.65) 30%,rgba(248,245,224,0.75) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(248,245,224,0.2) 0%,rgba(248,245,224,0.2) 1%,rgba(248,245,224,0.65) 30%,rgba(248,245,224,0.75) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(248,245,224,0.2) 0%,rgba(248,245,224,0.2) 1%,rgba(248,245,224,0.65) 30%,rgba(248,245,224,0.75) 100%); /* IE10+ */
            background: linear-gradient(to right, rgba(248,245,224,0.2) 0%,rgba(248,245,224,0.2) 1%,rgba(248,245,224,0.65) 30%,rgba(248,245,224,0.75) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f8f5e0', endColorstr='#bff8f5e0',GradientType=1 ); /* IE6-8 */
        }




    .carousel .block p {
        margin: 0 10px 13px 0;
    }

    .carousel .block h2 {
        font: 30px/36px frutiger_black_cn,Helvetica,sans-serif;
        color: #f6f3e1;
        text-transform: uppercase;
        margin: 0 0 14px;
        letter-spacing: -1px;
        text-shadow: 1px 1px 1px #333;
    }

    .carousel .block .phone {
        font-size: 18px;
        color: #efcb65;
    }

.carousel .carousel-indicators {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 14px;
    right: 46px;
    z-index: 50;
    top: auto;
}

    .carousel .carousel-indicators li {
        float: left;
        margin: 0 0 0 8px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #cdcdcd;
        opacity: 1;
        width: 7px;
        height: 7px;
        cursor: pointer;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .carousel .carousel-indicators .active {
        background: #f3c764;
    }

.gallery {
    padding: 0 38px;
}

    .gallery aside {
        display: inline-block;
        width: 25%;
        height: 100%;
        vertical-align: top;
        overflow: hidden;
        float: left;
    }

        .gallery aside .box {
            position: relative;
            overflow: hidden;
            height: 32.33%;
            margin-bottom: 2.33%;
        }

            .gallery aside .box a {
                display: block;
                height: 100%;
            }

            .gallery aside .box img {
                vertical-align: top;
                height: auto;
                width: 100%;
                max-width: none;
            }

            .gallery aside .box strong {
                position: absolute;
                left: 0;
                bottom: 0;
                font: 25px/36px frutiger_black_cn,Helvetica,sans-serif;
                text-transform: uppercase;
                color: #fff;
                background: url(/Style%20Library/images/arrow-08.png) no-repeat 55% 55%;
                padding: 10px 8px 0;
                width: 100%;
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
                background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
                /* FF3.6+ */
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.65)));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
                /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
                /* Opera 11.10+ */
                background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
                /* IE10+ */
                background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
                /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
                /* IE6-8 */
            }

/* ------------ Sections ------------ */
/* 1. Homepage ------------ */
/* News */
.news {
    overflow: hidden;
    font: 13px/18px Arial, Helvetica, sans-serif;
    color: #4d4d4f;
    padding: 0 38px;
}

    .news .ttl {
        text-transform: uppercase;
        display: block;
        color: #856822;
        font: bold 14px/17px Arial, Helvetica, sans-serif;
        padding: 0 0 9px;
        overflow: hidden;
    }

        .news .ttl a {
            color: #856822;
            float: left;
        }

            .news .ttl a.more {
                float: right;
                text-transform: none;
            }

    .news p {
        margin: 0;
    }

        .news p a {
            color: #898f4b;
        }

    .news .row-fluid .span4 {
        padding-bottom: 43px;
    }

        .news .row-fluid .span4:after {
            clear: both;
            content: '';
            display: block;
        }

    .news img {
        float: left;
        margin: 3px 9px 0 -1px;
    }

    .news .date {
        display: block;
        color: #241773;
    }

    /* 1.1 Education Homepage */
    .news .events {
        height: 165px;
        overflow-y: scroll;
    }

        .news .events p {
            margin-bottom: 10px;
        }

        .news .events .event {
            min-height: 50px;
        }

    .news .date-block {
        float: left;
        display: block;
        width: 45px;
        height: 45px;
        margin: 4px;
        color: #fff;
        background: #241773;
        text-align: center;
        font-family: 'Times New Roman',serif;
        line-height: 24px;
    }

        .news .date-block span {
            font-size: 2em;
            line-height: 8px;
        }

    .news .featured {
        float: left;
    }

/* 1.2 Research Homepage */
.homepage-item {
    margin-bottom: 30px;
}

    .homepage-item a, .homepage-item p a {
        color: #7da1c4;
    }

    .homepage-item > img {
        display: inline-block;
    }

    .homepage-item .heading {
        min-height: 40px;
    }

        .homepage-item .heading h3 {
            text-transform: uppercase;
            display: table-cell;
            font: bold 14px/17px Arial,Helvetica,sans-serif;
            padding: 0 0 9px;
            overflow: hidden;
            margin: 0;
            vertical-align: middle;
            max-width: 85%;
            height: 40px;
        }

    .homepage-item figure {
        width: 100%;
        margin: 0;
        overflow: hidden;
        position: relative;
    }

        .homepage-item figure img {
            float: none;
            margin: 0;
            width: 100%;
        }

        .homepage-item figure figcaption {
            position: absolute;
            display: block;
            left: 0;
            bottom: 0;
            padding: 7px;
            color: #fff;
            width: 100%;
            padding-top: 10%;
            z-index: 5;
            color: #fff;
            background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
            /* IE10+ */
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#d9000000',GradientType=0);
            /* IE6-9 */
        }

    .homepage-item ul {
        margin-top: 15px;
    }

    .homepage-item.news-block .header figcaption {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800;
    }

    .homepage-item.news-block .feed {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.signup #subscribe {
    float: left;
    margin: 10px;
}

.signup > label {
    padding-top: 6px;
    text-transform: uppercase;
    color: #7da1c4;
}

.signup #input.active {
    display: block;
}

.signup #input input[type="button"] {
    padding: 0 15px;
    border: 1px solid #878c52;
    border-top: 1px solid #93985d;
    border-bottom: 1px solid #8d9257;
    background: #9da265;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
    height: 33px;
    line-height: 0;
}

.signup #input #email {
    margin-left: -20px;
    margin-top: 10px;
    border-radius: 0;
}

/* Videos */
#videos {
    margin-bottom: 10px;
}

    #videos .item {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        display: none;
    }

        #videos .item.active {
            display: block!important;
        }

        #videos .item > iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%!important;
            height: 100%!important;
        }

#videoNav .video-thumb {
    width: 21%;
    float: left;
    margin: 0 2%;
}

#videoNav .carousel-indicators {
    position: absolute;
    display: block;
    left: 40%;
    top: 58px;
}

#videoNav .carousel-inner {
    width: 88%;
    margin: 0 21px;
    overflow: auto;
    overflow-x: hidden;
}

#videoNav .carousel-control {
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin-top: 7px;
    font-size: 44px;
    font-weight: 700;
    color: #000;
    text-align: center;
    background: none;
    border: none;
    opacity: 1;
}

    #videoNav .carousel-control:hover {
        color: #f3c764;
    }

    #videoNav .carousel-control.right {
        right: -2px;
        left: auto;
    }

#videoNav .carousel-inner .item .video-thumb a img {
    opacity: .4;
    filter: alpha(opacity=40);
}

#videoNav .carousel-inner .item .video-thumb.active a img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.titleblock h3 {
    text-transform: uppercase;
    display: table-cell;
    font: bold 14px/17px Arial,Helvetica,sans-serif;
    padding: 0 0 9px;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;
    max-width: 85%;
    height: 40px;
}

.titleblock p {
    margin-bottom: 10px;
}

/* 2. Locations ------------ */
.clinic {
    margin-bottom: 0;
    width: 100%;
}

.clinic-listing ul {
    margin: 0;
}

    .clinic-listing ul li {
        list-style: none;
    }

        .clinic-listing ul li .listing {
            margin-bottom: 20px;
            padding: 5px;
            border: 1px #e7e7e7 solid;
            background: #f8f5e0;
            color: #333;
            max-width: 250px;
            min-height: 124px;
        }

.clinic-listing .listing > div {
    display: block;
}

.clinic-listing .listing div .contact {
    vertical-align: middle;
    zoom: 1;
}

.clinic-listing .listing div a {
    vertical-align: middle;
    padding: 0 4% 0 2%;
}

.clinic-listing .listing div i.location-icon {
    font-size: 3em;
    color: #898f4b;
    font-size: 3em;
    vertical-align: middle;
    margin-right: 5px;
}

    .clinic-listing .listing div i.location-icon a, .clinic-listing .listing div a:hover i.location-icon {
        text-decoration: none;
        color: #89b8d7;
    }

.clinic-listing .listing p {
    margin-bottom: 10px;
    color: #333;
}

.clinic-listing .listing i.icon-hospital {
    font-size: 1.4em;
    margin: 0 8px;
}

.clinic-listing p a {
    color: #333;
}

.clinic-listing p.clinic-name {
    margin-bottom: 10px;
}

    .clinic-listing p.clinic-name a {
        font-weight: 700;
        color: #856822;
    }

.rail-copy {
    margin: 10px 5px;
}

.rail-info p.title {
    margin-bottom: 5px;
}

#location-info {
    width: 96%;
    background-color: #454545;
    float: left;
    margin-bottom: 20px;
    padding: 2%;
}

    #location-info span.info {
        color: #fff;
        font-size: 14px;
    }

    #location-info .info-links {
        position: relative;
        font-size: 14px;
    }

        #location-info .info-links a {
            color: #cc9c29;
        }

/* 3. Providers ------------ */
.provider-listing .listing {
    margin-bottom: 25px;
}

    .provider-listing .listing h3 {
        display: inline;
        margin-right: 10px;
    }

    .provider-listing .listing .status {
        font-style: italic;
    }

        .provider-listing .listing .status i {
            margin: 0 5px 0 0;
            font-size: 1.5em;
            vertical-align: middle;
            color: #898f4b;
        }

    .provider-listing .listing .readmore i {
        margin-left: 10px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .provider-listing .listing .unavailable i {
        color: #953b39!important;
    }

/* New Bio */
#provider-tabs {
    width: 65%;
    float: left;
}

#provider-rail {
    width: 30%;
    float: left;
    margin-left: 5%;
}

#provider-locations {
    width: 23%;
    float: left;
    margin-top: 100px;
}

article.provider-profile {
    width: 74%!important;
}

.provider .fit-a {
    display: none;
}

.provider-image {
    float: left;
    max-width: 250px;
    margin-right: 25px;
}

    .provider-image img {
        float: left;
        margin-bottom: 22px;
    }

aside .status-box {
    padding: 10px;
    margin-bottom: 15px;
}

aside .blue {
    color: #fff;
    background: #7da1c4;
}

aside .status-box i {
    font-size: 3em;
    display: inline-block;
    vertical-align: middle;
    margin: 5%;
}

aside .status-box span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

/* Search Form */
.nav-b form.search input {
    border: 1px solid #aaa;
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    border-radius: 0;
    width: 175px;
    min-height: 23px;
    margin: 0 auto;
    display: block;
}

.nav-b #site-search p {
    margin: 5px 0 0;
}

.nav-b #site-search input.search_submit {
    margin: 25px auto;
    display: block;
}

.table-list {
    margin-left: 0;
    border: 1px #e7e7e7 solid;
    padding: 0;
}

    .table-list li {
        list-style: none;
        margin: 5px 0 0;
        padding: 5px;
    }

        .table-list li:nth-child(odd) {
            background: #f8f5e0;
        }

        .table-list li span {
            vertical-align: top;
        }

        .table-list li .name {
            display: inline-block;
            width: 50%;
            font-weight: 700;
        }

        .table-list li .description {
            display: inline-block;
            width: 25%;
        }

        .table-list li .year {
            display: inline-block;
            width: 25%;
        }

        .table-tbl {margin-left:0;border:1px #e7e7e7 solid;width:100%;}
		.table-tbl tr:nth-child(odd){background: #f8f5e0;}
		.table-tbl td {padding:10px;}
		.table-tbl td .tdName {width:50%;}
		.table-tbl td .tdDescription {width:25%;}
		.table-tbl td .tdYear {width:25%;}

.table th {
    background-color: #f8f5e0 !important;
    color: #856822 !important;
    border-top: 1px;
}

/* 4. Stories ------------ */
h1.story {
    font-family: Georgia,'Times New Roman';
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #8a7117;
    background: #f7f0de;
    padding: 2%;
    text-shadow: 1px 1px 0 #fff;
    font-weight: 700;
    width: 97%;
}

h2.story {
    font-family: Georgia,'Times New Roman';
    font-size: 24px;
    font-style: italic;
    text-shadow: #fff 0 1px 0;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

/* Listing */
.story {
    float: left;
}

    .story p {
        margin-bottom: 0;
    }

    .story h2 {
        font-family: Georgia,'Times New Roman';
        text-align: center;
        font-size: 1.5em;
    }

    .story img {
        margin: 0 auto;
        display: block;
    }

    .story.brand {
        width: 47%;
        margin: 2% 2% 25px 0;
        /*  padding:2% 2% 25px 2%;  */
        /*  border: solid 1px black;  */
    }

        .story.brand h2 {
            margin-top: 10px;
        }

    .story.standard {
        width: 26%;
        margin: 1% 1% 10px 0;
        padding: 20px;
    }

        .story.standard h2 {
            margin-bottom: 5px;
        }

/* Featured Story */
.featured-service {
    background: #f8f5e0;
    padding: 5%;
    margin-bottom: 15px;
}

    .featured-service img {
        margin-bottom: 15px;
    }

/* 5. Services ------------ */
/* Locations */
.locations .listing {
    padding: 2%;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

    .locations .listing a img {
        float: right;
        margin: 2% 0;
    }

    .locations .listing > div {
        display: inline-block;
        vertical-align: top;
        width: 65%;
    }

/* 6. Search Page ----- */
.search article > .row {
    margin-left: 20px;
}

#content .ms-srch-item-link {
    display: inline;
    white-space: normal;
}

#content .ms-srch-item-summary {
    display: inline;
}

#content .ms-srch-item-path {
    display: block;
    width: auto;
}

#site-search {
    display: inline-block;
    padding-top: 20px;
    min-width: 77%;
    width: 758px;
    margin: 0;
}

#search-form {
    padding: 10px 20px 20px 0;
}

    #search-form nav {
        border: none;
        float: left;
        width: 21%;
        padding: 0 0 10px 10px;
    }

.search nav h3 {
    margin: 0 0 4px;
    padding: 0;
    color: #856822;
    font-size: 14px;
    line-height: normal;
}

#search-form nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    /*#search-form nav ul li {padding: 3px;
font-size: 14px;
display: block;
margin-left: -3px;}*/
    #search-form nav ul li a {
        display: block;
        color: #010100;
    }

        #search-form nav ul li a i {
            font-size: 1.4em;
            margin-left: 5px;
        }

        #search-form nav ul li a:hover i, #search-form nav ul li a:active i {
            text-decoration: none!important;
        }

    #search-form nav ul li.active {
        background: #fff;
    }

        #search-form nav ul li.active a {
            color: #808a54;
        }

#search-form form {
    display: inline-block;
    padding-top: 20px;
    min-width: 70%;
}

#main-search-wrapper {
    padding-top: 5px;
}

    #main-search-wrapper > div {
        width: 80%;
        float: left;
        margin: 0 auto;
    }

#search-form #search-input {
    border: 1px solid #aaa;
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    float: left;
    border-radius: 0;
    width: 60%;
    min-height: 23px;
    display: block;
}

#search-form #search-buttons #search-submit {
    /* padding:0px 15px; */
    border: 1px solid #878c52;
    border-top: 1px solid #93985d;
    border-bottom: 1px solid #8d9257;
    background: #9da265;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    height: 33px;
    line-height: 0;
    font-weight: 600;
    margin-bottom: 3px;
}

#search-form #search-buttons {
    display: inline-block;
    margin-left: 3px;
}

#search-scope {
    margin: 0 15px 0 0;
}

.search #search-scope, .select2-results .select2-result-label {
    font-size: 12px;
}

    .search #search-scope .select2-container {
        margin: 10px 5%;
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }

#search-scope .select2-container ul li {
    width: 100%;
}

.search #search-scope .select2-container.standard-select, .search #search-scope .select2-container .select2-choice {
    border-radius: 0;
    -moz-border-radius: 0;
}

    .search #search-scope .select2-container.standard-select a {
        height: 32px;
        line-height: 32px;
    }

li.select2-search-choice {
    background-color: #9da265 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 3px !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.reset {
    float: left;
    padding: 8px 15px;
    border: 1px solid #878c52;
    border-top: 1px solid #93985d;
    border-bottom: 1px solid #8d9257;
    background: #9da265;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 8px 0 0 10px;
    width: 90px;
    font-weight: 600;
}

#resetButton a, #resetButton a:hover, #resetButton a:focus, #resetButton a:visited {
    color: #fff;
    text-decoration: none;
}

li.select2-search-choice div {
    width: 100%;
    font-size: 14px;
}

li.select2-search-choice a.select2-search-choice-close {
    background-image: url(/Style%20Library/images/selection-close-bg.png)!important;
    background: center top no-repeat;
}

    li.select2-search-choice a.select2-search-choice-close:hover {
        background: center bottom!important;
    }

.select2-container-multi .select2-choices .select2-search-choice {
    max-width: 88%;
}

.search #search-scope .filter {
    display: block;
    float: left;
    margin-left: 10px;
}

#facility-filter {
}

#service-filter {
}

#gender-filter {
}

.search #search-scope span label {
    display: none;
    position: relative;
    font-size: 12px;
}

.gender-select .select2-search {
    display: none;
}

#order-filters {
    margin-top: 20px;
}

    #order-filters .filter {
        border-radius: 0;
        -moz-border-radius: 0;
    }

    #order-filters .nav-tabs li {
        float: right;
    }

    #order-filters .nav-tabs:first-child {
        margin-right: 35px;
    }

    #order-filters .nav-tabs li.title {
        display: block;
        font-weight: 700;
        margin: 8px;
    }

#az-filter > div {
    max-width: 84%;
    margin: 0 auto;
}

#az-filter label {
    float: left;
    margin-right: 4px;
}

.az-list {
    /* list-style:none; */
    *zoom: 1;
}

    .az-list:before, .az-list:after {
        content: " ";
        display: table;
    }

    .az-list:after {
        clear: both;
    }

    .az-list li {
        display: block;
        margin-left: 4px;
        margin-right: 4px;
        border-color: #005580;
    }

        .az-list li.active {
            border-bottom: 1px solid;
        }

        .az-list li.disabled {
            color: #999!important;
        }

        .az-list li:hover, .az-list li:active {
            border-bottom: 1px solid;
        }

        .az-list li.disabled:hover, .az-list li.disabled:active {
            border: none;
        }

        .az-list li a:hover, .az-list li a:hover {
            text-decoration: none!important;
        }

#order-nearme {
    text-align: center;
}

#zip-filter {
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    *display: inline;
    /* IE Fix */
}

    #zip-filter label {
        float: left;
        font-size: 12px;
        margin: 5px 10px;
        font-weight: 700;
    }

    #zip-filter input {
        float: left;
        font-size: 12px;
        width: 115px;
    }

    #zip-filter > span {
        float: left;
        margin: 5px 5px 5px 35px;
    }

a#findme {
    float: left;
    margin: 5px 5px 5px 30px;
    font-size: 18px;
}

    a#findme i {
        margin-right: 15px;
    }

    a#findme span {
        font-size: 12px;
        vertical-align: middle;
    }

    a#findme:hover, a#findme:active {
        text-decoration: none!important;
    }

input#updatelocation {
    float: right;
}

ul.parsley-error-list {
    list-style: none;
    color: red;
}

/* Announcement */
.announcement {
    padding: 10px;
    color: #fff;
}

    .announcement.gold {
        background: #8e6f0c;
    }

    .announcement.yellow {
        background: #f8f5e0;
        color: #8e6f0c;
    }

    .announcement.green {
        background: #898f4b;
    }

    .announcement.blue {
        background: #7da1c4;
    }

    .announcement.purple {
        background: #3b185a;
    }

.top .announcement {
    margin-bottom: 40px;
    text-align: center;
}

.box .announcement {
    height: 100%;
}

.box a:hover .announcement p, .box a:hover {
    text-decoration: none;
}

/* Sections */
/* Entire Site */
div.site #filters, div.site .tab-content {
    display: none;
}

div.education #filters, div.education .tab-content {
    display: none;
}

div.research #filters, div.research .tab-content {
    display: none;
}

div.medical-services #filters, div.medical-services .tab-content {
    display: none;
}

/* Providers */
div.providers #filters {
}

/* Locations */
div.locations .tab-content {
    margin-top: 20px;
}

div.locations #filters #search-scope #facility-filter, div.locations #filters #search-scope #gender-filter {
    display: none;
}

/* form.locations #filters #search-scope {float:left;} */
div.locations #filters {
    position: relative;
    margin-right: 35px;
    border-bottom: 1px solid #ddd;
}

div.locations #order-filters {
    position: initial;
    margin-top: 0;
}

    div.locations #order-filters .nav-tabs {
        border: none;
        margin-right: 0;
        position: absolute;
        bottom: -20px;
        right: 0;
    }

/* Search Results */
#results-view {
    width: 72%;
    float: right;
    margin-right: 6%;
}

#results {
    list-style: none;
    margin: 0;
}

    #results li {
        margin: 20px 10px;
        display: block;
        padding: 15px;
        width: inherit;
        overflow: auto;
    }

        #results li:hover {
            -webkit-box-shadow: 0 5px 30px rgba(50,50,50,0.2);
            -moz-box-shadow: 0 5px 30px rgba(50,50,50,0.2);
            box-shadow: 0 5px 30px rgba(50,50,50,0.2);
        }

        #results li.featured {
            background-color: #f8f5e0;
        }

        #results li a {
            color: inherit;
        }

            #results li a:hover {
                text-decoration: none!important;
            }

        #results li h3 {
            color: #856822;
            line-height: normal;
        }

            #results li h3 i {
                margin-right: 10px;
            }

    #results p.url {
        text-decoration: underline;
        color: #08c;
    }

    #results li a:hover div p.url {
        color: #005580;
    }

.search-menu a.btn {
    background: #7da1c4;
    color: #fff;
    text-shadow: none;
    line-height: 30px;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
}

.search-menu .btn .caret {
    border-top: 4px solid #fff;
}

.search-menu .dropdown-menu li a {
    line-height: 31px;
}

    .search-menu .dropdown-menu li.active a, .search-menu .dropdown-menu li a:hover {
        background-color: #7da1c4;
        background-image: none;
    }

.pagination {
    margin-left: -16px;
}

#content .ms-srch-item {
    width: 97%;
}

/* ------------ Responsive ------------ */
/* 1200px */
@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1080px) {
}

/* 1044px */
@media only screen and (max-width: 1044px) {
    .cols-a > :first-child {
        width: 700px;
    }

    .cols-a > :first-child .with-rail .common-content {
        width: 465px;
    }

    .cols-b > :first-child {
        width: 460px;
    }

    .image-c {
        display: block;
    }

    #content .ms-srch-item {
        display: block;
    }

    #content .ms-srch-item-link {
        display: inline;
    }

    #content .ms-srch-item-summary {
        display: inline-block;
    }

    #content .ms-srch-item-path {
        display: block;
    }

    #content .ms-srch-item-body {
        display: inline;
    }

    .carousel .carousel-indicators {
        bottom: 24px;
    }

    .gallery aside .box img {
        width: auto;
        height: 100%;
    }
}

/* 1024px */
@media only screen and (max-width:1024px) {
    .gallery .carousel img {
        vertical-align: top;
        height: 100%!important;
        width: auto!important;
        max-width: none;
    }
}

/* 979px */
@media (max-width: 979px) {
    .container {
        width: auto;
    }

    .top-nav a em {
        display: none;
    }

    .top-nav li {
        font-size: 13px;
    }

        .top-nav li a {
            padding: 0 10px;
        }

    .top-bar {
        padding: 10px 4px 0 24px;
    }

        .top-bar .block {
            margin-bottom: -6px;
        }

        .top-bar .add-nav {
            padding: 0 0 1px;
        }

            .top-bar .add-nav li {
                font-size: 10px;
                padding: 0 8px 0 10px;
            }

        .top-bar .add-nav {
            margin-right: -7px;
        }

        .top-bar .phone {
            font-size: 12px;
        }

            .top-bar .phone span {
                font-size: 18px;
            }

    header {
        padding: 31px 28px 21px 58px;
    }

        header .logo {
            margin: 5px 0 0;
        }

    /* dgale Task #2902 - style phone link */
    nav a {
        color: #fff;
    }

    nav > div > ul {
        display: none;
    }

    nav {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 2px;
    }

        nav .panel {
            display: block;
        }

        nav .drop {
            padding: 10px 0 10px 37px;
        }

            nav .drop ul {
                padding-left: 3%;
            }

            nav .drop .hide-block {
                display: none;
            }

            nav .drop ul li {
                border: 0;
                padding: 0 0 12px;
            }

            nav .drop .ttl {
                display: block;
                margin-bottom: -3px;
            }

    .gallery .row {
        height: 300px;
    }

    .gallery aside .box {
        height: 49%;
    }

        .gallery aside .box:first-child {
            margin-bottom: 4%;
        }

        .gallery aside .box img {
            margin-left: -50%;
        }

    .carousel .block h2 {
        margin: 0;
    }

    .gallery aside .box strong {
        font-size: 24px;
    }

    footer .footer-nav {
        height: auto;
    }

    .carousel .block h2 {
        font-size: 30px/30px;
    }

    footer .txt-mobile {
        display: block;
        padding: 0 0 10px;
        margin: 0 0 12px;
        font: 12px/15px Arial, Helvetica, sans-serif;
        color: #f8f0d3;
        background: url(/Style%20Library/images/sep-0001.jpg) no-repeat 50% 100%;
        text-transform: uppercase;
        text-align: center;
    }

    #search-form {
        padding: 0;
    }

    .search .row:first-child h2 {
        display: none;
    }

    .search-options:first-child h3 {
        display: none;
    }

    #search-form nav {
        padding: 0;
        width: auto;
        /*width: 21%;*/
    }

    #search-form a.nav-button {
        padding: 5px 0 0;
        display: inline-block;
    }

    #search-form .nav-c {
        padding: 0;
        border: 0;
        line-height: 100%;
    }

        #search-form .nav-c > a:first-child::after {
            content: "  |  ";
        }

    #main-search-wrapper .btn dropdown-toggle {
        width: auto;
    }

    #main-search-wrapper #search-input {
        width: 90%;
    }

    #search-form #search-buttons #search-submit {
        height: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    #search-form #site-search {
        display: inline-block;
        padding-top: 0;
        min-width: 77%;
        width: auto;
    }
}

/* 954px */
@media only screen and (max-width: 954px) {
    #navigation {
        padding-top: 5px;
    }

    /*added padding for task 2431*/
    #content .ms-srch-group-content {
        width: 100%;
    }

    #content .ms-srch-item {
        width: 97%;
    }

    .cols-a > :first-child {
        float: none;
        width: 100%;
    }

    .cols-a > :first-child .with-rail .common-rail.common-rail-desktop {
        display:none;
    }

    .cols-a > :first-child .with-rail .common-rail.common-rail-mobile {
        display: block;
        float: none;
        width: 100%;
    }

    .cols-a > :first-child .with-rail .common-rail.common-rail-mobile .common-rail-stent {
        display:none;
    }


    .cols-b > :first-child {
        width: 520px;
    }

    .cols-a > aside {
        position: absolute;
        left: -300px;
        top: -18px;
        width: 208px;
        padding: 7px 32px 0;
        border-right: 1px solid #cbc9c8;
        background: #fff;
    }

    .cols-a > aside {
        box-shadow: 3px 3px 5px rgba(0,0,0,0.75);
    }

        .cols-a > aside.active {
            left: -19px;
        }

    .cols-a > .fit-a {
        left: 0;
    }

    #wrapper .cols-a > aside ul {
        padding-left: 0;
    }

    .breadcrumbs-a {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    #wrapper .breadcrumbs-a h2, #wrapper .breadcrumbs-a h3, #wrapper .breadcrumbs-a ul {
        float: none;
    }

    .cols-a h2 {
        margin-top: 20px;
    }

    #wrapper .nav-e h2, #wrapper .nav-e h3 {
        width: 211px;
        margin: 0 0 20px -32px;
        padding: 2px 30px 1px 32px;
        background: #898f4b;
        color: #fff;
    }

    #wrapper .link-a {
        width: 273px;
        margin: 0 0 20px -32px;
        padding: 6px 0 0;
    }

        #wrapper .link-a a {
            display: block;
            float: none;
            width: auto;
            float: none;
            background: url(/Style%20Library/images/sprite-a.png) 30px -78px no-repeat #898f4b;
            padding: 4px 30px 3px 41px;
            color: #fff;
        }

    article.provider-profile {
        width: 100%!important;
    }

    #provider-locations {
        width: 100%;
        margin-top: 0;
    }

    .carousel .block {
        position: absolute;
        width: 35%;
        top: 0;
        right: 0;
        font: 12px/14px Arial,Helvetica,sans-serif;
        color: #fff;
        background-color: rgba(0,0,0,0.5);
        padding: 10px 15px;
        height: 100%;
    }
}

/* 788px */
@media only screen and (max-width: 788px) {
    .cols-b > :first-child {
        width: 490px;
    }
}

/* 767px */
@media (max-width: 767px) {
    body {
        padding: 0;
    }

    .top-nav .hide-block {
        display: none;
    }

    .footer-bottom .box {
        position: static;
        padding: 0 0 17px;
        text-align: center;
    }

    .footer-bottom .footer-logo {
        display: inline-block;
        text-align: center;
        float: none;
    }

    .footer-bottom .social {
        display: inline-block;
        text-align: center;
        float: none;
    }

    footer .footer-nav li {
        display: block;
        float: none;
        background: none;
        padding: 0 0 8px;
    }

    footer .footer-nav.color .sep, footer .footer-nav.color li {
        display: inline-block;
        padding: 0 0 8px 16px;
    }

    .footer-bottom {
        padding: 5px 20% 34px;
    }

    .news p {
        overflow: hidden;
    }

    .news .row-fluid .span4 {
        padding-bottom: 20px;
    }

    .news img {
        margin: 0 9px 0 2px;
    }

    footer {
        padding: 16px 0 0;
    }

        footer .footer-nav {
            padding: 0 0 3px;
        }

            footer .footer-nav.color {
                padding: 18px 20px 0 0;
            }

    .footer-bottom .bottom-nav li {
        padding: 0 0 0 15px;
        background-position: 5px 2px;
    }

    .footer-bottom .box {
        width: auto;
    }

    .top-bar {
        padding: 0;
    }

        .top-bar .top-nav {
            padding: 0;
            width: 100%;
            text-align: center;
        }

            .top-bar .top-nav li {
                width: 33.1%;
                margin-left: 1px;
            }

                .top-bar .top-nav li:first-child {
                    margin-left: 0;
                }

            .top-bar .top-nav a {
                width: 100%;
                padding: 0;
            }

            .top-bar .top-nav span {
                width: 100%;
            }

        .top-bar .block {
            display: none;
        }

    header {
        padding: 20px 0 15px;
    }

        header .logo {
            float: none;
            display: block;
            margin: 0 auto 5px;
        }

        header .search-form {
            display: none;
            margin: 15px auto 5px;
        }

        header .add-nav {
            float: none;
            overflow: hidden;
            text-align: center;
        }

            header .add-nav li {
                float: none;
                display: inline-block;
                font-size: 10px;
                padding: 0 10px 0 11px;
            }

            header .add-nav .search {
                display: inline-block;
            }

    nav .panel .phone {
        display: block;
    }

    .gallery aside {
        display: none;
    }

    .gallery .row {
        height: auto;
    }

    .news {
        padding: 0 20px;
    }

    nav .drop {
        padding: 10px 20px;
        background: #f9f7f1;
        height: 180px;
    }

    .slider-nav {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 180px;
    }

        .slider-nav .frame {
            width: 99999px;
            float: left;
            position: absolute;
        }

    nav .drop ul {
        float: left;
        width: 172px;
        margin-left: 30px;
        padding: 0;
    }

    nav .drop .open-close {
        display: none;
    }

    .slider-nav .shadow {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 90px;
        height: 100%;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
        background: -moz-linear-gradient(left, rgba(249,247,241,0) 0%, rgba(249,247,241,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,247,241,0)), color-stop(100%,rgba(249,247,241,1)));
        background: -webkit-linear-gradient(left, rgba(249,247,241,0) 0%,rgba(249,247,241,1) 100%);
        background: -o-linear-gradient(left, rgba(249,247,241,0) 0%,rgba(249,247,241,1) 100%);
        background: -ms-linear-gradient(left, rgba(249,247,241,0) 0%,rgba(249,247,241,1) 100%);
        background: linear-gradient(to right, rgba(249,247,241,0) 0%,rgba(249,247,241,1) 100%);
    }

    .slider-nav .next, .slider-nav .prev {
        position: absolute;
        width: 14px;
        height: 23px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/Style%20Library/images/arrow-09.png) no-repeat;
        top: 89px;
        left: 0;
        display: block;
    }

    .slider-nav .next {
        left: auto;
        right: 0;
        background-position: 0 -23px;
    }

    aside .status-box i {
        margin: 2% 10% 2% 5%;
    }

    aside .status-box span {
        font-size: 1.5em;
    }

    .story.brand {
        width: 100%;
    }

    .story.standard {
        width: 42%;
    }

    #top .menu {
        margin: 0 5px;
        padding: 0 20px 20px;
        border-bottom: 1px solid #e7e7e7;
    }

    .forms-list {
        margin-top: 20px;
    }

    /* New Bio */
    #provider-tabs {
        width: 100%;
        float: none;
    }

    #provider-rail {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .carousel .block {
        width: 45%;
    }

    .carousel .carousel-indicators {
        bottom: 10px;
    }

    .gallery .carousel-inner {
        overflow: initial;
        width: initial;
        height: 100%;
        right: 0;
        position: relative;
    }

    .gallery .carousel {
        width: 100%;
    }

        .gallery .carousel img {
            height: auto!important;
            width: 100%!important;
        }

    .gallery {
        padding: 0 15px;
    }

        .gallery .carousel.full {
            height: auto;
        }
}

/* 754px */
@media only screen and (max-width: 754px) {
    .cols-b > :first-child, .cols-b > aside {
        float: none;
        width: 100%;
    }

    .cols-b > :first-child {
        border-right: none;
    }

    .clinic-listing ul li {
        list-style: none;
        width: 47%;
        float: left;
        margin-left: 2%;
    }

    .news .featured {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .news .row-fluid > div {
        margin-bottom: 20px;
    }
}

/* 620px */
@media only screen and (max-width: 620px) {
    .provider-image {
        max-width: 50%!important;
    }

    .table-list {
        margin: 0 0 10px 25px;
        border: none;
        padding: 1%;
    }

        .table-list li {
            list-style: disc;
            list-style-type: disc;
            margin: 0;
            padding: 0;
        }

            .table-list li:nth-child(odd) {
                background: none;
            }

            .table-list li span {
            }

            .table-list li .name {
                display: inline;
                font-weight: 700;
            }

            .table-list li .description {
                display: inline;
                margin-left: .5em;
            }

            .table-list li .year {
                display: inline;
                margin-left: .8em;
                font-style: italic;
            }

    .fancybox-iframe {
        width: 93%!important;
    }

    #content .ms-srch-sbLarge-fullWidth {
        width: 80%;
    }

    .carousel .block p {
        display: none;
    }

    .carousel .block h2 {
        font: 28px/32px frutiger_black_cn,Helvetica,sans-serif;
    }
}

/* 560px */
@media only screen and (max-width: 560px) {
    .carousel .carousel-indicators {
        bottom: 28px;
    }
}

/* 500px */
@media only screen and (max-width: 500px) {
    .clinic-listing ul li {
        width: 100%;
        margin-left: 0;
    }

    #wrapper .link-b {
        display: block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-b {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .image-b a img {
            width: 100%!important;
        }

    .locations .listing > div {
        width: 45%;
    }

    .carousel .block h2 {
        font-size: 20px;
        line-height: 20px;
    }
}

/* 480px */
@media (max-width: 480px) {
    .story.standard {
        width: 90%;
    }

        .story.standard h2 {
            text-align: left;
            margin-top: 8px;
        }

        .story.standard img {
            margin: 10px 6px 10px 0;
            float: left;
            width: 40%;
        }

    .search #results-view {
        width: 100%;
        margin-right: 6%;
        font-size: 12px;
    }

    #results h3 {
        font-size: 14px;
    }

    #results li {
        margin: 0;
        display: block;
        padding: 0;
        width: inherit;
        overflow: auto;
    }

    .gallery .row {
        height: auto;
    }

    .carousel .carousel-inner .block {
        bottom: 140px;
    }

        .carousel .carousel-inner .block h2 {
            font-size: 18px;
        }

    .carousel .block h2 {
        letter-spacing: -1px;
        line-height: 1.4;
        margin-bottom: -25px;
    }

    .carousel {
        margin-bottom: 12px;
    }

    .carousel-inner {
        height: 150px;
    }

    .carousel .carousel-indicators {
        bottom: 16px;
    }

    .gallery .carousel img {
        margin-left: -20%;
        width: 120%!important;
        height: auto!important;
    }
}

/* 400px */
@media only screen and (max-width: 400px) {
    .carousel .carousel-indicators {
        bottom: 28px;
    }
}

/* 340px */
@media only screen and (max-width: 340px) {
    #content .ms-srch-item-link {
        display: inline;
    }

    #content .ms-srch-item-summary {
        display: block;
    }

    #content .ms-srch-item-path {
        display: block;
    }

    #content .ms-srch-item-body {
        display: inline;
    }

    .gallery {
        padding: 0;
    }

    .carousel {
        margin-bottom: 7px;
    }

    .carousel-inner {
        height: 125px;
    }

    .carousel .carousel-indicators {
        bottom: 16px;
    }
}

/* Utility */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'frutiger_black_cn';
        src: url('/Style%20Library/fonts/frutiger_black_cn-webfont.svg') format('svg');
    }
}

/* Edit by UWM ITSWS */
/* Search box top */
.search1 .ms-srch-sb-searchLink {
    float: left;
    width: 21px;
    height: 21px;
    border: 0;
    background: url(/Style%20Library/images/ico-01.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
    margin: -2px 0 -10px;
    text-align: left;
}

.search1 .ms-srch-sb, ms-srch-sb-border {
    background: #fff;
    border: 1px solid #dbd0a5;
    padding: 6px 9px;
    margin: 0 0 1px;
    width: 181px;
    height: 29px;
}

.search1 #SearchBox {
    width: 181px;
    height: 29px;
}

.search1 .ms-srch-sb input {
    float: right;
    width: 155px;
    padding: 0;
    font: 12px/15px Arial, Helvetica, sans-serif;
    height: 15px;
    border: 0;
    background: none;
    color: #89877e;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
}

/* Search box in content */
/* dgale Task #2916 - search box not displaying correctly on phones */
#content #SearchBox {
    width: 100%;
}

#content .ms-srch-sbLarge {
    border: 0;
    width: 100% !important;
}

    #content .ms-srch-sbLarge input {
        margin-left: 0;
        border: 1px solid #aaa;
        background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
        float: left;
        border-radius: 0;
        min-height: 23px;
        display: block;
        width: 80%;
    }

    #content .ms-srch-sbLarge.ms-srch-sb-searchLink {
        margin-left: 10px;
    }

#content .ms-srch-sb-searchLink {
    float: left;
    border: 0;
    background: url(/Style%20Library/images/ico-01.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
    margin: 5px 0 0 10px;
    text-align: left;
}

#content .ms-srch-item-title a {
    font-weight: 700;
    color: #856822;
    font-size: 22px;
    white-space: normal;
}

#content .ms-srch-item-highlightedText {
    color: #639!important;
}

#content .ms-srch-item-summary {
    line-height: 150%;
    /* veff - 6424 - get rid of scroll*/
    /* overflow:scroll; */
}

/*#content .ms-srch-item-body:hover {background-color: #fff;} */
#content #noresult {
    display: none;
}

#content .ms-srch-item-path {
    color: #08c;
}

#content .ms-srch-bestBetItem {
    background-color: #fef6ca;
}

#content .ms-srch-bestBetItem-icon {
    display: none;
}

#content .ms-promlink-button-image img {
    max-width: none!important;
}

/* Override bootstrap */
#content .ms-srch-result-noResultsTitle + div, #content .ms-srch-result-noResultsTitle + div + ul {
    display: none;
}

.ms-srch-hover-outerContainer {
    display: none!important;
}

/*override hover over*/
.ms-floatLeft {
    width: 100%;
}

/* Render SharePoint icons in ribbon correctly */
.ms-cui-tabContainer img, #suiteBarButtons img {
    max-width: none!important;
}

/* Fixed gear icon alignment */
#siteactiontd .ms-siteactions-imgspan {
    margin-left: 0;
}

/* For edit mode experience */
#content-editMode {
    position: relative;
    z-index: 1;
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
}

    #content-editMode > :first-child {
        position: relative;
        z-index: 1;
        float: left;
        width: 880px;
        padding: 1px 0 3em;
        padding-left: 60px;
        padding-right: 24px;
    }

    #content-editMode .cols-b > :first-child {
        float: left;
        width: 880px;
        border-right: 1px #e7e7e7 solid;
        border-left: 1px #e7e7e7 solid;
        padding: 0 10px;
    }

.cols-e {
    width: 100%;
}

    .cols-e:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
    }

    .cols-e > :first-child {
        float: left;
        width: 880px;
        border-right: 1px #e7e7e7 solid;
        border-left: 1px #e7e7e7 solid;
        padding: 0 10px;
    }

h3#pageSettingsSection {
    background-color: #856822!important;
    color: #fff;
    padding: 2px;
}

h3#siteSettingsSection {
    background-color: #3b185a!important;
    color: #fff;
    padding: 2px;
}

span.formFieldLabel {
    font-weight: 400;
    text-align: left;
    color: #777;
    padding: 1px 4px;
    border: 1px solid #c6c6c6;
    height: 18px;
    margin: 0 0 3px;
}

/* Left Nav Misc */
#navigation .nav-b ul li a {
    color: #333;
    font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif !important;
}

    #navigation .nav-b ul li a:hover, #navigation .nav-b ul li a:focus {
        color: gray!important;
        text-decoration: underline !important;
    }

.aspMenu {
    margin: 0 0 0 18px;
}

/* Clinic */
#facilityImage {
    display: block;
    margin: 0;
}

    #facilityImage img {
        display: block;
        margin: 0;
    }

/* provider list */
.provider-listing ol, .provider-listing ul {
    list-style-position: inside;
}

.provider-text > h3 {
    margin-top: 15px;
}

    .provider-text > h3:first-child {
        margin-top: 0;
    }

/* dgale - Task #2920 */
.provider-text ul {
    list-style-position: inside;
}

/* #hlBackButton { line-height:normal; } */
/* sharepoint edit mode ribbon */
body #RibbonContainer {
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #444;
    line-height: normal;
}

#RibbonContainer ul, #RibbonContainer ol {
    margin-bottom: -1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

#RibbonContainer li {
    line-height: normal;
}

#RibbonContainer a {
    color: #fff;
    text-decoration: none;
}

#RibbonContainer [class*="span"] {
    float: none;
    min-height: 0;
    margin-left: 0;
}

li.ms-cui-menusection-items {
    line-height: normal;
}

input.ms-cui-cb-input {
    font-size: 8pt;
    padding: 3px 7px 2px;
    border-right: 0;
    border-radius: 0;
    height: 14px;
}

/* ddl option coding */
option.assigned, #ddlWidget option.assigned {
    background-color: #ccc;
}

option.unassigned, #ddlWidget option.unassigned {
    background-color: #fff;
}

.tdLabel01 {
    font-size: 14px;
    text-align: right;
}

/* Overridding the responsive stuff from bootstrap that screws up edit mode control images */
/* 11/27/2013 (#1739) - veff - I'm commenting this out because it's causing the medical service widget to be too wide in display mode. */
.ms-rte-wpbox img, #ribbonBox img {
    /* max-width: none; */
}

.ms-ToolPaneOuter label {
    display: inline;
}

/* additions from Chris - work item #1963 */
body.research nav > div > ul li {
    width: 26%;
}

body.research nav .drop ul {
    width: 24%;
}

/* work item #1951 */
a.selected.static {
    color: #808a54!important;
}

/* work item #2163 */
input#SearchBoxScriptWebPart1_csr_sbox {
    text-align: left;
}

/* if javascript is disabled, scrolling doesn't work. However, making overflow anything WITH js enabled causes display problems */
body {
    overflow: auto;
}

.js body {
    overflow: hidden;
}


.ms-srch-item:hover, .ms-srch-resultHover:hover, .edisc-SearchResultItemContainer:hover {
    /* [ReplaceColor(themeColor:"HoverBackground")] */ background-color: #f2f0e4;
    cursor: pointer;
}


.ms-core-needIEFilter .ms-srch-item:hover, .ms-core-needIEFilter .ms-srch-resultHover:hover, .ms-core-needIEFilter .edisc-SearchResultItemContainer:hover {
    background-color: transparent;
    /* [ReplaceColor(themeColor:"HoverBackground")] */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff2f0e4,endColorstr=#fff2f0e4)";
}

div#Value {
    margin-left: 15px;
}

    div#Value label {
        font-size: 11px;
    }

.ms-ref-refinername {
    color: #8d6e0b;
    /* text color */
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
}

.ms-srchnav-link-selected {
    color: #856822 !important;
}

.ms-srchnav-list {
    display: block;   
    margin: 0 0 0 17px;
    width: 18px;
}

.ms-srchnav-item h2 {
    color: #333 !important; 
    font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.cellInfo 
{
    font-weight: bold;
    text-align: right;
    padding-right: 8px;
    vertical-align: top; 
    font-size: 11px;
}

/*.starrequired:before
{
    color: #e32;
    content: '*';
    display:inline;
}*/
.starrequired:after
{
    color: #e32;
    content: ' *';
    display:inline;
}

.itempropTelephone 
{
    font-weight: bold;
    font-size: 19px;
    padding: 0 0 8px 6px; 
    margin: 0 0 6px 0;
    vertical-align: top;
    line-height: 18px;
}
.newpatientlink { 
padding: 3px 3px 3px 3px;
text-align:center;
}
.returningpatientlink { 
padding: 3px 3px 18px 3px;
text-align:center;
}
.virtualcliniclink {
padding: 3px 3px 3px 3px;
text-align:center;
}
.newpatienturl {

}
.returningpatienturl {

}
.virtualclinicurl {

}
#requestiframe
{
width:100%;
border:none;
seamless:seamless;
height:2608px;
}
.iframeIntro
{
	border: 1px gray solid;
	padding: 10px;
	background-color:beige;
}

/*
    clinic wait time widget
    to display, add row to Clinic Wait Times list
*/

   .wait-box {
          border-left-color: rgb(255,121,49);
          border-left-width: 6px;
          border-left-style: solid;
          padding-left: 5px;
          font-weight: bold;
          line-height: 1.2;
    }
    .wait-legend {
        font-size: medium;
    }
    .wait-waittime {

    }
    .wait-modify {

    }
    .visible-phone.wait-box {

    }
    .visible-phone .wait-legend {
         display:inline-block;

    }
    .visible-phone .wait-waittime {
        display:inline-block;
        font-size: medium;
        margin-left: 10px;
    }
    .visible-phone .wait-modify {
        display:none;
    }
    .hidden-phone .wait-box {

    }
    .hidden-phone .wait-legend {
        display:block;

    }
    .hidden-phone .wait-waittime {
        display:block;
        font-size: x-large;
    }
    .hidden-phone .wait-modify {
        display:block;
    }

/*
    clinic wait time summary
    to display, add <div class="clinic-summary"/> to page
*/
.clinic-summary {
}
.wait-summary {
          border-left-color: rgb(255,121,49);
          border-left-width: 6px;
          border-left-style: solid;
          padding-left: 5px;
}
.wait-summary-header {
   color: #8d6e0b;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  display: block;
}
.wait-summary-links {
}
.wait-clinic {
}
.wait-clinic-link {
}
.wait-clinic-wait {
   float: right;
}
.hours-of-operation  {
padding: 1px;
}
hours-of-operation urgent {
background-color:#FBB547;
}

/* New for July 2015 WebDev Release */
/* July 2015 */

.patient-story-splash-text
{
	color: #8a7117;
	font-family: Georgia; "Times New Roman";
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	text-transform:uppercase;
}

.patient-story-story-leader
{
	color:#8a7117; 
	font-family: Georgia, "Times New Roman";
	font-size:24px;
	font-style:italic;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

.appt-hr
{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    color:#7b6121;
}

/* end July 2015 WebDev release edits */
.urgent {
background-color:#FBB547;
padding:16px;
} 
/* end Sept 23/2015 Web Tech Team for banner functions; kelly berger */
.banner-option {


}
.banner-link {
margin: 0 5px;
padding: 0 20px 20px;
border-bottom: 1px solid #e7e7e7;
display:block;
}
.banner-li-top {
width:100% !important;
padding: 0px;
margin: 0px;
display:block;
}
.banner-top-nav {
background: none !important;
display:block;
}
.banner-top-nav:hover {
background: none !important;
display:block;
}

/* styling for search typeahead functionality */

.ms-qSuggest-list b { 
    background-color:yellow;
}

.ms-qSuggest-container {	
	font-size:12px;	
	text-align:left;
	text-transform:capitalize !important;		
}

.ms-srch-sbLarge > .ms-qSuggest-container {
	margin-top:36px;	
	margin-left:1px;
}

.ms-srch-sb > .ms-qSuggest-container > .ms-qSuggest-list {
	width: 260px !important; 	
	text-transform:capitalize !important;		
/*	width: 20% !important; */
	white-space:pre-wrap;		
}

.ms-srch-sb > .ms-qSuggest-container {
	margin-top:24px;
	margin-left:-9px;	
}

.add-nav .search1 {
	text-transform:capitalize;		
}

/* styling for Related Articles Widget webpart */

.cstm-content-container {
    background-color: #f2f0e4;
    padding: 8px;
    color: #856822;
    font-family: Arial, Helvetica, sans-serif;
}
.cstm-content-title {
    font-weight: bold;
    font-size: 14px/17px;
    display: block;
}
.cstm-content-unordered-list {
    margin: 8px 4px 4px 0;
    padding: 0 0 0 20px;
    font-size: 12px;
}
.cstm-content-list-item {
	margin: 2px 0 4px 0;
}
.cstm-content-link {
}
.cstm-content-source {
	display: none;
	color:black;
}
.cstm-content-list-item a {
    color: #08c;
    text-decoration: none;
}
.cstm-content-list-item a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}
.cstm-content-list-item a:visited {
    color: #663399;
    text-decoration: none;
}

/*styles for left nav*/

.cols-a #leftNav {
	line-height: 0px;
}
.cols-a #leftNav a {
	line-height: 20px;
}


 .left_nav_node
    {
        padding-bottom: 6px;
        color: black;
        vertical-align: top;
        text-align: left;
    }


  .left_nav_node_selected
    {
        font-weight: bold !important;
        color: #898f4b !important;
    }

  .left_nav_node_hover
    {
        color: gray !important;
    }

  .left_nav_node_parent
    {
        font-weight: normal;
    }
#leftNav img {
    margin-right:0px;
    vertical-align:top;
    width:13px;
    border: none !important;
}
.gchild-empty-container {
    width:13px;
    vertical-align:top;
    float:left;
    padding-top:4px;
    line-height:0px;
}
.gchild-ind-container
{
width:13px;
vertical-align:top;
margin-right:0px;
padding-top:4px;
float:left;
    line-height:0px;
}
.child-empty-container {
    width:13px !important;
    vertical-align:top;
    padding-top:4px;
}

child-empty-img-container {
    width:12px !important;
    vertical-align:top;
}

.child-ind-container
{
width:13px;
vertical-align:top;
margin-right:0px;
padding-top:4px;
}
.gchild-container {
    margin-left:13px;
}

#leftNav a {
    color: black;
    font-size: 14px !important;
    font-family: 'Segoe UI', Segoe, Tahoma, Helvetica, Arial, sans-serif !important;
    outline:0;
}

#leftNav a.selected {
    color: #808a54!important;
}

.left_nav_after_space {
    height: 65px;
}

/* Updated after BS-JQ Update */

/*media all*/
.sm-caption{
    display: block;
    margin-top: 5px;
    padding: 0;
    color: #785e1d;
    font-size: 9.86px;
    line-height: 1.2;