/* FONTS
-------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,400,500);

/* COPY
   font: Open Sans, regular, semi-bold, bold
   size: 14pts
   color: #4e4e4e and #fff
   leading: 18pts (32pts for lists)
   tracking: 0
*/
body {
    font-family: "Open Sans", Arial, sans-serif !important;
    color: #4e4e4e;
}

/* HEADERS
   font: Roboto (light)
   size: 32pts
   color: #96774d
   leading: 32pts
   tracking: -25
*/

/* SUBHEADERS
   font: Roboto (light and medium)
   size: 32pts
   color: #4e4e4e
   leading: 19pts and 24pts
   tracking: 0
*/

/* SECTION TITLES
   font: Roboto (normal)
   size: 22pts
   color: #96774d
   leading: 24pts
   tracking: -25
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  color: #96774d;
}

#sitename {
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 32px;
    font-weight: 300 !important;
    color: #96774d;
    display: block;
    margin-top: 19px;
}

#sitename a {
    color: #96774d;
}

h1#sitename {
  padding-top: 10px;
  margin-top: 19px;
}

#title_bar, #title_bar_home {
    width:100%;
    height:82px;
    padding-top: 10px;
    background-color: #f3f3f2;
    text-align:center;
    line-height: 1.5em;
}

#title_bar_home {
    display:none;
}

/* LEGAL
   font: Open Sans (regular)
   size: 11pts
   color: #4e4e4e and white
   leading: 14pts (20pts for lists)
   tracking: 0
*/
.footer {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 400;
}

/* GLOBAL STYLES
-------------------------------------------------- */

#site-wrapper {
    background-color: lightgray;
    max-width: 1170px;
    height: 100%;
    position: relative;
    z-index: 70;
}

body {
    background-color: #d9d9d9;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#site-canvas {
    background-color: white;
    max-width: 1170px;
    /* height: 100%; */
    position: relative;
    z-index: 40;
}

.remove-padding {
    padding: 0 0 0 0;
}

.gold_divider {
    border-bottom: 1px solid #977750;
}

.btn-default {
    background: linear-gradient(white, #dadada);
    color: black;
}

.container {
    /* max-width: 100% !important; */
    /* padding-right: 0 !important; */
    /* padding-left: 0 !important; */
}

/* BLUR HEADER
-------------------------------------------------- */

#blurheader {
    position: fixed;
    top: 0px;
    /* left: 0px; */

    width: 100%;
    max-width: 1170px;
    height: 70px;
    z-index: 40;
    -webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.4);
    display: none;
}

#blurheader-serviceline {
    position: fixed;
    top: 0px;
    /* left: 0; */

    width: 100%;
    max-width: 1170px;
    height: 70px;
    z-index: 40;
    -webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.4);
    display: none;
}

/* NAVBAR
-------------------------------------------------- */

#site-content {
    padding-top: 71px;
}

#vumc-logo {
    height: 70px;
}

#vumc-logo img {
    margin-top: 16px;
}

#top-nav {
    background-color: rgba(355, 355, 355, 1);
    z-index: 50;
    max-width: 1170px !important;
    width: 100%;
}

.toggle-nav {
    color: #8d794d;
}

.hamburger-nav {
    line-height: 70px;
}

.hamburger-nav a {
    text-decoration: none;
}

#main-menu {
    color: #96774D;
    margin-right: 5px;
    font-size: 14px;
}

.hamburger-nav img.content_file {
    /*margin-right: 36px;*/
    /*margin-top: 0px !important;*/

    /* to make img scale responsively */
    /* height: auto; */
    /* max-width: 100%; */
}

.hamburger-nav img.content_file_service {
    margin-right: 36px;
}

.toggle-nav:hover {
    color: gray;
}

#site-menu {
  -webkit-transition: all 300ms ease 0;
  -moz-transition: all 300ms ease 0;
  -o-transition: all 300ms ease 0;
  transition: all 300ms ease 0;

  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);

  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);

  width: 30em;
  max-width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  background-color: white;
  z-index: 60;
  overflow: scroll;
}

.show-nav #site-menu {
    -webkit-box-shadow: -1em -1.5em 1.5em -0.25em rgba(0, 0, 0, .5);
    -moz-box-shadow: -1em -1.5em 1.5em -0.25em rgba(0, 0, 0, .5);
    box-shadow: -1em -1.5em 1.5em -0.25em rgba(0, 0, 0, .5);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

nav {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    /*
  -webkit-box-shadow: inset -1.5em 0 -1.5em -0.75em rgba(0, 0, 0, .5);
  -moz-box-shadow: inset -1.5em 0 -1.5em -0.75em rgba(0, 0, 0, .5);
  box-shadow: inset -1.5em 0 -1.5em -0.75em rgba(0, 0, 0, .5);
  */
}

#site-menu ul li a {
    transition: all 100ms ease;
    color: white;
}

#site-menu ul li a:hover {
    background: gray;
}

/*
#site-menu ul li a.item-0 {
  display: block;
  text-decoration: none !important;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border-bottom: solid 1px #333D4A;
  width: 100%;
  padding-left: 80px;
}
*/

#site-menu ul li a:not(.item-0) {
    display: block;
    text-decoration: none !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: solid 1px #333D4A;
    width: 100%;
    padding-left: 15px;
    letter-spacing: .2px;
}

#site-menu ul li a i {
    position: absolute;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #96774D;
}

#site-menu ul li a i:hover {
    color: gray;
}

#site-menu ul li form {
    height: 70px;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

#site-menu ul li form .form-group {
    width: 100%;
}

#site-menu ul li form .form-group input {
    margin-left: 55px;
    width: 60%;
}

#site-menu ul li form i {
    color: #96774D;
}

#site-menu .item-0 {
    background-color: gray;
}

#site-menu .item-1 {
    background-color: #A48850;
}

#site-menu .item-2 {
    background-color: #643B56;
}

#site-menu .item-3 {
    background-color: #E97032;
}

#site-menu .item-4 {
    background-color: #59616B;
}

