/*
Theme Name: Osteoporosis
Theme URI: http://underscores.me/
Author: Jessica Christini
Author URI: http://creativem.co.nz
Description: Osteoporosis NZ website
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: osteoporosis
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.

 Osteoporosis is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 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;
}

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 centered 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/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	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,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	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"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation,
.top-menu {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul,
.top-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li,
.top-menu li {
	float: left;
	position: relative;
}

.main-navigation a,
.top-menu a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul,
.top-menu ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a,
.top-menu ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul,
.top-menu ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Custom CSS
--------------------------------------------------------------*/

/* -- Globals -- */
body {
	background: url(images/white_wave.png) top left repeat;
}

#page {
	width: 1164px;
	margin: 0 auto;	
	background: #fff;
}

.home #primary,
#content {
	padding: 15px 20px;	
}

.home #primary {
	width: 100%;	
}

.home #content {
	padding: 0;	
}

h1, h2, h3, h4 {
	margin-bottom: 10px;	
}

h1 {
	color: #0f2d52;
	font-size: 1.5em;
	font-weight: bold;
		
}

h2 {
	color: #00aced;
	font-size: 1.2em;	
}

h3 {
	color: #00aced;
	font-size: 1.1em;	
}

#news-feed h3 {
	color: #0f2d52;
	font-size: 1.2em;
	border-bottom: 1px solid #0f2d52;
}

h4 {
	font-size: 1em;
	color: #00aced;
	text-transform: uppercase;	
}

a:active,
a:link,
a:visited {
	color: #00aced;
	text-decoration: none;	
}

a:hover {
	color: #0f2d52;	
}

strong {
	color: #0f2d52;	
}

/* -- Header -- */
#masthead {
	background: url(images/top-strip.png) top left repeat-x;
	position: relative;
}

.site-branding {
	display: inline-block;
	height: 180px; 
	padding: 45px 20px 0 20px;
	width: 422px;
}

#donate {
	position: absolute;
	margin-top: -180px;
	margin-left: 906px;	
}

#search-fb {
	width: 33.6769%;
	vertical-align: top;
	margin-left: 345px;
	margin-top: 117px;
	display: inline-block;	
}


#fb-page {
	display: inline-block;
	width: 20px;
	margin-left: 10px;
	margin-right: 10px;	
}

#fb-page img {
	vertical-align: bottom;	
}

#search-fb form.search-form {
	display: inline-block;
	width: 58.92587%;	
}

input.search-field {
	width: 80%;	
}

#search-fb input[type="submit"] {
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	background: url(images/search-icon.png) no-repeat top left;
	text-indent: -9999px;
}

/* -- Top Primary Navigation -- */
#top-primary {
	display: block;
	position: absolute;
	width: 326px;
	margin-left: 422px;
	margin-top: -68px;
}

#top-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-primary ul li {
	display: inline-block;
	height: 44px;
	background: url(images/divider-d-l.png) no-repeat right;
	padding: 10px 20px 0 20px;	
}

#top-primary ul li:last-child,
#top-primary ul li ul li {
	background: none;	
}

#top-primary ul li a {
	text-decoration: none;
	color: #00aced;	
	font-size: 14px;
}

#top-primary ul li ul {
	top: 44px;
	margin-left: -20px;
	background: #0f2d52;
}

#top-primary ul ul:before {
	content: url(images/menu-sub.png);
	position: absolute;
	margin-top: -17px;
}

#top-primary ul li ul li a {
	color: #fff;
}

#top-primary ul li ul li:hover a,
#top-primary ul li ul li.current-menu-item a {
	color: #00aced;
	text-decoration: underline;
}

/* -- Main Navigation -- */

#site-navigation {
	background: url(images/menu-bar.png) top left no-repeat;
	height: 84px;	
}

#site-navigation:before {
	content: url(images/menu-left.png);
	position: absolute;
	margin-left: -15px;
}

#site-navigation:after {
	content: url(images/menu-right.png);
	position: absolute;
	margin-left: 1164px;	
	margin-top: -75px;
}

#site-navigation ul {
	padding-left: 96px;
	height: 75px;
}

#site-navigation ul li {
	padding-top: 29px;
	height: 100%;
}

#site-navigation ul li:hover,
#site-navigation ul li.current-menu-item,
#site-navigation ul li.current-menu-ancestor {
	background: url(images/menu-highlight.png);	
}

#site-navigation ul li:last-child a,
#site-navigation ul li ul li a {
	background: none;	
}

#site-navigation ul ul {
	top: 73px;
}

#site-navigation ul ul:before {
	content: url(images/menu-sub.png);
	position: absolute;
	margin-top: -15px;
}

#site-navigation ul li ul {
	height: auto;
	padding-left: 0;
	box-shadow: none;
	background: #0f2d52;
}

