/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Survey
 */


/**
 * 1.0 - Reset
 *
 * 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/
 */
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:700,500,400);

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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;     /*16px;*/
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fffae7;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	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 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
	clear: both;
	font-weight: normal;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #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%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
    font-family:Verdana, Geneva, sans-serif;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
    height: 30px;
    width: 32px;
    background-color: #000;
    position:relative !important;
    top: -29px;
    left: 210px;
    text-indent:-9999px;
    background-image: url('/images/search-icon.jpg');
}


/**
 * 6.0 Navigations
 */



/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 6.2 Menus
 */
 
#main-nav{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height:41px;
} 
.main-navigation a 
 {
	display: block;
	position: relative;
    color: #ffffff;
    font-size: 1.07em;
    font-weight: bold;
    background: #012480;
    padding: 5px 0px;
    border: 3px outset #4d65a6;
	text-decoration: none;
    display:block;
    text-align: center;
    width:100%;
    
    
}
.main-navigation a:hover {
    border: 3px inset #4d65a6; 
}
.main-navigation #menu-item-28 a, .main-navigation #menu-item-6811 a{
    width:125px;
    padding: 5px 39px;
}
.main-navigation #menu-item-29 {width:216px;}
.main-navigation #menu-item-6810 {width:256px;}
.main-navigation #menu-item-27 {width:141px;}
.main-navigation #menu-item-26 {width:112px;}
.main-navigation #menu-item-6809 {width:121px;}
.main-navigation #menu-item-6808 {width:92px;}
.main-navigation #menu-item-25, .main-navigation #menu-item-6807 {width:150px;}
.main-navigation #menu-item-1220 a, .main-navigation #menu-item-6806 a{
   background: #9c1414;
   padding: 5px 20px;
   border: 3px outset #af4341;
   width:256px;
   display:block;
   text-align: center;
   text-transform: uppercase;
    
}
.main-navigation #menu-item-1220 a:hover, .main-navigation #menu-item-6806 a:hover{
  border: 3px inset #af4341;  
}

.main-navigation ul {
    display:inline-block;
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
    float:left;
}

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

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	/*border-top: 0;*/
}

.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	/*font-family: "Noto Sans", sans-serif;*/
	/*font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;*/
	line-height: 1.5;
	margin-top: 0.5em;
}

.footer-navigation li {
    float:left;
    border-left: 1px solid #bfc0c0;
    padding-left: 20px;
    padding-right: 20px;
}
.footer-navigation li:first-child{
    border-left: none;
}
.footer-navigation a {
    color: #5e6568;
    font-size: 0.7625em;
}
.footer-navigation a:hover {
    color: #003399;
    /*font-weight: bold;*/
}
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a {
    color: #940a0b;
    
}
.footer-navigation ul {
    display:inline-block;
    list-style: none;
    margin: 0;
}

.footer-navigation ul ul {
    display: none;
    margin-left: 0.8em;
}