#site-menu .item-5 {
    background-color: #D48323;
}

#site-menu .item-6 {
    background-color: #79ADA5;
}

#site-menu .item-7 {
    background-color: #3E7BB7;
}

#site-menu .item-8 {
    background-color: #EEAB39;
}

#site-menu .item-9 {
    background-color: #66cdcc;
}

#site-menu .item-10 {
    background-color: #ffc50a;
}

#site-menu .item-11 {
    background-color: #f588b1;
}

#primary-site-nav {
    margin-bottom: 0 !important;
}

#vumcpropertiesheading, #tabsheading {
    cursor: pointer;
}

#vumcpropertiesheading a {
    text-decoration: none !important;
}

/* CAROUSEL
-------------------------------------------------- */

#main-carousel {
    margin-bottom: 50px;
}

.carousel-caption {
    z-index: 80;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    outline: 0;

    /* IE fix */
    background: none !important;
    filter: progid:none !important;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

/* Reduces size of hamburger (nth-of-type(1)) and search icon (nth-of-type(2)) when reducing screen size*/
  @media only screen and (min-width:320px) and (max-width: 618px) {
    div.col-sm-3.col-xs-3.hamburger-nav.text-right {
      padding-left: 0px;
      padding-right: 0px;
    }

    #front_search_button {
      width: 42px;
    }

    /*img.toggle-nav:nth-of-type(1) {
      width: 63px;
    }*/
  }

/* FIND A DOC, MHAV, LOCATIONS AND PARKING
-------------------------------------------------- */

.content-panel-main {
    padding: 0px 65px 50px 65px;
}

.content-panel-main a {
    outline: 0;
}

/*@media only screen and (max-width: 992px) {
    .content-panel-main {
        padding: 0px 85px 15px 85px;
    }
}

@media only screen and (max-width: 768px) {
    .content-panel-main {
        padding: 0px 85px 0px 85px;
    }
}*/

#speedLocs {
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
/*
#center-nav {
  max-width: 780px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
*/
/*
#center-nav-findadoctor-wrapper {
  position: relative;
  left: 0px;
  width: 1560px;
  height: 100%;
  overflow: hidden;
}

#center-nav-locations-wrapper {
  position: relative;
  left: 0px;
  width: 1170px;
  height: 100%;
  overflow: hidden;
}

#center-nav-findadoctor-canvas {
  width: 780px;
  height: 100%;
  position: relative;

  -webkit-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition: .3s ease all;
  transition: .3s ease all;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#center-nav-locations-canvas {
  width: 1170px;
  height: 100%;
  position: relative;

  -webkit-transform: translateX(0);
  transform: translateX(0);

  -webkit-transition: .3s ease all;
  transition: .3s ease all;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#center-nav-findadoctor-menu {
  width: 764px;
  height: 175px;
  position: absolute;
  left: -780px;
  z-index: 80;
}

#myhealth-locations {
  width: 780px;
}

#center-nav-locations-menu {
  width: 764px;
  height: 175px;
  position: absolute;
  left: 780px;
  z-index: 80;
}

.show-nav-center #center-nav-findadoctor-canvas {
  -webkit-transform: translateX(780px);
  transform: translateX(780px);

  -webkit-transform: translate3d(780px, 0, 0);
  transform: translate3d(780px, 0, 0);
}

.show-nav-center-locations #center-nav-locations-canvas {
  -webkit-transform: translateX(-780px);
  transform: translateX(-780px);

  -webkit-transform: translate3d(-780px, 0, 0);
  transform: translate3d(-780px, 0, 0);
}
*/

/* CENTER CAROUSEL, IMAGES
------------------------- */

#secondary-carousel {
    max-width: 607px !important;
}

#guide_box_interior {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: auto;
    margin-top: 10%;
    color: #fff;
}

#guide_box_interior h4 {
    color: #fff;
}

/* SERVICE LINE PANELS
------------------------- */
/*#guide_box, #secondary-carousel-home-bottom {
  padding-top: 30px;
}*/
#guide_box_home {
    padding-top: 0px;
}

@media only screen and (max-width: 700px) {
  #guide_box {
    padding-top: 0px;
  }
}


/* CONTENT PANELS
------------------------- */

.main-header:hover {
    color: #666;
}

.content-panel {
    padding: 85px 65px;
    /* margin: 50px 0; */
}

.content-panel a {
    outline: 0;
}

@media only screen and (max-width: 992px) {
    .content-panel {
        padding: 0 85px;
        margin: 15px 0px;
    }
}

.content-panel h4,
.content-panel-main h4 {
    color: #8d794d;
}

.content-panel p,
.content-panel-main p {
    color: #333;
}

.content-panel a,
.content-panel-main a {
    text-decoration: none;
}

#content_panel {
  margin-top: 50px;
}
/* BOTTOM ROW FEATURES
------------------------- */

.bottom_row {
    background-color: #f3f1ed;
}
/* FOOTER
------------------------- */

.footer {
    background-color: #977750;
    padding-top: 20px;
}

.footer_social_media {
    padding: 20px 24px 0px 24px;
}

.footer_links {
    font-size: 12px;
    color: #fff;
    padding: 20px 0 0 24px;
    line-height: 20px;
}

.footer_links a {
    color: #fff;
}

.footer_address {
    border-left: 1px solid #d0d0d0;
    font-size: 11px;
    line-height: 18px;
    text-align: left !important;
}

.footer_address a {
    text-decoration: none;
}

.mainphone {
    font-size: 14px;
    font-weight: bold;
    margin: 14px 0;
}

.footer_legal {
    font-size: 11px;
    color: #fff;
}

.footer_legal p {
    padding-top: 40px;
    margin-right: 50px;
}

/* SUB NAVIGATION IN HAMBURGER MENU
-------------------------------------------------- */
#accordion_tabs, #accordion_properties {
    margin-bottom:0px !important;
}

#tab_title > a {
    text-decoration:none !important;
}

#sidebar {
  margin-top: 16px;
}

