/*
Theme Name: Photofrin
Theme URI: http://underscores.me/
Author: Heather Acton
Author URI: http://heatheracton.com
Description: A custom theme built for Photofrin.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #333333;
	font-family: "proxima-nova", arial, sans-serif;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
#page {
	background: #f6f6f6;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #444444;
	font-family: "proxima-nova", arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h2 {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 6px;
	color: #768d91;
	font-weight: bold;
}
h2 a {
	color: #768D91;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.entry-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #768d91;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 1.1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
.entry-content li {
	margin-bottom: 6px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
form {
	margin-bottom: 2em;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .2em .5em .3em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.clear {
	clear: both;
}
.clear-line {
	clear: both;
	border-top: 1px solid #B6BABC;
	height: 15px;
}
.back-to-top {
	clear: both;
	margin-bottom: 20px;
}
.back-to-top a {
	font-weight: bold;
}
/* Links */
a {
	color: #7591c0;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: royalblue;
}
.btn {
	padding: 10px 5px;
	text-decoration: none;
}
.btn:hover {

}
.last {
	margin-right: 0;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.red {
	color: #ff3b34;
}
.red a {
	color: #ff3b34;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Structure
----------------------------------------------- */
.container {
	width: 960px;
	margin: 0 auto;
}

/* =Header
----------------------------------------------- */
.site-header {
	background: #f6f6f6;
	overflow: visible;
	height: 77px;
	box-shadow: 0 4px 6px -6px;
	-moz-box-shadow:    0 4px 6px -6px;
	-webkit-box-shadow: 0 4px 6px -6px;
	position: relative;
	z-index: 9999;
	padding: 0;
}
#header-top {
	height: 35px;
	overflow: visible;
}
.site-title,
.site-description {
	height: 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#logo {
	width: 180px;
	position: relative;
	z-index: 100;
	margin-left: 2px;
	display: inline;
	float: left;
	height: 77px;
	
}
#logo img {
	width: 180px;
	height: auto;
	padding-top: 15px;
}
#site-search {
	float: right;
	width: 145px;
	display: inline;
	margin-right: 6px;
}
#site-search form {
	margin-top: 5px;
	font-size: 14px;
	float: right;
}
/* =Menu
----------------------------------------------- */
#menu-main a {
	color: #666666;
}
.main-navigation {
	float: left;
	width: 774px;
	padding: 11px 0 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 2px 8px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #757799;
	font-size: 12px;
	min-height: 24px;
}
.main-navigation ul ul {
	background: #F6F6F6;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -4px;
}
.main-navigation ul ul a {
	width: 200px;
	padding: 8px 8px 4px;
	border-bottom: 1px solid #fff;
}
#menu-item-252 a,
#menu-item-302 a,
#menu-item-299 a {
	border-bottom: none;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul .current-menu-item a {
	background: #9092B3;
	color: #fff;
}
.main-navigation ul ul li {
	margin: 0;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}
#menu-item-15 {
	margin-right: 6px;
}
#nav-patient {
	background: #fff;
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	margin-top: -41px;
	height: 30px;
}
#nav-patient .container {
}
#nav-patient #menu-patient-top-nav,
#nav-patient #menu-hcp-top-nav {
	padding-left: 180px;
}
#nav-patient a {
	font-weight: bold;
	font-size: 14px;
}
#nav-patient li {
	margin: 0 10px;
}
#nav-patient ul ul li {
	margin: 0;
}
.page-id-284 #menu-item-548,
.page-id-286 #menu-item-548,
.page-id-288 #menu-item-548,
.page-id-305 #menu-item-548,
.page-id-292 #menu-item-548,
.page-id-307 #menu-item-548,
.page-id-294 #menu-item-548,
.page-id-296 #menu-item-548 {
	display: none;
}
.page-id-218 #menu-item-685,
.page-id-391 #menu-item-685,
.page-id-393 #menu-item-685,
.page-id-397 #menu-item-685,
.page-id-224 #menu-item-685,
.page-id-246 #menu-item-685,
.page-id-248 #menu-item-685,
.page-id-228 #menu-item-685 {
	display: none;
}


