/* ==================== */
/* ==== Site Pages ==== */
/* ==================== */


/* === Home Page === */
body.home.overlay_mode .location #video {
  visibility: hidden;
}


/* === Medication === */
body.medication .content .location.short {
  top: -10px;
}

body.medication .content .meds_nav {
  margin: 0 -10px;
  text-align: center;
  clear: both;
}

body.medication .content .meds_nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 15px 15px;
}

body.medication .content h3,
body.medication .content h4 {
  color: #315a9f;
  margin: 20px 0 5px;
}

body.medication .content ul.meds {
  font-size: 0;
  margin-bottom: 20px;
  border-top: 1px solid #cecece;
  padding-top: 5px;
/*  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);*/
}
body.medication .content ul.meds li {
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 119px;
  padding: 5px 15px;
  vertical-align: top;
}

body.medication .content ul.meds li:nth-of-type(8n+5) {
/*  width: 155px;*/
}

/*body.medication .content ul.meds li:nth-of-type(8n+1),
body.medication .content ul.meds li:nth-of-type(8n+2),
body.medication .content ul.meds li:nth-of-type(8n+3),
body.medication .content ul.meds li:nth-of-type(8n+4),
body.medication .content ul.meds li:nth-of-type(8n+5) {
  background: #f0f2f4;
}
*/

body.medication .content ul.edibles li,
body.medication .content ul.drinks li {
  min-height: 38px;
}

body.medication .content .moss {
  border: 1px solid #cecece;
}

body.medication .content .moss h4 {
  margin: 0;
  padding: 5px 10px;
}

body.medication .content .moss_content {
  padding: 10px;
}

body.medication .content .moss {
  background: white;
}

body.medication .content .moss h4 {
  font-size: 16px;
}

body.medication .content .moss li {
  display: inline-block;
  padding: 0 10px 10px 0;
  font-weight: bold;
}


/* === Resources === */
body.resources .content ul {
  margin: 0 0 20px 20px;
}

body.resources .content ul li {
  margin-bottom: 4px;
}

body.resources .content table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cecece;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

body.resources .content table th {
  text-align: left;
}

body.resources .content table .name {
  width: 250px;
}

body.resources .content table .phone {
  width: 180px;
}

body.resources .content table tr th {
  padding: 5px 7px;
  border-bottom: 1px solid #cecece;
}

body.resources .content table tr td {
  padding: 5px 7px;
}

body.resources .content table tr:nth-of-type(2n) {
  background: #f0f2f4;
}

body.resources section.lawyers {
  font-size: 0;
  margin-bottom: 20px;
}

body.resources section.lawyers p {
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid #cdcdcd;
  vertical-align: top;
  min-height: 115px;
  width: 268px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  background: #f0f2f4;
  margin: 5px;
}


/* === Contact Us === */

body.contact .content ul {
  list-style: none;
  margin-bottom: 20px;
}

body.contact .content ul li {
  margin: 10px 0;
}