.sidebar_list_item {
  /*height: 25px !important;*/
  padding: 0px !important;
}

.tab_list_item, .properties_list_item {
    height: 38px !important;
    padding: 0px !important;
    border-bottom: 1px solid #ddd; !important;
}

.tab_list_item > a:hover, .properties_list_item > a:hover {
    background-color:transparent !important;
}

.sidebar_div a {
  font-size: 12px !important;
  color:#96774d !important;
  letter-spacing:0px !important;
}

.tab_list_link, .properties_list_item > a {
    line-height: 36px !important;
    border:none !important;
}

a.sidebar_list_link, a.sidebar_sublist_link {
    /*line-height: 36px !important;*/
    color:#96774d !important;
}

ul#sidebar > li.sidebar_list_item > a.sidebar_list_link:hover {
  text-decoration: underline !important;
  background-color: transparent !important;
}

.sidebar_sublist_item, a.sidebar_sublist_link {
    margin: -8px  0 18px 20px !important;
    padding: 0 !important;
    line-height: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar_sublist_item, a.sidebar_sublist_link:hover {
     text-decoration: underline !important;
     background-color: transparent !important;
}

.tab_div, .properties_list_item > a {
    font-size: 12px !important;
    color:#4e4e4e !important;
    letter-spacing:0px !important;
}

.tab_div:hover, li.properties_list_item:hover {
    text-decoration:underline !important;
}

.tab_list_item:last-child, .properties_list_item:last-child {
    border-bottom: 0px;
}

#active {
    color: #bc8535 !important;
}

#sidebar_active {
  color: #96774d !important;
  font-weight: bold;
}

a.btn.btn-default.center-block, a#vh_feedback_button.btn.btn-default.center-block {
    width: 100% !important;
}

/* TWITTER TYPEAHEAD.JS
-------------------------------------------------- */
/*
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-input {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    width: 100% //396px;
    height: auto //30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}
*/

.twitter-typeahead {
    width: 100%;
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 425px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #8D784F;
}

.tt-suggestion p {
    margin: 0;
}

/* MODAL STYLES
-------------------------------------------------- */

#mapsSearch label {
    font-size: 13px !important;
}

form#appointment_request_form label.question{
  margin-top: 15px;
}
form#appointment_request_form button {
  margin-top: 20px;
}

form#appointment_request_form .alert {
  margin-bottom: 10px;
}

form#appointment_request_form .checkbox {
  margin-bottom: 5px;
  margin-top: 5px;
}

.nopadding {
  padding: 0 !important;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/*@media (min-width: 768px) {
    /* Bump up size of carousel content

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    #container-top {
        width: 100%;
    }
}*/

@media (max-width: 768px) {
    /* Adjust search box size in hamburger nav*/

    #site-menu ul li form .form-group .form-control {
        display: inline;
    }
}

@media (max-width: 992px) {
    /* .content-panel-main {
    padding: 0px 20px 20px 20px;
  } */

    #main-carousel {
        /*margin-top: 20px;*/
        margin-bottom: 20px;
    }
    /*#secondary-carousel {
        margin-bottom: 20px;
    }*/
}

/* FIND A DOC
-------------------------------------------------- */
.appt_number a, a#print_page_link, a#show_all {
  color: #4e4e4e;
}

#findadocmodule {
  margin-top: 45px;
}

/* SEARCH RESULTS
-------------------------------------------------- */
dd {
  margin-left:0px;
  margin-bottom:12px !important;
}


/* TABLE CSS
-------------------------------------------------- */
div.scrollable, table.responsive {
  font-size: 12px;
}


/* FROM OLD STYLES.CSS file. The bottom one (there are two)
-------------------------------------------------- */

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.mainphone {
	font-size: 14px;
	font-weight: bold;
}

.phone_number, .phone_number a {
    font-size: 19px;
    color: #02535a;
    font-weight: 300;
    margin-bottom: 0px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px !important;
}


#footer_new {
    width:100%;
    margin:0;
    padding:0;
}

iframe {max-width: 100%;}

hr, .hrDiv {
	clear: both;
	width: 100%;
	padding: 0px;
	display: block;
	margin: 12px 0 8px 0;
	overflow: hidden;
 	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(212, 212, 210, 0.3);
}

/*select {font-family: "InterstateRegular", arial, "sans-serif";}*/

img {border: none;}

a {
	text-decoration: none;
	/*color: #4e4e4e;*/
  /* Removed because it affected the h2 on http://www.vanderbilthealth.com/allaboutwomen/19920 */
}

a:hover {
	text-decoration: none;
	color: #4e4e4e;
}

/*@font-face {
    font-family: 'InterstateRegular';
    src: url('../../interstate/interstate-regular-webfont.eot');
    src: url('../../interstate/interstate-regular-webfont.eot?#iefix') format('eot'),
         url('../../interstate/interstate-regular-webfont.woff') format('woff'),
         url('../../interstate/interstate-regular-webfont.ttf') format('truetype'),
         url('../../interstate/interstate-regular-webfont.svg#webfontX3a0HMdn') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

h1, h2, h3, h4 {
	margin-top: 2px !important;
}

h1, h2, h3, h4 {
	padding-bottom: 10px !important;
}

h1 {
	font-size: 25px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 19px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: normal;
}

h4.text-center.main-header, .center-block.text-center h4 {
  font-size: 22px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400;
  color: #96774d;
}

h5 {
	font-size: 14px;
	font-weight: normal;
}

/* Responsive Google Maps */
#map_canvas, #map_canvas2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#map_canvas img, #map_canvas2 img {max-width: none;}

.adp-directions {width: 100%;}

.adp-directions tr {line-height: 30px;}

.adp-step, .adp-text {width: auto !important;}

.adp-placemark {
	background: none !important;
	border: none !important;
}

#mainpicInner a img {max-width: 607px !important;}

.outterformbox {
	padding: 15px 15px 9px 0px;
	background-color: #E9EBE0;
/*	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;*/
	width: 95% !important;
	margin-left: 5% !important;
	height: 315px;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	z-index: 0;
}