/* =Content
----------------------------------------------- */
#page-top {
	clear: both;
	overflow: hidden;
}
.page-template-page-home-php #page-top {
	background: #dbdbdb; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e8e8e8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e8e8e8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f1f1f1,  #e8e8e8); /* for firefox 3.6+ */
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 264px;
}
#flexslider-1 img {
	height: 186px;
}
.page-id-218 #page-top {
	max-height: 294px;
}
#patient-choices img {
	height: 186px;
}
#main {
	clear: both;
}
#main .wrap {
	float: left;
	background: url('assets/images/content-bg.png') repeat-y;
	margin-bottom: 40px;
	border-left: 1px solid #dae3e6;
	border-bottom: 1px solid #dae3e6;
	border-right: 1px solid #dae3e6;
}
#main .container {
	width: 949px;
}
#primary {
	width: 682px;
	float: left;
}
#content {
	padding: 0 20px 0 25px;
	margin-bottom: 40px;
	float: left;
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-header {
	margin-top: 20px;
}
.entry-header h1,
.search .page-title {
	display: inline;
	font-size: 26px;
	color: #ff3b34;
	font-weight: bold;
}
h1 sup {
	color: #ff3b34;;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: .8em 0 0;
}
.entry-title {
	line-height: 1.3;
	margin-bottom: 15px;
}
.entry-title a {
	color: #6bc0e9;
	text-decoration: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.one-half {
	width: 50%;
	float: left;
}
.edit-link {
	display: none;
}
h1.in-content {
	font-size: 26px;
	color: #FF3B34;
	font-weight: bold;
	margin-top: 20px;
}
h2.in-content {
	margin: 0;
}
.caption {
	font-size: 10px;
	margin-bottom: 20px;
}
/* =Home Page
----------------------------------------------- */
#flexslider-1 {
	background: url('assets/images/photofrin-home-banner.jpg') no-repeat;
}

.page-template-page-home-php #main .wrap,
.page-template-page-grants-php #main .wrap {
	background: #fff;
	width: 954px;
}
.page-template-page-home-php #content .entry-header {
	display: none;
}
.page-template-page-grants-php #primary {
	width: 100%;
}
#home-choices {
	width: 865px;
	margin: 0 auto;
}
.home-button {
	text-align: center;
	background: #E8E8E8;
	color: #76789a;
	font-size: 26px;
	border: 1px solid #fff;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         0px 0px 2px 2px #ccc;
	margin-right: 30px;
}
.home-button:hover {
	background: #cfcfcf;
	color: #76789a;
}
.home-button span {
	font-size: 12px;
}
#patient-button {
	padding-left: 43px;
	padding-right: 43px;
}
#professional-button {
	padding-left: 19px;
	padding-right: 19px;
}
.grant-button-container {
	float: left;
}
.grant-button {
	display: block;
	text-align: center;
	background: #E8E8E8;
	color: #76789a;
	border: 1px solid #fff;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         0px 0px 2px 2px #ccc;
	margin-right: 30px;
	font-size: 24px;
	height: 50px;
}
.grant-button:hover {
	background: #cfcfcf;
	color: #76789a;
}
.grant-button span {
	font-size: 14px;
}
#yes-hcp {
	width: 410px;
	margin: 30px 20px 30px 50px;
}
#yes-hcp a {
	line-height: 50px;
}
#no-hcp {
	width: 410px;
	line-height: 1.0;
	margin: 30px 0 30px 0;
}
#research-grant {
	width: 410px;
	margin: 30px 20px 30px 50px;
}
#education-grant {
	width: 410px;
	margin: 30px 0 30px 0;
}
#research-grant a,
#education-grant a {
	line-height: 50px;
}
#patient-choices {
	clear: both;
	overflow: hidden;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