.footer-navigation ul .toggled-on {
    display: block;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */
#header-wrapper{
    width: 100%;
    text-align: center;
    height: 127px;
    background-image: url('/images/header-wrapper-bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}
#header-bottom{background-color:#f36b6b; height: 11px;line-height: 11px;}
.site-branding {
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 116px;
    text-align: left;
}

/**
 * 11.0 Widgets
 */

.widget {
	color: #333;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	/*border-bottom: 1px solid #333;*/
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */
 
#content-wrapper{
    width: 100%;
    text-align: center;
    min-height: 200px;
    background-color:#fffae7;
}
.site-content{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    min-height: 200px;
    text-align: left;
}
.secondary {
	background-color: #fff;
	display: block;
	padding: 0;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}
 .widget-area {
    margin: 25px auto 0;
}
 .home .widget-area {
	margin: 147px auto 0;
}





/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	/*padding-top: 7.6923%; */
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 30px;
}

.entry-title {
	font-size: 1.357em;
	line-height: 1.64em;
	margin-bottom: 0.9231em;
}
.entry-title.intervention{
    color:#339999;
    font-weight:bold;
    text-transform: uppercase;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(left,  #79bcbc 0px, #ffffff 60px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0px,#79bcbc), color-stop(60px,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #79bcbc 0px,#ffffff 60px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #79bcbc 0px,#ffffff 60px); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #79bcbc 0px,#ffffff 60px); /* IE10+ */
    background: linear-gradient(to right,  #79bcbc 0px,#ffffff 60px); /* W3C */

    padding-left:104px;
      margin-left: -30px;
}
.entry-title.assessment{
    color:#411f87;
    font-weight:bold;
    text-transform: uppercase;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(left,  #7961aa 0px, #ffffff 60px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0px,#79bcbc), color-stop(60px,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #7961aa 0px,#ffffff 60px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #7961aa 0px,#ffffff 60px); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #7961aa 0px,#ffffff 60px); /* IE10+ */
    background: linear-gradient(to right,  #7961aa 0px,#ffffff 60px); /* W3C */

    padding-left:104px;
      margin-left: -30px;
}
.entry-title.family-section, .entry-title.general{
    color:#003399;
    font-weight:bold;
    text-transform: uppercase;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(left,  #5970ac 0px, #ffffff 60px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0px,#5970ac), color-stop(60px,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #5970ac 0px,#ffffff 60px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #5970ac 0px,#ffffff 60px); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #5970ac 0px,#ffffff 60px); /* IE10+ */
    background: linear-gradient(to right,  #5970ac 0px,#ffffff 60px); /* W3C */

    padding-left:104px;
      margin-left: -30px;
}
#main .entry-title.assessment, #main .entry-title.family-section, #main .entry-title.intervention, #main .entry-title.general{
   margin-left: -56px; 
}
#main article .entry-title.assessment, #main article .entry-title.family-section, #main article .entry-title.intervention, #main article .entry-title.general{
   margin-left: -30px; 
}
.page-header{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.entry-content,
.entry-summary {
	padding: 0 0 30px 30px;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
    margin-right: 20px;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}
.entry-content > p{
    margin-right: 20px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

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

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

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


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 13.0 Footer
 */
#footer-nav, .site-footer{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    
}
 #footer-wrapper{
    width: 100%;
    text-align: center; 
    background-image: url('/images/footer-wrapper-bg.png');
    background-repeat: repeat-x;
    height: 138px;
}
#footer-nav{
    background-color: #fff;
    height: 40px;
    text-align: left;
}
.site-footer{
    background-color: #af0f0f;
    color:#fff;
    height:49px;
    text-align: left;
    font-size: 0.7625em;
    line-height: 49px;
}
 



/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 50%;
}

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.home-badge{
    background-color: #fff; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    width: 135px; 
    min-height: 268px; 
    border: 1px solid #222; 
    margin-left: 20px; 
    margin-right: 15px;  
    margin-top:30px; 
    display:block; 
    overflow: visible;
    text-align: center;
    padding-left:6px; 
    padding-right:6px;
    float:left;
    font-size:14px;
    font-family: "arial";
    line-height: 16px; 
}
.home-badge-on{
    background-color: #e0edf3;
}
.home-badge img{
    max-width: none;
}
.home-badge-title{
    font-size: 1.21em;
    line-height: 1.21em;
    font-weight: bold;
    color: #f63939;
    margin-bottom: 10px;
    
}
.home-badge p{
   margin-bottom: 10px; 
}
.home-badge-text{
    min-height: 95px;
    display:block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right:6px;
    color: #000;
}
.home-badge-more{
    text-transform: uppercase;
    font-size: 0.92857em;
    color:#d81414;
}
a.home-badge-link{
    text-decoration: none;
    border-bottom:none;
    display:block;
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 6px;
    padding-bottom: 4px;
    margin-top:-2px;
    padding-top:2px;
    font-size: 1em;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    
}
a.home-badge-link:hover{
    background-color: #e0edf3;
}
#utility-block {
    display:inline-block; 
    position: relative; 
    top:-35px;
    left:190px;
    width: 128px;
    text-align: right;
}
#utility-block a, #zoom {
    color: #336699;
}

#search-block{
    display:inline-block;
    position:relative; 
    left:756px;
    top:-75px;
}
#minus {
position: relative;
top: 0px;
}
#plus {
float: right;
margin-left: 5px;
position: relative;
top: 2px;

}
#soc-media{
    display:inline-block;
    position:relative; 
    left:545px;
    top:-65px;
}
.soc-media-btn{
    background-image: url('/images/soc-media-btn-shadow.png');
    background-repeat: no-repeat;
    display:inline-block;
    width:30px;
    height: 30px;
    padding-left: 4px;
    color: #8091bf
}
.soc-media-btn:hover{
    color: #ddd;
}
#top-of-page{
    float:right;
    margin-right:10px;
}
#top-of-page a{
    position:relative;
    color:#fff;
    background-image: url('/images/top-btn-shadow.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    padding-left: 9px;
    display:block;
    width:39px;
}
#top-of-page a:hover{
    color:#aaa;
}
.assessments-btn, .assessments-btn-fr{
    background-image: url('/wp-content/uploads/2015/01/assessments.png');
    background-repeat: no-repeat;
    background-position: left top;
    width:94px;
    height:93px;
    text-indent:-9999px;
    display:inline-block;
    margin-bottom:20px;
}
.assessments-btn-fr{
    background-image: url('/wp-content/uploads/2015/01/assessments-fr.png');
}
.assessments-btn:hover, .assessments-btn-fr:hover{
    background-position: right top;
}
.interventions-btn{
    background-image: url('/wp-content/uploads/2015/01/interventions.png');
    background-repeat: no-repeat;
    background-position: left top;
    width:95px;
    height:93px;
    text-indent:-9999px;
    display:inline-block;
    margin-bottom:20px;
}
.interventions-btn:hover{
    background-position: right top;
}
.elearning-btn, .elearning-btn-fr{
    background-image: url('/wp-content/uploads/2017/04/elearning-en.png');
    background-repeat: no-repeat;
    background-position: left top;
    width:98px;
    height:96px;
    text-indent:-9999px;
    display:inline-block;
    margin-bottom:20px;
}
.elearning-btn-fr{
    background-image: url('/wp-content/uploads/2017/04/elearning-fr.png');
}
.elearning-btn:hover{
    background-image: url('/wp-content/uploads/2017/04/elearning-en-on.png');
}
.elearning-btn-fr:hover{
    background-image: url('/wp-content/uploads/2017/04/elearning-fr-on.png');
}



