/*
Theme Name: iatf
Author: NJE Design
Author URI: http://njedesign.com
Description: IATF Theme
Version: 1.0
Text Domain: iatf
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
nav: #003b6f hover: #004b8d;
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
img,legend{border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,figure{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}select{text-transform:none}button{overflow:visible}button,input,select,textarea{max-width:100%}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default;opacity:.5}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:.4375em;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button,input[type=datetime-local]::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-outer-spin-button,input[type=week]::-webkit-inner-spin-button,input[type=week]::-webkit-outer-spin-button,input[type=month]::-webkit-inner-spin-button,input[type=month]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #d1d1d1;margin:0 0 1.75em;min-width:inherit;padding:.875em}fieldset>:last-child{margin-bottom:0}legend{padding:0}textarea{overflow:auto;vertical-align:top}

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 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: #1a1a1a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 900;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-family: 'Lato', sans-serif;
	color: #012e55;
}
p {
	margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	//background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}
ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
/* add negative margin to list if after p */
p + ul, p + ol {
	margin-top: -15px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}
del {
	opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}
:-moz-placeholder {
	color: #686868;
}
::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #686868;
}

/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #003b6f;
	border: 0;
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}
.search-form {
	position: relative;
}
input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}
.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}
.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

/**
 * 6.1 - Links
 */

a {
	color: #000;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #666;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation {
	background-color: #003b6f;
}
.site-footer .main-navigation {
	margin-bottom: 1.75em;
}
.main-navigation ul {
	margin: 0;
	list-style: none;
}
.main-navigation li {
	position: relative;
	border-bottom: 1px solid white;
}
.main-navigation li:last-child {
	border-bottom: none;
}
.main-navigation a {
	color: #fff;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-decoration: none;
}
.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}
.main-navigation ul li a {
	-webkit-transition: 200ms ease;
	-moz-transition: 200ms ease;
	-o-transition: 200ms ease;
	transition: 200ms ease;
}
.no-js .main-navigation ul ul {
	display: block;
}
.main-navigation ul .toggled-on {
	display: block;
}
.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}
.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}
.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}
.dropdown-toggle:focus:after {
	border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
	content: "\f432";
}
.menu-toggle .icon-bar {
    background-color: #ffffff;
}
.menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
}
.menu-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.menu-toggle .sr-only {
    clip: inherit;
    height: 35px;
    line-height: 40px;
    margin: 0;
    overflow: inherit;
    padding: 0;
    width: auto;
    position: relative;
    float: right;
    text-indent: -10000px;
}
.menu-toggle .main-span {
	padding-right: 10px;
    float: left;
    margin-top: 9px;
    position: relative;
}
.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}
.post-navigation {
	border-top: 1px solid #003b6f;
	clear: both;
	margin: 0 7.6923% 3.5em;
}
.post-navigation .post-title {
	display: inline;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}
.post-navigation div + div {
	border-top: 1px solid #003b6f;
}
.pagination {
	border-top: 1px solid #003b6f;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	margin-left: 0;
	margin-right: 0;
	min-height: 56px;
	position: relative;
}
.pagination:before,
.pagination:after {
	background-color: #003b6f;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}
.pagination:before {
	right: 0;
}
.pagination:after {
	right: 54px;
}
.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}
.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}
.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}
.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}
.pagination .current .screen-reader-text {
	position: static !important;
}
.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}
.pagination .current {
	display: inline-block;
	font-weight: 700;
}
.pagination .prev,
.pagination .next {
	background-color: #003b6f;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}
.pagination .prev {
	right: 54px;
}
.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}
.pagination .next {
	right: 0;
}
.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

/**
 * 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;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}
/* 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-size: 14px;
	font-weight: 700;
	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.2);
	font-family: "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 {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

/**
 * 10.0 - Widgets
 */

.widget {
	padding-top: 1.75em;
}
.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}
.widget .widget-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}
.widget .widget-title:empty {
	margin-bottom: 0;
}
.widget-title a {
	color: #1a1a1a;
}