#patient-choices .btn {
	font-size: 145%;
}
.one-third {
	width: 320px;
	float: left;
	margin: 0 0 11px 0;
}
.last {
	margin-right: 0;
}
.patient-choice .home-button {
	display: block;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	width: 290px;
}
#nonsmallcell,
#dysplasia {
	padding-top: 10px;
	height: 90px;
}
#esophageal {
	padding-top: 20px;
	height: 80px;
}
.step {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.step img {
	padding: 2px solid #fff;
}
/* =FAQ
----------------------------------------------- */
.faq-item {
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    padding: 6px;
}
.faq-question {
    background: none repeat scroll 0 0 #757799;
    color: #FFFFFF;
    padding: 8px 12px;
    margin-top: 0;
}
.faq-answer {
    border: 1px solid #D2D2D2;
    margin-top: 8px;
    padding: 5px 8px;
}
/* =Supporting Articles
----------------------------------------------- */
.sup-article-container {
	background: #fff;
	padding: 4px;
	border: 1px solid #d4d4d4;
	-moz-box-shadow:    0px 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px 1px #ccc;
	box-shadow:         0px 0px 1px 1px #ccc;
	margin-bottom: 25px;
}
.sup-article {
	background: #f6f6f6;
	padding: 20px 17px;
	overflow: hidden;
}
.sup-article h4 {
	font-weight: bold;
	margin-bottom: 15px;
}
.sup-article-left {
	width: 164px;
	float: left;
}
.sup-article-right {
	width: 400px;
	float: left;
}
.sup-article p {
	margin-bottom: 15px;
}
.sup-article a {
	display: block;
	clear: both;
	padding-top: 15px;
}

/* =PDT Sites
----------------------------------------------- */
.pdt-state {
	font-size: 16px;
	font-weight: bold;
	color: #768d91;
}
.pdt-city {
	font-weight: bold;
	padding: 5px;
}
.page-template-page-pdtsites-php .page-title,
.page-template-taxonomy-locations-alabama-php .page-title,
.page-template-taxonomy-locations-california-php .page-title,
.page-template-taxonomy-locations-connecticut-php .page-title,
.page-template-taxonomy-locations-district-of-columbia-php .page-title,
.page-template-taxonomy-locations-ohio-php .page-title,
.page-template-taxonomy-locations-michigan-php .page-title,
.page-template-taxonomy-locations-washington-php .page-title,
.page-template-taxonomy-locations-westvirginia-php .page-title {
	display: block;
	color: #FF3B34;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
}
.page-template-page-pdtsites-php article {
	height: auto;
}
.pdtsites .entry-title {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
}
.pdtsites .entry-content {
	margin-top: 0;
}
.page-template-page-pdtsites-php .hentry {
	padding: 10px 4% 20px 4%;
	margin-right: 7%;
	width: 34%;
	float: left;
	background: #eee;
}
.sites-indications h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #768d91;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */
.wp-post-image {
	margin: 0 auto;
	display: block;
	clear: both;
	border-right: 1px solid #dae3e6;
	border-left: 1px solid #dae3e6;
	width: 947px;
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */
#secondary {
	width: 235px;
	float: left;
	padding: 30px 10px 30px 20px;
	/*background: url('assets/images/sidebar-divider.png') -7px 0px no-repeat;*/
	overflow: visible;
	position: relative;
	z-index: 999;
}
.widget {
	margin: 0 0 1.5em;
}
.widget-title {
	font-size: 16px;
}
.widget p {
	font-size: 14px;
}
#text-3 {
	width: 95%;
}
/* Search widget */
#searchsubmit {
	display: none;
}

.widget-btn {
	display: block;
	background: #757799;
	color: #fff;
	border: 2px solid #575a80;
	text-decoration: none;
	padding: 18px 15px;
	width: 200px;
	margin-bottom: 5px;
	-moz-box-shadow:    0px 0px 2px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px 2px #ccc;
	box-shadow:         0px 0px 2px 2px #ccc;
}
.widget-btn:hover {
	color: #fff;
	background: #575a80;
}
.widget-btn-special {
	background: #ff3b34;
	color: #fff;
	border: 2px solid #c22c27;
}
.widget-btn:hover {
	color: #fff;
	background: #c22c27;
}

#pdt-sites-widget {
	background: #fff;
	border: 2px solid #c7cdcf;
	-moz-box-shadow:    0px 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px 1px #ccc;
	box-shadow:         0px 0px 1px 1px #ccc;
	padding: 4px;
	width: 200px;
}
#widget-intro {
	background: #9092b3;
	padding: 8px 6px;
	color: #fff;
	margin-bottom: 4px;
}
#widget-sites {
	background: #ecf8fe;
	padding: 8px 6px;
}
/* Footer
----------------------------------------------- */
.fixed-footer {
	box-shadow: #c6c6c6 0px -2px 6px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #ffffff;
	z-index: 6666;
}
.fixed-footer-wrap {
	width: 949px;
	margin: 0 auto;
	padding: 15px 0;
}
.fixed-footer strong {
	color: #ff3b34;
}

