/*
Theme Name: Pinnacle Biologics
Description: A custom theme built for Pinnacle Biologics.
Version: 2000.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: #e8f3f7;
}
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: #404040;
	font-family: "proxima-nova", arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h2 {
	font-size: 24px;
	margin-top: 20px;
	color: #6bc0e9;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 1.1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
.entry-content li {
	margin-bottom: 15px;
}
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;
}
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: 1.12em 1.5em 1em;
	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: 30px;
}

/* Links */
a {
	color: #005187;
	text-decoration: underline;
word-wrap: break-word;
}
a:hover,
a:focus,
a:active {
	color: royalblue;
}
.btn {
	background: #005288;
	border: 1px solid #70B4E0;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.btn:hover {
	color: #fff;
	background: #003a61;
}
/* 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;
}

/* 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: #005288;
}
#header-top {
	height: 35px;
	overflow: visible;
}
.site-title,
.site-description {
	height: 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#logo {
	width: 201px;
	position: relative;
	z-index: 100;
	margin-left: 10px;
	display: inline;
}
#site-search {
	float: right;
	width: 200px;
	display: inline;
}
#site-search form {
	margin-top: 5px;
	font-size: 14px;
	float: right;
}
/* =Menu
----------------------------------------------- */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 12px 0 10px;
	background: #fff;
	-webkit-box-shadow: 0 4px 6px -6px #333;
	-moz-box-shadow: 0 4px 6px -6px #333;
	box-shadow: 0 4px 6px -6px #333;
	position: relative;
	z-index: 9;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0 12px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.main-navigation ul ul {
	background: #C3E0EA;
	-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: 0;
}
.main-navigation ul ul a {
	width: 200px;
	padding: 8px;
	border-bottom: 1px solid #fff;
}
#menu-item-138 a {
	border-bottom: none;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul .current-menu-item a {
	background: #e8f3f7;
}
.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;
}

/* =Content
----------------------------------------------- */
#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;
}
#primary {
	width: 682px;
	float: left;
}
.home #primary {
	width: 960px;
}

#content {
	padding: 20px;
	margin-bottom: 40px;
	float: left;
	width: 642px;
}
.page-id-221 #content {
	width: 80%;
}
.page-id-12 #content {
	width: 100%;
}
.hentry {
	margin: 0 0 1.5em;
}

.page .page .entry-header,
.page-template-page-newsevents-php .entry-header {
	position: absolute;
	display: inline;
	z-index: 10;
	top: 200px;
	padding: 6px 15px;
	border: 1px solid #2b78ab;
	background: #005288;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 82, 136);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 82, 136, .6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#005288, endColorstr=#005288);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99005288, endColorstr=#99005288)";
}
.entry-header h1 {
	display: inline;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.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;
}
/* =Home Page 
----------------------------------------------- */
.home #main .wrap,
.page-template-page-products-php #main .wrap {
	background: none;
	margin-bottom: 0;
	border: none;
}
.home #content,
.page-template-page-products-php #content {
	background: #fff;
	border-left: 1px solid #dae3e6;
	border-bottom: 1px solid #dae3e6;
	border-right: 1px solid #dae3e6;
	padding: 20px 10px;
	width: 938px;
}

.home .entry-header {
	display: none !important;
}
.one-third {
	width: 293px;
	height: 171px;
	float: left;
	margin: 0 11px 11px 0;
	border: 1px solid #EAEAEA;
	padding: 5px;
	transition: background .3s;
	-moz-transition: background .3s; /* Firefox 4 */
-webkit-transition: background .3s; /* Safari and Chrome */
-o-transition: background .3s; /* Opera */
}
.last {
	margin-right: 0;
}

.nav-link {
	display: block;
	height: 171px;
	width: 293px;
}
.nav-label {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	display: block;
	width: 281px;
	height: 27px;
	padding: 4px 6px;
	margin: -56px 0 0 0;
	background: #005288;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 82, 136);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 82, 136, .6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#005288, endColorstr=#005288);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99005288, endColorstr=#99005288)"; 
}
.one-third:hover {
	background: rgba(0,81,135,.8);
}


