@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato);

/* ==========================================================================
   $HTML5 Boilerplate styles & Initializr Styles 
   ========================================================================== */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* Fix for overflow content in ipad */
html,body
{
  width: 100%;
  overflow-x: hidden;
}   

html,
button,
input,
select,
textarea {
    color: #666;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

img {
  vertical-align: middle;
}

.main-content-column img{
  max-width: 100%;
}

fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   $PLUGINS 
   ========================================================================== */

   /* Chosen - for styled select lists */

/* @group Base */
.chzn-container {
  font-size: 12px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #3d4e5c;
  color: #fff;
  border: 1px solid #aaa;
  border-top: 0px;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394a58', endColorstr='#576571', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #576571), color-stop(50%, #394a58), color-stop(52%, #394a58), color-stop(100%, #576571));
  background-image: -webkit-linear-gradient(top, #576571 20%, #394a58 50%, #394a58 52%, #576571 100%);
  background-image: -moz-linear-gradient(top, #576571 20%, #394a58 50%, #394a58 52%, #576571 100%);
  background-image: -o-linear-gradient(top, #576571 20%, #394a58 50%, #394a58 52%, #576571 100%);
  background-image: linear-gradient(#576571 20%, #394a58 50%, #394a58 52%, #576571 100%); 
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #2c3c4a;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #fff;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../images/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  /*background: #fff url('../images/chosen-sprite.png') no-repeat 100% -22px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  */
  background: #394a58 url('../images/chosen-sprite.png') no-repeat 100% -26px;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  color: #fff;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 5px #999999;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #fff;
  background: transparent !important;
  border: 0px !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 3px 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #666;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #3d4e5c;
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394a58', endColorstr='#576571', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #576571), color-stop(50%, #394a58), color-stop(52%, #394a58), color-stop(100%, #576571));
  background-image: -webkit-linear-gradient(top, #576571 20%, #394a58 50%, #394a58 52%, #576571 100%);
  background-image: -moz-linear-gradient(top, #576571 20%, #394a58 50%, #394a58 52%, #576571 100%);
  background-image: -o-linear-gradient(top, #576571 20%, #394a58 50%, #394a58 52%, #576571 100%);
  background-image: linear-gradient(#576571 20%, #394a58 50%, #394a58 52%, #576571 100%); 
  
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  */
  color: #fff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #2c3c4a;
  line-height: 13px;
  padding: 4px 20px 2px 5px;
  margin: 3px 3px 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 13px;
  height: 13px;
  font-size: 1px;
  background: url('../images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -12px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -12px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: transparent;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
  color: #fff;
}
.chzn-container-active .chzn-single-with-drop {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #3d4e5c;
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: 0px;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: 0px; }
.chzn-rtl .chzn-search input {
  background: #fff url('../images/chosen-sprite.png') no-repeat -38px -22px;
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */


/* ==========================================================================
   $TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  /*margin: 1em 0 .4em 0;*/
  margin:1em 0 0.4em  0.4em;
  color: #394a58;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

h1,
.ext-article h2 {
  font-size: 1.875em;
  margin-top: 0;
}

h2 {
  font-size: 15px;
  color: #167b7d;
}

h2.intense {
  color: #394a58;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

p {
  /*margin: 0 0 1em 0;*/
 
}

a {
  color: #347fb6;
}

a:hover {
  color: #394a58;
}

strong {
  font-weight: bold;
}

ul.no-bullet {
  list-style-type: none;
  padding-left: 0;
}

ul.no-bullet li {
  padding-left: 0;
}

ul.arrow {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.arrow li {
  background: url('../images/nav-bullet.png') 0 5px no-repeat;
  padding: 0 0 6px 14px;
  margin: 0px;
  display: block;
}

ul.arrow li a {
  color: #394a58;
  text-decoration: none;
}

ul.arrow a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   $MAIN WRAPPER COMPONENTS

   ========================================================================== */

body {
  font-family: Lato;
  background-color: #ececec;
}

.center-this { 
  width: 320px;
  margin: 0 auto; 
  position: relative;
}

/* HACK: all versions of IE need element surrounding link
to 'haslayout' in order for the tabing through to work; */
#skip {
  zoom: 1;
}

#skip a, #skip a:hover, #skip a:visited { 
  position:absolute; 
  left:0px; 
  top:-500px; 
  width:1px; 
  height:1px; 
  overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
  position:static; 
  width:auto; 
  height:auto; 
  float: left;
  color: #fff;
}

.wrapper,
.footer-container {
  width: 320px;
  margin: 0 auto; 
}

.header-container {
  height: 80px;
  background-color: #fff;
  z-index: 10;
  box-shadow: #ccc 0px 2px 3px;
  z-index: 1000;
}

.utility-bar {
  background-color: #036cb6;
  height: 5px;
  position: relative;
  width: 100%;
}

.utility-bar ul {
  display: none;
  margin: 0;
  padding: 7px 0;
}

.utility-bar ul li {
  list-style-type: none; 
  float: left;
  padding: 0 10px;
  border-right: 1px solid #3399ff;
}

.utility-bar ul li:last-child {
  border: 0px;
}

.utility-bar ul li a {
  color: #fff;
  text-decoration: none;
}

.utility-bar ul li a:hover {
  text-decoration: underline;
}

.utility-bar ul {
  display: none;
}

#logo {
  width: 150px;
  height: 75px;
  background: url('../images/logo3.png') left center no-repeat;
  position: absolute;
  left: 5px;
  top: 6px;
  overflow: hidden;
  z-index: 1;
}

#logo a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  display: block;
}

.espanol-link {
  position: absolute;
  top: 6px;
  right: 90px;
  width: 150px;
  font-size: .8em;
  z-index: 500;
  display: none;
}

.espanol-link > a.trigger {
  color: #fff;
  text-decoration: none;
}

.espanol-link > a.trigger:hover {
  text-decoration: underline;
}

.espanol-link div,
.er-time div,
.non-er-time div {
  background-color: #fff;
  font-size: 1.2em;
  line-height: 1.1;
  color: #394a58;
  border: 3px solid #a5b1bb;
  padding: 5px 10px;
  margin: 5px 0 0 -10px;
  display: none;
}

.utility-bar .espanol-link ul {
  margin: 0;
  padding: 5px 0;
  font-size: 1em;
  clear: both;
}

.utility-bar .espanol-link ul li {
  float: none;
  border: 0px;
  padding: 5px 0;
}

.utility-bar .espanol-link ul li a {
  color: #394a58;
}

.lt-ie8 .espanol-link  a.close-nav,
.lt-ie8 .espanol-link  a.close-nav:hover {
  border: 1px solid white; 
  width: 100%;
  text-align: right;
}

#login {
  border: 1px solid #669900;
  background: #669900 url('../images/bg-login-sliver.png') bottom left repeat-x;
  color: #934a58;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 0;
  right: 12px;
  text-align: center;
  font-size: .875em;
  display: none;
  line-height: 1.2;
  z-index: 10;
}

#login a {
  color: #394a58;
  text-decoration: none;
}

#login span {
  color: #fff;
  font-weight: bold;
}

.need-care {
  background-color: #fff;
  background-color: rgba(255,255,255,.7);
  border-radius: 8px;
  position: absolute;
  top: 98px;
  right: 20px;
  width: 270px;
  padding: 7px 10px 5px 10px;
  height: 45px;
  text-align: left;
  background-image: url('../images/bg-need-care-mobile.png');
  background-position: 240px center;
  background-repeat: no-repeat;
  z-index: 5;  
  display: none;
}

.home .need-care {
  display: block;
  z-index: 50;
}

.need-care .er-time {
  color: #990000;
}

.need-care .er-time div,
.need-care .non-er-time div {
  font-size: .8em;
  padding: 5px 20px;
  width: 246px;
}

.need-care .er-time div a.more  {
  font-size: 1em;
  line-height: 1.2;
  float: left;
  clear: both;
  margin-top: .5em;
}

.need-care .er-time a {
  color: #660000;
  text-decoration: none;
  font-size: 1.2em;
  line-height: .8em;
}

.need-care .non-er-time{
  display: none;
}

.need-care span.title {
  background: url('../images/icon-red-cross.png') 0 2px no-repeat;
  display: none;
  padding-left: 15px;
}

.need-care span.mobile-title {
  display: block;
  color: #026bb5;
  font-style: italic;
  font-size: .825em;
}


/* Silverton Custom Search */
.search-wrap {
  height: 56px;
  background: #3a4a59 url('../images/bg-search-bar-sliver.jpg') top left repeat-x;
  text-align: center;
  color: #fff;
  display: none;
}

.search-wrap .center-this {
  padding-top: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.search-wrap input[type='text'] {
  background-color: #a5b2bb;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px;
  padding: 0px 5px;
  height: 34px;
  vertical-align: middle;
  color: #fff;
}

.search-wrap button[type='submit'],
.search-wrap input[type='submit'],
.interior-footer button[type='submit'],
.input-submit {
  background-color: #3580b3;
  border: 1px solid #4890c0;
  border-bottom: 1px solid #014270;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 1em;
  padding: 0px 5px;
  height: 32px;
  vertical-align: middle;
}

#search-results-wrap {
  background-color: #3a4a59;
  border-bottom: 5px solid #182a38;
  color: #fff;
  display: none;
  position: relative;
}

#search-results-wrap h2,
#search-results-wrap h3, 
#search-results-wrap h4,
#search-results-wrap h5 {
  color: #fff;
  margin-top: 0;
  border-bottom: 1px solid #616e79;
}

#search-results-wrap .center-this {
  padding: 10px 30px;
}

#search-results-wrap .center-this a {
  color: #fff;
}

#search-results-wrap .sc-results-1,
#search-results-wrap .sc-results-2,
#search-results-wrap .sc-results-3 {
  float: left;
  min-height: 150px;
  margin: 5px;
  padding: 10px;
  font-size: .875em;
}

#search-results-wrap .sc-results-1 {
  width: 220px;
  background-color: #4d5c69;
  border-radius: 5px;
}

#search-results-wrap .sc-results-2 {
  width: 420px;
}

#search-results-wrap .sc-results-3 {
  width: 220px;
}

#search-results-wrap .cta {
  clear: both;
  border-top: 1px solid #616e79;
  margin: 5px;
  padding: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

#search-results-wrap .cta a {
  color: #8ec02c;
  text-decoration: none;
}

#close-search {
  display: block;
  position: absolute;
  bottom: 0;
  right: 100px;
  color: #fff;
  background: #669900 url('../images/btn-close-search.png') right center no-repeat;
  border-radius: 5px 5px 0 0;
  padding: 2px 34px 2px 8px;
  text-decoration: none;
}

/* Low Google Search */
#keywords {
  box-shadow: 0 0 5px #999 inset;
  padding: 3px;
  height: 25px;
  border: 1px solid #ccc;
}

.lt-ie9 #keywords {
  border: 1px solid #ccc;
  margin: 0;
  padding: 3px;
  height: 25px;
}

.lt-ie9 .input-submit,
.lt-ie9 #keywords
 {
  vertical-align: middle;
  margin: 0;
  line-height: 1;
}