#rhs_find_assess, #rhs_find_int{
    float: right; 
    width:110px;
    line-height:1.14em;
    padding-right: 8px;
    -webkit-hyphens: none;
}
#rhs_find_int, #rhs_elearning_txt{
    margin-right:10px;
    -webkit-hyphens: none;
}

#rhs_elearning, #rhs_elearning_txt{
	 margin-top: 20px;
    float: right; 
    width:110px;
    line-height:1.14em;
    padding-right: 8px;
}



#home-header-image{
    background-image: url('/images/home-header-bg.png');
    height: 147px;
    width: 1000px;
    display:block;
}
#welcome-txt{
    position:relative;
    left:63px;
    top:24px;
    color:#fff;
    font-weight:bold;
    font-size: 2.07em;
}
#tag-line{
    position:relative;
    left:345px;
    top:-17px;
    color:#012480;
    font-weight:bold;
    font-style: italic;
    font-size: 1.21em;
    line-height: 1.4em;
    
}

#sidebar{
    float:right;
    position:relative !important;
}
#main{
    width: 746px;
    float:left;
    border-right: 5px solid #e5e5e5;
}
.home #main {
    border-right: none;
}

/* Intervention & Assessment Domains */
.domain-container{
    width: 208px;
    margin-left: 9px;
    font-size:1em;
    
    vertical-align: top;
    display:inline-block;
    margin-right: 9px;
    margin-top: 50px;

}
.domain-container .header{
   font-weight: bold;
   padding-left: 48px;
   padding-right: 9px;
   padding-top: 11px;
   padding-bottom: 15px;
   height: 50px; 
}
.domain-container .intervention .header{
    height: 65px;
}
.domain-content{
   
   background-color: #ccfeff;
   border-color: #ccfeff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   line-height: 1.05em;
   
}
.domain-content.intervention{
   background-color: #ccfeff;
   border-color: #ccfeff; 
}
.domain-content.assessment{
   background-color: #e1dfff;
   border-color: #e1dfff;    
}
.domain-content .content{
  padding-right: 15px;
  padding-left: 23px;
  padding-bottom: 15px;
  overflow: auto;
  display:none;
}
.domain-content-hover.intervention{
   background-color: #66cccc;
   cursor:pointer; 
}
.domain-content-hover.assessment{
   background-color: #ada9f2;
   cursor:pointer; 
}
 a.readMore{
  text-transform: uppercase;
  text-decoration:none;
  border-bottom:none;
  float:right;
  
}
.domain-content hr{
    border:none;
    border-top: 4px solid #fff;
    display:none;
}
.domain-container .icon-img{
    width: 62px;
    height: 62px;
    background-color: none;
    float:left;
    margin-top: -34px;
    margin-left: -14px;
    border:none;
} 
.group:after {
  content: "";
  display: table;
  clear: both;
}


#intervention-search-block, #assessment-search-block{
    width:100%;
    text-align: center;
}
#intervention-search-block  input[type="search"], #assessment-search-block  input[type="search"]{
    width: 370px;
    margin-bottom: 20px;
}
#intervention-search-block input[type="submit"], #assessment-search-block input[type="submit"]{
  padding: 0;
  height: 30px;
  width: 32px;
  background-color: #000;
  position: relative !important;
  text-indent: -9999px;
  top:-1px;
  left:-3px;
  background-image: url('/images/search-icon-invterventions.jpg');  
}
#assessment-search-block input[type="submit"]{
    background-image: url('/images/search-icon-assessments.jpg');  
}

/* Bread Crumbs */
#breadcrumbs{
    margin-top:20px;
    margin-left:20px;
    color:#000;
    
}
#breadcrumbs a{
    text-decoration: underline;
}
#breadcrumbs a:hover{
    text-decoration: none;
}
.assessment-subnav {
    list-style: none;
    padding-left: 10px;
}
.assessment-subnav li{
    float:left;
    border-left: 1px solid #333333;
    padding-left: 10px;
    padding-right: 10px;

}
.assessment-subnav li:first-child{
    border-left:none;
    padding-left: 0;
    
}
a.assess-subnav {
    color: 333333;
    text-decoration: none;
    font-size: 1.07em;
    font-weight: bold;
}
a.assess-subnav.active, a.assess-subnav:hover{
    color: #cc0000;
}