#nav-about {
	background: url('assets/images/home-page-nav/home-off.jpg') bottom left no-repeat;
}
#nav-products {
	background: url('assets/images/home-page-nav/about-off.jpg') bottom left no-repeat;
}

#nav-partner {
	background: url('assets/images/home-page-nav/partner-off.jpg') bottom left no-repeat;
}
#nav-grants {
	background: url('assets/images/home-page-nav/grants-off.jpg') bottom left no-repeat;
}

#nav-news {
	background: url('assets/images/home-page-nav/news-off.jpg') bottom left no-repeat;
}

#nav-contact {
	background: url('assets/images/home-page-nav/contact-off.jpg') bottom left no-repeat;
}

/* =Team Page
----------------------------------------------- */
.page-id-31 #content {
	width: 94%;
}
.team-member {
	padding: 6px;
	border: 1px solid #d2d2d2;
	margin-bottom: 20px;
}
.team-title {
	color: #fff;
	background: #005288;
	padding: 8px 12px;
}
.team-desc {
	margin-top: 8px;
	padding: 5px 8px;
	border: 1px solid #d2d2d2; 
}
/* =Compliance pages
----------------------------------------------- */
#text-6 {
	background: #fff;
	border: 1px solid #eee /*#C6C9CB*/;
	padding: 5px;
	-moz-box-shadow:    0px 0px 2px 1px #ccc;
	-webkit-box-shadow: 0px 0px 2px 1px #ccc;
	box-shadow:         0px 0px 2px 1px #ccc;
}
#compliance-widget {
	background: #ecf8fe;
	padding: 10px;
}
#compliance-widget h3 {
	font-weight: bold;
}
#compliance-widget p {
	margin-bottom: .7em;
}
/* =Our Products Page
----------------------------------------------- */
.page-template-page-products-php #main .wrap {
	background: none;
	margin-bottom: 0;
	border: none;
}
.page-template-page-products-php #content {
	background: #fff;
	border-left: 1px solid #dae3e6;
	border-bottom: 1px solid #dae3e6;
	border-right: 1px solid #dae3e6;
	padding: 20px 20px 20px;
	width: 918px;
}
.prod-link {
	display: block;
	width: 190px;
	padding: 6px;
	margin: 15px 0 0 3px;
	line-height: .6;
}
.page-template-page-products-php .one-fourth {
	margin: -25px .2% 0 0;
	width: 33%;
	float: left;
}
.page-template-page-products-php .one-fourth.last {
	margin-right: 0;
}
#pdt-photo-title {
}
.other-titles {
	padding-top: 1.2em;
}
#photodynamic-therapy {
	width: 64%;
	margin-right: 2%;
	float: left;
}
#cancer-support {
	width: 33%;
	float: right;
}
.full-width-product {
	width: 64%;
	margin-top: -27px;
}
/* =Partner With Pinnacle page
----------------------------------------------- */
.steps {
	margin-bottom: 0;
}

/* =Grants page
----------------------------------------------- */
.grant-button-container {
	
}

.grant-button,
.gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin: 15px 10px;
	background: #005288;
	border: 1px solid #70B4E0;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	width: 40%;
	text-align: center;
	height: 45px;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
}
.grant-button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
	color: #fff;
	text-decoration: none;
	background: #003a61 ;	
}
.grant-button span {
	color: #fff;
	font-size: 9px;
}
#yes-hcp {
	line-height: 45px;
}
#research-grant,
#education-grant {
	line-height: 45px;
}
/* =Contact Us page
----------------------------------------------- */
.page-template-page-contact-php #main .container {
	width: 1200px;
	height: 768px;
	margin: 0 auto;
	background: url('assets/images/contact-bg-opt.jpg') top left no-repeat;
}

.page-template-page-contact-php #main .wrap {
	background: none;
	border: none;
}