.movieform iframe {float: left;}

.movieform {
	position:relative;
	width: 100%;
	text-align: center;
}

.getinfo {
	background-color:#2e82b0;
	position:absolute;
	top:-15px;
	margin-left:-100px;
    left:82%;
/*	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	width:200px;
	color:#ffffff;
	font-size:16px;
	text-align: center;
	padding:5px;
	z-index:1;
}

.introText {
	width:560px;
	float:left;
	border-right:1px solid #bab9b9;
	text-align: left;
}

.introText p { padding-right: 10px; }

.contactnum {
	max-width:250px;
	float:right;
	padding: 5px 20px 10px 10px;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	color:#8c8b8b;
	margin: 0px auto;
}

.responsiveform {
	float: right;
	width: 30%;
	padding-right: 15px;
}

.responsiveformCustom {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 6px 0px 6px 0px;
	padding: 3px 10px 3px 10px;
	background-image: -webkit-linear-gradient( rgba( 0, 0, 0, 0.15 ), rgba( 255, 255, 255, 0 ) 3px );
	background-image: -moz-linear-gradient( rgba( 0, 0, 0, 0.15 ), rgba( 255, 255, 255, 0 ) 3px );
	background-image: linear-gradient( rgba( 0, 0, 0, 0.15 ), rgba( 255, 255, 255, 0 ) 3px );
}


.responsiveCustom {
	border: none;
	display: block;
	width:auto;
	float:none;
	padding:0px;
	background:none;

}

.responsiveformCustom input[type=text], .responsiveformCustom textarea, .responsiveformCustom input[type=password] {
	background-color: transparent;
	border: none;
	color: #9A9999;
	font-size:12px;
	/*font-size: 0.8em;*/
	line-height: 1.2em;
	margin: 0;
	outline: none;
	padding: 3px 0px 3px 0px;
	width: 100%;
}

.responsiveformCustom input[type=text], .responsiveformCustom textarea, .responsiveformCustom input[type=password] {
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

.responsiveformCustom {
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}


.responsiveCustomButton {
	background-color: #b18427 !important;
	background-image:url('/includes/images/get_info_button-bg.jpg');
	border: 1px solid #C4C3BF;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	padding: 5px 10px;
	width: 120px;
/*	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	float: right;
	cursor: pointer;
	z-index: 30;
	text-align:center !important;
}

.roundedImage {
/*	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;*/
	max-width:100%;
	height:auto;
	overflow: hidden;
	position: relative !important;
	z-index: 1 !important;
}

iframe.roundedImage {height: 315px !important;}

a.cancel_button:hover {color: #23527c;}

html {
    height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

#site-content {
    min-height: 100%;
    position:relative;
}

#the_body {
    width:100%;
    margin: 0 auto;
    padding-bottom: 280px;
    background-color: #fff;
}

#footer_new {
    bottom: 0;
    position: absolute;
}

.tinynav {display: none;}

.inline {
  display: inline-block;
  zoom: 1;
}

#searchmain {
    border: 1px solid #D4D4D2;
    clear: both;
    padding: 30px 0px 0px 0px;
    background-color: #D8AB4C;
/*    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

#searchmain a {width: inherit;}

.searchTips {
	border: 1px dotted #cccccc;
	background: #fefefe;
	padding: 5px 5px 5px 25px;
	margin-top: 15px;
	background: url(/includes/images/cog.png) 5px 6px no-repeat;
}

.searchTips ul, .noResults ul{margin: 0;}

/* FROM sitepagesNav.css file
-------------------------------------------------- */

.sitepagesNav {
	margin: 20px 0 0px 10px;
    font-size: 12px;
    color: #555555;
    text-align: left;
	/* border-left: 1px solid #EAE9E4; */
	border-right: 0px solid #EAE9E4;
	padding: 0px;
	width: 100%;
	height: 34px;

    /* Do rounding (native in Opera, Firefox and Safari) */
	background: none;
	text-align: center;
}

.sitepagesNav li {
	float:  left;
	list-style-type: none;
	border-right: 1px solid #EAE9E4;
	width: 14.10%;
	height: 34px;
	margin: 0px;
	padding:0px ;
	line-height: 1.2em;
	display:table;
	border-bottom: 2px solid #ffffff;
}

.sitepagesNav li:last-child {
    border-right: none;
}

.sitepagesNav li a{
	color: #3586a3;
	text-decoration: none;
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	text-align: center;
	width:100%;
}

.sitepagesNav li a:hover{
	color: #bc8535;
}

.sitepagesNav li:hover{
	border-bottom: 2px solid #BC8535;
}

#tabs h1, #tabs #selected{
	color: #bc8535;
}

.oneline a {
   /* line-height:6em;*/
	margin: 0px auto;
	width: 85%;
}

.centerText {
	text-align: center;
	margin: 0px auto;
	/*width: 85%;*/
}

#searchcontents {
	padding: 10px 15px;
	margin: 0;
	background: #FFFFFF;
	min-height: 300px;
	color: black;
/*	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;*/
}

/* FROM modules.css file
-------------------------------------------------- */
#smallColumn .no-background .innermodule {
	padding:0;
	text-align: center;
}


.bluearc {
	background: #FFF3DD;
}

#mainContentArea .accentbutton,
#mainContentArea .accentbutton .flexiblebutton-bottom,
.accentfilled {
	background-color: #FFF3DD;
	background-repeat: no-repeat;
}
.accentfilled a {
	position: relative;
}

.no-background { border:0px !important;}

div.small-module.flexiblebutton.nonconsumer-solid {
  background:#f7f8f3;
}

.nonconsumer-solid.innermodule {
  border: 0;
}

.yellowheadermodule {
  background-color: #FFF3DD;
}


/* FROM devices.css file
-------------------------------------------------- */