/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}
.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}
.site-content {
	word-wrap: break-word;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.site-main {
	margin-bottom: 3.5em;
}
.site-main > :last-child {
	margin-bottom: 0;
}

/**
 * 11.1 - Header
 */

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}
.custom-logo-link {
	display: block;
}
.custom-logo {
	max-width: 180px;
}
.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}
.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}
.menu-toggle {
	margin: 5px 0 0 0;
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
}
.no-js .menu-toggle {
	display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #004b8d;
	border-color: #1a1a1a;
	width: 100%;
	color: #fff;
}
.menu-toggle:focus {
	outline: 0;
}
.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}
.header-image a {
	display: block;
}
.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}
.entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-bottom: 1em;
}
.entry-title a {
	color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #666;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}
.post-thumbnail img {
	display: block;
}
.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}
.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	text-transform: uppercase;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}
.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,
.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,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}
.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.entry-footer {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}
.entry-footer:empty {
	margin: 0;
}
.entry-footer a {
	color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}
.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}
.sticky .posted-on,
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}


body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}
.page-title {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}
.page-links {
	clear: both;
	margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}
.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}
.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}
.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}
.entry-attachment {
	margin-bottom: 1.75em;
}
.content-bottom-widgets {
	margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - 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: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}
.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}
.form-submit {
	margin-bottom: 0;
}
.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}


/**
 * 11.5 - Sidebar
 */


/**
 * 11.6 - Footer
 */

.site-footer {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #c3c3c3;
	background-color: #f4f4f4;
}
.site-footer p {
	line-height: 1.4em;
}
@media screen and (max-width: 50em) {
	.site-footer {
		margin-top: 40px;
	}
}	
.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}
.site-info a {
	color: #686868;
}
.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}
.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}
.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}
.site-footer .disclaimer {
	margin: 0;
	padding-top: 0;
}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}





/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}
	.site-description {
		display: block;
	}
	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
	}
	.site-header-menu {
		margin: 1.3125em 0;
	}
	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}
	.header-image {
		margin: 1.3125em 0;
	}
	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%;
		margin-left: 0;
		margin-right: 0;
	}
	.post-navigation {
		margin-bottom: 5.25em;
	}
	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	.pagination .page-numbers {
		display: inline-block;
	}
	.site-main > article {
		margin-bottom: 5.25em;
	}
	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}
	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 15px;
	}
	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}
	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}
	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */
/*@media screen and (min-width: 56.875em) {*/
@media screen and (min-width: 72.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
		padding: 0;
	}
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}
	.main-navigation .primary-menu > li {
		float: left;
		border-right: 1px solid #516a81;
	}
	.main-navigation .primary-menu > li:last-child {
    	border-right: none;
    }
	.main-navigation a {
		padding: 0.975em 0.775em;
		padding: 0.975em .5em;
		white-space: nowrap;
		letter-spacing: -.01em;
	}
	.main-navigation li:hover > a {
		background-color: #004b8d;
	}
	.main-navigation ul ul li a {
		color: #000;
		background-color: #fff;
	}
	.main-navigation ul ul li a:hover {
		color: #000;
		background-color: #ddd;
		z-index: 99999;
	}
	.main-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		border: 1px solid #ccc;
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
		border-bottom-width: 0;
		border-bottom: 1px solid #ccc;
	}
	.main-navigation ul ul a {
		white-space: normal;
		min-width: 10em;
	}
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.0em;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 1em;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	.widget .widget-title {
		margin-bottom: 1.3125em;
	}
	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}
	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}
	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}
	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}
	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}
	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}
	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}
	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1.5;
		padding: 0.25em 1.5em;
	}
	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}
	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}
	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}
	.widget h3 {
		font-size: 16px;
		font-size: .9rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}
	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}
	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}
	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}
	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}
	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}
	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}
	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}
	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}
	.textwidget h1 {
		margin-top: 1.8260869565em;
	}
	.textwidget h2 {
		margin-top: 2.2105263158em;
	}
	.textwidget h3 {
		margin-top: 2.625em;
	}
	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}
	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}
	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

	.site-header {
		background-color: #fff;
		background: transparent url(images/world.png) no-repeat top right;
	}
	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}
	.post-navigation {
		margin-bottom: 7.0em;
	}
	.pagination {
		margin-bottom: 5.894736842em;
	}
	.site-main > article {
		margin-bottom: 7.0em;
	}
	.entry-title {
		font-size: 40px;
		font-size: 2.25rem;
		line-height: 1.225;
	}

	.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: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	.post-thumbnail {
		margin-bottom: 2.625em;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}
	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}
	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}
	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}
	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}
	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}
	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}
	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}
	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}
	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}
	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}
	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}
	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}
	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}
	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}
	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}
	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}
	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}
	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}
	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}
	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}
	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}
	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}
	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}
	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}
	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}