/* Legacy Styles*/
img.logo {
position: float;
float: left;
margin: 5px;
clear: left;
}
TABLE.in_depth, TABLE.statistics, TABLE.quick {
border: 3px solid #AAAADA;
border-spacing: 0px;
empty-cells: show;
margin-left: auto;
margin-right: auto;}

TABLE.tip {
  width: 350px;
  font-size: 0.857em; 
  color: #000080;
  background-color: inherit;
  text-align: left;
  margin: 5px 100px 5px 100px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #F0F0F0;
}

DIV.tip {
  padding: 10px;
}

.note {
  font-size: 0.857em; 
  color: black;
  margin: 5px 100px 0px 100px;
  text-align: left;
  padding: 10px 10px 10px 10px;
  background-color: #ffffe0;
  border: 1px solid #F0F0F0;
}

.smallnote {
  font-size: 0.857em; 
  text-align: left;
}

.remark {
  font-size: 0.857em; 
  text-align: left;
  margin: 30px 10px 30px 10px;
  padding: 10px 10px 10px 10px;
  color: #0000A0;
  background-color: #DDDDDD;
  font-weight: bold;
}


.authorization {
  font-size: 10px; 
  text-align: right;
}

.btntopics {
    vertical-align: bottom;
    text-align: right;
  margin: 4px;
    width: 100%;
}

.btntopics IMG {
  border: 0 solid red;
}
TABLE.page {
  background-color: white;
  border-spacing: 0;
}
DIV.section1,
DIV.section2 {
  vertical-align: bottom;
  margin:0;
  padding:0;
}

/*DIV.section1 P,
DIV.section2 P {
  margin:inherit;
  color: #000080;
}

DIV.section1 UL LI {
  margin: 5px 90px 5px 25px;
  color: #000080;
  text-align: left;
  clear: both;
}

DIV.section2 UL LI {
  margin: 5px 90px 5px 25px;
  color: #000080;
  text-align: left;
  clear: both;
}
*/
/************************************************************************
  * Page des definitions
  */

.definitions {
    margin: 5px 25px 25px 25px;
  border-collapse:  collapse;
  border: 2px solid #DDDDEE;
}

.definitions TD .def {
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}

.definitions .name1 { 
  padding: 8px;
  color: #000080;
  background-color: #FFFFFF;
  font-size: 22px; 
  text-align: left;
  vertical-align: top;
}

.definitions .def1 {
  padding: 8px;
  color: #000080;
  background-color: #FFFFFF;
}

.definitions .name2 { 
  padding: 8px;
  color: #000080;
  background-color: #EEEEEE;
  font-size: 22px; 
  text-align: left;
  vertical-align: top;

}