ul.searchresults {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

ul.searchresults li {
  border-top: 1px solid #ccc;
  padding: 1.5em 0;
}

ul.searchresults h3,
ul.searchresults h4
 {
  margin: 0 0 .2em 0;
}

.content-wrapper {
  background: #ececec url(none);
  margin-top: 5px;
}

.services-carousel {
  padding-bottom: 0;
}

.es-carousel-wrapper {
  padding:0 20px;
  position:relative;
}

.es-carousel {
  overflow:hidden;
}
.es-carousel ul {
  display:none;
  padding: 0 0 0 4px;
  margin: 0;
}
.es-carousel ul li {
  height:100%;
  float:left;
  display:block;
}
.es-carousel ul li a {
  display:block;
}
.es-carousel ul li a img {
  display:block;
  border:0px;
  max-height:100%;
  max-width:100%;
  border-radius: 4px;
}
.es-nav span {
  position:absolute;
  top:50%;
  left:3px;
  background:transparent url('../images/slide-arrows-sm.png') no-repeat top left;
  width:14px;
  height:26px;
  margin-top:-13px;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.8;
}
.es-nav span.es-nav-next {
  right:3px;
  left:auto;
  background-position:top right;
}
.es-nav span:hover {
  opacity:1.0;
}

.home-content-column {
  background-color: #ececec;
  padding: 20px 10px;
}

.main-content-column {
  background-color: #fff;
  padding: 20px;
  border-top: 5px solid #86597a;
  box-shadow: #999 0px 2px 8px;
  margin-top: 10px;
}

.main-content-column img {
  max-width: 100%;
}

.with-sidebar .sidebar {
  float: none;
  width: 300px;
  margin: 0 10px 0 10px;
}

.no-sidebar .sidebar,
.sidebar .touts {
  display: none ;
}

.main {
  padding: 20px 0;
}

.footer-upper {
  background: #ececec url('../images/bg-footer-mobile.jpg') center top no-repeat;
  height: 210px;
}

.footer-logo {
  display: none;
}

.footer-container {
  overflow: hidden;
  background: #fff /*url('../images/bg-footer.jpg') left bottom repeat-x*/;
}

.footer-container footer {
  padding: 20px 0 0 0;
}

.footer-locations .header {
  padding: 0 50px 0 10px;
}

.footer-locations .location-map {
  height: 143px;
  background: #fff url('../images/footer-locations-map.jpg') center center no-repeat;
}

.footer-locations ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.footer-locations ul li {
  margin: 0;
  padding: 5px 10px;
  background-color: #eaf2f7;
  border-bottom: 2px solid #fff;
  color: #394a58;
}

.footer-locations ul li a {
  text-decoration: none;
}

.footer-locations ul li a.location-title {
  color: #003366;
  font-size: 1.125em;
}

.footer-locations ul li .address,
.footer-locations ul li .phone {
  font-size: .9em;
}

.footer-locations ul li .phone {
  font-weight: bold;
}

.footer-locations ul li .directions,
.footer-locations ul li .address,
.footer-locations ul li .phone,
.footer-locations .location-map {
  display: none;
}

.footer-locations ul li.item-1 .address,
.footer-locations ul li.item-1 .phone {
  display: block;
}

.footer-lower {
  position: relative;
  min-height: 230px;
  padding: 10px;
}

.footer-healthcaring {
  background: url('../images/healthcaring-footer-lower-300.jpg') left top no-repeat;
  width: 300px;
  height: 263px;
}

.footer-lower .testimonial,
.footer-lower .person {
  display: none;
}

.footer-lower .testimonial {
  width: 232px;
  height: 179px;
  float: left;
  background: transparent url('../images/hm-testimonial-768.png');
  color: #002f5f;
}

.footer-lower .testimonial blockquote {
  margin: 12px 20px 12px 12px;
  padding: 0;
}
.footer-lower .testimonial span {
  display: block;
  margin: 0 24px;
}
.footer-lower .testimonial span.name {
  font-size: .875em;
}

.footer-lower .testimonial span.location {
  font-size: .75em;
  color: #336600;
}

.footer-lower .person {
  position: absolute;
  bottom: 0;
  left: 250px;
}

.newsletter-signup h3 {
  margin-top: 0;
}

.newsletter-signup div {
  background-color: #394a58;
  padding: 10px;
  margin: 15px 0;
  color: #fff;
}

.newsletter-signup input[type='text'] {
  background-color: #a5b1bb;
  padding: 6px;
  line-height: 1;
  color: #fff;
  width: 170px;
  display: block;
  float: left;
  margin-right: 7px;
}

.newsletter-signup label {
  display: block;
  font-size: .875em;
}

.newsletter-signup .btn.blue {
  margin-right: 0;
}

.fact {
  text-align: center;
  color: #fff;
  float: left;
  line-height: 1.1;
  position: absolute;
  display: none;
}

.fact .inner {
  border-radius: 5px;
  background: #006699;
  height: 54px;
  padding: 7px;
}

.fact span {
  font-size: 2em;
  display: block;
}
.widg { float:left; margin-right:1px; width:220px; height:200px; }
.light_green { background:#9cd146 !important; }
.light_green1 { background:#a7da54 !important; }
.light_green2 { background:#b8e967 !important; }
.inner p { line-height:20px; font-size:13px; text-align:left; color:#000; }
.face { background:url(../images/facebook.png) left top no-repeat; height:32px; display:block; line-height:32px;  margin-bottom:5px;}
.face a  { font-size:13px !important; color:#000; padding-left:35px; text-decoration:none; } 
.you { background:url(../images/youtube.png) left top no-repeat; height:32px; display:block; line-height:32px; margin-bottom:5px }
.you a  { font-size:13px !important; color:#000; padding-left:35px; text-decoration:none; } 
.gmail { background:url(../images/gplus.png) left top no-repeat; height:32px; display:block; line-height:32px; margin-bottom:5px; }
.gmail a  { font-size:13px !important; color:#000; padding-left:35px; text-decoration:none;} 
.twit { background:url(../images/icon_t.png) left top no-repeat; height:32px; display:block; line-height:32px; margin-bottom:5px;}
.twit a  { font-size:13px !important; color:#000; padding-left:35px; text-decoration:none;  } 

.footer-links a { color:#000 !important; font-size:12px; }

div.arrow-down {  /* this is used to create the little triangle points  on the fact bubbles */
  width:0px; 
  height:0px; 
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #006699;
  font-size:0px;
  line-height:0px;
  margin: 0 auto;
}

.footer-links ul {
  list-style-type: none;
  margin: 0 10px 10px 10px;
  padding: 0;
  overflow: hidden;
  font-size: .8em;
}
.footer-links ul li {
  margin: 0;
  padding: .5em 0;
  width: 49%;
  float: left;
 }

.copyright {
  color: #fff;
  text-align: center;
  background-color: #669900;
  padding: 1em;
  font-size: .8em;
}

/* use this style for things not to show in mobile version */
.no-mobile-block {
  display: none;
}

.breadcrumb {
  font-size: .75em;
}


/* ==========================================================================
   $NAV
   ========================================================================== */
#mobile-nav {
  background-color: #3a4b59;
  border-radius: 5px;
  padding: 7px 5px 0 5px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 155px;
}
#mobile-search {
  position: absolute;
  top: 15px;
  left: 273px;
}

#top_nav {
  z-index: 10;
}

#top_nav select {
  width: 100px;
  color: #333;
}
nav ul.bar {
  display: none;  
  margin: 0 0 -3px 0;
  padding: 0;
  position: relative;
  background: transparent url('../images/bg-navbar.png') right top no-repeat;
  border-radius: 0 8px 8px 0;
  height: 66px;
}

nav li.root {
  background: url('../images/bg-nav-sep.png') right center no-repeat;
  height: 66px;
  float: left;
  display: block;
}

nav li.root > a.trigger {
  padding-left: 17px;
  height: 54px;
  padding-top: 12px;
  text-decoration: none;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 22px;
  line-height: 1.2;
  z-index: 100;
  position: absolute;
  z-index: 100;
}

nav li.root > a.trigger span {
  display: block;
  font-weight: 100;
  font-size: 16px;
}

nav li.root > a.trigger.clicked {
  color: #3a4b59;
  background-color: #fff;
  border: 3px solid #a5b1bb;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  top: -3px;
  margin-left: -3px;
  margin-bottom: -3px;
  height: 57px;
  z-index: 200;
}

.nav-panel a {
  font-weight: normal;
}

a.close-nav,
a.close-nav:hover {
  display: block;
  float: right;
  color: #394a58;
  text-decoration: none;
}

.lt-ie8 .nav-panel a.close-nav,
.lt-ie8 .nav-panel a.close-nav:hover{
  width: 80px;
}

a.close-nav span {
  color: #fff;
  background-color: #999;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  border-bottom: 0px;
  border-radius: 10px;
  text-align: center;
  margin-left: 5px;
  line-height: 1.2;
}

.nav-panel h3 {
  margin: 0 0 .5em 0;
}

.nav-panel h3 a {
  font-weight: bold;
  text-decoration: none;
}

.nav-panel h3 a:hover,
.nav-panel h3 a:visited {
  color: #347fb6;
}

nav a:hover,
nav a:visited {
  color: white;
}

nav a:hover {
  text-decoration: underline;
}

nav li.patient .nav-panel,
nav li.new-patient .nav-panel,
nav li.provider .nav-panel {
  display: none;
}

nav li.patient .nav-panel,
nav li.new-patient .nav-panel,
nav li.provider .nav-panel {
  background-color: #fff;
  background: -webkit-gradient(linear, 0 0, 100% 100%, from(#fff) to(#ebebeb)); /*old webkit*/
  background: -webkit-linear-gradient(top, #fff, #ebebeb); /*new webkit*/
  background: -moz-linear-gradient(top, #fff, #ebebeb); /*gecko*/
  background: -ms-linear-gradient(top, #fff, #ebebeb); /*IE10*/
  background: -o-linear-gradient(top, #fff, #ebebeb); /*opera 11.10+*/
  background: linear-gradient(top, #fff, #ebebeb); /*future CSS3 browsers*/
  -pie-background: linear-gradient(top, #fff, #ebebeb); /*PIE*/
  border: 3px solid #a5b1bb;
  border-radius: 10px;
  text-decoration: none;
  position: absolute;
  top: 66px;
  left: -182px;
  width: 695px;
  padding: 20px;
  text-align: left;
}

.nav-panel .group-links {
  width: 700px;
  overflow: hidden;
  float: left;
}

.nav-panel .group-links a {
  text-decoration: none;
}

.nav-panel .group-links .col a {
  color: #394a58;
}

.nav-panel .group-links .col a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.nav-panel .group-touts {
  width: 210px;
  overflow: hidden;
  float: right;
  display: none;
}

.nav-panel .group-touts img {
  display: block;
  margin-bottom: 5px;
}

.nav-panel .group-touts h4 {
  margin: 13px 0 0 0;
}

.nav-panel .med-services {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.med-services li {
  float: left;
  padding: 5px;
  margin: 0 5px 5px 0;
  width: 160px;
  height: 36px;
  border-radius: 5px;
  background-color: #394a58;
  color: #fff;
  text-indent: 8px;
  line-height: 2.2;
  list-style-type: none;
}

.nav-panel .med-services li:hover {
  background-color: #394a58;  
}

.med-services li.primary-care {
  background-color: #347fb3;
}

.med-services li.womens-health {
  background-color: #815275;
}

.med-services li.heart-vascular {
  background-color: #79a101;
}

.med-services li.orthopedics {
  background-color: #419dce;
}

.med-services li.medical-imaging {
  background-color: #b78500;
}

.med-services li.family-health {
  background-color: #d95e00;
}

.med-services li.emergency {
  background-color: #983222;
}

.med-services li a {
  color: #fff;
}

.nav-panel .col {
  float: left;
  margin-right: 30px;
  width: 200px;
}

.nav-panel .col ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.nav-panel .col ul li {
  background: url('../images/nav-bullet.png') 0 5px no-repeat;
  padding: 0 0 6px 14px;
  margin: 0px;
  display: block;
}

.nav-panel .col ul li a {
  display: inline;
}

.nav-panel .col h4 {
  border-bottom: 1px solid #d6e0cc;
  font-weight: bold;
}

.nav-panel .col h4 a {
  color: #394a58;;
  font-weight: bold;
}

.nav-panel .col h4 a:hover {
  color: #3399cc;
  text-decoration: none !important;
}

nav ul.bar {
  position: relative;
}

nav ul.subnav {
  height: 22px;
  /*background: transparent url('../images/bg-subnav.png') right top no-repeat;*/
  width: 405px;
  border-radius: 0 0 5px 0;
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
  z-index: -1;
}

nav ul.subnav li {
  float: left;
}

nav ul.subnav a {
  line-height:43px;
  padding:0 22px;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  margin-bottom:1px;
  border-radius:3px;
}  

/* sidenav */
#sidenav .menu-container {
  display: none;
  padding: 1px 0;
} 

#sidenav .narrow-menu-toggle {
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  background: #a1bc4d url('../images/nav-toggle.png') left center no-repeat;
  width: 31px;
  height: 43px;
} 

#sidenav .narrow-menu-toggle.open {
  background-position: right center;
}

.sidebar #sidenav {
  background: #c7c7c7 url('../images/bg-mobile-subnav-topper.png') center top no-repeat;
  padding: 6px 10px;
  min-height: 30px;
  position: relative;
}

#sidenav h3 {
  font-size: 1.2em;
}

#sidenav h3,
#sidenav h3 a {
  color: #fff;
  margin: 0;
  line-height: 1.8;
  text-decoration: none;
}

#sidenav ul a {
  text-decoration: none;
  display: block;
  color: #394a58;
  line-height: 1;
  padding: 12px;
}

#sidenav ul a:hover {
  background-color: #86597a;
  color: #fff;
}

#sidenav li.active a,
#sidenav li.parent-active a,
.menu-container.calendar #nav-sub-calendar a {
  background-color: #347fb3;
  color: #fff;
}

#sidenav li.active li a,
#sidenav li.parent-active li a {
  background-color: inherit;
  color: #394a58;
}

.lt-ie8 #sidenav li.active li a,
.lt-ie8 #sidenav li.parent-active li a {
  background-color: #fff;
}

.lt-ie8 #sidenav li.active li a:hover,
.lt-ie8 #sidenav li.parent-active li a:hover {
  background-color: #86597a;
}

#sidenav li li.active a,
#sidenav li li.parent-active a {
  background: #419dce url('../images/nav-bullet-down.png') 8px 5px no-repeat;
  color: #fff;
}

.lt-ie8 #sidenav li.parent-active li.parent-active a {
  background-color: #419dce;
}

.lt-ie8 #sidenav li.parent-active li.parent-active li a {
  background-color: transparent;
}

.lt-ie8 #sidenav li.active li.active a,
.lt-ie8 #sidenav li.parent-active li.active a {
  background-color: #fff;
}

#sidenav li li.active li a,
#sidenav li li.parent-active li a {
  background-image: none;
}

#sidenav li li.active li a,
#sidenav li li.parent-active li a {
  background-color: inherit;
  color: #394a58;
}

.lt-ie8 #sidenav li li.active li a,
.lt-ie8 #sidenav li li.parent-active li a {
  background-color: transparent;
}

#sidenav li li li.active a {
  font-weight: bold;
  background: #fff url('../images/nav-bullet.png') 7px 6px no-repeat;
}