/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}
	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}
	blockquote {
		font-size: 14.25pt;
	}
	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}
	.site-description {
		display: block;
	}
	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}
	.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: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}
	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}
	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}
	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}
	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}
	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}
	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}
	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}
	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}
	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}
	.site {
		margin: 5%;
	}
	.site-inner {
		max-width: none;
	}
	.site-header {
		padding: 0 0 1.75em;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}
	.site-main {
		margin-bottom: 3.5em;
	}
	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}
	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}
	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}
	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

/*
nje
*/
@media screen and (min-width: 92em) {
	.main-navigation ul ul a {
		width: 14.6875em;
	}
}
@media screen and (max-width: 80em) {
	.main-navigation a {
	    padding: 0.975em .4em;
	    /* font-size: .9em; */
	}
	/* sub menu items on mobile */
	.main-navigation li.menu-item-has-children .sub-menu li {
		background-color: #004b8d;
    	border-bottom: 1px solid #ccc;
	}
	.main-navigation li.menu-item-has-children .sub-menu li:hover {
		background-color: #0057a3;
	}
	.main-navigation li.menu-item-has-children .sub-menu li:last-child {
		border-bottom: none;
	}
}
@media screen and (max-width: 60em) {
	.main-navigation li.menu-item-has-children .sub-menu li {
		padding-left: 5px;
	}
	.main-navigation a {
	    
	}
}

.main-nav-outer {
	margin: 30px 0;
	display: block;
    clear: both;
    width: 100%;
    background-color: #003b6f;
}
.content-area {
	margin-top: 20px;
}
.main-content {
	margin-right: 20px;
}

.site-content ul li, .site-content ol li {
	margin-left: 15px;
}
/* top submenu */
.topsubmenu {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #c3c3c3;
    background: rgba(255,255,255,0.6);
}
.topsubmenu ul {
	margin: 0;
	padding: 0;
}
.topsubmenu li {
	display: inline;
}
.topsubnav a {
	padding: 5px 10px 5px 6px;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #003b6f;
	border-right: 1px solid #aaa;
}
.topsubnav a:hover {
	color: #666;
}
.topsubnav li:last-child a {
	border: none;
}
@media screen and (max-width: 50em) {
	.topsubnav a {
		padding: 2px 6px 2px 3px;
		font-size: .75em;
	}
}
@media screen and (max-width: 480px) {
	.topsubnav a {
		padding: 2px 6px 2px 3px;
	}
}
@media screen and (min-width: 50em) {
	.topsubmenu {
	    text-align: right;
	}
}

