/* COLORS
orange: #f58f47;
green: #559d91;
blue: #6885b1;
*/


a, .side-nav li a {
    color: #6885b1;
}
a:hover, .side-nav li a:hover {
    color: #526E98;
}

/* top bar */
#nav_wrapper,
.top-bar {
    filter: none;
}
#nav_wrapper,
.top-bar,
.top-bar-section li a:not(.button) {
    background: #eeeced;
    /*filter: none;*/
}
#nav_wrapper {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.top-bar .name a span.icon-home {
    color: #6885b1;
    font-size: 18px;
}
.top-bar .name a {
    color: #6885b1;
}
.top-bar-section > ul > .divider {
    border: none;
    border-left: 1px solid rgb(214, 214, 214);
}
.top-bar-section > ul > li > a:not(.button) {
    padding: 0px 25px;
}
.top-bar-section li a:not(.button) {
    color: #6885b1;
}
.top-bar-section li a:hover:not(.button) {
    background: rgb(224, 224, 224);
}
.top-bar-section .has-dropdown > a:after {
    border-color: #6885b1 transparent transparent;
}
#service-name img {
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 58.7em) {
    .top-bar .toggle-topbar.menu-icon a {
        color: #6885b1;
    }
    .top-bar .toggle-topbar.menu-icon a span {
        box-shadow: 0px 10px 0px 1px #6885b1, 0px 16px 0px 1px #6885b1, 0px 22px 0px 1px #6885b1;
    }
    .top-bar.expanded .title-area {
        background: rgb(224, 224, 224);
    }
    .top-bar .name a:not(.icon-home) {
        color: #000;
        font-family: helvetica,sans-serif;
        font-size: 1.125em;
    }
    .top-bar .name a strong {
        font-weight: normal;
    }
    .top-bar-section ul {
        background: #eeeced;
    }
    .top-bar-section .dropdown li.title h5 a {
        color: #6885b1;
    }
    .top-bar .name img {
        display: inline-block;
        vertical-align: middle;
    }
    .top-bar-section > ul > li > a:not(.button),
    .top-bar-section li a:not(.button) {
        background: #eeeced;
        margin-top: 0;
        padding: 10px 16px;
    }
    .top-bar-section > ul > .divider {
        border: none;
        border-top: 1px solid rgb(214, 214, 214);
    }
    
}
@media only screen and (max-width: 48em) {
    #home header, #sub-main header, #ht-sub header, #ht-sub-main header, #sub header, #sub_tabs header {
        box-shadow: none;
    }
    #nav_wrapper {
        border-top: none;
        border-bottom: none;
    }
    #nav_wrapper, .top-bar, .top-bar-section li a:not(.button) {
        background: #fff;
        margin-top: .3em;
    }
    .top-bar .toggle-topbar.menu-icon a {
        color: #222021;
    }
    .top-bar .toggle-topbar.menu-icon a span {
        box-shadow: 0px 10px 0px 1px #222021, 0px 16px 0px 1px #222021, 0px 22px 0px 1px #222021;
    }
    .top-bar.expanded .title-area {
        background: #fff;
    }
    .top-bar-section > ul > li > a:not(.button),
    .top-bar-section li a:not(.button) {
        background: #eeeced;
        margin-top: 0;
        padding: 10px 16px;
    }
    .top-bar-section > ul > .divider {
        border: none;
        border-top: 1px solid rgb(214, 214, 214);
    }
    #sub-main h1 {
        display: none;
    }
}