#site-navigation ul li ul li {
	padding-top: 0;	
	width:100%;
}

#site-navigation ul li ul li a {
	color: #fff;
	width: 100%;
	height: auto;
}

#site-navigation ul li ul li:hover a,
#site-navigation ul li ul li.current-menu-item a {
	color: #00aced;
	text-decoration:underline;	
}

#site-navigation ul li ul li:hover,
#site-navigation ul li ul li.current-menu-item {
	background: none;
}

#site-navigation ul li a {
	background: url(images/divider-l-d.png) no-repeat right;
	color: #0f2d52;
	padding: 0 35px;
	padding-top: 10px;
	height: 44px;
		font-size: 14px;
}

#site-navigation ul li.mobile {
	display: none;	
}
/* ---- Body ---- */

/* -- Front Page -- */
#hero-img {
	display: inline-block;
	width: 71.649484%;
	margin-right: 1.288659%;	
}

#news-feed {
	display: inline-block;
	width: 23.453608%;
	vertical-align: top;
}

#news-feed .news {
	margin-top: 9px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececec;	
}

span.news-date {
	color: #898989;
	font-style: italic;	
}

#news-feed a {
	color: #00aced;	
}

#news-feed p {
	font-size: 0.7em;	
}

#news-feed .fp-r-m,
.news-media .nm-r-m {
	color: #0f2d52;
	background: url(images/news-read-more.png);
	width: 87px;
	height: 27px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

#row {
	background: #ececec;
	height: 306px;
	width: 100%;
	display: block;	
}

#our-strat,
#what-we-do,
#prevent-1st,
#prevent-2nd {
	display: inline-block;
	vertical-align: top;
	width: 24.7%;
	height: 100%;
	padding: 28px 23px;
}

#what-we-do .banner {	
	padding-top: 24px;
}

#our-strat .banner {
	padding-top: 24px;	
}

#prevent-1st .banner {
	padding-top: 8px;
}

#prevent-2nd .banner {
	padding-top: 8px;	
}

.banner {
	height: 68px;
	display: block;
	text-align: center;
	position: absolute;
	background: #00aced;
	max-width: 241px;
	width: 20%;
	margin-top: -90px;
}

.banner:before {
	content: url(images/banner-left.png);
	position: absolute;
}

#our-strat .banner:before {
	margin-left: -73px;
	margin-top: -24px;
}

#what-we-do .banner:before {
	margin-left: -79px;
	margin-top: -24px;	
}

#prevent-1st .banner:before {
	margin-left: -63px;
	margin-top: -8px;	
}

#prevent-2nd .banner:before {
	margin-left: -63px;
	margin-top: -8px;	
}

.banner:after {
	content: url(images/banner-right.png);
	position: absolute;
}

.banner a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#our-strat .banner:after {
	margin-left: 66px;
	margin-top: -24px;
}

#what-we-do .banner:after {
	margin-left: 70px;
	margin-top: -24px;
}

#prevent-1st .banner:after {
	margin-left: 67px;	
	margin-top: -35px;
}

#prevent-2nd .banner:after {
	margin-left: 53px;	
	margin-top: -35px;
}

#dyk {
	height: 113px;	
}

#dyk-banner {
	width: 71.907216%;
	margin: 4px auto;
	height: 107px;
	background: #b2e6f9;
	padding-left: 188px;
	padding-top: 28px;
	padding-right: 153px;
}

#dyk-banner:before {
	content: url(images/dyk-img.png);
	position: absolute;
	margin-left: -202px;
}

#dyk-banner p {
	color: #0f2d52;
	font-size: 10px;
	font-weight: bold;
}

#dyk-r-m {
	position: absolute;
	margin-left: 519px;
	margin-top: -36px;	
}

#fp-txtSize {
	display: inline-block;
	position: absolute;
	margin-top: 397px;
	margin-left: -264px;	
}

a#txtLr,
a#txtSm,
#fp-txtSize p,
#txtSize p {
	display: inline-block;	
}

a#txtPr {
	margin-left: 10px;	
}

.accords {
	margin-bottom: 10px !important;	
}

.accords h3 {
	font-weight: 600;
	font-size: 20px;
	color: #26aae0;
	padding: 10px 0;	
}

.ui-icon.iconPlus {
	background: url(images/plus.png) no-repeat !important;
	background-size: 21px !important;
	width: 21px !important;
	height: 21px !important;
}

.ui-icon.iconMinus {
	background: url(images/minus.png) no-repeat !important;
	background-size: 21px !important;
	width: 21px !important;
	height: 21px !important;
}

.ui-state-default {
	background: none !important;
	border: none !important;
	color: #000 !important;	
}

.ui-widget {
	font-size: 1em !important;	
}

.ui-widget-content {
	border: none !important;
	background: none !important;	
}