/* sidebar */
.sidebar {
	clear: both;
}
.content-area, .sidebar {
    position: relative;
    min-height: 1px;
}
/* sidebar panels */
.panel {
	text-align: center;
	border: 1px solid #ddd;
    border-radius: 4px;
}
.panel-heading {
	background-color: #003b6f !important;
}
.panel-title {
	margin: 0 !important;
	padding: 7px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.panel-body {
	margin: 0;
	padding: 0;
}
.panel-body .textwidget {
	padding: 20px 0;
}

/* override widget_nje_box_title_link_widget styles */
.widget_nje_box_title_link_widget {
	/*why is this margin needed, but not with some themes?*/
	margin-top: 2em;
	border-radius: 4px;
}
.widget_nje_box_title_link_widget h3.widget-title {
	font-size: .9em;
	background-color: #003b6f;
}
.widget_nje_box_title_link_widget .btlw-txt-area {
}
.widget_nje_box_title_link_widget .btn {
	background-color: #003b6f;
}
.widget_nje_box_title_link_widget .btn:hover {
	background-color: #004b8d;
}
.widget_nje_box_title_link_widget .btn:hover {
}
/* testing for sidebar widget css */
/*.mywidget {
	background-color: #eee;
}
.mywidget h2.widget-title {
	background-color: #000;
}
.mywidget .btn {
	background-color: #000;
}
.mywidget .btn:hover {
	background-color: #222;
}*/


@media screen and (min-width: 50em) {
	.content-area {
		padding-right: 30px;
		float: left;
		width: 72%;
	}
	.sidebar {
		padding-left: 15px;
		float: right;
		width: 28%;
		clear: none;
	}
}

/* mail chimp */
.mc-subscribe {
	text-align: center;
}
.mc-subscribe .email {
	//max-width: 220px;
	max-width: 90%;
}
.mc-subscribe .btn {
	margin-top: 15px;
}

.iatf-offices img {
	padding: 10px;
}
.iatf-offices .iatf-offices-logos {
	padding: 10px 0 14px;
}
.office-anfia  {
	max-width: 104px;
}
.office-iaob {
	max-width: 100px;
}
.office-france {
	max-width: 82px;
}
.office-smmt {
	margin-left: 10px;
	max-width: 64px;
}
.office-vda-qmc {
	max-width: 170px;
}

/* news items */
.newsitem {
	margin: 0 0 20px;
	padding: 15px 20px;
	background-color: #f7f7f7;
    box-shadow: 2px 2x 5px #ccc;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
}
.newsitem h3 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #1a1a1a;
}
.newsitem h3 a {
	text-decoration: none;
}
.newsitem .date {
	font-weight: bold;
	display: block;
}

/* logo/search */
.logo-search {
	margin-bottom: 20px;
	padding-bottom: 0;
	width: 100%;
	float: left;
	clear: both;
}
@media screen and (min-width: 40em) {
	.logo-search {
		margin-bottom: 0;
		padding: 5px 0;
		border-bottom: 1px solid #003b6f;
	}
}
@media screen and (min-width: 60em) {
	.logo-search {
		border-bottom: none;
	}
}
.logo {
	padding: 15px 0 10px;
	position: relative;
}
.logo a {
	text-decoration: none;
}
.logo a.navbar-brand {
	width: 90px;
	height: 80px;
    float: left;
	background: transparent url('images/logo.png') no-repeat top left;
	background-size: 90px 80px;
    background-repeat: no-repeat;
}
.logo .site-title {
	margin: 30px 0 0 10px;
	display: inline-block;
}
.site-title {
	margin: 0 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2173913043;
}
.site-title a {
	color: #003b6f;
	text-decoration: none;
}
@media screen and (max-width: 50em) {
	.logo a.navbar-brand {
		margin-top: 10px;
		width: 75px;
		height: 65px;
		background-size: 75px 65px;
	}
	.site-title {
		font-size: 15px;
	}
}

/* search */
.site-search {
	margin-top: 30px;
}

@media screen and (min-width: 40em) {
	.logo {
		margin-bottom: 10px;
		float: left;
		width: 60%;
	}
	.site-search {
		margin-top: 35px;
		float: right;
		width: 220px;
	}
}
@media screen and (min-width: 60em) {
	.site-search {
		width: 260px;
	}
}

.site-main > article {
    margin-bottom: 2em !important;
}
.entry-meta {
	margin: 0;
}
h2.entry-title {
	font-size: 1.5em !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #003b6f;
}
.btn-default {
    background-color: #003b6f;
}
.btn {
    display: inline-block;
    border: 0;
    background: #003b6f;
    color: #fff;
    cursor: pointer;
    padding: 0.25em 1.5em;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    text-shadow: none;
    -webkit-appearance: none;
    border-radius: 0.25em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #004b8d !important;
	text-decoration: none;
}