@media only screen and (max-width: 1137px) {
	#the_body {
        padding-bottom: 300px;
    }
	/*#title_bar, #title_bar_home {
    	padding-top: 12px;
	}
    #sitename {
        font-size: 28px;
    }*/

}
@media only screen and (max-width: 1030px) {
	#the_body {
        padding-bottom: 320px;
    }
	/*#title_bar, #title_bar_home {
    	padding-top: 12px;
	}
    #sitename {
        font-size: 28px;
    }*/

}
@media only screen and (max-width: 991px) {
	#the_body {
        padding-bottom: 378px;
    }
	/*#title_bar, #title_bar_home {
    	padding-top: 12px;
	}
    #sitename {
        font-size: 28px;
    }*/

}

@media only screen and (max-width: 959px) {
	#the_body {
        padding-bottom: 378px;
    }
	/*#title_bar, #title_bar_home {
    	padding-top: 12px;
	}
    #sitename {
        font-size: 28px;
    }*/

}

/*@media only screen and (min-width: 769px) and (max-width: 1024px) {

	#the_body {
    	padding-bottom: 420px;
	}

}*/

@media only screen and (max-width: 800px) {

	#the_body {
	    padding-bottom: 474px;
	}
	/*#title_bar, #title_bar_home {
    	padding-top: 12px;
	}
    #sitename {
        font-size: 28px;
    }*/
	#searchArea {
    	display: none;
	}
	.sitepagesNav li {
    	width: 13.85%;
    	font-size:11px;
	}

}


@media only screen and (min-width: 321px) and (max-width: 767px) {

	/*#title_bar, #title_bar_home {
    	padding-top: 16px;
    	margin-bottom:10px;
	}
    #sitename {
        font-size: 22px;
    }*/
	input.form-control {
	/*  padding-top: 2px !important;
    	margin-left: 70px !important; */
    }
	#searchArea {
        display: none;
	/*	border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;*/
	}
	.big-module {
	/*  line-height: 26px; */
	}
	/* === Footer Links === */
	.tinynav {
		display: none;
		width:100%;
		font-family: arial, "sans-serif";
		margin-bottom: 25px;
	}
	#tabs, #sidebar, #content_panel {
		display: none;
	}
	#searchArea {
		padding: 10px;
	}

}
/* Top query pushes title back into bar if two long
-------------*/
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

    #title_bar, #title_bar_home {
        padding-top: 1px;
    }
}

@media only screen and (max-width: 640px) {

	#the_body {
        padding-bottom: 478px;
    }
    #sitename {
        font-size: 23px !important;
        padding-top: 14px !important;
        margin-top: 2px !important;
    }
    #title_bar, #title_bar_home {
        height: 70px;
        padding-top: 8px;
    }
  	.contentBoxPhoto, .giving, .breakthroughs, .mainmap {
    	display: none !important;
  	}

}

@media only screen and (max-width: 480px) {

	#the_body {
        padding-bottom: 535px;
    }
    #title_bar, #title_bar_home {
         padding-top: 12px;
     }
    #sitename {
        font-size: 18px !important;
        padding-top: 9px !important;
        margin-top: 2px !important;
    }
	body {
	  line-height: 1em;
	}
	.flex-container {
		display: block;
	}
	select {
		font-size: 14px;
	}

}


@media only screen and (max-width: 320px) {

    #the_body {
        padding-bottom: 654px;
    }
    #title_bar, #title_bar_home {
        padding-top: 12px;
    }
    #sitename {
        font-size: 18px;
    }
    #searchArea {
        display: none;
    /*	border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;*/
    }
    /* === Drop Search Bar Menu === */
    #dropmenusearch {
        display:none;
    }
    /* === Footer Links === */
    .tinynav {
    	display: none;
    	width:100%;
    	font-family: arial, "sans-serif";
    }
    #tabs {
    	display: none
    }
    #searchArea {
    	padding: 10px;
    }

}


@media only screen
and (min-width : 320px)
and (max-width : 568px)
and (orientation : portrait) {

  #the_body {
      padding-bottom: 586px;
  }

}

@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : portrait) {

  #the_body {
      padding-bottom: 516px;
  }

}

@media only screen
and (min-width : 320px)
and (max-width : 480px)
and (orientation : landscape) {

  #the_body {
      padding-bottom: 486px;
  }

}

@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : portrait) {

  #the_body {
      padding-bottom: 486px;
  }

}