/* landing page banner area */
#banner_wrapper {
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
    border-top: none;
    box-shadow: none;
    filter: none;
}
#sub-main #banner_wrapper {
    padding-top: 1em;
}
#banner_wrapper > div.row {
    background: #fff;
}
.banner_content > span {
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.9);
    color: #1e1e1e;
    border-radius: 5px;
    right: 0;
    bottom: 1em;
    max-width: 50%;
}
.banner_content > span h3 {
    color: #6885b1;
    font-size: 1.2em;
    letter-spacing: 0;
    margin-bottom: .25em;
    text-shadow: none;
}
.banner_content > span a.button {
    float: right;
}
.orbit-wrapper .timer {
    display: none;
}
ul.orbit-bullets {
    left: 3.35em;
    top: inherit;
    bottom: .75em;
}
ul.orbit-bullets li {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.2);
    border: none;
}
ul.orbit-bullets li.active {
    background: rgba(255,255,255,0.9);
}
.panel.app-info {
    background: none;
    border: none;    
}
#sub-main .panel.app-info {
    margin-bottom: 0;
    padding: 0;    
}
#sub-main .app-info p {
    display: none;
}
.app-info .phone {
    color: #6885b1;
}
span.icon-phone {
    color: #6885b1;
    font-size: 1.1em;
    vertical-align: middle;
}
#sub-main span.icon-phone {
    margin-right: 0.4em;
    font-size: 1.4em;
    vertical-align: middle;
}
.app-info.single ul li {
    text-align: right;
}
.slider-nav {
    display: none !important;
}
@media only screen and (max-width: 48em){ /* mobile */
    #banner_wrapper {
        padding-top: 0;
    }
    .app-info.single ul li {
        text-align: center;
    }
    .app-info p {
        color: #bbb;
        display: inline;
    }
    #sub-main .app-info .phone {
        color: #559d91;
    }
    #sub-main .app-info span.icon-phone {
        color: #559d91;        
        font-size: 1.25em;
        margin-right: 0.2em;
    }
    #sub-main .app-info h4.phone {
        display: inline;
        font-size: 1.125em;
    }
}


/* home buttons */
#home-buttons {
    margin-top: -8px;
}
#home-buttons .columns {
    background: #eeeced;
    border-right: 1px solid #d7d5d6;
    line-height: 1.1;
    text-align: center;
}
#home-buttons .columns:last-child {
    border-right: none;
}
#home-buttons .columns:hover {
    background: rgb(224, 224, 224);
}
#home-buttons a {
    color: #559d91;
    font-family: "Vollkorn",serif;
    display: block;
    padding: .75em;
    position: relative;
}
#home-buttons span[class^="icon-"] {
    position: absolute;
    top: 50%;
    margin-top: -1.2em;
    right: 70%;
}
#home-buttons span.icon-online {
    right: 75%;
}
#home-buttons span[class^="icon-"]:before {
    font-size: 2.4em;
    line-height: 1;
}
#home-buttons .text {
    display: block;
    padding-left: 20%;
    width: 100%;
}
#home-buttons strong {
    display: block;
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 1.25em;
}
@media only screen and (max-width: 48em){ /* mobile */
    #home-buttons {
        border-top: 1px solid #559d91;
        padding-left: 0;
        padding-right: 0;
    }
    #home-buttons a {
        height: 7em;
    }
    #home-buttons .columns {
        border-bottom: 1px solid #559d91;
        border-right: 1px solid #559d91;
    }
    #home-buttons .columns:nth-child(2n+2) {
        border-right: none;
    }
    #home-buttons span[class^="icon-"] {
        position: relative;
        top: 0;
        margin-top: 0;
        right: 0;
    }
    #home-buttons .text {
        padding-left: 0;
    }
}


/* landing page specialty banners */
.specialties li {
    margin-bottom: 1em;
}
.specialties a {
    color: #6885b1;
}
.specialties img {
    width: 100%;
}
.specialties .specialty {
    background: #eeeced;
    display: block;
    text-align: center;
    padding: .5em .25em;
}


/* landing page icon nav */
#nav-icons li {
    text-align: center;
}
#nav-icons a {
    color: #6885b1;
}
#nav-icons img {
    margin: .5em auto;
}


/* landing page news-events section */
#news-events {
    border-top: 1px solid #ebebeb;
    margin-top: 2.25em;
}
#news, #events {
    padding-top: 1.5em;
}
#news {
    border-right: 1px solid #ebebeb;
}
@media only screen and (max-width: 48em){
    #news-events {
        border-top: none;
    }
    #news {
        border-right: none;
    }
}


/* landing page news */
#news .post {
    margin: .5em 0;
}
#news .post img {
    margin-bottom: 1.25em;
}
#news h2, #news h5, #news a:not(.button) {
    color: #559d91;
}
#news h5 {
    font-size: 1.325em;
}
#news .more {
    text-align: right;
}
#news .more a:not(.button) {
    color: #559d91;
    text-decoration: underline;
}
#news .date {
    position: absolute;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
    color: rgb(85, 157, 145);
    text-align: center;
    line-height: 1.1;
    padding: .6em 0.7em;
    font-weight: bold;
    font-size: 1.25em;
}
#news .month {
    display: block;
    text-transform: uppercase;
}