/* Publications */
.tbl-filter {
	margin: 0 0 15px;
	display: flex;
  	flex-wrap: wrap;
}
.tbl-filter .btn {
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px 8px;
	line-height: 1.5;
	font-size: .9em;
	font-weight: normal;
	text-transform: none;
	color: #000;
	background: #eee;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
}
@media (max-width: 90em) {
	body.iatf-publications .btn {
		line-height: 1.3;
		flex-basis: 33%;
		flex-grow: 1;
	}
}
@media (max-width: 40em) {
	body.iatf-publications .tbl-filter .btn {
		margin-right: 5px;
	}
	body.iatf-publications .tbl-filter .btn:first-child {
		flex-basis: 100%;
	}
	body.training .btn:first-child {
		flex-basis: 100%;
	}
}
@media (max-width: 60em) {
	body.training {
		flex-grow: 1;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	body.training .btn {
		flex-grow: 1;
		align-items: stretch;
	}
}

.tbl-filter .btn.is-checked {
	color: #fff;
    background-color: #333;
}
.expand-details {
	width: 100%;
	cursor: pointer;
}
.expand-details:hover {
	background-color: #eee;
}
.expand-details td {
	margin: 5px;
	padding: 5px;
	color: #003b6f;
}

.cert-bodies .active {
	background-color: #ddd !important;
}
.cert-bodies .cert-bodies-header:hover {
	background-color: #ddd !important;
}

table.tbl { 
	width: 100%; 
	border-collapse: collapse; 
}
.tbl th:first-child {
 	min-width: 110px;
}
/* Zebra striping */
.tbl tr:nth-of-type(odd) { 
	background: #eee; 
}
.tbl th { 
	font-weight: bold;
	background-color: #333;
	color: #fff;
}
.tbl td, th { 
	padding: 7px 8px; 
	border: 1px solid #ccc; 
	text-align: left;
	line-height: 1.5em;
	font-size: .9rem;
}

@media screen and (max-width: 600px) {
	table {width:100%;}
	thead {display: none;}
	tr td:first-child {background: #f0f0f0;}
	tbody td {display: block;  text-align:center; width: 100%;}
	tbody td:before { 
	    content: attr(data-th); 
	    display: block;
	    text-align:center;  
	}
	/* Remove Zebra striping */
	.tbl tr:nth-of-type(odd) { 
		background: #fff !important; 
	}
	.cbcommuniques .year-number {  
		width: 100% !important;
		font-weight: bold;
	}
	.cbcommuniques .subject {
		width: 100% !important;
	}
	.publications .language {
		width: 100% !important;
		font-weight: bold;
	}
	.publications .manual {
		width: 100% !important;
	}
	.publications .revision-level {
		width: 100% !important;
	}
	.cert-bodies .companyname, .cert-bodies .companycode, .cert-bodies .status {
		width: 100% !important;
	}
	.expand-details td {
	    margin: 0;
	    border: 1px solid black;
	}
	.cert-bodies-header {
		border: 1px solid #ddd;
	}
	.cert-bodies-header td:nth-child(4) {
		width: 100% !important;
	}
	.cert-bodies-header-terminated td:nth-child(3) {
		width: 100% !important;
	}
	.showhide i {
	    margin-bottom: 0 !important;
	    width: 100%;
	}
	.training .language {
		font-weight: bold;
	}
}

/* add icon that shows that link opens in new tab */
/* this code only works if FontAwesome is loaded */
/*.website a {
    text-decoration: none;
}    
.website a:after {
	padding-left: 5px;
    content: "\f08e";
    font-family: FontAwesome;
    font-size: .9em;
 }*/
 .widget_nje_box_title_link_widget .website a {
    text-decoration: none;
}    
.widget_nje_box_title_link_widget .website a:after {
	padding-left: 5px;
    content: "\f08e";
    font-family: FontAwesome;
    font-size: .9em;
 }


.cbcommuniques .year-number {  
	width: 15%;
}
.cbcommuniques .subject {
	width: 75%;
}

.publications .language {
	width: 20%;
}
.publications .manual {
	width: 35%;
}
.publications .revision-level {
	width: 27%;
}
.publicatios .wheretobuy {
	width: 18%;
}

/* Certification Bodies page */
.cert-bodies-container {
	width: 100%;
}
.cert-bodies {
	width: 100%;
}
.cert-bodies-header {
	width: 100%;
}
.cert-bodies td, .cert-bodies th { 
	border: none !important;
}
.cert-bodies-header td:last-child {
	border-right: none;
}
.cert-bodies-header td:nth-child(1) {
	width: 16%;
}
.cert-bodies-header td:nth-child(2) {
	width: 70%;
}
.cert-bodies-header td:nth-child(3) {
	width: 5%;
}
.cert-bodies-header td:nth-child(4) {
	width: 3%;
	text-align: right;
}
.cert-bodies-header-terminated td:nth-child(1) {
	width: 16%;
}
.cert-bodies-header-terminated td:nth-child(2) {
	width: 81%;
}
.cert-bodies-header-terminated td:nth-child(3) {
	width: 3%;
	text-align: right;
}
.cert-bodies-header, .cert-bodies-header-terminated {
	background-color: #fff !important;
    background-image: linear-gradient( to bottom, #fff, #fff 98%, #ccc 2% ) !important;
}
.cert-bodies-details-wrap {
	padding: 0 !important;
}
.cert-bodies-details {
    display:none;
}
.cert-bodies-details {
    margin: 0;
    padding: 15px 15px 10px;
    position: relative;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
}
.cert-bodies-details-main {
	width: 100%;
}
.cb-job-list-wrap {
	margin-top: 25px;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.cb-job-list-wrap h4 {
	padding: 8px 0 4px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.jobs {
	margin: 20px 0 15px 0;
	padding-left: 0;
}
.jobs li {
	margin-left: 0 !important;
	padding-bottom: 8px;
	list-style: none;
	list-style-position: inside
}
@media screen and (min-width: 50em) {
	.cert-bodies-details-main {
		width: 60%;
		float: left;
	}
	.cb-job-list-wrap {
		margin-top: 0;
		width: 40%;
		float: right;
	}
}
.cert-bodies .showhide {
	margin: 0;
	padding: 0;
}
.cert-bodies .showhide i {
	padding: 6px 11px;
	line-height: 1.6;
	font-weight: bold;
	text-transform: none;
	color: #000;
	background: #eee;
	background-color: #f9f9f9;
	border: none;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;    
    outline:none;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
}
.cert-bodies-details p {
	margin: 0 0 3px;
	line-height: 1.5;
}
.cert-bodies-details-inner p {
	font-weight: normal !important;
}
.cert-bodies-details h3 {
	color: #003b6f;
	font-size: 18px;
	font-weight: bold;
}
.cb .btn {
	min-width: 28px;
}

body.about-iatf-oversight-offices .entry-content h2 {
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
}
/* float the offices */
body.about-iatf-oversight-offices .entry-content div {
	padding: 0 10px 10px 0;
	float: left;
	/*width: 33.33%;*/
	width: 48%;
}
body.about-iatf-oversight-offices .entry-content div p {
	line-height: 1.5em;
}
@media screen and (max-width: 60em) {
	body.about-iatf-oversight-offices .entry-content div {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	body.about-iatf-oversight-offices .entry-content div {
		float: none;
		width: 100%;
	}
}
.entry-content h3 {
	margin-bottom: .5em;
	font-size: 1.1em;
}

/* nje overrides */
.site-header-menu {
	clear: both;
}
.container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media screen and (min-width: 50em) {
	.container-fluid {
		margin: 0 auto;
	    max-width: 1380px;
	}
}
@media screen and (min-width: 60em) {
	.container-fluid {
		padding-left: 40px !important;
    	padding-right: 40px !important;
	}
}
.list-columns {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}
.breadcrumbs, .breadcrumbs a {
	color: #999;
	font-size: .9em;
}

a[href$=".pdf"] {
	padding: 4px 30px 4px 0;
	background: transparent url("images/icon-pdf.png") no-repeat;
	background-position: 100% 0; 
}
a[href$=".docx"], a[href$=".doc"] {
	padding: 0 30px 2px 0;
	background: transparent url("images/icon-doc.png") no-repeat;
	background-position: 100% 0; 
}
a[href$=".xls"] {
	padding: 0 30px 8px 0;
	background: transparent url("images/icon-xls.png") no-repeat;
	background-position: 100% 0; 
}

.covid {
	padding-top: 0;
	border: 5px solid #b9041e;
}
.covid img {
	width: 100%;
}
.covid p:nth-child(2) {
	margin: 0;
	padding: 0 10px 10px;
	line-height: 1.5;
}

.covid a.no-pdf-icon[href$=".pdf"] {
	background: none;
}

.no-pdf-icon[href$=".pdf"] {
	background: none;
}