@media only screen and (width:768px) {
  #the_body {
      padding-bottom: 376px;
  }
}



    /* FROM sitepages.css file
    -------------------------------------------------- */


    h2.pageTitle {
        color: #636363;
        font-weight: normal;
        font-size: 22px;
        margin: 22px 0px;
        padding-top:0px;
        text-transform: none;
        margin-top: 20px !important;
    }

    h1#pagetitle {
        color: #636363;
        font-weight: normal;
        font-size: 22px;
        margin: 0px;
        padding-top:0px;
        padding-bottom: 0px !important;
        text-transform: none;
        margin-top: 20px !important;
    }

    #bigandmediumColumn {
      width: auto;
      margin-left: 0;
      margin-right: 0;
    }

    #bigandmediumColumn a {
      color: #4A789D;
    }

    #bigandmediumandsmallColumn p a,
    #bigandmediumColumn p a,
    #bigandsmallColumn p a,
    #smallColumn p a,
    #bigColumn p a,
    #mediumColumn p a {
        color: #4a789d;
        font-weight: bold;
    }

    #bigandmediumandsmallColumn p a:hover,
    #bigandmediumColumn p a:hover,
    #bigandsmallColumn p a:hover,
    #smallColumn p a:hover,
    #bigColumn p a:hover,
    #mediumColumn p a:hover {
        color: #4a789d;
        text-decoration: underline;
    }

    #bigColumn,
    #mediumColumn,
    #smallColumn {
        width:100%;
    }

    .innermodule { padding:10px; }

    .sectioncontent { line-height: 20px; }

    .sectioncontent h1, h2, h3 {
        color:#636363;
        font-weight:normal;
        font-size: 16px;
        text-transform: none;
        margin:0px;
      padding: 0 !important;
    }
    /* Margin 0 to fix diabetes padding issue on h2 */
    /* Added color to make the color of h2 black instead of gold */
    /* Bumped up font-size to 16px from Endocrinology sidebar */

    .big-module {
        margin: 15px 0px 15px 0px;
        width: auto;
        line-height: 20px;
    }

    .big-module ul {
        padding-left: 14px;
        margin: 0px;
        list-style: disc;
    }

    .big-module li {
        margin: 0.3em;
    }

    .big-module ul li ul {
        padding-left: 30px;
        margin: 0px;
        list-style: disc;
    }

    .big-module ul li ul li {
        margin: 0.3em;
    }

    .big-module a {color: #4a789d; text-decoration: none;}
    .big-module a:link {color: #4a789d;}
    .big-module a:visited {color: #4a789d;}
    .big-module a:hover {color: #4a789d; text-decoration: underline;}

    .medium-module {
        margin: 15px 0px 15px 0px;
        width: auto;
        border: 1px solid rgba(212, 212, 210, 1);
        line-height: 20px;

        /* Do rounding (native in Opera, Firefox and Safari) */
        /*    border-radius:5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;*/
    }

    .medium-module ul {
        padding-left: 14px;
        margin: 0px;
        list-style: disc;
    }

    .medium-module li {
        margin: 0.3em;
    }

    .medium-module ul li ul {
        padding-left: 12px;
        margin: 0px;
        list-style: disc;
    }

    .medium-module ul li ul li {
        margin: 0.3em;
    }

    .medium-module a {
        color: #4a789d;
        text-decoration: none;
    }

    .medium-module a:link {
        color: #4a789d;
    }

    .medium-module a:visited {
        color: #4a789d;
    }

    .medium-module a:hover {
        color: #4a789d;
        text-decoration: underline;
    }




.small-module {
	margin:15px 0px 15px 0px;
	width:auto;
    border: 1px solid #C4C3BF;
    line-height: 20px;

    /* Do rounding (native in Opera, Firefox and Safari) */
/*    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}

.small-module li { margin:0.3em; list-style-type: none; }

.small-module ul li ul { padding-left:12px; margin:0px; list-style: disc; }
.small-module ul li ul li { margin:0.3em;}

.small-module a { color: #4a789d; text-decoration: none;}
.small-module a:link { color: #4a789d;}
.small-module a:visited { color: #4a789d;}
.small-module a:hover { color: #4a789d; text-decoration: underline;}

.innermodulecontent {
	padding: 12px;
	line-height: 20px;
}

.innermodulecontent ul {
	list-style-type: none;
  padding: 0;
}

.innermodulecontent h2 {
  font-size: 16px;
}
/* Bumps up h2 on sidebars from Bootstrap's 14px */

#searchArea{
	width:auto;
	position: relative;
	height:36px;
	margin-bottom:15px;
	margin-left:0px;
	border: 1px solid #EAE9E4;
	/* padding:15px; */
    padding: 10px 10px 45px 10px;
/*    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    background-color: #f7f7f3;
    line-height: 1.5em;
}

/*  All of this clearfix business is to make sure floated elements are contained
    properly within their containing divs. */

/* .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*.clearfix {display: block;}*/
/* End hide from IE-mac */

#smallPrint{
	padding: 8px 0 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	-webkit-text-size-adjust: none;
	margin-left:0px;
	text-align:center;
	margin-bottom:10px;
	clear: both;
	width: auto;
}
#smallPrint ul{
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left:8px;
}
#smallPrint ul li{
	list-style: none;
	display: inline;
	background: none;
	padding: 0 10px 0 10px;
}
#smallPrint a{
	color: #999999;
	font-weight:normal;
	text-decoration: none;
	padding: 0 0px 0 0px;
}
#smallPrint a:hover{
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}

#smallPrint .productlineBottomLinks a{
	color: #999999;
}
#smallPrint .productlineBottomLinks a:hover{
	color: #999999;
	text-decoration: underline;

}

#mapsmodule .headerArea {
	background: none;
	margin-top:0px;
	border-bottom: 0px solid #a6a5a2;
	padding: 10px 10px 0px 15px;
/*    border-radius:5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;*/
}

#mapsmodule .headerArea h2 {
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color: #636363;
}

.headerArea {
	background: url(/includes/images/box_header5.jpg) no-repeat left top #eaeaea;
	margin-top:0px;
	border-bottom: 1px solid #a6a5a2;
	padding: 8px 10px 8px 10px;
	    /* Do rounding (native in Opera, Firefox and Safari) */
/*    border-radius:5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;*/
}

.headerArea h2 {
    color: #636363;
    font-size: 14px;
    margin: 0px;
}

.Buttons {
  font-family: "InterstateRegular", arial, "sans-serif";
  background: url("/includes/images/box_header3.jpg") repeat-x scroll left top #DADADA;
  font-size:12px;
  line-height:15px;
  display: block;
}

.Buttons .innermodule {
  font-size:12px;
  padding:9px;
  letter-spacing: 1px;
}