.definitions .name1 A:hover   { color: #000080; }
.definitions .name1 A:link    { color: #000080; }
.definitions .name1 A:active  { color: #000080; }
.definitions .name1 A:visited { color: #000080; }

.definitions .name2 A:hover   { color: #000080; }
.definitions .name2 A:link    { color: #000080; }
.definitions .name2 A:active  { color: #000080; }
.definitions .name2 A:visited { color: #000080; }

.definitions .def2 {
  padding: 8px;
  color: #000080;
  background-color: #EEEEEE;
}


.definitionslist {
  height: 100%;
  color: #000080;
  background-color: #EEEE55;
  list-style-type: none;
}
  
.popdeftitle {
  text-decoration: underline;
  font-weight: bold;
  text-align: left;
}

.poppubtitle {
  display: block;
  font-weight: bold;
  text-align: left;
}

.poppubauthors {
  display: block;
  font-weight: normal;
  text-align: left;
}

.poppubjournal {
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

.poppubyear {
  margin: 0px 0px 0px 10px;
  font-weight: bold;
  text-align: left;
}

.poppuburl {
  margin: 5px;
  display :block;
  font-weight: normal;
  text-align: left;
  text-decoration: underline;
}



TABLE.topicsAZ {
  border: 3px solid #AAAADA;  
  border-spacing: 0px;
  empty-cells: show;
  margin-left: auto;
  margin-right: auto; 
}

TABLE.topicsAZ TH {
  text-align: center;
  font-size: 1.14em; 
  font-weight: bold;
  background-color: #cccccc;
  color: #303000;

}

TABLE.topicsAZ TD { 
  margin: 10px; padding: 10px;
  text-align: left;
  font-size: 1em;
  color: #000080;
  background-color: inherit; 
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px dotted #DDDDDD;
  border-right: 1px dotted #DDDDDD;
}


/************************************************************************
  * Page des modules
  */

.moduletitle { 
  margin: 20px 0px 15px 5px; 
  font-size: 24px; 
  font-weight: bold;
  color: #000080;
  background-color: inherit;
  text-align: center;
}

.moduleheader {
  margin: 0; 
  padding:0;
}

.modulebuttons {
  margin: 5px 0 0 0; 
  vertical-align: top;
  text-align: center;
  width: 100%;
  height: 60px;
}

.modulebuttons IMG {
  border: 0 solid red;
  margin: 5px 20px 0px 20px; 
}
  
.moduletopics {
  margin: 0 0 5px 0; 
  text-align: left;
}

#topics {
  height: 0px;
  margin: 0px;
  padding: 0px;
}


.moduletopics UL {
  list-style-type: none;
}

.moduletopics UL .no {
  margin: 0 1em 0 0; 
  color: #000050;
  background-color: inherit ;
  font-size: 1.14em; 
  font-weight: bold;
  display: block;
  float: left;
  clear: left;
  width: 2em;
  text-align: right;
}

.moduletopics UL .ti {
  margin: 0px 0px 8px 5px;
  font-size: 1em; 
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
  clear: right;
  padding-top: 3px;
}

.moduletopics>UL .ti {
  float: none;
}

.moduletopics UL A.ti       { color: #000080; background-color: inherit; }
.moduletopics UL A.ti:hover { color: #008080; background-color: inherit; }

.modulecontent {
  margin: 5px 5px 5px 5px;
  text-align: left;
}

#publist {
  list-style-type: none;
}

#publist li {
  margin-top: 30px;
  border-top: 1px solid LightBlue;
}

.modulecontent UL LI {
  margin-top: 15px;
}

.conclusion {
  font-weight: bold;
}

TABLE.quick {
  width: 680px;
}

TABLE.in_depth a.refdef,
TABLE.statitics a.refdef,
TABLE.quick a.refdef {
  text-align: center;
  font-size: inherit; 
  font-weight: inherit;
  background-color: transparent;
  color: inherit;
}

TABLE.quick td:first-child + td + td {
  text-align: left;
  }

TABLE.in_depth,
TABLE.statistics,
TABLE.quick {
  border: 3px solid #AAAADA;  
  border-spacing: 0px;
  empty-cells: show;
  margin-left: auto;
  margin-right: auto; 
 }
 
TABLE.statistics {
  border: 3px solid #AAAADA;  
  border-spacing: 0px;
  empty-cells: show;
  margin-left: 20px;
}

TABLE.quick TH,
TABLE.statistics TH,
TABLE.in_depth TH {
  text-align: center;
  font-size: 1.14em; 
  font-weight: bold;
  background-color: #cccccc;
  color: #303000;
  border-right: 1px solid #AAAAAA;  
}

TABLE.quick TD, 
TABLE.statistics TD, 
TABLE.in_depth TD { 
  margin: 0; padding: 0;
  text-align: left;
  font-size: 1em;
  color: #000080;
  background-color: inherit; 
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px dotted #DDDDDD;
  border-right: 1px dotted #DDDDDD;
}

TABLE.quick CAPTION,
TABLE.statistics CAPTION,
TABLE.in_depth CAPTION {
  display: none; /* bug */
  text-align: center;
  width: auto;
  caption-side: bottom;
  font-size: 1.14em; 
  font-weight: bolder;
  color: #000080;
    background-color: yellow;
}

TABLE.quick TH .smallnote,
TABLE.in_depth TH .smallnote {
  text-align: center;
}

TABLE.in_depth TD,
TABLE.statistics TD {
    vertical-align: top;
}

TABLE.quick TD.rowtitle,
TABLE.statistics TD.rowtitle,
TABLE.in_depth TD.rowtitle {
  text-align: center;
  font-size: 1em; 
  font-weight: normal;
  background-color: #EEEEDD;
  color: #303000;
}



A.refdef {
  background-color: inherit;
  text-decoration: none;
}

A.refdef:hover   { cursor:help}

A.refpub {
  background-color: inherit;
  text-decoration: none;
}



DIV.listitem {
  clear: both;
}

#team {
  width: 550px;
  margin-left: 30px;
  margin-right: auto;
}

#team table {
  border: 1px solid grey;
  padding: 0;
  border-collapse: collapse;
}

#team table td {
  border: 1px solid grey;
  padding: 3px;
  text-align: center;
}

.teammember {
  float: left;
  margin: 5px;
  height: 100px; 
}

.summary {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid black;
  width: 680px;
}

.summary td {
  border: 1px solid black;
  padding: 5px;
  font-size: 13px;
}

.summary img {
  width: 30px;
}
.summary td:first-child{
    border-right: none;
}
.summary td:first-child + td {
  width: 130px;
  border-left: none;
}
.summary td:last-child{
  width: 510px;
}

#assess_announcement {
  border: 1px solid #CC0000;
  margin: 10px;
  background-color: LightYellow;
}

#assess_announcement p{
  margin: 0px;
}

#assess_catchphrase {
  margin: 0px;
  color: #CC0000;
}
#glossary-popup{
    width: 600px;
    background-color: #a9e3e3;
     border: 1px solid #a9e3e3;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}
.single-assess #glossary-popup, .single-family #glossary-popup, .single-indepth #glossary-popup, .single-quick #glossary-popup,.single-psycho #glossary-popup{
    background-color: #dcd6e9;
    border-color:  #dcd6e9;
}
#glossary-popup, #glossary-popup table, #glossary-popup td, #glossary-popup th{
    border:none;
    margin-bottom: 0;
}