#sidenav li li li.parent-active a {
  font-weight: bold;
  background: #fff url('../images/nav-bullet-down.png') 8px 5px no-repeat;
}

#sidenav li li li.active li a,
#sidenav li li li.parent-active li a {
  background: transparent url(none);
  font-weight: normal;
}

#sidenav li li li li.active a {
  font-weight: bold;
}

#sidenav ul ul {
  font-size: .9em;
}

#sidenav ul ul ul {
  font-size: 1em;
  margin: 0 -10px;
  background-color: #a5b1bb;
}

#sidenav ul ul a {
  padding: 0;
}

#sidenav ul {
  box-shadow: #999 0px 2px 3px;
  background-color: #f3f3f3;
  list-style-type: none;
  margin: 1px 0 0 0;
  padding: 0;
}

#sidenav ul ul {
  margin: 0;
  box-shadow: none;
  background-color: #fbfbfb;
  padding: 2px 10px;
}

#sidenav ul li {
  border-top: 1px solid #fff;
}

#sidenav ul li:first-child,
#sidenav ul ul li {
  border-top: 0px;
}

#sidenav ul ul li a {
  border-top: 0px;
  background: url('../images/nav-bullet.png') 7px 6px no-repeat;
  margin: 2px 0px;
  display: block;
  padding: 5px 5px 4px 23px;
  border-radius: 11px;
}

#sidenav ul ul ul ul li a {
  padding-left: 34px;
}

#sidenav ul ul li a:hover {
  background-color: #86597a;
  color: #fff;
}

#sidenav ul ul ul li a {
  background-image: none;
  margin: 2px 0;
}

#sidenav ul ul ul li a:hover {
  background-color: #dbdbdb;
  color: #394a58;
}


/* ==========================================================================
   $FORMS & BUTTONS
   ========================================================================== */ 

/* give all inputs radius corners */
input {
  border-radius: 5px;
  border: 0px;  
}    

/* all buttons grey to start with - change colors later */
input.btn {
  line-height: 1; /* setting this to one, since Firefox won't recognize line heights in buttons. */
}

.btn {
  display: block;
  float: left;
  padding: 8px 11px;
  color: #fff;
  font-size: .857em;
  line-height: 1;
  margin-right: 10px;
  border: 0px;
  border-top: 1px solid #6c7c87;
  border-bottom: 1px solid #2e3e4c;
  border-radius: 5px;
  text-decoration: none;
  background: #4c5b68; /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5b68) to(#5e6c78)); /*old webkit*/
  background: -webkit-linear-gradient(#4c5b68, #5e6c78); /*new webkit*/
  background: -moz-linear-gradient(#4c5b68, #5e6c78); /*gecko*/
  background: -ms-linear-gradient(#4c5b68, #5e6c78); /*IE10*/
  background: -o-linear-gradient(#4c5b68, #5e6c78); /*opera 11.10+*/
  background: linear-gradient(#4c5b68, #5e6c78); /*future CSS3 browsers*/
  position: relative; /* necessary for CSS3 Pie gradients */ 
}

.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}

.btn.cleared:after,
a.more:after,
a.to-top:after { 
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden;
}

.btn.green {
  border-top: 1px solid #80c653;
  border-bottom: 1px solid #529427;
  background: #80a60e; /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#80a60e) to(#92b330)); /*old webkit*/
  background: -webkit-linear-gradient(#80a60e, #92b330); /*new webkit*/
  background: -moz-linear-gradient(#80a60e, #92b330); /*gecko*/
  background: -ms-linear-gradient(#80a60e, #92b330); /*IE10*/
  background: -o-linear-gradient(#80a60e, #92b330); /*opera 11.10+*/
  background: linear-gradient(#80a60e, #92b330); /*future CSS3 browsers*/
  position: relative; /* necessary for CSS3 Pie gradients */ 
}

.btn.blue {
  border-top: 1px solid #3592d3;
  border-bottom: 1px solid #014270;
  background: #0661a1; /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0661a1) to(#2978af)); /*old webkit*/
  background: -webkit-linear-gradient(#0661a1, #2978af); /*new webkit*/
  background: -moz-linear-gradient(#0661a1, #2978af); /*gecko*/
  background: -ms-linear-gradient(#0661a1, #2978af); /*IE10*/
  background: -o-linear-gradient(#0661a1, #2978af); /*opera 11.10+*/
  background: linear-gradient(#0661a1, #2978af); /*future CSS3 browsers*/
  position: relative; /* necessary for CSS3 Pie gradients */ 
}

a.more {
  font-family: Helvetica, Helvetica Neue, Arial;
  display: block;
  float: right;
  width: auto;
  height: 20px;
  color: #fff !important;
  background-color: #79a101;
  font-size: .75em;
  padding: 0 15px;
  border-radius: 10px;
  line-height: 1.8;
  font-weight: normal;
  text-decoration: none;
}

a.more:hover {
  background-color: #aedd52;
  color: #394a58 !important;
  text-decoration: none !important;
}

a.view-all {
  text-decoration: none;
}

/* ==========================================================================
   $MISC - INDIVIDUAL PAGE TYPES
   ========================================================================== */

/* home page elements */

.hero-wrap {
  height: auto;
}

#hero-mobile {
  display: block;
  overflow: hidden;
  position: relative;
}

#hero-mobile img {
  width: 320px;
}

#hero-regular {
  display: none;
}

.home-rotator-wrap { 
  height: 290px; 
  position: relative;
}

#home-rotator { 
  display: none;
  overflow: hidden;
}

#home-rotator-mobile {
  display: block;
  height: 290px;
  overflow: hidden;
  position: relative;
}

#home-rotator-mobile img{
  max-width: 320px;
  z-index: -1000;
  position: relative;
}

#rotator-nav {
  position: absolute; 
  bottom: 15px; 
  left: 50%; 
  z-index: 200;
  text-align: center;
  width: 200px;
  margin-left: -100px;
}

#rotator-nav a { 
  background: #5d6c79; 
  color: #5d6c79;
  border: 1px solid #666;
  border-radius: 6px;
  text-decoration: none; 
  margin: 0 5px; 
  padding: 0; 
  width: 10px; 
  height: 10px;
  overflow: hidden;
  display: inline-block;
}


#rotator-nav a.activeSlide { 
  background: #fff;
  color: #fff; 
}

#rotator-nav a:focus { 
  outline: none; 
}

.home-message {

}

.home-msg-image {
  display: none;
  float: right;
  margin-left: 20px;
}

.panel-msh {
  background: #eaeaea;
  height: auto;
  width: 311px;
  padding: 0 15px 5px 15px;
  font-size: .857em;
  border-radius: 8px;
}

.panel-find-provider {
  background: url('../images/panel-find-provider-02.png') left top no-repeat;
  height: 224px;
  width: 321px;
  margin-top: 20px;
  padding: 10px;
}

.panel-find-provider h3 {
  color: #fff;
  margin-top: 0;
}

.panel-find-provider form {
  margin-left: 10px;
  width: 200px;
  font-size: .875em;
}

.panel-find-provider input.btn.green {
  float: left;
  width: auto;
  margin-top: .5em;
}

.panel-find-provider input, 
.panel-find-provider select {
  width: 189px;
}

.panel-find-provider input#provider-name {
  box-shadow: inset 0 0 5px #999999;
  padding: 3px 0;
}
.panel-find-provider,
.panel-msh {
  display: none;
}

.this-week {
  clear: both;
  margin-top: 20px;
}

div.calendar-wrap {
  /*background: #d8d8d8 url('../images/bg-calendar-sliver.png') left top repeat-x;*/
  padding: 10px 6px 12px 6px;  
  clear: both;
  margin-top: 5px;
}

div.calendar-wrap h3 {
  color: #fff;
  margin: 0 12px;
}

div.calendar-wrap h3 span {
  font-weight: 300;
  font-size: .825em;
}

ul.week {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
}

ul.week li {
  background-color: transparent;
  padding: 0 5px 5px 5px;
  font-size:.875em;
  list-style-type: none;
}
ul.week li .day {
  display: block;
  color: #fff;
  background-color: #5eb6e4;
  width: 60px;
  height: 40px;
  margin-left: -5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 2.4;
  text-indent: 8px;
}
ul.week li.empty .day {
  background-color: #bfe2f4;
}

ul.week li.empty {
  display: none;
}

ul.week ul.items {
  list-style-type: disc;
  margin-bottom: 0;
}

ul.week ul.items li {
  margin: 0;
  padding: 0 10px 10px 0;
  font-size: 1em;
  list-style:disc;
}

a.cal-more {
  display: block;
  text-indent: 20px;
  padding-bottom: .5em;
}

.nursery {
  color: #fff;
  background-color: #815275;
  border-radius: 6px;
  position: relative;
  text-indent: 20px;
  padding-top: 15px;
  display: none;
}

.nursery h2 {
  margin: 0;
  color: #fff;
}

.nursery ul {
  position: absolute;
  top: 80px;
  left: 21px;
  list-style-type: none;
  margin: 0;
  padding: 0; 
}

.nursery ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.nursery img {
  max-width: 100%
}

.news-list,
.nursery {
  margin-top: 1em;
}

.news-list article {
  padding-left: 56px;
  position: relative;
  margin-top: 1em;
  clear: right;
}

.news-list article:after { 
  display: block;
  clear: both;
  content: " ";
  height: 0;
  overflow: hidden;
}

.news-list article .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  background-color: #035fa0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.news-list .date .month {
  font-size: 11px;
  display: block;
  padding-top: 6px;
}

.news-list .date .day-of-month {
  font-size: 20px;
  line-height: 1;
}

.news-list h2, 
.news-list h3 {
  margin: 0;
}

.news-list .more {
  float: left;
}

/* Subpages */

.intro {
  font-family: "Lato", sans-serif;
}
 
.two-col-section .col {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  padding: 10px 10px 40px 10px;
  margin-top: 10px;
}

.two-col-section.no-bg .col {
  background-color: transparent;
  border: 0px;
}

.two-col-section .col img {
  max-width: 258px;
}

.two-col-section .col h3 a {
  text-decoration: none;
}

.main-content-column ul.touts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  clear: both;
}

.main-content-column ul.touts li {
  padding: 0 0 8px 0;
  margin: 0;
  text-align: center;
}
.fonder_img { float:left; margin-right:20px; }
.fonder_img span { text-align:center; font-style:normal; font-size:13px; color:#75a009; }
ul.touts li:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
}

.main-content-column ul.touts li img {
  width: 280px;
}

.main-content-column blockquote {
  margin: 0px;
  padding: 10px 0;
  quotes: "\201C" "\201D";
  font-family: "Lato", sans-serif;
  font-size: 1em;
}

.main-content-column blockquote:before { 
  content: open-quote; 
  font-weight: bold; 
  color: #357fb2; 
}

.main-content-column blockquote:after { 
  content: close-quote; 
  font-weight: bold; 
  color: #357fb2; 
}

.main-content-column cite {
  display: block;
  font-family: "Lato", sans-serif;
  border-left: 4px solid #357fb2;
  padding-left: 10px;
  line-height: 1;
}

.main-content-column .testimonial {
  padding-bottom: 1em;
}

.main-content-column .indented blockquote,
.main-content-column .indented cite {
  margin: 0 10%;
}

.main-content-column cite .name {
  color: #357fb2;
  font-style: normal;
}

.main-content-column cite .location {
  font-size: .75em;
}

.main-content-column aside {
  background-color: #e5e5e5;
  padding: 12px;
  margin-top: 20px;
  overflow: hidden;
}

.main-content-column aside ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.main-content-column aside li {
  background: url('../images/nav-bullet.png') 0 5px no-repeat;
  padding: 0 0 6px 14px;
  margin: 0px;
  display: block;
}

.main-content-column aside li a {
  color: #394a58;
  text-decoration: none;
}

.main-content-column aside a:hover {
  text-decoration: underline;
}

.main-content-column aside h4 {
  border-bottom: 4px solid;
  margin: -12px -12px 12px -12px;
  background-color: #fff;
}

.main-content-column aside.green {
  background-color: #fafcf2;
}

.main-content-column aside.green h4 {
  color: #336600;
  border-bottom: 4px solid #99cc00;
  font-size:15px;
  font-weight:normal;
}
.spn_dep {margin-left:14px;font-size:13px;color:#000000;}
.main-content-column aside.green li {
  background: url('../images/nav-bullet.png') 0 7px no-repeat;
  font-size:14px;
  color:#000000;
  margin-top:10px;
}

.main-content-column aside.orange {
  background-color: #fefbf2;
}

.main-content-column aside.orange h4 {
  color: #de7322;
  border-bottom: 4px solid #f2af00;
}

.main-content-column aside.orange li {
  background: url('../images/bullet-orange.png') 0 5px no-repeat;
}

.main-content-column aside.orange a.more {
  background-color: #de7322;
}

.main-content-column aside.orange a.more:hover {
  background-color: #f2af00;
}

.main-content-column aside.blue {
  background-color: #f5f8fb;
}

.main-content-column aside.blue h4 {
  color: #394a58;
  border-bottom: 4px solid #347fb3;
  font-size:15px;
  font-weight:normal;
}

.main-content-column aside.blue li {
  background: url(../images/nav-bullet.png) 0 5px no-repeat;
  color:#000000;
  font-size:14px;
}

.interior-footer {
  margin: 20px -20px -20px -20px;
  border-bottom: 6px solid #0560a1;
  overflow: hidden;
  background-color: #f3f3f3;
}

.interior-footer header {
  background-color: #0560a1;
  padding: 10px 20px;
  color: #fff;
  font-style: italic;
}

.interior-footer header p {
  font-size: .9em;
}

.interior-footer .col {
  float: left;
  padding: 20px;
}

.interior-footer h3 {
  color: #fff;
  margin-top: 0;
  font-style: normal;
}

.interior-footer h4 {
  color: #0560a1;
  margin-top: 0;
}

.interior-footer .col img {
  max-width: 280px;
}

.interior-footer p
 {
  font-size: .875em;  
}

.interior-footer input[type="text"] {
  background-color: #a5b1bb;
  color: #fff;
  width: 270px;
  padding: 5px;
  display: block;
}

.interior-footer button[type="submit"] {
  margin-top: .5em;
  float: right;
}

.interior-footer ::-webkit-input-placeholder {
   color: #fff;
}

.interior-footer input:-moz-placeholder {  
   color: #fff;  
}

.quick-links {
  float: right; 
  margin: 0 25px 10px 10px; 
  width: 210px; 
  padding: 10px; 
  background: #d8d8d8 url('../images/bg-quick-links.png') left top no-repeat; 
}

.quick-links h4 {
  color: #fff; 
  margin: 0 0 .2em 0;
}

.quick-links ul {
  background: #f6f6f6; 
  padding: 10px; 
  font-size: .875em;
  box-shadow: #999 0px 2px 3px;
}

.download {
  background: #f4f8fb url('../images/icon-pdf.png') 7px 10px no-repeat;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
  overflow: hidden;
  margin: 8px 0;
}

.download h5 {
  margin: 0 0 .25em 0;
}

.download ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .875em;
}

.download li {
  float: left;
  margin: 0 8px 0 0;
  background: #f4f8fb url('../images/arrow-sm-blue.png') 0 2px no-repeat;
  padding: 0 0 0 12px;
}

.to-top {
  color: #815275;
  text-decoration: none;
  font-size: .75em;
  display: block;
  padding-right: 14px;
  background: transparent url('../images/arrow-to-top.png') 100% center no-repeat;
  float: right;
  margin: 7px 0;
}

.jump-links-wrap {
  background-color: #f3f3f3;
  border-radius: 8px;
}

.jump-links {
  padding: 10px;
  overflow: hidden;
  margin: 8px 0;
  list-style-type: none;
}

.jump-links a {
  font-weight: bold;
}

.awards {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Lato", sans-serif;
}
.awards h4 {
  margin-top: .3em;
}

.awards li {
  margin-bottom: 1em;
  overflow: hidden;
}

/* Location details page */
li .service,
li .phone {
  display: block;
  font-family: "Lato", sans-serif;
}

li .service {
  color: #394a58;
}

aside li .phone {
  font-size: .875em;
}

ul.location-providers {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.location-providers li {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 15px 15px 15px 80px;
  position: relative;
  min-height: 54px;
  margin: 2px 0;
}

.location-providers li img {
  position: absolute;
  top: 15px;left: 15px;
  width: 54px;
  height: 54px;
  border-radius: 5px;
}

.secondary-content {
  padding-left: 15px;
}
.secondary-content.news  {
  padding-left: 0;
  margin-top: 20px;
}

.map {
  border: 1px solid #e2e2e2;
  background-color: #f9f9f9;
  padding: 9px;
  margin-top: 1em;
  float: left;
  overflow: hidden;
}

.lt-ie9 .intro .map {
  width: 260px;
}

.secondary-content .map {
  border: 0px;
  background-color: transparent;
  padding:0;
  margin-top: 1em;
  width: 250px;
}

.location-details div {
  margin-top: 1em;
  color: #3a4b59;
  font-family: "Lato", sans-serif;
}

.location-details h4 {
  margin-bottom: .2em;
}

.location-details a.more {
  float: left;margin-top: .75em;
}

.location-images {
  margin-top: 2em;
}

.location-images img {
  margin-top: 10px;
  display: block;
}

/* Location landing page */
.map img {
  width: 100%;
}

.location-landing-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Lato", sans-serif;
}

.location-landing-list li {
  border: 1px solid #e2e2e2;
  background-color: #f9f9f9;
  margin-top: 10px;
  padding: 18px;
}

.location-landing-list h4 {
  margin: 0 0 .2em 0;
}

.location-landing-list img,
.location-landing-list span {
  display: block;
  padding-bottom: 10px;
}

.location-landing-list span {
  overflow: hidden;
}

.location-landing-list a.more {
  float: left;
  margin-top: .5em;
}

/* Provider detail page */
.provider-intro img {
  display: block;
  margin: 0 20px 20px 0;
  border-radius: 8px;
}

.provider-intro,
.provider-bio p {
  font-family: "Lato", sans-serif;
}

.provider-intro .label {
  font-weight: 600;
}

.provider-intro .provider-speciality {
  font-size: 1.5em;
  color: #3a4b59;
}

.provider-bio h3 {
  color: #336600;
  border-bottom: 4px solid #99cc00;
  padding-bottom: .2em;
}

.provider-details .label {
  color: #3a4b59;
  display: block;
  font-weight: 600;
}

.secondary-content.provider {
  padding-left: 0;
}

.secondary-content.provider h3 {
  color: #3a4b59;
  border-bottom: 4px solid #347fb3;
  padding-bottom: .2em;
}

.secondary-content.provider .map {
  float: none;
}

.secondary-content.provider .provider-location {
  clear: left;
}

/* provider search and results */
.provider-search-form {
  border-radius: 8px;
  background-color: #f3f3f3;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: .9em;
}

.provider-search-form label {
  display: block;
  float: left;
  text-align: right;
  width: 70px;
  margin-right: 5px;
  margin-top: 4px;
  clear: left;
}
.content-embedded-search .provider-search-form label {
  text-align: left;
  width: 100%;
}

.content-embedded-search .provider-search-form {
  margin-bottom: 2em;
}

.provider-search-form select
 {
  border-radius: 3px;
  width: 180px;
  margin: 4px 0;
}


.provider-search-form .inset {
  border-radius: 3px;
  width: 178px;
  margin: 0 0 5px 0;
  box-shadow: inset 0 0 5px #999999;
  border: 1px solid #cccccc;
  padding: 3px 0;
  text-indent: 5px;
}

.provider-search-form.ob_search_format select {
  width: 130px;
}
.provider-search-form.ob_search_format .inset {
  width: 128px;
}

.provider-search-form input[type="submit"] {
  margin: 3px 0 0 73px;
  font-size: 1em;
}

.provider-search-form.ob_search_format input[type="submit"] {
  margin-left: 0;
}

.provider-search-form.ob_search_format label {
  float: none;
  text-align: left;
  width: 100%;
}

.provider-sort,
.results-count,
.results-pager {
  font-family: "Lato", sans-serif;
}

h5.results-count {
  float: left;
  margin: 10px 0;
}

h5.results-count span {
  color: #2a6ebb;
}

.results-pager {
  float: right;
  overflow: hidden;
  margin: 10px 0;
}

.results-pager span {
  display: inline-block;
  margin: 0 .3em;
}

.results-pager span a {
  color: #666;
}

.provider-sort {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 10px 10px 0 10px;
  clear: both;
  font-size: .8em;
}

.provider-sort h4 {
  font-weight: 300;
  float: left;
  margin-top: 10px;
  font-size: 1em;
  width: 60px;
}

.provider-sort span {
  display: block;
  float: left;
  width: 60px;
  margin-right: 5px;
  overflow: hidden;
}

.provider-sort span a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0 0 2px 0;
  color: #666;
}