#share-bar {
	clear: both;
	height: 37px;
	background: #113e8b url('assets/images/share-bg.png') repeat;
	padding-top: 12px;
}
.st_sharethis {
	margin: 0 0 0 36px;
}
.st_sharethis .sharethis {
	color: #fff !important;
	font-weight: bold;
}
#colophon {
	background: #0c233e;
	height: 300px;
	padding-bottom: 150px;
}
#footer-widgets {
	padding-left: 40px;
}
#footer-widgets .widget_nav_menu {
	width: 50%;
	float: left;
}
#footer-widgets #nav_menu-4 {
	float: right;
}
#footer-widgets .widget_text {
	clear: both;
}
#footer-widgets p,
#footer-widgets a {
	color: #fff;
	text-decoration: none;
}
#footer-widgets a:hover {
	color: #b6cfee;
}
#footer-widgets .widget-title {
	color: #b6cfee;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
#footer-widgets ul {
	list-style-type: none;
	margin: 0;
}
#footer-widgets li {
	margin-bottom: 8px;
	font-size: 14px;
}
#footer-widgets h4 {
	color: #b6cfee;
	font-size: 16px;
	font-weight: bold;
}
#footer-widget-1 {
	width: 500px;
	float: left;
	padding-top: 25px;
}
#footer-widgets .widget .site-info {
	font-size: 10px;
	padding-top: 20px;
}
#footer-widget-2 {
	overflow: visible;
	position: relative;
	z-index: 999;
	width: 345px;
	float: right;
	background: #0A1D34 url('assets/images/footer-divider.png') -5px 0 no-repeat;
	height: 275px;
	padding: 25px 0 0 50px;
}
#pinnacle-logo {
	margin-left: -17px;
	display: block;
	height: 43px;
	width: 99px;
	background: url('assets/images/pinnacle-sprite.png') bottom left no-repeat;
}
#pinnacle-logo:hover {
	background: url('assets/images/pinnacle-sprite.png') top left no-repeat;
}
.home #colophon {
	height: 110px;
	overflow: hidden;
}
.home #footer-widget-1 {
	padding-top: 5px;
}
/* Accordion */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
  font-size: 12px;
  color: #666;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
  zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-content {
  padding: 1em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
  min-height: 100px;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em;}
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/* =Patient indication selector
----------------------------------------------- */
#accordion10 {
	width: 220px;
	position: relative;
	top: 6px;
	left: 725px;
}
#accordion10 h5 {
	font-size: 12px;
	color: #d9d9e7;
	background: #757799;
	padding: 8px;
}

#accordion10.ui-accordion .ui-state-default {
	 background: #757799 url('assets/images/arrow-down.png') 75% 50% no-repeat;
	 -moz-border-radius: 0 0 5px 5px;
	 -webkit-border-radius: 0 0 5px 5px;
	 border-radius: 0 0 5px 5px; /* future proofing */
	 -khtml-border-radius: 0 0 5px 5px; /* for old Konqueror browsers */
}
#accordion10.ui-accordion .ui-state-active {
	 background: #757799 url('assets/images/arrow-up.png') 75% 50% no-repeat;
	 -moz-border-radius: 0;
	 -webkit-border-radius: 0;
	 border-radius: 0; /* future proofing */
	 -khtml-border-radius: 0; /* for old Konqueror browsers */
}
#accordion10 ul {
	list-style-type: none;
	background: #f6f6f6;
	margin-left: 0;
	padding-left: 1em;
	-moz-border-radius: 0 0 5px 5px;
	 -webkit-border-radius: 0 0 5px 5px;
	 border-radius: 0 0 5px 5px; /* future proofing */
	 -khtml-border-radius: 0 0 5px 5px; /* for old Konqueror browsers */
}
#accordion10 li {
	margin-bottom: .8em;
}
#accordion10 li a {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
#accordion20 .ui-accordion-icons {
	padding: 0;
}
#accordion20 .ui-accordion-header {
	padding: 0 0 20px 0;
}
#accordion20 .ui-accordion-content {
	padding: 0;
}
/* =Tables
----------------------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  /*border-collapse: collapse;*/
  border-spacing: 0;
  padding: 2px;
  border: 2px solid #d9d9d9;
}
.table {
  width: 80%;
  margin-bottom: 20px;
}
thead {
	background: #9698b7;
	border: 2px solid #fff;
}
thead th {
		color: #fff;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
tbody td.left {
	border-right: 3px solid #c5d3d8;
	width: 340px;
}
tbody td.right,
th.right {
	text-align: center;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #e9eff1;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

body .menu-item-1396 a,
body .menu-item-1797 a {
  color: #FF3B34;
}

.widget img {
max-width: 100%;
height: auto;
}

.page-id-284 #text-11 {
	display: none;
}