/* End Legacy Styles */

/* Accordion*/
.su-accordion .su-spoiler{
    border-top: 1px solid #918e8f;
    margin-right: 30px;
}
.su-accordion .su-spoiler:last-child{
    border-bottom: 1px solid #918e8f;
}
.su-spoiler-style-default.su-spoiler-icon-plus.su-spoiler-closed > .su-spoiler-title > .su-spoiler-icon{
    right: 0;
    left:auto !important;
    top: 0;
    padding: 0 20px 0 10px;
    background-color: #666666;
    color: #fff;
}
.su-spoiler-style-default.su-spoiler-icon-plus > .su-spoiler-title > .su-spoiler-icon{
    right: 0;
    left:auto !important;
    top:0;
    padding: 0 20px 0 10px;
    background-color: #cc0000;
    color: #fff;
}
.su-spoiler-style-default > .su-spoiler-title {
    padding-left: 10px !important;
    padding-bottom: 0;
    
}
.su-accordion .su-spoiler:last-child .su-spoiler-title{
    padding-bottom: 7px;
}
a.refdef{
    border-bottom-style: dotted;
}

#btn-all-assessments, #btn-all-assessments-fr{
    background-image: url('/images/all-assessments.png');
    background-repeat: no-repeat;
    background-position: left top;
    display:block;
    text-indent: -9999px;
    height: 43px;
    width: 192px;
    margin-left: 10px;

}
#btn-all-assessments-fr{
    background-image: url('/images/all-assessments-fr.png');
}
#btn-all-assessments:hover, #btn-all-assessments-fr:hover{
    background-image: url('/images/all-assessments.png');
    background-repeat: no-repeat;
    background-position: left -43px;
}
#btn-all-assessments-fr:hover{
    background-image: url('/images/all-assessments-fr.png');    
}
.assessments-list{
    list-style: none;
}
.assessments-list li{ 
    width:  210px;
    float: left;
    margin-bottom:10px;
    margin-right:10px;
    display:block;
    min-height:44px;
}
#btn-all-interventions, #btn-all-interventions-fr{
    background-image: url('/images/all-interventions.png');
    background-repeat: no-repeat;
    background-position: left top;
    display:block;
    text-indent: -9999px;
    height: 43px;
    width: 192px;
    margin-left: 10px;

}
#btn-all-interventions-fr{
    background-image: url('/images/all-interventions-fr.png');
}
#btn-all-interventions:hover, #btn-all-interventions-fr:hover{
    background-image: url('/images/all-interventions.png');
    background-repeat: no-repeat;
    background-position: left -43px;
}
#btn-all-interventions-fr:hover{
    background-image: url('/images/all-interventions-fr.png');
}