.provider-sort span.selected a {
  border-bottom: 4px solid #86597A;
  color: #394A58;
}

.provider-search-results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.provider-search-results li {
  padding: 10px 10px 10px 75px;
  border: 1px solid #E2E2E2;
  border-radius: 5px 5px 5px 5px;
  margin: 2px 0;
  min-height: 54px;
  position: relative;
}

.provider-search-results li img {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 54px;
  height: 54px;
  border-radius: 5px;
}

.provider-search-results li .provider-ob-extra-specialties,
.provider-search-results li .provider-location {
  clear: both;
  font-size: .875em;
}
.provider-search-results li .provider-ob-extra-specialties span {
  font-style: italic;
}


.provider-location.second {
  margin-top: 10px;
}

.provider-search-results .location-name {
  font-weight: 600;
}

/* News & Events */ 

.featured-article h2,
.secondary-article h4 {
  color: #394a58;
  font-weight: normal;
  margin: .4em 0;
}

.featured-article,
.secondary-article {
  padding-bottom: 1em;
}

.featured-article h2 a,
.secondary-article h4 a,
.news-list.syndicated h4 a {
  color: #394a58;
  text-decoration: none;
}

.secondary-content.news h3 {
  float: left;
}

.secondary-content.news .view-all  {
  float: right;
  margin-top: 1.5em;
}

.primary-content .view-all {
  float: right;
}

.lt-ie8 .primary-content .view-all.news {
  width: 100%;
  text-align: right;
}

.secondary-content.news article .view-all {
  margin-top: 0em;
}

.news-list.syndicated {
  border-top: 4px solid #347fb3;
}

.news-list.syndicated article {
  padding: 0 0 15px 70px;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 15px;
  min-height: 60px;
}

.news-list.syndicated article h4 {
  margin-top: 0;
}

.article-image {
  position: relative;
}

.news-list.syndicated article .date,
.article-image .date,
.featured-article .date {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  background-color: #035fa0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.news-list.syndicated article .date {
  position: absolute;
  top: 0;
  left: 0;
}

.article-image .date {
  position: absolute;
  left: 0;
  bottom: 0px;
}

.featured-article .date {
  float: left; 
  margin: 12px 20px 20px 0;
}

.featured-article h2,
.featured-article .teaser {
  padding-left: 80px;
}

.news-list.syndicated .date .month,
.article-image .date .month,
.featured-article .date .month {
  font-size: 14px;
  display: block;
  padding-top: 8px;
}

.news-list.syndicated .date .day-of-month,
.article-image .date .day-of-month,
.featured-article .date .day-of-month {
  font-size: 24px;
  line-height: 1;
}

.article-hero {
  display: block;
  padding-bottom: 10px;
}

/* Calendar */
/* MONTH CALENDAR */

#fc_calendar {
  text-align: left;
  margin: 0 auto;
  background: #e2e2e2;
  width: 650px;
  padding-left: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  font-family: helvetica, "lucida sans", arial, verdana;
}
#fc_calendar table {
  border-collapse: collapse;
  font-size: 12px;
}
#fc_calendar #fc_inner td {
  border: 1px solid #000;
  vertical-align: top;
  background: #fff;
  color: #000;
}
#fc_outer {
  width: 640px;
  margin: 0;
  padding: 0;
}
#fc_inner {
  width: 640px;
}
#fc_calendar .event {
  font-size: 11px;
  font-family: helvetica, "lucida sans", arial, verdana;
  overflow: hidden;
  white-space: nowrap;
  width: 80px;
  color: #cda0a0;
}
#fc_calander table table .event a {
  color: #cda0a0;
  text-decoration: underline;
}
#fc_calendar .out_of_range {
  background-color: transparent;
}
#fc_calendar .black {
  background-color: #000;
}
#fc_calendar .has_events {
  background-color: yellow;
  color: #f00;
}
#fc_calendar .day_cell .all_day, #fc_calendar .day_cell .multi_day {
  background-color: #e7c3c3;
  margin: 0 0 1px;
  padding: 0 4px;
  line-height: 20px;
  color: #fff;
  font-size: 11px;/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a, #fc_calendar .fc_inner .day_cell .multi-day a {
  color: #fff;
  text-decoration: none;
}
#fc_calendar .day_cell .all_day a:hover, #fc_calendar .day_cell .multi-day a:hover {
  color: #fff;
  text-decoration: underline;
}
#fc_calendar .first_day {
  margin-left: 0;
}
#fc_calendar .last_day {
  margin-right: 0;
}
#fc_calendar .day_cell .index_difference_1 {
  margin-top: 21px;
}
#fc_calendar .day_cell .index_difference_2 {
  margin-top: 45px;
}
#fc_calendar .day_cell .date {
  width: 88px;
  text-align: right;
  background: #e9e9e9;
  height: 20px;
  line-height: 20px;
  margin: -30px 0 0 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
}
#fc_calendar .day_cell .date a {
  font-weight: bold;
  color: #49616A;
  text-decoration: none;
}
#fc_calendar .day_cell .date .num {
  margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
  color: #000;
  text-decoration: underline;
}
#fc_calendar .out_of_range .date {
  background: transparent url('http://silvertonhealth.org/themes/solspace_themes/calendar/img/pad_date.png') repeat-x;
  color: #999;
}
#fc_calendar .day_cell {
  width: 86px;
  height: 80px;
  padding-top: 30px;
  overflow: auto;
}
#wc_calendar .header div {
  float: left;
  width: 20%;
}
#wc_calendar .header div.left {
  padding-left: 10px;
}
#wc_calendar .header div.center {
  width: 55%;
  text-align: center;
}
#wc_calendar .header div.right {
  text-align: right;
  padding-right: 10px;
}
#wc_calendar .header div.center h2 {
  font-size: 15px;
  font-weight: bold;
  color: #555555;
}
#wc_calendar .header div.center h2 span {
  font-size: 13px;
  font-weight: normal;
  color: #666666;
}
#wc_calendar .day {
  padding-bottom: 10px;
  border-bottom: 1px solid #aeaeae;
}