.ui-accordion-header-icon {
	right: .5em !important;
	left: auto !important;	
}

.ui-widget-contetnt a,
.ui-widget-content a:active
.ui-widget-content a:link,
.ui-widget-content a:visited {
	text-decoration: none !important;
	color: #26aae0 !important;
}


.ui-widget-content a:hover {
	text-decoration: underline !important;	
}

/* -- Partners -- */
.partner img {
	height: 120px;
	width: auto;
}

.partner {
	margin-top: 25px;
	margin-bottom: 40px;	
}

/* -- News -- */
.news-media {
	width: 80%;
	margin-bottom: 2em;	
}

/* -- Contact -- */
.contact {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

/* -- Sidebar -- */
#secondary {
	display: inline-block;
	vertical-align: top;
	width: 21.907216%;
	margin-right: 1.71821305%;
}

#secondary ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#secondary ul.menu li {
	margin-bottom: 8px;
}

#secondary ul.menu li a {
	width: 100%;
	display: block;
	background: url(images/sub-menu-bar.png) bottom left no-repeat #7fd6f6;
	color: #fff;
	text-decoration: none;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 21px;
	text-transform: uppercase;
	font-size: 16px;
}

#secondary ul.menu li a:hover,
#secondary ul.menu li.current-menu-item a {
	background: url(images/sub-menu-bar.png) bottom left no-repeat #00aced;
	color: #0f2d52;
	font-weight: bold;
}

/* -- Basic Page -- */
#primary {
	display: inline-block;
	vertical-align: top;
	width: 72.9381443%;	
}

#txtSize {
	margin-left: 632px;	
}

/* -- Fracture Pages -- */

.feature {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 1%;	
}

.emph {
	background: #7fd6f6;
	padding: 1%;
	margin-bottom: 1em;
}

.impact {
	font-size: 1.1em;
	color: #00aced;
	margin-bottom: 1em;
}

.donor-button {
	width: 47%;
	height: 69px;
	margin-left: 1%;
	background: url(images/donor-button.jpg) no-repeat top left;	
	padding-top: 13px;
	padding-left: 35px;
}

.donor-button a {
	color: #fff;
	font-size: 1.2em;	
}

.donor-button a:hover {
	text-decoration: underline;	
}

/* -- Footer -- */
#colophon {
	background: #0f2d52;
	color: #fff;
	font-size: 10px;
}

#colophon a {
	color: #fff;
	text-decoration: none;	
}

#colophon a:hover {
	text-decoration: underline;	
}

#f-m-1,
#f-m-2,
.site-info {
	display: inline-block;
	vertical-align: top;
	width: 33%;	
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 30px;
}

span.h4 {
	font-size: 1em;
	color: #00aced;	
}

.site-info p {
	margin-bottom: 4px;	
}

.site-info #fb-page {
	margin-top: 10px;	
}

/* -- Footer Navigation -- */

.menu-footer-menu-1-container ul,
.menu-footer-menu-2-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-footer-menu-1-container ul li,
.menu-footer-menu-2-container ul li {
	margin-top: 2px;	
}

@media screen and (min-width:0\0) { 
	#our-strat .banner:before {
		margin-left: -8px !important;
		margin-top: -24px;
	}
	
	#what-we-do .banner:before {
		margin-left: -8px !important;
		margin-top: -24px;	
	}
	
	#prevent-1st .banner:before {
		margin-left: -8px !important;
		margin-top: -8px;	
	}
	
	#prevent-2nd .banner:before {
		margin-left: -8px !important;
		margin-top: -8px;	
	}
	
	#our-strat .banner:after {
		margin-left: 62px !important;
		margin-top: -24px;
	}
	
	#what-we-do .banner:after {
		margin-left: 66px !important;
		margin-top: -24px;
	}
	
	#prevent-1st .banner:after {
		margin-left: 63px !important;	
		margin-top: -35px;
	}
	
	#prevent-2nd .banner:after {
		margin-left: 48px !important;	
		margin-top: -35px;
	}
}

/* -- Media Queries -- */
@media only screen and (max-width: 1164px) {
	#page {
		width: 100%;	
	}
	
	#site-navigation:before,
	#site-navigation:after,
	.banner:before,
	.banner:after,
	#fb-page,
	.fb-like,
	.fb_iframe_widget,
	#txtSize {
		display: none !important;	
	}
	
	#search-fb input[type="submit"] {
	 width: 10.389%;
	}
	
	#search-fb {
		width: 28.6769%;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	#fp-txtSize,
	#row,
	#search-fb,
	#donate {
		display: none;	
	}
	
	#dyk-r-m {
		margin-top: -66px;
		margin-left: 249px;	
	}
	
	#site-navigation ul {
		padding-left: 81px;	
	}
	
	#site-navigation ul li a {
		padding: 0 8px;	
		padding-top: 15px;
	}
	
}