/* landing page events */
#events h2 {
    color: #f58f47;
}
#events a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 70px;
}
#events h5 {
    font-size: 1em;
    color: #f58f47;
}
#events p {
    color: #1e1e1e;
}
#events dt {
    margin: 0px 1rem 1rem 0px;
    background: none repeat scroll 0% 0% transparent;
    border: medium none;
    box-shadow: none;
    text-shadow: none;
    width: 56px;
    position: absolute;
}
#events dt .month {
    border-radius: 3px 3px 0px 0px;
    display: block;
    background: none repeat scroll 0% 0% #f58f47;
    color: #FFF;
    padding: .25em 0;
    text-align: center;
    text-transform: uppercase;
}
#events dt .day {
    border-radius: 0px 0px 3px 3px;
    display: block;
    padding: 3px 2px 1px;
    border-left: 2px solid #f58f47;
    border-bottom: 2px solid #f58f47;
    border-right: 2px solid #f58f47;
    color: #f58f47;
    font-size: 1.5rem;
    text-align: center;
}
#events dd {
    margin-left: 72px;
}

@media only screen and (max-width: 48em) {  
    #news,
    #events {
        margin-bottom: 1px;
        max-height: 63px;
        padding-top: 0;
        overflow: hidden;
    }
    #news.current,
    #events.current {
        max-height: none;
    }
    #news h2,
    #events h2 {
        color: #fff;
        cursor: pointer;
        margin: 0;
        padding: .6em;
    }
    #news h2 { background: #559D91; }
    #events h2 { background: #f58f47; }
    
    #news h2:after,
    #events h2:after {
        content: "\e048";
        font-family: 'hcicons';
        /*float: right;*/
        position: absolute;
        right: .6em;
    }
    #news.current h2:after,
    #events.current h2:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    
    #news .post {
        max-width: 100%;
    }
}



/* buttons */
.u-blue {
    background: #6885b1;
    border: none !important;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
}
.u-blue:hover {
    background: #526E98;
    box-shadow: none;
    cursor: pointer;
}

.u-green {
    background: #559d91;
    border: none !important;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
}
.u-green:hover {
    background: #3D7E73;
    box-shadow: none;
    cursor: pointer;
}



/* breadcrumbs
#breadcrumb a {
    color: #6885b1;
}
#breadcrumb a:hover {
    color: #526E98;
}
*/


/* tabs */
ul#icon_tabs {
    border-bottom: none;
    margin: -2px 0px 0px;
}
ul#icon_tabs li {
    background: none repeat scroll 0% 0% rgb(238, 236, 237);
    border: none;
    border: 1px solid #D1D1D1;
    margin: 0px -1px 0px 0px;
}
ul#icon_tabs li.resp-tab-active {
    border-top: 0.214em solid #559d91;
}
@media only screen and (max-width: 48em) {  
    h2.resp-accordion.resp-tab-active {
        border-top: 0.214em solid #559d91;
        margin-top: -0.214em;
    }
}



/* pills */
ul.pill > li.ui-tabs-active a {
    background-color: #f58f47;
    text-shadow: none;
}



/* banners */
.moreinfo {
  box-shadow: rgba(0,0,0,0.2) 0 2px 4px;
  color: #fff;
  cursor: pointer;
  height: auto;
  position: relative;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 4px;
}
.moreinfo:last-child {
  margin-bottom: 15px;
  margin-top: 10px;  
}
.reveal {
  background-color: #6885b1;
  color: #fff;
  margin-top: -5px;
  padding: 10px;  
  text-align: center;
  width: 100%;
}
.reveal.orange { background-color: #f58f47; }
.reveal.green { background-color: #559d91; }
.reveal.blue { background-color: #6885b1; }
.reveal h3 {
  color: #fff;
  font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
  margin: 0 0 10px;  
}
.reveal p {
  border: none;
  margin-bottom: 0px;
  position: relative;
  padding: 5px 25px 5px 5px;
  text-transform: uppercase;
}
.reveal span {
  margin: 3px 0 0 4px;
  position: absolute;  
}
.reveal a {
  color: #fff;
}



/* specialists list */
.atoz li {
    border: 1px solid #f58f47;
}
.atoz li a, .atoz li span {
    color: #6885B1;
}
.atoz li a:hover {
    background: #f58f47;
}
#letters {
    display: none;
}


/* author block for news */
.author {
    margin-top: 3em;
}



/* footer */
footer {
    border-top: none;
}