#wc_calendar div.calendars {
  border-top: 1px solid #545454;
  margin-bottom: 15px;
}
#wc_calendar div.calendars small, #wc_calendar li small {
  font-size: 11px;
  font-weight: normal;
  color: #545454;
  float: right;
  text-align: right;
}
#wc_calendar div.calendars h3.other_cal {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: red;
  margin-top: 25px;
  margin-bottom: 10px;
}
#wc_calendar ul li.title {
  font-size: 15px;
  font-weight: bold;
  color: #545454;
}


#days_of_week th {
  padding: 5px 0;
  color: #fff;
  text-align: center;
}
#month_year th {
  padding: 5px;
  color: #000;
}
#month_year th.left {
  text-align: left;
}
#month_year th.center {
  text-align: center;
}
#month_year th.right {
  text-align: right;
}
.wrap {
  background: black;
  padding: 0 3px 3px;
}
#fc_legend {
  clear: both;
}
#fc_legend .event {
  font-size: 11px;
  font-family: helvetica, "lucida sans", arial, verdana;
  overflow: hidden;
  white-space: nowrap;
  width: 90px;
  color: #cda0a0;
  margin: 0 0 0 5px;
  padding: 0 4px;
  line-height: 20px;
  background-color: #fff;
  float: left;
}
#fc_legend span.legend {
  font-weight: bold;
  width: 90px;
  line-height: 20px;
  float:left
}
#fc_legend .all_day, #fc_legend .multi_day {
  background-color: #e7c3c3;
  padding: 0 4px;
  line-height: 20px;
  color: #fff;
  font-size: 11px;
}
#fc_legend .all_day a, #fc_legend .multi-day a {
  color: #fff;
  text-decoration: none;
}
#dc_calendar .header div {
  float: left;
  width: 15%;
}
#dc_calendar .header div.left {
  padding-left: 10px;
}
#dc_calendar .header div.center {
  width: 65%;
  text-align: center;
}
#dc_calendar .header div.right {
  text-align: right;
  padding-right: 10px;
}
#dc_calendar .header div.center h2 {
  font-size: 15px;
  font-weight: bold;
  color: #555555;
}
#dc_calendar .header div.center h2 span {
  font-size: 13px;
  font-weight: normal;
  color: #666666;
}
#dc_calendar h4 {
  border-top: 1px solid #eeeeee;
}
#dc_calendar h4.thickline {
  border-top: 3px solid #898989;
}
#dc_calendar .event {
  margin-bottom: 5px;
  padding: 5px;
  font-size: 11px;
  border: 1px solid #e7e7e7;
  background: #f3f3f3;
}
#dc_calendar .event_top {
  margin-bottom: 5px;
  padding: 5px;
  font-size: 11px;
  border: 1px solid #cfcfcf;
  background: #eaeaea;
}
#dc_calendar .event h2 {
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
}
#dc_calendar .event_top h2 {
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
}
#dc_calendar .event h2 span {
  font-size: 11px;
  font-weight: normal;
  color: #666666;
}
#dc_calendar .event_top h2 span {
  font-size: 11px;
  font-weight: normal;
  color: #666666
}
/* MINI Calendar */

#mc_wrap {
  font-size: 12px;
  font-family: helvetica, "lucida sans", verdana, arial, sans-serif;
}
#mc_calendar {
  margin: 0;
  width: 245px;
  background: #979797;
}
#mc_calendar table {
  font-size: 12px;
  font-family: helvetica, "lucida sans", verdana, arial, sans-serif;
  padding: 5px;
  border: 0px;
  margin: 2px;
  border-collapse: collapse;
  background: #ffffff;
}
#mc_calendar td, #mc_calendar th {
  padding: 0;
  margin: 0;
  color: #666;
  text-align: center;
}
#mc_calendar th {
  padding-top: 5px;
  padding-bottom: 5px;
}
#mc_calendar #mc_days th {
  background: #d3d3d3;
  width: 35px;
}
#mc_calendar th a {
  color: #000;
  font-size: 15px;
}
#mc_calendar th a.icon {
  color: #000;
  background: #b2b2b2;
  padding: 2px 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
#mc_calendar a.left {
  padding-right: 7px;
}
#mc_calendar a.right {
  padding-left: 8px;
}
#mc_calendar td a {
  display: block;
  color: #fff;
}
#mc_calendar td div, #mc_calendar td.has_events div #mc_calendar td.mc_pad div {
  vertical-align: middle;
  text-align: center;
  padding: 6px;
}
#mc_calendar td.has_events div {
  padding: 0;
}
#mc_calendar td.has_events div a {
  font-weight: bold;
  color: #000;
  display: block;
  padding: 6px;
  background-color: #f3f3f3;
}
#mc_calendar td.has_events div a:hover, #mc_calendar td.selected div.mc_date {
  background: #666;
  color: #fff;
}
#mc_calendar td.today div a {
  color: #ffffff;
  background-color: #ff0000;
}
#mc_calendar table td.mc_pad div {
/* customize padded days */
}
#mc_calendar td div.event {
  display: none;
}
#mc_events {
  width: 245px;
  margin: 0 auto;
  background: url('http://silvertonhealth.org/themes/solspace_themes/calendar/img/mc_down_arrow.png') 80px 0 no-repeat;
  padding-top: 4px;
  line-height: 1.5;
}
#mc_event_details {
  border: 1px solid #ccc;
  padding: 7px;
  clear: both;
  margin-top: 4px;
}
#mc_event_details .event {
  display: none;
}
#mc_event_details .active {
  display: block;
}
#mc_events hr {
  border: 1px dotted #ccc;
  border-width: 1px 0 0;
}
#mc_events h4 {
  margin: 0;
}
.mc_share_event, .mc_close, #mc_rss {
  background: #999;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 0px 5px;
  float: left;
}
.mc_close, #mc_rss {
  float: right;
}
#mc_close {
  padding-left: 6px;
}
a#mc_rss:hover {
  background-color: orange;
}
a.mc_share_event:hover {
  background-color: #3399CC;
}
a.mc_close:hover {
  background-color: #000;
}
#mc_days th {
  border: 1px solid #979797;
  border-width: 1px 0;
}
.mc_event_time #at_symbol {
  background: #000;
  color: #fff;
  padding: 2px 2px 0 2px;
  font-weight: bold;
  font-size: 15px;
}
#mc_global_toolbar a.icon {
  background: #979797;
  color: #fff;
  font-size: 15px;
  padding: 2px 5px;
  font-weight: bold;
  text-decoration: none;
}
#mc_global_toolbar a.disabled {
  opacity: .5;
}
#mc_calendar a.icon:hover {
  background: #000;
  color: #fff;
}
.middot {
  color: #bcbcbc;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div.month-view {
  background: #D8D8D8 url('../images/bg-calendar-sliver.png') left top repeat-x;
  padding: 10px 6px 12px 6px;
  clear: both;
  margin-top: 5px;
  overflow: hidden;
}

.lt-ie9 div.month-view .calendar-list {
  padding-left: 0;
}

.lt-ie8 div.month-view ul.week li {
  margin-right: 5px;
}