.page-template-page-contact-php .page .entry-header {
	background: none;
	border: none;
	margin: 0 0 0 96px;
	top: 140px;
}
.page-template-page-contact-php .entry-content {
	margin: 90px 0 20px 109px;
}
#contact-info {
	border: 1px solid #2b78ab;
	margin-left: 3px;
	width: 296px;
	background: #005288;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 82, 136);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 82, 136, .6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#005288, endColorstr=#005288);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99005288, endColorstr=#99005288)";
}
#email-us,
.request-type-1,
.request-type-2 {
	border: 1px solid #2b78ab;
	margin-left: 3px;
	width: 450px;
	background: #005288;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 82, 136);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 82, 136, .6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#005288, endColorstr=#005288);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99005288, endColorstr=#99005288)";
}
.request-type-1 {
	margin-bottom: 15px;
}
#email-us {
	margin-bottom: 15px;
}
.page-template-page-contact-php #primary {
	width: 1200px;
}
#contact-left {
	width: 450px;
	margin-right: 138px;
	float: left;
}
#contact-right {
	width: 300px;
	float: left;
	margin-top: 68px;
}
.contact-section {
	padding: 15px 15px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #2b78ab;
}
.contact-section.last {
	border-bottom: none;
}
.contact-section a {
	color: #fff;
	text-decoration: none;
}
.contact-header {
	background: #0B5387;
}
/* =News & Events
----------------------------------------------- */
.single-post .entry-header {
	margin: 15px 0;
}
.single-post .entry-title {
	color: #005187;
}
/* =Opus pages
------------------------------------------------*/
form.quiz-form {
	margin-top: -20px;
}
.learndash h2,
.page-template-page-opus-php h2 {
	margin-top: 0; margin-bottom: 1em;
	line-height: 1.2;
}
.page-template-page-opus-php #content, 
.page-template-page-opus-php #primary {
	width: 98%; margin:0;
}
.page-template-page-opus-php #main .wrap, 
.single-sfwd-courses #main .wrap, 
.single-sfwd-lessons #main .wrap, 
.single-sfwd-quiz #main .wrap {
	border: none;
	float: none;
}
.single-sfwd-lessons #primary, 
.single-sfwd-lessons #content,
.single-sfwd-courses #primary, 
.single-sfwd-courses #content,
.single-sfwd-quiz #primary, 
.single-sfwd-quiz #content {
	width: 960px; margin: 0;
}
.page-template-page-opus-php #main .wrap, 
.single-sfwd-lessons #main .wrap,
.single-sfwd-courses #main .wrap, 
.single-sfwd-quiz #main .wrap {
	background: none;
}
.page-template-page-opus-php .entry-content {
	margin-top: 0; padding: 0 3% 1em;background: #fff; width: 94%;
} 
.single-sfwd-lessons .entry-content,
.single-sfwd-courses .entry-content,
.single-sfwd-quiz .entry-content {
	margin-top: 0; padding: 1em 3%; background: #fff; width: 90%;
}
.page-template-page-opus-php .entry-header h1,
.single-sfwd-lessons .entry-title, 
.single-sfwd-courses .entry-title, 
.single-sfwd-quiz .entry-title {
	margin-bottom: 0;
}
.single-sfwd-lessons .entry-meta, 
.single-sfwd-courses .entry-meta, 
.single-sfwd-quiz .entry-meta {
	display: none; background: #fff; padding: 10px 3%; margin: -15px 0;width: 90%;
}
.page-template-page-opus-php .entry-header h1,
.single-sfwd-lessons .entry-header h1, 
.single-sfwd-courses .entry-header h1, 
.single-sfwd-quiz .entry-header h1 {
	color: #005288;display: block;background: #fff; padding: 10px 3%; width: 90%;
}
.page-template-page-opus-php .entry-header h1 {
	width: 94%;
}
.page-template-page-opus-php .entry-header {
	position: relative !important;
	display: block !important;
	top: auto !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	z-index: 0 !important;
	clear: both !important;
}
.page-template-page-opus-php h2 {
	margin-top: 0;
}
.menu-opus-container {margin-top: 4em;}
.page-template-page-opus-php #colophon, .single-sfwd-lessons #colophon,.single-sfwd-courses #colophon, .single-sfwd-quiz #colophon{clear: both; height:190px; }
#menu-opus li {
	background: #005288;
	list-style: none;
	padding: 10px 4%;
	float: left;
	margin-left: 3px;
	border-left: 1px solid #dae3e6;
	border-top: 1px solid #dae3e6;
	border-right: 1px solid #dae3e6;
}
#menu-opus li a {color: #fff; text-decoration: none;}
#menu-opus li.current-menu-item,#menu-opus li.current_page_item, #menu-opus li:hover {background: #fff;}
#menu-opus li.current-menu-item a, #menu-opus li.current_page_item a, #menu-opus li:hover a{color: #005288;background: #fff;}
#learndash_next_prev_link {
	text-align: center;
}
#learndash_next_prev_link a,
.wpProQuiz_button,
#sfwd-mark-complete input,
#watupro_quiz button,
#watupro_quiz input[type=button] {
	background: #71CFF4 !important;
	padding: 10px 12px !important;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s;
	font-weight: normal !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-shadow: none;
}
#sfwd-mark-complete input {
	background: #66D24D !important;
}
#learndash_next_prev_link a:hover,
.wpProQuiz_button:hover,
#sfwd-mark-complete input:hover {
	background: #0C5387;
	padding: 10px 12px !important;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s;
	font-weight: normal !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#sfwd-mark-complete input:hover {
	background: #24bb01 !important;
}
#learndash_next_prev_link .meta-nav {color: #fff;}
#foot-logo {padding:10px 5px; width: 55%;float: left; }
#foot-logo p {font-size: 11px;margin-top: 35px}
.page-template-page-opus-php .site-info, .page-template-page-opus-php #footer-widget-2, 
.page-template-page-opus-php .one-half, .page-template-page-opus-php h4,
.single-sfwd-lessons .one-half, .single-sfwd-lessons h4,.single-sfwd-lessons .site-info,
.single-sfwd-lessons #footer-widget-2, 
.single-sfwd-courses .one-half, .single-sfwd-courses h4,.single-sfwd-courses .site-info,
.single-sfwd-courses #footer-widget-2,
.single-sfwd-quiz .site-info, .single-sfwd-quiz #footer-widget-2, 
.single-sfwd-quiz .one-half, .single-sfwd-quiz h4
{color: #fff;}
#site-search {
	width: 302px;
} 
.loginout {
	width: 140px;
	text-align: right;
	float: left;
	padding-top: 7px;
}
.loginout a,
.loginout {
	color: #fff;
	text-decoration: none;
}
.loginout a:hover {
	text-decoration: underline;
}
.questions {
	text-align: right;
	margin-right: 40px;
	margin-top: 40px;
	margin-bottom: -40px;
}
.questions a {
	text-decoration: none;
}
.wpProQuiz_header {
	display: none !important;
}
#learndash_course_status {
	display: none;
	margin-bottom: -1em;
}
.postid-538 #learndash_next_prev_link {
	display: none;
}
.postid-538 #learndash_next_prev_link.print-nav {
	display: block;
}
.clinical-inv-footer {
	padding-top: 2em;
	border-top: 1px solid #ccc;
	margin-top: 3em;
}
.clinical-inv-footer li {
	margin-bottom: .25em;
}
.wpProQuiz_question {
	margin-top: -1.5em !important;
}
#sfwd-mark-complete {
	text-align: center;
	padding-left: 17px;
}
#prev-question {
	padding-right: 10px;
}
/* =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: 958px;
}
.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: 246px;
	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;
}

/* Footer 
----------------------------------------------- */
#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;
	overflow: hidden;
}
#footer-container {
	overflow: hidden;
	background: #0c233e;
}
#footer-widgets {
	padding-left: 40px;
}
#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;
}
#footer-widget-2 img {
	margin-left: -17px;
}
/* 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-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.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: 340px;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.gfield_description {
	margin-bottom: 10px !important;
}
.gfield_html ul {
	padding-left: 15px !important;
}
.gfield_radio li input {
	margin-left: 1px !important;
}
.not-applicable {
	margin-top: -31px !important;
}