.sidebar-divider{
    background-image: url('/images/side-bar-divider.png');
    display:block;
    height: 22px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.related-assessments, .related-interventions{
    width: 216px;
    margin-top: 10px;
}
.related-assessments a, .related-interventions a{
    text-decoration: underline;
}
.related-assessments ul, .related-interventions ul{
    list-style: none;
    margin-left: 0;
    margin-top:10px;
}
.related-assessments ul li, .related-interventions ul li{
    line-height: 1.283em;
    font-size: 1em;
    margin-bottom: 10px;
}
.related-assessments h2, .related-interventions h2{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}
.related-assessments h2 span{
    color: #330066;
}
.related-interventions h2 span{
    color: #339999;
}
span.findings{
background-color: #cccccc;
position: absolute;
right: 65px;
top: 0px;
width: 195px;
padding-left: 10px;
padding-right: 10px;
  border-left: 1px solid #cccccc;
    -webkit-border-bottom-left-radius: 5px; 
    -moz-border-bottom-left-radius: 5px; 
    border-bottom-left-radius: 5px;
}
span.spoiler-title{
    width: 380px;
    display:block;
    font-size: 13px;
}
span.evidence{
background-color: #cccccc;
position: absolute;
right: 30px;
top: 0px;
padding-left: 10px;
padding-right: 10px;
min-width:37px;
}
.su-spoiler-title h2{
  margin-top: 0;
  margin-bottom: 0;   
}

div.jack, div.isabel, div.olivia, div.jase, div.martha, div.anya, div.susan, div.blake {
   width: 313px;
   float:left;
   margin-right: 20px;; 
}
div.jack img.alignleft, div.olivia img.alignleft, div.martha img.alignleft, div.susan img.alignleft{
    margin: 6px 12px 0 -35px;
}
div.isabel img.alignright, div.jase img.alignright, div.anya img.alignright, div.blake img.alignright{
    margin: 6px -35px 0 12px;
}
a.jack, a.isabel, a.olivia, a.jase, a.martha, a.anya, a.susan, a.blake, a.jack-fr, a.isabel-fr, a.olivia-fr, a.jase-fr, a.martha-fr, a.anya-fr, a.susan-fr, a.blake-fr{
float: left;
padding-top:237px; 
display:block; 
text-decoration: none;
padding-bottom: 5px;
padding-right: 15px;
padding-left: 15px;
border-bottom:none;
}
a.jack{
background: url('/wp-content/uploads/2015/02/jack.png'); 
background-repeat: no-repeat;

}
a.jack-fr{
background: url('/wp-content/uploads/2015/02/jack-fr.png'); 
background-repeat: no-repeat;

}
a.jack:hover{
background: url('/wp-content/uploads/2015/02/jack-on.png');
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;     
}
a.jack-fr:hover{
background: url('/wp-content/uploads/2015/02/jack-fr-on.png');
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;     
}
a.isabel{
background: url('/wp-content/uploads/2015/02/isabel.png'); 
background-repeat: no-repeat;

}
a.isabel-fr{
background: url('/wp-content/uploads/2015/02/isabel-fr.png'); 
background-repeat: no-repeat;

}
a.isabel:hover{
background: url('/wp-content/uploads/2015/02/isabel-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.isabel-fr:hover{
background: url('/wp-content/uploads/2015/02/isabel-fr-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.olivia{
background: url('/wp-content/uploads/2015/02/olivia.png'); 
background-repeat: no-repeat;
}
a.olivia:hover{
background: url('/wp-content/uploads/2015/02/olivia-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.olivia-fr{
background: url('/wp-content/uploads/2015/02/olivia-fr.png'); 
background-repeat: no-repeat;
}
a.olivia-fr:hover{
background: url('/wp-content/uploads/2015/02/olivia-fr-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.jase{
background: url('/wp-content/uploads/2015/02/jase.png'); 
background-repeat: no-repeat;
}
a.jase:hover{
background: url('/wp-content/uploads/2015/02/jase-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.jase-fr{
background: url('/wp-content/uploads/2015/02/jase-fr.png'); 
background-repeat: no-repeat;
}
a.jase-fr:hover{
background: url('/wp-content/uploads/2015/02/jase-fr-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}

a.martha{
background: url('/wp-content/uploads/2015/02/martha.png'); 
background-repeat: no-repeat;
}
a.martha:hover{
background: url('/wp-content/uploads/2015/02/martha-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.martha-fr{
background: url('/wp-content/uploads/2015/02/martha-fr.png'); 
background-repeat: no-repeat;
}
a.martha-fr:hover{
background: url('/wp-content/uploads/2015/02/martha-fr-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.anya{
background: url('/wp-content/uploads/2015/02/anya.png'); 
background-repeat: no-repeat;
}
a.anya:hover{
background: url('/wp-content/uploads/2015/02/anya-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.anya-fr{
background: url('/wp-content/uploads/2015/02/anya-fr.png'); 
background-repeat: no-repeat;
}
a.anya-fr:hover{
background: url('/wp-content/uploads/2015/02/anya-fr-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}

a.susan{
background: url('/wp-content/uploads/2015/02/susan.png'); 
background-repeat: no-repeat;
}
a.susan:hover{
background: url('/wp-content/uploads/2015/02/susan-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.susan-fr{
background: url('/wp-content/uploads/2015/02/susan-fr.png'); 
background-repeat: no-repeat;
}
a.susan-fr:hover{
background: url('/wp-content/uploads/2015/02/susan-fr-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.blake{
background: url('/wp-content/uploads/2015/02/blake.png'); 
background-repeat: no-repeat;
}
a.blake:hover{
background: url('/wp-content/uploads/2015/02/blake-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
a.blake-fr{
background: url('/wp-content/uploads/2015/02/blake-fr.png'); 
background-repeat: no-repeat;
}
a.blake-fr:hover{
background: url('/wp-content/uploads/2015/02/blake-fr-on.png');     
background-repeat: no-repeat;
background-color: #e0efff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-color: #e0efff;
}
.jack .symptoms, .isabel .symptoms, .olivia .symptoms, .jase .symptoms, .martha .symptoms, .anya .symptoms, .susan .symptoms, .blake .symptoms{
    color: #003399;
    font-weight: bold;
    line-height: 46px;
}
.isabel .symptoms, .jase .symptoms, .blake .symptoms, .anya .symptoms{
    margin-left: 30px;
}
/* Preload images for roll overs*/
body:after{
    display:none;
    content: url(/wp-content/uploads/2017/04/elearning-en-on.png) url(/wp-content/uploads/2017/04/elearning-fr-on.png) url(/wp-content/uploads/2015/02/isabel-on.png) url('/wp-content/uploads/2015/02/jack-on.png') url('/wp-content/uploads/2015/02/olivia-on.png') url('/wp-content/uploads/2015/02/jase-on.png') url('/wp-content/uploads/2015/02/martha-on.png') url('/wp-content/uploads/2015/02/anya-on.png') url('/wp-content/uploads/2015/02/susan-on.png') url('/wp-content/uploads/2015/02/blake-on.png') url(/wp-content/uploads/2015/02/isabel-fr-on.png) url('/wp-content/uploads/2015/02/jack-fr-on.png') url('/wp-content/uploads/2015/02/olivia-fr-on.png') url('/wp-content/uploads/2015/02/jase-fr-on.png') url('/wp-content/uploads/2015/02/martha-fr-on.png') url('/wp-content/uploads/2015/02/anya-fr-on.png') url('/wp-content/uploads/2015/02/susan-fr-on.png') url('/wp-content/uploads/2015/02/blake-fr-on.png');
}
#teamrow{
    float:left;    
    width:700px;
    margin:0px 0px 0px 30px;
    padding:0px;
}
#teamrow img{
    height: 100px !important;
}
.teammem{
    float:left;
    padding:0px;
    width:330px;
    border:1px solid #DEDEDE;
    margin:0px 0px 0px 0px;
    text-align:center !important;
    padding:3px 0px 5px 0px;
    font-size:12px;
    line-height:17px;
    height:46px;
}
.teammem1{
    float:left;
    padding:0px;
    width:330px;
    border:1px solid #DEDEDE;
    margin:0px 0px 0px 0px;
    text-align:center !important;
    padding:3px 0px 5px 0px;
    font-size:12px;
    line-height:17px;
    height:156px;
}
.teammem_center{
    float:left;
    padding:0px;
    width:330px;
    border:1px solid #DEDEDE;
    margin:0px 0px 0px 165px;
    text-align:center;
    padding:3px 0px 5px 0px;
    font-size:12px;
    line-height:17px;
    height:138px;
}
h2.search-result{
    line-height: 20px; 
}
h2.search-result a{
    font-size: 15px !important;
    font-weight: 600;
    
}
.view-pdf{
    margin:0 !important;
    margin-right: 10px !important;
    
}
.clinician-info .entry-content h2{
    font-size: 15px !important;
    font-size: 1.4em !important;
    margin-top: 1.8em !important;
}
/*.opentip-container .opentip{
    background-color: #000000 !important;
}*/
#menu-language, #menu-language-fr{
    display:inline;
}
.menu-language-container, .menu-language-fr-container{
    margin-right: 80px;
    float:right;
    position:absolute;
    top:0;
}
#menu-language li, #menu-language-fr li{
    display:inline-block;
}
#menu-language li.menu-item-language-current, #menu-language-fr li.menu-item-language-current{
    display:none;
}

/**
 * 3.0 Survey
 */

.gfield_checkbox input {
	margin-right:5px;
}
.ginput_container_radio input {
	margin-right:2px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 3px !important;
}
#thesurveycontainer {
	position: fixed;
	right: -390px;
	bottom: 90px;
}
#thesurveypull {
	width:45px;
	height:182px;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
}
#thesurveydrawer {
	display:inline-block;
	width:390px;
	height:182px;
	background-color:#181818;
	vertical-align:middle;
	padding:15px 20px;
}
.preload {
	position:absolute;
	left:-9999px;
}
#thesurveycontainer h2{
	font-size: 22px !important;
	line-height: 24px !important;
	color: #449bdf !important;
	margin: 0;
	font-family: oswaldbook,Helvetica,Helvetica Neue,Arial,sans-serif;
}
#pagetitle {
	color: #fff;
}
#thesurveybutton {
	display: inline-block;
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.2em;
	background-color: #309aea;
	color: #d7ebfb;
	text-transform: uppercase;
	padding: 10px 30px 10px 15px;
	text-decoration: none !important;
	margin-top:40px;
	margin-right:80px;
	background-image: url(/wp-content/themes/twentyfifteen/images/arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	font-family: oswaldbook,Helvetica,Helvetica Neue,Arial,sans-serif;
}
#thesurveybutton:hover {
	color:#000;
}
#thesurveylink {
	display:inline-block;
	color: #818a91;
	text-decoration: underline;
}
.pum-content .gform_wrapper h2 {
	font-size:20px !important;
	font-weight:bold !important;
}
.pum-theme-11646 .pum-content, .pum-theme-default-theme .pum-content .gform_body, .pum-theme-11646 .pum-content, .pum-theme-default-theme .pum-content,.gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_checkbox li label {
	color:#000 !important;
	font-size:14px !important;
}
.gf_progressbar span {
	display:none !important;
}
.gfield_required {
	display:none;
}
.gform_wrapper .gf_progressbar {
display:none;
}