.month-view ul.month-header{
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

ul.month-header a,
.month-view .day a {
  color: #fff;
}

.month-view .day {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.month-view ul.month-header li {
  float: left;
  width: 33%;
  font-size: .9em;
}

ul.month-header li.current {
  text-align: center;
  font-weight: bold;
}

ul.month-header li.next {
  text-align: right;
}

.month-view .day-names {
  display: none;
}

.day-view ul.day-header {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

ul.day-header .prev {
  float: left;
}

ul.day-header .next {
  float: right;
}

ul.day-header a {
  text-decoration: none;
}

ul.day-header .current {
  clear: both;
  background: url('../images/bg-calendar-sliver.png') top left repeat-x;
  color: #fff;
  height: 31px;
  padding: 10px;
}

ul.day-header .current h5 {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 2;
}

.day-view .event_top h4 span,
.day-view .event h4 span {
  font-size: .8em;
}

/* Table style for Fitness Schedule - C Fennell 2013.01.18 */
.classSchedule, .classSchedule td{
  border:1px solid #999999;
}
}
.classLevel{
  color:#6A740C;
  border-bottom:1px dotted #6A740C;
  font-weight:bold;
}
.schedule td, .scheduleBold{
  font-size:11px;
  line-height:12px;
  text-align:center;
  color:#444444;
  padding:3px;
  height:30px;
}
.scheduleBold{
  font-weight:bold;
  text-align:center;
}

/* Newsletter signup from Constant contact */
.fsBody {
  color: #666666 !important;
}

.fsBody.fsEmbed .fsForm {
    background-color: transparent !important;
    border: 0px !important;
    overflow: hidden;
    margin: 0 !important;
}
.fsForm .fsPage {
  float: left;
}
.fsBody.fsEmbed .fsPage {
  min-width: 150px !important;
  max-width: 200px;
}
.fsBody.fsEmbed,
.fsBody .fsRowBody {
  padding: 0 !important;
  margin: 0 !important;
}
.fsForm .fsLabel {
  font-size: 12px;
  width: 100%;
}
.fsRequiredMarker {
  display: none;
}
.fsFieldRow input[type="text"],
.fsFieldRow input[type="email"]  {
  padding: 6px 2px !important;
  background-color: #A5B1BB !important;
  border: 0px !important;
}
.fsBody .fsLabel, .fsBody label {
  display: block;
  font-weight: normal !important;
  line-height: 19px;
}
.fsForm .fsSubmit {
    background-color: transparent !important;
    clear: none !important;
    float: left;
    margin-top: 18px !important;
    padding: 0px !important;
}
.fsSubmitButton {
  background-color: #0661A1;
  background: linear-gradient(#0661A1, #2978AF) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0661A1), color-stop(100%, #2978AF)); /* Safari 4+, Chrome 2+ */
  border-bottom: 1px solid #014270;
  border-top: 1px solid #3592D3;
  position: relative;
  color: #fff;
  padding: 8px 11px !important;
  font-size: .9em  !important;
}

/* Board of Directors */
ul.board-directors {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.board-directors li {
  margin: 0;
  padding: 10px 0;
  float: left;
  width: 155px;
  margin-right: 25px;
}

.lt-ie8 ul.board-directors li {
  height: 210px;
}

.board-directors img {
  display: block;
}

/* Health View Achive */
ul.health-view {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.health-view li {
  float: left;
  margin: 0;
  padding: 0;
  width: 130px;
  height: 170px;
}

/* ==========================================================================
   $MEDIA QUERIES
   ========================================================================== */


/* ----------------------------------------------------------------
Screen widths 768px | Target is iPad in portrait 
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px), (min-width: 604px) and (-webkit-min-device-pixel-ratio: 1.3) {

  h1,
  .ext-article h2 {
    font-size: 2.5em;
  }

  .main-container {
    background: #fff;
  }

  .center-this { 
    width: 768px;
    max-width: 768px;
    margin:0 auto;
  }

  .no-mobile-block {
    display: block;
  }

  .meta.no-mobile-block {
    display: inline;
  }

  .wrapper,
  .footer-container,
  .header-container{ 
    width: 100%;
  }

  .utility-bar {
    height: 33px;
  }

  .utility-bar ul {
    display: block;
    margin-left: 220px;
    font-size: .8em;
  }

  .header-container {
    height: auto;
    background-color: transparent;
  }

  #mobile-search {
    display: none;
  }

  #logo {
    width: 180px;
    height: 143px;
    background: #fff url('../images/logo3.png') center 50px no-repeat;
    position: absolute;
    left: 20px;
    top: 0;
    box-shadow: #999 0px 2px 3px;
    z-index: 10;
  }

  .lt-ie8 #logo.covered {
    height: 107px;
  }

  .espanol-link {
    display: block;
  }

  #login {
    display: block;
    width: 136px;
    max-width: 136px;
    font-size: .8125em;
    padding: 2px 0 0 0;
    height: 33px;
    line-height: 1.2;
    right: 6px;
  }

  #login:hover {
    background: #9ecf3d url(none);
  }

  .need-care {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 8px;
    left: 626px;
    width: 120px;
    height: auto;
    padding: 8px;
    font-size: .8em; 
    text-align: center; 
    display: block;
    z-index: 5;
  }

  .lt-ie8 .need-care {
    background-color: #fff;
  }

  .need-care span.title {
    display: inline-block;
  }

  .need-care span.mobile-title {
    display: none;
  }

  .need-care .er-time {
    border-radius: 5px;
    background-color: #900000;
    padding: 5px;
    color: #ccc;
    margin-top: 2px;
    position: relative;
  }

  .need-care .er-time:hover {
    background-color: #0360a2;
  }

  .er-time a.trigger {
    color: #fff;
    display: block;
    font-size: 1.5em;
    line-height: 1.2;
    text-decoration: none;
  }

  .need-care .non-er-time {
    border-radius: 5px;
    background-color: #757575;
    padding: 5px;
    margin-top: 5px;
    color: #fff;
    position: relative;
    display: block;
  }

  .need-care .non-er-time:hover {
    background-color: #347fb3;
  }

  .need-care .non-er-time div,
  .need-care .er-time div {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 250px;
    text-align: left;
    padding: 10px 20px;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    font-weight: 400;
  }

  .non-er-time div h4,
  .er-time div h4 {
    margin: 1em 0 0 0;
  }

  .need-care .non-er-time div a.more,
  .need-care .er-time div a.more {
    float: left;
    text-decoration: none;
    line-height: 1.4;
    font-size: 1em;
  }

  .need-care a.close-nav {
    font-size: 1em;
  }

  .non-er-time div p,
  .er-time div p {
    clear: both;
    overflow: hidden;
  }

  p.in-emergency {
    font-size: 1.2em;
  }

  .non-er-time a.trigger {
    color: #fff;
    text-decoration: none;
  }

  .search-wrap {
    display: block;
  }

  #search-results-wrap .sc-results-1 {
    display: none;
  }

  .main.content-wrapper {
    background: #ececec url('../images/bg-cross-hatch.jpg') top left repeat-x;
    padding-bottom: 0;
    margin-top: 0;
  }

  .home-content-column { 
    background-color: #fff;
    border-top: 5px solid #86597a;
    padding: 40px 50px;
    margin: 0 10px;
    box-shadow: #999 0px 2px 8px;
  }

  .breadcrumb {
    padding: 0 30px 20px 30px;
    width: 400px;
    float: left;
  }

  .main-content-column {
    background-color: #fff;
    border-top: 5px solid #86597a;
    padding: 40px 50px;
    margin: 0 10px;
    box-shadow: #999 0px 2px 8px;
    clear: both;
  }

  .with-sidebar .sidebar {
    float: none;
    width: 100%;
    padding-bottom: 17px;
  }

  .no-sidebar .sidebar,
  .sidebar .touts {
    display: none ;
  }

  .sidebar .touts img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .sidebar #sidenav {
    width: 280px;
    position: absolute;
    right: 10px;
    top: -14px;
  }

  .footer-upper {
    height: 420px;
    background: #ececec url('../images/bg-footer.jpg') center top no-repeat;
    z-index: -1;
    margin-top: -40px;
    position: relative;
  }

  .footer-container footer {
    padding: 20px 10px 0 10px;
    background-color: transparent;
  }

  .footer-logo {
    position: absolute;
    top: 380px;
    left: 10px;
    display: block;
  }

  .footer-content,
  .footer-locations,
  .footer-lower {
    width: 680px;
    padding: 10px 40px;
    overflow: hidden;
  }

  .footer-content a.btn {
    color: #fff;
  }

  .footer-content a {
    color: #336600;
  }

  .footer-locations .header {
    padding: 10px;
    background-color: #0560a1;
    clear: both;
    color: #fff;
    min-height: 30px;
  }

  .footer-locations .header h3 {
    margin: 0;
    float: left;
    color: #fff;
  }

  .footer-locations .header a {
    display: block;
    float: right;
    color: #fff;
  }

  .footer-locations .section {
    padding: 10px;
    background: transparent; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(transparent) to(#dbdbdb)); /*old webkit*/
    background: -webkit-linear-gradient(top, transparent, #dbdbdb); /*new webkit*/
    background: -moz-linear-gradient(top, transparent, #dbdbdb); /*gecko*/
    background: -ms-linear-gradient(top, transparent, #dbdbdb); /*IE10*/
    background: -o-linear-gradient(top, transparent, #dbdbdb); /*opera 11.10+*/
    background: linear-gradient(top, transparent, #dbdbdb); /*future CSS3 browsers*/
  }

  .footer-locations .section .inner {
    background-color: #fff;
    padding: 11px;
    position: relative;
    margin-top: -20px;
  }

  .footer-locations .location-map {
    display: block;
  }

  .footer-locations ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .footer-locations ul li {
    margin: 0;
    padding: 5px 1.5%;
    background-color: #fff;
    border: 0px;
    color: #394a58;
    float: left;
	height: 50px;
    width: 30.3%;
    line-height: 1.2;
  }

  .footer-locations ul li a {
    text-decoration: none;
  }

  .footer-locations ul li a.location-title {
    color: #003366;
    font-size: .8125em;
    display: block;
  }

  .footer-locations ul li .phone {
    font-weight: bold;
  }

  .footer-locations ul li.item-1 .phone,
  .footer-locations ul li.item-2 .phone,
  .footer-locations ul li .directions,
  .footer-locations ul li .phone {
    display: inline;
    font-size: .7em;
  }

  .footer-locations ul li.item-1 .address,
  .footer-locations ul li.item-2 .address {
    display: none;
  }

  .footer-locations .item-4,
  .footer-locations .item-5,
  .footer-locations .item-6 {
    background-color: #f7fafc;
  }

  .footer-locations .item-7,
  .footer-locations .item-8,
  .footer-locations .item-9 {
    background-color: #eff4f9;
  }

  .footer-locations .item-10,
  .footer-locations .item-11,
  .footer-locations .item-12 {
    background-color: #e7eef6;
  }

  .footer-locations .item-13,
  .footer-locations .item-14,
  .footer-locations .item-15,
  .footer-locations .item-19,
  .footer-locations .item-20,
  .footer-locations .item-21 {
    background-color: #dee9f3;
  }

  .footer-locations .item-16,
  .footer-locations .item-17,
  .footer-locations .item-18 {
    background-color: #d6e3f0;
  }

  .footer-locations .item-4,
  .footer-locations .item-7,
  .footer-locations .item-10,
  .footer-locations .item-13,
  .footer-locations .item-16,
  .footer-locations .item-19  {
    clear: left;
  }

  .footer-content .col {
    width: 45%;
    margin-right: 5%;
    float: left;
  }

  .footer-lower .testimonial,
  .footer-lower .person {
    display: block;
  }

  .newsletter-signup {
    width: 330px;
    float: right;
    font-size: .875em;
  }

  .newsletter-signup div {
    border-radius: 5px;
    position: relative;
    padding: 10px 20px;
  }

  .newsletter-signup .footer-facebook {
    background-color: #ececec;
    border-radius: 0px;
    position: relative;
    padding: 10px 0;
  }

  .newsletter-signup .footer-facebook img {
    padding-bottom: 15px;
  }

  .newsletter-signup input[type='text'] {
    width: 190px;
  }

  .fact {
    display: block;
  }

  .fact.bubble-1 {
    top: 100px;
    left: 20%;
  }

  .fact.bubble-1 .inner {
    background: #5eb6e4;
  }
  .fact.bubble-1 .arrow-down {
    border-top-color: #5eb6e4;
  }

  .fact.bubble-2 {
    top: 140px;
    left: 75%;
  }

  .footer-links {
    border-top: 1px solid #c7d1bd;
  }

  .footer-links ul {
    margin: 10px 0 0 0;
    overflow: hidden;
    font-size: .8em;
  }

  .lt-ie8 .footer-links ul {
    padding-top: 8px;
  }

  .footer-links ul li {
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;
    width: auto;
    border-left: 1px solid #a9c276;
    line-height: 1;
  }

  .footer-links ul li:first-child {
    margin: 0;
    padding: 0;
    border: 0px;
  }

  .footer-links ul li a {
    text-decoration: none;
  }

  .footer-links ul li a:hover{
    text-decoration: underline;
  }

  .copyright {
    color: #333;
    text-align: left;
    background-color: transparent;
    font-size: .6875em;
    padding: 10px 0;
  }

  /* ====================
    INTERMEDIATE: Menu
   ==================== */
  nav {
    display: block;
    position: absolute;
    left: 200px;
    top: 8px;
  }

  /*.lt-ie8 nav {
    z-index: 1000;
    zoom: 1;
  }*/

  nav ul.bar {
    display: block;
    width: 415px;
    padding: 0;
    margin: 0;
  }

  nav li.root > a.trigger {
    font-size: 24px;
  }

  nav li.root > a.trigger span {
    font-size: 18px;
  }

  nav ul li.patient {
    width: 115px;
  }

  nav ul li.new-patient {
    width: 168px;
  }

  nav ul li.provider {
    width: 128px;
    background-image: none;
  }

  nav ul li.patient a.trigger {
    width: 98px;
  }

  nav ul li.new-patient a.trigger {
    width: 151px;
  }

  nav ul li.provider a.trigger {
    width: 111px;
  }

  nav li.root:first-child a {
      margin-left: 0;
  }

  nav li.root:last-child a {
      margin-right: 0;
  }

  nav .nav-panel li.a {
    color: #777;
    text-align: left;
    padding: 0;
  }

  nav ul.subnav {
    display: block;
  }

  /* home page elements */

  .hero-wrap {
    height: 330px;
  }

  .hero-wrap.level-three {
    height: 255px;
  }

  .hero-wrap.default-small {
    height: 165px;
  }

  #hero-regular {
    width: 1050px;
    height: auto;
    height: 330px;
    position: absolute; 
    left: -165px; 
    top: 0px;
    display: block;
    overflow: hidden;
  }

  .level-three #hero-regular {
    height: 255px;
    width: 1050px;
    position: absolute; 
    left: -165px; 
    top: 0px;
  }

  .default-small #hero-regular {
    height: 165px;
    width: 1050px;
    position: absolute; 
    left: -165px; 
    top: 0px;
  }

  #hero-regular img {
    width: 1050px;
  }

  /*.lt-ie8  .hero-wrap {
    z-index: -1;
    position: relative;
  }*/

  #hero-mobile {
    display: none;
  }

  .home-rotator-wrap { 
    height: 427px; 
  }

  #home-rotator { 
    width: 1050px;
    height: 427px;
    position: absolute; 
    left: -165px; 
    top: 0px;
    display: block;
  }

  .slideshow { 
    height: 403px; width: 1050px; margin: 0; 
  }

  #home-rotator-mobile,
  #hero-mobile {
    display: none;
  }

  #home-rotator img { 
    width: 1050px; 
  }
  .home-message {
    float: left;
    width: 270px;
  }

  .home-msg-image {
    display: none;
  }

  .services-carousel {
    padding-bottom: 20px;
  }

  .es-carousel-wrapper{
    padding:0 20px;
    position:relative;
  }

  .panel-find-provider,
  .panel-msh {
    float: right;
    display: block;
  }

  .this-week {
    margin-top: 30px;
  }

  .this-week h2 {
    float: left;
    margin: 0 0 .3em 0;
  }

  .this-week .view-all {
    float: right;
    padding-top: 7px;
  }

  .lt-ie9 .month-view .day-names {
    display: block;
  }

  div.calendar-wrap {
    /*background: #d8d8d8 url('../images/bg-calendar-sliver.png') left top repeat-x;*/
    padding: 10px 0 12px 3px;  
    clear: both;
    overflow: hidden;
	margin:0 auto;
  }

  div.calendar-wrap h3 {
    color: #fff;
    margin: 0 12px;
  }

  div.calendar-wrap h3 span {
    font-weight: 300;
    font-size: .825em;
  }

  div.calendar-list {
    display: table;
    border-spacing:5px;
	margin:0 auto;
  }

  .lt-ie8 div.calendar-list {
    display: block;
    padding-left: 0;
  }

  ul.week {
    display: table-row;
  }

 .lt-ie8 div.calendar-list ul.week {
    display: block;
    margin: 10px 0 0 1px;
    padding: 0;
  }

  ul.week li {
    display: table-cell;
    background-color: #f3f3f3;
    padding: 0 5px 5px 5px;
    width: 76px;
    max-width: 76px;
    min-width: 76px;
    font-size:.6875em;
    box-shadow: #999 0px 2px 3px;
  }

  .lt-ie8 .this-week ul.week li {
    display: block;
    background-color: #f3f3f3;
    padding: 0 5px 5px 5px;
    width: 76px;
    max-width: 76px;
    min-width: 76px;
    font-size:.6875em;
    min-height: 120px;
  }

  .lt-ie8 .month-view ul.week li {
    padding: 0 5px 5px 5px;
    width: 76px;
    max-width: 76px;
    min-width: 76px;
  }

 .lt-ie8 .month-view ul.week {
    clear: both;
 }

  ul.week li.empty {
    display: table-cell;
  }

  .lt-ie8 ul.week li.empty {
    display: block;
  }

  ul.week li .day {
    display: block;
    color: #fff;
    background-color: #5eb6e4;
    width: 45px;
    height: 30px;
    margin-left: -5px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 2;
    text-indent: 5px;
    text-shadow: 1px 1px 1px #666;
  }

  ul.week li.empty .day {
    background-color: #bfe2f4;
  }

  ul.week li.empty {
    background-color: #e7e7e7;
  }

  ul.week ul.items {
    display: block;
    margin: 0;
    padding: 0;
  }

  .lt-ie8 .this-week ul.week li ul.items li,
  .lt-ie8 .month-view ul.week li ul.items li
   {
    min-height: 20px;
    font-size: 1em;
    max-width: 66px;
    padding: 0;
    margin-left: 0;
  }

  .lt-ie8 ul.week * {
    float:left;
  }

  .lt-ie8 ul.week {
    margin-left: 10px;
  }

  .lt-ie8 ul.week li {
    margin-right: 6px;
    width: 88px;
    max-width: 88px;
    min-width: 88px;
  }

  .lt-ie8 ul.week ul.items a.cal-more {
    clear: both;
  }

  ul.week ul.items li {
    display: block;
    margin: 5px 0;
    padding: 0;
    width: 76px;
    max-width: 76px;
    min-width: 76px;
    font-size: 1em;
    box-shadow: none;
  }

  a.cal-more {
    text-indent: 0;
  }

  .nursery {
    background: transparent url('../images/panel-nursery-768.png') 0 -1px no-repeat;
    display: block;
    height: 168px;
    width: 640px;
  }

  .nursery ul {
    width: 605px;
    height: 82px;
    overflow: hidden;
  }

  .nursery ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 82px;
    margin: 0 4px 2px 0;
    text-indent: 0;
  }

  .news-list h2 {
    float: left;
    padding-bottom: .5em;
  }

  .news-list .view-all {
    float: right;
    padding-top: .5em;
  }

  .news-list article {
    clear: both;
    overflow: hidden;
  }

  .news-list .more {
    float: right;
  }

  /* Subpages */

  /* 404 */f
  .msg-404,
  .img-404 {
    width: 48%;
  }

  .msg-404 {
    float: left;
  }

  .img-404 {
    float: right;
    text-align: right;
  }

  .intro {
    padding: 0;
  }

  .two-col-wrap {
    display: table;
    border-spacing: 20px;
    margin: 0 -20px;
  }

  .two-col-section {
    display: table-row;
  }

  .two-col-section .col {
    padding: 20px;
    display: table-cell;
    vertical-align: top;
    max-width: 270px;
    min-width: 270px;
  }

  .two-col-section .col img {
    max-width: 270px;
  }

  .lt-ie9 .two-col-section .col.left {
    margin-right: 20px;
  }

  section {
    overflow: hidden;
  }

  section .col-wrap {
    clear: both;
  }

  .col-wrap .left {
   /* width: 300px;*/
    width: 400px;
    float: left;
    margin-right: 49px;
  }

  .col-wrap .right {
    /* width: 300px;*/
    width: 400px;
    float: left;
    margin-right: 0;
  }

  /* IE7 fixes */ 
  .two-col-section {
    overflow: hidden;
    padding-left: 20px;
  }

  .lt-ie9 .two-col-wrap div.col {
    float: left;
    width: 270px;
    overflow: hidden;
  }

  .lt-ie9 .two-col-wrap div.col img {
    max-width: 270px;
  }

  .lt-ie8 .two-col-wrap .left {
    margin-right: 18px;
  }

  .main-content-column ul.touts {
    /* edit to fix tout block misalignment - 2013-02-26 - c fennell */
    /*margin: 30px 0 0 0;*/
    /*padding: 0;*/
    margin: 0;
    padding: 30px 0 0 0;
  }

  .main-content-column ul.touts li {
    padding: 0 0 0 4px;
    margin: 0;
    text-align: left;
    float: left;
  }

  .main-content-column ul.touts li img {
    width: 212px;
  }

  .main-content-column ul.touts li:first-child {
    padding: 0;
  }

  .testimonial-list .testimonial {
    float: left;
    width: 40%;
    margin-right: 10%;
  }

  .testimonial.odd {
    clear: left;
  }

  .interior-footer {
    margin: 20px -50px -40px -50px;
  }

  .interior-footer.news {
    margin-top: 20px;
  }

  .interior-footer header {
    padding: 10px 50px;
  }

  .interior-footer header p {
    margin: 0;
  }

  .interior-footer .col {
    width: 300px;
    margin-left: 30px;
  }

  .interior-footer .col.right {
    margin-left: 10px;
  }

  .interior-footer h3 {
    float: left;
    margin-right: 30px;
    margin-top: .2em;
  }

  .interior-footer .col.right img {
    max-width: 300px;
    display: block;
    margin-top: 50px;
  }

  .interior-footer input[type="text"] {
    width: 290px;
  }

  .interior-footer ::-webkit-input-placeholder {
     color: #fff;
  }

  .interior-footer input:-moz-placeholder {  
     color: #fff;  
  }

  .quick-links {
    margin: 0 0 10px 10px; 
  }

  .download {
    width: 270px;
    float: left;
  }

  .download.odd {
    clear: left;
    margin-right: 5px;
  }

  .jump-links-wrap {
    display: table;
    border-spacing:0px;
    background-color: #f3f3f3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .jump-links {
    display: table-row;
    padding: 10px;
    overflow: hidden;
    margin: 8px 0;
    list-style-type: none;
  }

  .jump-links a {
    color: #838e96;
    text-decoration: none;
  }

  .jump-links a:hover {
    color: #394a58;
  }

  .jump-links li {
    display: table-cell;
    width: 25%;
    border-bottom: 5px solid transparent;
    padding: 10px;
  }

  .jump-links li:hover {
    border-bottom: 5px solid #815275;
  }

  .lt-ie8 .jump-links li {
    display: block;
    float: left;
    width: 20%;
  }

  .awards {
    margin-top: -20px;
  }

  .awards li {
    width: 300px;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 280px;
    position: relative;
  }

  .awards li.odd {
    clear: left;
    margin-right: 40px;
  }

  .awards .more {
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  .two-column-list,
  .location-providers {
    overflow: hidden;
  }

  .two-column-list li {
    width: 45%;
    margin-right: 4%;
    float: left;
  }
  .two-column-list li.odd,
  .location-providers li.odd {
    clear: left;
  }

  .location-providers li {
    width: 224px;
    float: left;
    margin: 1px;
    line-height: 1.2;
    min-height: 58px;
  }

  .primary-content {
    padding-bottom: 20px;
  }

  .secondary-content .map {
    float: left;
    margin-right: 20px;
    margin-top: 1.75em;
  }

  .location-details {
    margin-left: 275px;
  }

  .location-details.provider {
    margin-left: 0;
  }

  .location-images {
    clear: both;
    overflow: hidden;
  }

  .location-images img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
  }

  /* Location landing page */
  .intro .map img {
    width: 635px;
  }

  .lt-ie9 .intro .map {
    width: 635px;
  }

  .intro .map {
    margin-bottom: 1em;
  }

  .location-landing-list {
    padding-bottom: 1em;
  }

  .location-landing-list li {
    padding: 18px 18px 18px 190px;
    position: relative;
    min-height: 90px;
    overflow: hidden;
  }

  .location-landing-list img {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 155px;
  }

  .location-landing-list span.address {
    float: left;
    width: 220px;
  }

  /* Provider detail page */ 
  .provider-intro img {
    float: left;
  }

  .provider-intro h1 {
    font-size: 2.1em;
    margin-bottom: .2em;
  }

  .provider-intro a {
    text-decoration: none;
  }

  /* provider search and results */

  .provider-search-form .field-wrap {
    width: 32%;
    float: left;
  }

  .provider-search-form.ob_search_format .field-wrap,
  .content-embedded-search .provider-search-form.ob_search_format .field-wrap
  {
    width: 24%;
    float: left;
  }

  .provider-search-form label {
    text-align: left;
	width: 100%;
  }

  .provider-search-form input[type="submit"] {
    clear: left;
    margin-left: 0;
    font-size: .9em;
    padding: 6px 11px;
  }

  h5.results-count,
  .results-pager {
    margin-top: 1.5em;
  }

  .provider-sort {
    padding: 15px 20px 0 20px;
  }
  .provider-sort,
  .provider-search-results li  {
    font-size: 1em;
  }

  .provider-sort h4 {
    float: left;
    width: 75px;
    margin-top: 0;
  }

  .provider-sort span,
  .provider-search-results li .provider-name,
  .provider-search-results li .provider-locations,
  .provider-search-results li .provider-ob-extra-specialties,
  .provider-search-results li .provider-speciality {
    float: left;
    width: 175px;
    overflow: hidden;
    margin-right: 0;
  }

  .provider-sort span a {
    padding: 0 0 8px 0;
  }

  .provider-search-results li {
    padding: 15px;
    min-height: 54px;
    position: relative;
    overflow: hidden;
  }

  .provider-search-results li img {
    margin: 0 21px 5px 0;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px;
  }

  .provider-search-results li .provider-location {
    clear: none;
  } 

  .secondary-article {
    width: 300px;
    max-width: 300px;
    float: left;
  }

  .secondary-article.left {
    margin-right: 40px;
  }

  .month-view ul.month-header {
    height: 25px;
  }

  /* Newsletter signup */

  .fsBody.fsEmbed .fsPage {
    max-width: 205px !important;
  }

  /* Wrapper for Wufoo form */ 
  .contact-form-wrapper {
    max-width: 500px;
  }

} /* end of 768px media query */