@media all
and (device-width: 768px)
and (device-height: 1024px) 
and (orientation:landscape) {
	
	#fp-txtSize {
		display: none;	
	}
	
	#search-fb {
		width: 20.6769%;
	}	
	
	#dyk-r-m {
		margin-left: 400px;	
	}
}

#wod-banner {
	position: absolute;
	width:66%;
	/*margin-top: -428px;
	margin-bottom: 352px;*/
	margin-left: -1px;
	z-index: 3;
}


/** -- Blank template -- **/
.page-template-page-blank {
	background: #fff;
}

.page-template-page-black #wpadminbar {
	display: none !important;
}

.page-template-page-blank #page {
	width: 800px;
	margin: 0;
}

.page-template-page-blank #content {
	padding: 0;
}

.page-template-page-blank #secondary {
	display: none;
}

.page-template-page-blank #primary {
	width: 100%;
	position: relative;
}

.page-template-page-blank .entry-content {
	margin: 0;
}

/** -- Clinical guidelines graphic -- */
.reference-tooltip {
	position: absolute;
	display: none;
	padding: 10px;
	width: 300px;
	background: rgba( 255, 255, 255, 0.9);
	border: 2px solid #00aced;
	border-radius: 15px;
}

.reference-tooltip p {
	margin-bottom: 0;
}

.reference-tooltip strong {
	color: #00aced;
}

.reference-tooltip ul {
	list-style: none;
	padding:0;
	margin:0;
}

.reference-tooltip li { 
	padding-left: 1em; 
	text-indent: -.7em;
}

.reference-tooltip li:before {
	content: "• ";
	color: #00aced;
}

#tooltip-a {
	top: 174px;
	left: 174px;
}

#tooltip-b {
	top: 175px;
	left: 487px;
}

#tooltip-c {
	top: 332px;
	left: 319px;
}

#tooltip-d {
	top: 403px;
	left: 310px;
}

#tooltip-e {
	top: 415px;
	left: 341px;
}

#tooltip-f {
	top: 431px;
	right: 122px;
}

#tooltip-g {
	top: 519px;
	left: 296px;
}

#tooltip-h {
	top: 647px;
	left: 356px;
}

#tooltip-i {
	top: 771px;
	right: 186px;
}

#tooltip-j {
	top: 998px;
	right: 100px;
}

#graphic-details {
	margin: 0 10px;
}

.graphic-anchor {
	padding-top: 34px;
	margin-top: -34px;
}

.page-id-1607 h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #001f46;
	background: -webkit-linear-gradient(left, #00224a 0%,#00aeef 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-id-1607 h3 {
	color: #001f46;
	font-size: 1.2em;
	font-weight: bold;
}

.page-id-1607 p {
	margin-bottom: 1em;
}

.page-id-1607 ul {
	list-style: none;
	padding:0;
	margin: 0 0 1em .7em;
	margin-top: -0.5em;
}

.page-id-1607 ul li { 
	padding-left: 1em; 
	text-indent: -.7em;
}

.page-id-1607 ul li:before {
	content: "• ";
	color: #00aced;
}

.page-id-1607 ol {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 1.3em;
	counter-reset: li;
	margin-top: -0.5em;
}

.page-id-1607 ol li {
	counter-increment: li;
	padding-left: 1em;
	text-indent: -.8em;
}

.page-id-1607 ol li:before {
	content: counter(li) ;
	color: #00aced;
	display: inline-block;
}

.page-id-1607 ol ol {
	margin-top: 0;
	margin-bottom: .5em;
}

.page-id-1607 li strong {
	color: #4b4b4b;
}

.page-id-1607 table {
	border-collapse: collapse;
}

.page-id-1607 table,
.page-id-1607 tr,
.page-id-1607 th,
.page-id-1607 td {
	border: 1px solid #00adef;
}

.page-id-1607 th {
	background: #c6eafb;
	padding: 4px 5px;
}

.page-id-1607 td {
	padding: 4px 5px;
}

.page-id-1607 strong {
	color: #00aced;
}

.page-id-1607 td strong {
	color: #001f46;
}

.osteo-button,
.osteo-button:visited,
.osteo-button:active,
#ost-btn,
#ost-btn:visited,
#ost-btn:active {
	background: #00aced;
	color: #fff !important;
	margin: 0.2em 1em 1em .2em;
	display: inline-block;
	padding: 1em 1.2em;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.osteo-fil {
	display: inline-block;
	padding: 5px 10px;
	background: #00aced;
	color: #0f2d52 !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 1em;
	margin-bottom: 1em;
}


#newsletter {
	position: absolute;
	top: 40px;
	right: 280px;
}

#newsletter a {
	background: #00aced;
	color: #fff;
	padding: 8px 6px;
	box-shadow: 1px 1px 7px -3px #000;
}