.Buttons a { color: #4E4E4E; text-decoration: none; display: block; }
.Buttons a:link { color: #4E4E4E;}
.Buttons a:visited { color: #4E4E4E;}
.Buttons a:hover { color: #4E4E4E; text-decoration: none; cursor: pointer; }

.tabs {
	width: 610px;
	height: 20px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.tabs li {
	float:  left;
	margin: 0px;
	overflow: hidden;
	background-color: #ffffff;
	border-right: 1px solid #EAE9E4;
}

.borderleft { border-left: 1px solid #EAE9E4; }

.tabs li a { color: #3586A3; }

.tabs li a, .tabs li a:hover {
	display: block;
	text-decoration: none;
	font: normal 11px/11px 'Arial';
	padding: 10px 10px;
}

.tabs li.active a {
	color: #BC8535;
	background-color: #ffffff;
	border-bottom: 2px solid rgb(188, 133, 53);
}

.tabs li a:hover { border-bottom: 2px solid rgb(188, 133, 53); }

/* FROM searchbar_style.css file
-------------------------------------------------- */
select { width: 196px; }

.searchbox {
	border:0px; /*important*/
	border-color:transparent;/*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:2px;
	left:15px;
	width:61%;
	height:28px;
	/*font-family: "InterstateRegular", arial, "sans-serif";*/
	font-weight: normal;
	line-height: 28px;
	color: #9a9999;
	font-size: 16px;
	margin-top:2px;
}

.searchbox_submit {
	border:0px; /*important*/
	position:relative; /*important*/
	margin-right: -1px;
	top:0px;
	width:70px;
	height:36px;
	display: inline block;
	background-image: url("../../images/seachbox-button-glass.jpg");background-repeat: no-repeat;
	cursor: pointer;
	/*font-family: "InterstateRegular", arial, "sans-serif";*/
}

.searchwrapperMain {
	height:36px;/*follow your image's size*/
	margin:0px;
	padding:0px;
	z-index: 10;
	position:relative; /*important*/
	background: white;
	border: 1px solid #C4C3BF;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
/*	-moz-box-shadow:    inset 2px 2px 1px 1px #9d9c97;
    -webkit-box-shadow: inset 2px 2px 1px 1px #9d9c97;
    box-shadow:         inset 2px 2px 1px 1px #9d9c97; */
    overflow: hidden;
}

.searchboxMain {
	border:2px; /*important*/
	border-color:transparent;/*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top: 9px;
	left:10px;
	width: 92%;
	/*font-family: "InterstateRegular", arial, "sans-serif";*/
	font-weight: normal;
	color: #9a9999;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	outline: 0;
}

/* FROM locations.css file
-------------------------------------------------- */
#clinicList,
#hospitalList,
#buildingList,
#parkingList {
    display: none;
}

.popupLinks {
    position: absolute;
    z-index: 10;
    overflow: auto;
    min-height: 140px;
    max-height: 320px;
    width: 94%;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    background-image: none !important;
    font-size: 12px;
    /*scrolling shadows when div is scrollable found on http://lea.verou.me/2012/04/background-attachment-local/*/

    background:
    /* Shadow covers */
    /*linear-gradient(#eaece1 30%, rgba(255,255,255,0)),*/

    linear-gradient(rgba(255, 255, 255, 0), #eaece1 70%) 0 100%,
    /* Shadows */

    radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background:
    /* Shadow covers */

    linear-gradient(#eaece1 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #eaece1 70%) 0 100%,
    /* Shadows */

    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */

    background-attachment: local, local, scroll, scroll;
}

.popupLinks ul {
    list-style-type: none;
    margin: 4px 0 0 0;
    padding: 0px;
}

.popupLinks ul li {
    background: transparent;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
}

.popupLinks ul li a:hover {
    text-decoration: none;
    color: #666;
}

.popupLinks ul li a {
    font-weight: bold;
    color: #8D784F;
}

.popupLinks a {
    display: block;
    color: #8D784F;
}

.popupLinks li {
    list-style-type: none;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}

#speedMaps {
    color: #636363;
}
/*
#mapsSubmit {
    float:left;
    margin:0 0 0 -20px;
}

input#mapsSubmit.btn.btn-default {
    margin-top:30px;
}
*/

/* FROM flexslider.css file
-------------------------------------------------- */
div.flex-container.clearfix {
	zoom: 1;
	position: relative;
	/* margin-top: -10px; */
	border: 0; /* Remove the border around slider */
    /* padding:10px; */
    background: #ffffff;
}

div#main-slider.flexslider.clearfix {
margin: 0 auto;
}

.flex-direction-nav a {
  overflow: visible;
}

/* FROM 1140.css file
-------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,
strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border:0;margin:0;padding:0
}

.container {
/*padding-left: 20px;
padding-right: 20px;*/
}

/*.row {
width: 100%;
/* max-width: 1016px; */
/* min-width: 720px;
margin: 0 auto;
overflow: hidden;
/* background-color: #FFF;
}*/

.onecol, .twocol, .threecol, .threecol-sub, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .ninecol-sub, .elevencol {
margin-right: 1.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 6.68%;
}

.row .twocol {
width: 11.50%;
}

.row .threecol {
width: 20%;
}

.row .threecol-sub {
width: 23%;
}

.row .fourcol {
width: 32.12%;
}

.row .fivecol {
width: 40.6%;
}

.row .sixcol {
width: 50%;
}

.row .sevencol {
width: 64.66%;
}

.row .eightcol {
width: 66.04%;
}

.row .ninecol {
width: 74.52%;
}

.row .ninecol-sub {
width: 75%;
}
.row .tencol {
width: 86.66%;
margin: 0 auto !important;
}

.row .tencolMain {
width: 86.66%;
}
.row .elevencol {
width: 91.48%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
  height: auto;
}

/* Smaller screens */

/*@media only screen and (max-width: 1023px) {

  body {
/*  font-size: 0.8em;
  line-height: 1.5em;
  }

  }*/


/* Mobile */

/*@media handheld, only screen and (max-width: 767px) {

  body {
/*  font-size: 1.1em;
  -webkit-text-size-adjust: none;
  }

  .row, body, .container {
  width: 100%;
  min-width: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  }

  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol {
  width: auto;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 20px;
  }

  .row .tencolMain {

  width: auto;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;

  }

   .row .threecol-sub {

  width: auto;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;

  }

   .row .ninecol-sub {

  width: auto;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;

  }


  .row .twelvecol{

  width: auto;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;


  }


}*/


/* FROM contentBoxes.css file
-------------------------------------------------- */
.contentBox {
  padding: 12px;
  border: 1px solid #C4C3BF;
  margin: 0.5px auto;
  margin: 10px 0 10px 0;
  font-size: 12px;
  color: #555555;
  text-align: left;
  line-height: 1.7em;
}

.contentBoxPhoto {
  margin: 0.5px auto;
  font-size: 12px;
  color: #555555;
  padding: 8px;
  text-align: left;
  border: 1px solid #C4C3BF;
  line-height: 1.7em;
  margin: 5px 0 5px 0;
}

.contentBoxPhotoLoc {
  margin: 0 30px 0 0;
  font-size: 12px;
  color: #555555;
  padding: 8px;
  float: left;
  border: 1px solid #C4C3BF;
  width: 129px;
  height: 123px;
}

.contentBoxPhotoLocIn {
  padding: 0px;
  font-size: 12px;
  color: #555555;
  text-align: left;
  line-height:1.7em;
  margin: 0px;
}

.lightblue {
  background-color: #E5EDEE !important;
}

.lightyellow {
  background-color: #F7F8F3 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white h2 {
  color: #CC6600;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding-bottom: 0 !important;
}

.olive {
  background-color: #EBEBE1 !important;
}

.atozmenu {
  line-height: normal;
  padding: 0;
  background-image: url(/includes/images/grey-gradient.jpg);
  background-repeat: repeat-x;
}

.resultsBox {
  margin: 0.5px auto;
  padding: 15px;
  text-align: left;
  line-height: 1.7em;
  margin: 10px 0 10px 0;
  border: none;
  background-color: #E5EDEE;
}

.resultsBox h2 {
  color: #4a789d;
}

h2.searchResponse {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}


/* FROM atoz.css file
-------------------------------------------------- */
ul.atoz {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 28px;
  width: inherit;
}

ul.atoz li {
  float: left;
  margin: 0;
  padding-top: 0;
  width: 23px;
  position: relative;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

ul.atoz li a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 6px 15px 8px 7px;
}

ul.atoz li a:hover {
  background-color: #977652;
  color: #ffffff !important;
}

.azbox {
  width: 26%;
  min-width: 92px;
  display: inline-block;
  zoom: 1;
  padding: 3%;
  margin: 2% 1% 2% 0;
  position: relative;
  text-align: center;
}


/* FROM secondary_style.css file
-------------------------------------------------- */
.expandBtn {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}

.linkshow {
  padding-top: 10px;
}

.linkshow .threecol > a {
  margin-bottom: 5px;
  display: block;
/*  margin-left: 6px;
  text-indent: -6px;*/
/*  border-bottom: 1px dotted gray;
*/}

.linkshow .threecol a:before {
  /*content: '\b7\a0 ';*/

}

.linkshow .text a {
  margin: 0px;
}

.searchTipsBox {
    border: 1px solid #D4D4D2;
    clear: both;
    margin-bottom:10px;
    padding: 10px 10px 10px 20px;
    line-height:20px;
/*    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}



/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    height: 100% !important;
    overflow: auto;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links li {
    margin:0px;
    float:left;
    list-style:none;
}

.tab-links a {
    padding:0px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#fff;
    font-size: 13px !important;

    color:#000;
    transition:all linear 0.15s;
}

.tab-links a:hover {

    text-decoration:none;
}

.tab-links li.active a, .tab-links li.active a:hover {
    background:#fff;
    color:#98774d !important;
}

.tab-links li a:hover {color:#98774d !important;}

/*----- Content of Tabs -----*/
.tab-content {

    background: #fff;
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}

/*----- Calendar from sitepages.css -----DO NOT DELETE IN MERGE*/
#searchheader {
	position: relative;
	width: 100%;
	height: 22px;
}


#bigColumn #searchmain {
	width: 368px;
}


#searchheader ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
}

#bigColumn #searchheader ul#primary,
#bigandsmallColumn #searchheader ul#primary {
	width: 100%;
}

#searchheader ul#primary li  {
	display: inline;
	list-style: none;
}

#searchheader ul#primary a,#searchheader ul#primary span,#searchheader ul#primary a.current {
	display: block;
	float: right;
	padding: 4px 4px;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	color: #fff !important;
/*	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;*/
}