/* ----------------------------------------------------------------
Screen widths 960px | Target is iPad in landscape and regular desktop screens 
-----------------------------------------------------------------*/
@media only screen and (min-width: 960px) {

  h1,
  .ext-article h2 {
    font-size: 17px;
  }

  .center-this { 
    width: 960px;
    max-width: 960px;
    margin:0 auto; 
  }

  .no-mobile-block {
    display: block;
  }

  .utility-bar ul {
    display: block;
    margin-left: 320px;
  }

  #logo {
   width: 320px;
    height: 170px;
    background: url(../images/logo1.png) center 30px no-repeat #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
	border-radius:100%;
	padding:10px;
  }

  .lt-ie8 #logo.covered {
    height: 115px;
  }

  .espanol-link {
    right: 180px; 
    display: block;
  }

  #login {
    width: 207px;
    max-width: 207px;
    top: 0;
    right: 0px;
    height: 32px;
    padding-top: 5px;
    font-size: .875em;
    display: block;
    line-height: 1.5;
  }

  .need-care {
    left: 830px;
    top: 15px;
    width: 130px;
    height: auto;
    text-align: center;
    display: block;
  }

  .home-content-column {
    background-color: #fff;
    border-top: 5px solid #86597a;
    padding: 40px 50px;
    margin: 0 -40px;
    box-shadow: #999 0px 2px 8px;
  }

  #search-results-wrap .sc-results-1 {
    display: block;
  }

  .main-content-column {
    background-color: #fff;
    border-top: 5px solid #396ba2;
    /*padding: 40px 50px;*/
	padding: 10px 15px;
    margin: 0 -10px;
    box-shadow: #999 0px 2px 8px;
    clear: none;
	width:100%;
  }

  .with-sidebar .main-content-column {
    float:left;
    width: 650px;
    margin-left: -50px;
  }

  .no-sidebar .main-content-column {
    padding: 40px 50px;
  }

  .breadcrumb {
    padding-left: 0;
    float: none;
    width: 900px;
  }

  .with-sidebar .sidebar {
    float: right;
    width: 250px;
    margin-right: -10px;
  }
.welcome_area { float:left; width: 650px; margin-left: 0px; }  
.welcome_page_head { font-size:17px; font-weight:normal; color:#167b7d; margin-top:17px;}
.main-content-column p { font-size:13px; line-height:30px; text-align:justify;color:#000000; }
  .no-sidebar .sidebar {
    display: none ;
  }

  .sidebar #sidenav {
    width: 230px;
    padding: 5px;
    min-height: 100px;
    height: auto;
    background-position: center top;
    position: relative;
    right: auto;
    top: auto;
    float: right;
  }

  #sidenav h3,
  #sidenav h3 a {
    color: #fff;
    margin-top: 0;
    line-height: 1.5;
    text-decoration: none;
  }

  .sidebar .touts {
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
    display: block;
  }

  .sidebar .tout {
    margin: 10px 0;
  }

  .footer-upper {
    height: 290px;
    background: #ececec url('../images/bg-footer.jpg') center top no-repeat;
    z-index: 0;
    margin-top: 4px;
	position:relative;
  }

  .footer-content {
    width: 430px;
    float: left;
    padding: 10px 0px;
  }

  .footer-locations {
    width: 490px;
    margin-right: 0;
    float: right;
    padding: 10px 0px;
  }

  .footer-content .col {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-bottom: 3.5em;
  }

  .footer-locations .header {
    padding: 10px;
    background-color: #0560a1;
    clear: both;
    color: #fff;
    min-height: 30px;
  }

  .footer-locations .header h3 {
    margin: 0;
    float: left;
    font-size: 1em;
  }

  .footer-locations .header a {
    display: block;
    float: right;
    color: #fff;
    font-size: .7em;
  }

  .footer-locations .section {
    padding: 10px;
    background: transparent; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(transparent) to(#dbdbdb)); /*old webkit*/
    background: -webkit-linear-gradient(top, transparent, #dbdbdb); /*new webkit*/
    background: -moz-linear-gradient(top, transparent, #dbdbdb); /*gecko*/
    background: -ms-linear-gradient(top, transparent, #dbdbdb); /*IE10*/
    background: -o-linear-gradient(top, transparent, #dbdbdb); /*opera 11.10+*/
    background: linear-gradient(top, transparent, #dbdbdb); /*future CSS3 browsers*/
  }

  .footer-locations .section .inner {
    background-color: #fff;
    padding: 11px;
    position: relative;
    margin-top: -20px;
  }

  .footer-locations .location-map {
    display: block;
  }

  .footer-locations ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .footer-locations ul li {
    margin: 0;
    padding: 5px 2.5%;
    background-color: #fff;
    border: 0px;
    color: #394a58;
    float: left;
    width: 45%;
    line-height: 1.2;
  }

  .footer-locations ul li a {
    text-decoration: none;
  }

  .footer-locations ul li a.location-title {
    color: #003366;
    font-size: .8125em;
    display: block;
  }

  .footer-locations ul li .phone {
    font-weight: bold;
  }
  .footer-locations ul li.item-1 .phone,
  .footer-locations ul li.item-2 .phone,
  .footer-locations ul li .directions,
  .footer-locations ul li .phone {
    display: inline;
    font-size: .7em;
  }

  .footer-locations ul li.item-1 .address,
  .footer-locations ul li.item-2 .address {
    display: none;
  }

  .footer-locations .item-3,
  .footer-locations .item-4,
  .footer-locations .item-19,
  .footer-locations .item-20 {
    background-color: #f7fafc;
  }

  .footer-locations .item-5,
  .footer-locations .item-6,
  .footer-locations .item-17,
  .footer-locations .item-18  {
    background-color: #eff4f9;
  }

  .footer-locations .item-7,
  .footer-locations .item-8,
  .footer-locations .item-15,
  .footer-locations .item-16  {
    background-color: #e7eef6;
  }

  .footer-locations .item-9,
  .footer-locations .item-10,
  .footer-locations .item-13,
  .footer-locations .item-14  {
    background-color: #dee9f3;
  }

  .footer-locations .item-11,
  .footer-locations .item-12 {
    background-color: #d6e3f0;
  }

  .footer-locations .item-4,
  .footer-locations .item-7,
  .footer-locations .item-10,
  .footer-locations .item-13,
  .footer-locations .item-16,
  .footer-locations .item-19  {
    clear: none;
  }

  .footer-locations .odd {
    clear: left;
  }

  .footer-lower {
    clear: both;
    padding: 10px 0 0 0;
    width: 960px;
    min-height: 200px;
  }

  .footer-lower .testimonial,
  .footer-lower .person {
    display: block;
  }

  .footer-lower .person {
    left: 340px;
  }

  .footer-lower .testimonial {
    background: transparent url('../images/hm-testimonial.png') top left no-repeat;
    width: 371px;
    height: 137px;
    float: left;
  }

  .footer-healthcaring {
    background: url('../images/healthcaring-footer-lower-420.jpg') left top no-repeat;
    width: 420px;
    height: 368px;
  }

  .newsletter-signup {
    width: 490px;
    float: right;
    font-size: .875em;
  }

  .newsletter-signup div {
    border-radius: 5px;
    position: relative;
    padding: 10px 20px;
  }

  .newsletter-signup input[type='text'] {
    width: 350px;
  }

  /* ============
    WIDE: Menu
   ============ */

  nav {
    display: block;
    position: absolute;
    left:333px;
    top:37px;
  }

  nav ul.bar {
    display: block;
    width: 516px;
    height: 66px;
  }

  nav ul li.root {
  float: left;
  }

  nav ul li.patient {
    width: 148px;
  }

  nav ul li.new-patient {
    width: 207px;
  }

  nav ul li.provider {
    width: 150px;
    background-image: none;
  }

  nav ul li.patient a.trigger {
    width: 131px;
  }

  nav ul li.new-patient a.trigger {
    width: 190px;
  }

  nav ul li.provider a.trigger {
    width: 133px;
  }

  nav li.patient .nav-panel,
  nav li.new-patient .nav-panel,
  nav li.provider .nav-panel {
    left: -300px;
    width: 920px;
    text-align: left;
    z-index: 20;
  }

  .nav-panel .group-touts {
    display: block;
  }

  nav ul.subnav {
    width: 505px;
  }
  nav ul.subnav a {
    font-size: .8em;
  } 

  .need-care {
    top: 15px;
  }

  /* sidenav */ 

  #sidenav .menu-container {
    display: block;
  }

  #sidenav .narrow-menu-toggle {
    display: none;
  }

/* ============
  WIDE: Main
 ============ */

  /* home page elements */
  .hero-wrap {
    height: 440px;
  }

  .hero-wrap.level-three {
    height: 340px;
  }

  .hero-wrap.default-small {
    height: 220px;
  }
  
  #hero-regular {
    width: 1400px;
    height: auto;
    height: 440px;
    position: absolute; 
    left: -220px; 
    top: 0px;
    display: block;
  }

  .level-three #hero-regular {
    height: 340px;
    width: 1400px;
  }

  .default-small #hero-regular {
    width: 1400px;
    height: 220px;
  }

  #hero-regular img {
    width: 1400px;
  }

  .home-rotator-wrap { 
    height: 403px; 
  }

  #home-rotator { 
    width: 1400px;
    height: 403px;
    position: absolute; 
    left: -220px; 
    top: 0px;
  }

  #home-rotator img { 
    width: 1400px; 
    /*height: 570px;*/
	height: 403px;
  }

  .slideshow { 
    height: 403px; width: 1400px; margin: 0; 
  }
  .home-message {
    float: left;
    width: 580px;
  }

  .home-msg-image {
    display: block;
  }

  .panel-find-provider,
  .panel-msh {
    float: right;
    display: block;
  }

  div.calendar-wrap {
    padding: 10px 0 12px 0;
  }

  div.calendar-list {
    display: table;
    border-spacing:10px;
    margin-top: -5px;
	position:relative;
  }

  .lt-ie8 div.calendar-list {
    display: block;
    padding: 0 10px;
  }

  ul.week {
    display: table-row;
  }

  .lt-ie8 .calendar-list ul.week {
    display: block;
    padding: 12px;
    clear: both;
  }

  ul.week li {
    display: table-cell;
    background-color: #f3f3f3;
    padding: 0 5px 10px 10px;
    width: 108px;
    max-width: 25%;
    min-width: 215px;
    font-size:13px;
    box-shadow: #999 0px 2px 3px;
  }

  .lt-ie8 .this-week ul.week li {
    display: block;
    background-color: #f3f3f3;
    padding: 0 5px 10px 10px;
    width: 108px;
    max-width: 108px;
    min-width: 108px;
    font-size:.7em;
    margin-right: 8px;
  }

  ul.week li .day {
    display: block;
    color: #fff;
    background-color: #5eb6e4;
    /*width: 60px;*/
	width: 100%;
    height: 40px;
    margin-left: -10px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 2.5;
    text-indent: 10px;
    text-shadow: 1px 1px 1px #666;
  }

  ul.week li.empty {
    display: table-cell;
  }

  ul.week li.empty .day {
    background-color: #bfe2f4;
  }

  ul.week li.empty {
    background-color: #e7e7e7;
  }

  ul.week ul.items {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: disc;
  }

  ul.week ul.items li {
    display: block;
    margin: 5px 0;
    padding: 0;
    width: 76px;
    max-width: 76px;
    min-width: 215px;
    font-size: 13px;
	line-height:30px;
    box-shadow: none;
  }

  .month-view div.calendar-list {
    border-spacing: 5px;
  }

  .month-view ul.week li {
    font-size: 0.6875em;
    max-width: 76px;
    min-width: 76px;
    padding: 0 5px 5px;
    width: 76px;
  }

  .month-view ul.week li .day {
    font-size: 1.25em;
    height: 30px;
    line-height: 2;
    margin-left: -5px;
    text-indent: 5px;
    width: 45px;
}

  .nursery {
    background: transparent url('../images/panel-nursery.jpg') 0 0 no-repeat;
    display: block;
    height: 321px;
    width: 278px;
    float: left;
    margin-right: 20px;
  }

  .nursery ul {
    width: 245px;
    height: auto;
    position: absolute;
    margin: 0;
    padding: 0;

  }

  .nursery ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 77px;
    margin: 0 3px 3px 0;
    text-indent: 0;
  }

  .news-list {
    float: right;
    width: 630px;
  }

  .secondary-content .news-list {
    width: 100%;
  }

  .no-sidebar .main-content-column ul.touts li {
    padding: 0 0 0 20px;
  }
  .no-sidebar .main-content-column ul.touts li:first-child {
    padding: 0;
  }

  .no-sidebar .main-content-column ul.touts li img {
    width: 300px;
  }

  .no-sidebar .two-col-section .col {
    max-width: 420px;
    width: 420px;
  }

  .lt-ie9 .two-col-wrap div.col {
    float: left;
    width: 420px;
    overflow: hidden;
  }

  .lt-ie9 .two-col-wrap div.col img,
  .two-col-section .col img {
    max-width: 420px;
  }

  .no-sidebar .main-content-column .col aside {
    float: left;
    width: 196px;
  }

  .no-sidebar .main-content-column .col aside.left {
    margin: 0 20px 0 -20px;
  }

  .no-sidebar .main-content-column .col aside.right {
    margin: 0 -20px 0 0;
  }

  .interior-footer {
    margin: 20px -50px -40px -50px;
  }

  .interior-footer header {
    padding: 10px 50px;
    min-height: 30px;
  }

  .interior-footer header p {
    margin: .5em 0;
  }

  .interior-footer .col {
    width: 410px;
    margin-left: 30px;
  }

  .interior-footer .col.right {
    margin-left: 60px;
  }

  .interior-footer h3 {
    float: left;
    margin-right: 30px;
    margin-top: .1em;
  }

  .interior-footer .col.right img {
    max-width: 400px;
    display: block;
    margin: 35px auto 0 auto;
  }

  .interior-footer input[type="text"] {
    width: 400px;
  }

  .interior-footer ::-webkit-input-placeholder {
     color: #fff;
  }

  .interior-footer input:-moz-placeholder {  
     color: #fff;  
  }

  .primary-content {
    width: 650px;
    float: left;
    padding-bottom: 0;
  }

  .secondary-content {
    width: 250px;
    float: right;
  }

  .secondary-content .map {
    float: none;
    margin: 0;
  }

  .location-details {
    margin-left: 0;
  }

  .location-images {
    clear: both;
    overflow: hidden;
  }

  .location-images img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
  }

  /* Location landing page */

  .location-landing-list li {
    padding: 18px 18px 18px 242px;
    position: relative;
    min-height: 113px;
    overflow: hidden;
  }

  .location-landing-list img {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 205px;
  }

  .location-landing-list span.address,
  .location-landing-list span.hours {
    float: left;
    width: 225px;
  }
  /* Provider detail page */ 
  .secondary-content.provider .map {
    float: none;
  }

  .secondary-content.provider .provider-location {
    margin-top: 20px;
  }

  /* provider search and results */

  .provider-search-form .field-wrap {
    width: 28%;
    float: left;
  }

  .provider-search-form.ob_search_format .field-wrap {
    width: 21%;
  }

  .provider-search-form.ob_search_format select {
    width: 174px;
  }

  .provider-search-form.ob_search_format .inset {
    width: 172px;
  }

  .content-embedded-search .provider-search-form .inset {
    width: 115px;
  }
  .content-embedded-search .provider-search-form select {
    width: 113px;
  }

  .provider-search-form label {
    text-align: right;
	width: 70px;
  }

  .provider-search-form input[type="submit"] {
    margin: 0 0 0 10px;
    clear: none;
    padding: 6px 11px;
    font-size: .9em;
  }
  .provider-search-form.ob_search_format input[type="submit"] {
    margin-top: 1.6em;
  }
  .content-embedded-search .provider-search-form.ob_search_format input[type="submit"] {
    margin-top: 3px;
    margin-left: 0;
  }

  .provider-sort h4 {
    width: 90px;
  }

  .provider-sort span,
  .provider-search-results li .provider-name,
  .provider-search-results li .provider-location,
  .provider-search-results li .provider-ob-extra-specialties,
  .provider-search-results li .provider-ob-extra-specialty,
  .provider-search-results li .provider-speciality {
    float: left;
    width: 200px;
    overflow: hidden;
  }

  .provider-search-results li .provider-locations {
    width: 400px;
    float: left;
    overflow: hidden;
  }

  .provider-location.second { 
    margin-top: 0;
  }

  .provider-sort span a {
    padding: 0 0 8px 0;
  }

  .provider-search-results li {
    padding: 15px;
    min-height: 54px;
    position: relative;
    overflow: hidden;
  }

  .provider-search-results li img {
    margin: 0 36px 5px 0;
    border-radius: 5px;
  }

  .provider-search-results li .provider-location {
    clear: none;
  } 

  /* news & Events */
  .secondary-content.news {
    margin-top: 64px;
  }

  /* Newsletter signup  from Constant Contact */

  .fsBody.fsEmbed .fsPage {
    max-width: 370px !important;
  }

  .fsForm .fsSubmit {
    background-color: transparent !important;
    clear: none !important;
    float: left;
    /*margin-top: 5px !important;*/
    padding: 0 !important;
}

} /* end of 960px media query */



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0px;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

/*@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
  /*      box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

/*    a[href]:after {
        content: " (" attr(href) ")";
    }*/

/*    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

/*    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }*/

/*    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }*/

 /*   thead {
        display: table-header-group; /* h5bp.com/t */
/*    }

/*    tr,
    img {
        page-break-inside: avoid;
    }*/

/*    img {
        max-width: 100% !important;
    }

/*    @page {
        margin: 0.5cm;
    }*/

/*    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }*/

/*    h2,
    h3 {
        page-break-after: avoid;
    }*/
/*}*/