#searchheader ul#primary span,#searchheader ul#primary a.current,#searchheader ul#primary a.current:hover {
	border: 1px solid #D8AB4C;
	border-bottom: none;
	background: #D8AB4C;
	padding-bottom: 6px;
	margin-top: 0;
}

#searchheader ul#primary a {
	background: #D8AB4C;
/*	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;*/
}

#searchheader ul#primary a:hover {
	padding-bottom: 5px;
}
#searchresults {
	background: #AAAAAA;
}
#searchheader ul#secondary {
	position: absolute;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	top: 1.7em;
	left: 1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#searchheader ul#secondary li a,#searchheader ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 5px;
	margin: 0;
	text-align: inherit;
	border: none;
	background: transparent;
}
#searchheader ul#secondary li {
	background: none;
	padding-left: 0;
}
#searchheader ul#primary li {
	background: none;
	padding-left: 0;
}
#searchheader ul#secondary li a {
	color: #fff !important;
}

#searchheader ul#secondary li:last-child a { border: none; }
#searchheader ul#secondary li  a {
	float: right;
}

#mainContentArea #searchheader .emptyLetter a {
	border-color: #FFFFFF;
	background-color: transparent;
	color: #A9A9A9;
}
#mainContentArea #searchheader .emptyLetter a:hover {
	border-color: #FFFFFF;
	background-color: transparent;
	color: #A9A9A9;
	padding-bottom: 6px;
	margin-top: 0;
}

#searchcontents {
	padding: 10px 15px;
	margin: 0;
	background: #FFFFFF;
	min-height: 300px;
	color: black;
/*	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;*/
}

#site_settings_button { float: left; }

#date_datefield {
    display: inline;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 4px;
    color: #666;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    width: 100%;
}

#date_datefield * {
    display: inline-block;
}

#date_datefield input {
    border: none;
    background: none;
    color: #555;
    max-width: 25%;
}

#date_datefield input:focus { outline: none; }

#continue_one, #appt_request_submit {
    background: linear-gradient(#FFFFFF, #93D369);
}

.btn_fixed_width {
    width: 75px !important;
    margin-left: 5px;
    margin-right: 5px;
}

button.cancel {
    margin-left: 0;
}

.modal {
    -webkit-overflow-scrolling: auto !important;
}
