/*
Theme Name: Genesis LMB2019
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-lmb
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.clear::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.clear::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}



/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Open Sans","Gill Sans","Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0063BD;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	line-height: 18px;
    margin-bottom: 12px;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 15px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {

	    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 5px solid #eee;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a ,
h6 a {
	/*font-family: "Source Sans Pro", sans-serif;*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #018AAD;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 16px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 2px 3px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
	    word-break: break-word;
}

th {
	font-weight: 400;
	padding: 0 6px;
	    word-break: break-word;
}

td:first-child,
th:first-child {
	/*padding-left: 0;*/
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	    background-color: #fff;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 10px 10px 0;
	background-color: #fff;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	/*font-size: 30px;*/
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);*/
	padding: 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
header .wrap {max-width:962px; margin:0 auto;}

/* Shrinking Header
--------------------------------------------- */

.site-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
}

.title-area {
	padding-top: 16px;
	padding-bottom: 0;
}

.site-header .wrap,
.bumper {
	min-height: 45px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

/*.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}*/
.site-title{margin:0;padding:0px 0;    font-size: 1.7em;font-weight:300;line-height:60px;letter-spacing:-1px;background:url(/wordpress/wp-content/uploads/mrc-lmb-logo.png) 0px center no-repeat;border-bottom:none;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background-position: 10px;}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	    text-decoration: none;
    color: #2E2D62;
	padding: 0 235px;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.lmb-lhs-menu a{color:#666;}
.lmb-lhs-menu li {
    margin-bottom: .7em;
    word-break: keep-all;
}
.lmb-lhs-menu li:last-of-type {
    margin-bottom: 30px;
}
.current-menu-parent>a {/*font-size: 2rem;*/ /*color:red;*/}
.current-menu-parent>.sub-menu a {
/*font-size: 0.8em;*/
    /* color: green; */
    padding-left: 10px;
    display: block;
    margin-bottom: .7em;word-break: keep-all;}

.current-menu-item>.sub-menu a{/*font-size: 2rem;*/ /*color:coral;*/}
.current-menu-item>a {/*font-size: 2rem;*/ /*color:pink !important;*/ font-weight:900;}


.widget  .sub-menu li {    margin: 0 0 0 0;
    font-size: 1rem;
    /* padding-left: 15px; */
    display: block;
    margin-bottom: .7em;}

.lmb-lhs-menu ul.sub-menu {
    margin-top: 10px;
    margin-left: 10px;
}

.lmb-lhs-menu li ul.sub-menu {
    display: none;
}

.lmb-lhs-menu li.current-menu-item ul.sub-menu ,
.lmb-lhs-menu li.current-menu-ancestor ul.sub-menu {
    display: inherit;
    list-style-type: none;
}

.lmb-lhs-menu li.current-page-parent>ul.sub-menu li.current-menu-item>ul.sub-menu {
    display: block;
   /* background:pink;*/
}
.lmb-lhs-menu li.current-page-parent ul.sub-menu>li>ul,
.lmb-lhs-menu li.current-menu-item ul.sub-menu li ul.sub-menu {
    display: none;
}
.children
{ display: none; }

.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children
{ display: block; }
.leftmenutitle{font-size: 1.3em;}

/*
.cubla li.current-menu-item ul.sub-menu {
    display: block !important;
    background: pink;
}
.cubla li.current-menu-ancestor{
    display: block !important;
    background: green;
}
.cubla li.current-menu-item{
    display: block !important;
    background: coral;
}

*/



/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink {
	border-bottom: 1px solid #ddd;
}

.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 40px;
	padding: 0;
}

.shrink .site-title {
	    font-size: 20px;
    padding-top: 5px;
    background-size: 120px;
    line-height: 30px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.shrink .site-title a {
	background-size: 270px 60px !important;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

@media only screen and (max-width: 1139px) {

	.title-area {
		/*width: 320px;*/
	}
}

@media only screen and (max-width: 1023px) {

	.title-area {
		width: 75%;
	}
	.site-title {
	    margin: 0;
	    padding: 5px 0;
	    font-size: 1.4em;
	    font-weight: 300;
	    line-height: 50px;
	    letter-spacing: -1px;
	    /*background: url(/lmb-genesis/wp-content/uploads/mrc-lmb-logo.png) 0px center no-repeat;*/
	    /*border-bottom: none;
	    -moz-border-radius: 10px 10px 0 0;
	    -webkit-border-radius: 10px 10px 0 0;
	    border-radius: 10px 10px 0 0;
	    background-position: 10px;*/
	    background-size:120px;
	}

	.site-header .wrap, .bumper {
		min-height: 60px;
	}

	.site-header.shrink .wrap {
		min-height: 60px;
	}
	.site-title a, .site-title a:focus, .site-title a:hover {
	    padding: 0 0 0 140px;
	}

}

@media only screen and (max-width: 768px) {

	.shrink .site-title {
		font-size: 1.4em;
		line-height: 50px;
	}
	

}

@media only screen and (max-width: 600px) {

	.site-header {
		top: 0;
    	padding: 0 0px;
    	position: relative;
	}

	.site-header .wrap, .bumper {
		/*min-height: 130px;*/
	}
	.title-area {
	    width: 60%;
	}
	.site-title a, .site-title a:focus, .site-title a:hover {
	    padding: 0 0 0 110px;
	    display: none;
	}
	.site-title {
	    margin: 0;
	    padding: 5px 0;
	    font-size: 1.0em;
	    font-weight: 300;
	    line-height: 60px;
	    letter-spacing: -1px;
	    /* background: url(/lmb-genesis/wp-content/uploads/mrc-lmb-logo.png) 0px center no-repeat; */
	    background-size: 180px;
	        min-height: 60px;
	}
	.site-header .wrap, .bumper {
	    min-height: 10px;
	}

}

@media only screen and (max-width: 320px) {

	.site-header .wrap, .bumper {
		min-height: 40px;
	}

}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

ul.noindent {
    margin: 0;
    padding:0;
}

 ul.noindent li{   margin-bottom: 12px;list-style-type: none !important;}
 
ul.tabs-content > li {
    list-style-type: none;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}
.sidebar input#searchform-1 {
    font-size: 0.9rem;
    padding: 7px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #f0f0f0;
	border-top: 1px solid #eee;
	    font-size: .9em;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	    margin-top: 20px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .wrap {max-width: 962px;margin: 0 auto;}

/*----------------------------------------------------------------------------
/* New lmb Logo 2021 styles - change of colours to follow UKRI pallette
---------------------------------------------------------------------------- */
.homeright h3 a {
    color: #0063BD;
}
.homeright h3 a:hover {
    color: #333;
}
.feature h4, .cta  {color:#2E2D62 !important;}

.post .entry-content h2:first-child em {color:#2E2D62 !important;}
.post .entry-content h3{color:#2E2D62 !important;}
.group-leader-list h2{font-size: 1.0rem;margin-bottom:0;}
.group-leader-list h3{font-size: 0.9rem;color:#000;margin-bottom:0;}
.page-template-page-news-php .entry-title a{color: #018AAD;}

/*----------------------------------------------------------------------------
/* lmb 2012 styles - legacy styles
---------------------------------------------------------------------------- */
	.bottom0 {
	    margin-bottom: 0;
	}
	h1, h2, h3, .h1, .h2, .h3 {
	    letter-spacing: -1px;
	    /*color: #018AAD;*/
	    font-weight: 400;
	}

	h1, .home h2, .h1 {
	    font-size: 1.8em;
	    line-height: 140%;
	    margin-bottom: 10px;
	}
	h2.glsubject {
	    margin: 0;
	    margin-bottom: 0;
	}
	h2, .h2 {
	    font-size: 1.4em;
	    line-height: 130%;
	    margin-bottom: 10px;
	}
	em, .italic {
	    font-style: italic;
	}
	.grey, .grey p {
	    color: #444;
	}
	.glrow {
	    margin-bottom: 20px;
	    min-height: 105px;
	        margin-left: 170px;
	}
	a, a:visited {
	    text-decoration: none;
	    outline: 0;
	}
	/* right column
	--------------------------------------------- */
	.right-column {
	    /*float: right;*/
	    /*background: blue;*/
	   /* width: 160px;*/
	   margin: 10px 0 0 16px;
	}

	.right-column h3 {
	    border-bottom: 1px solid;
	    margin-bottom: 10px;
	}
	.right-column li {
	    line-height: 18px;
	    margin-bottom: 12px;
	}
	.right-column li a.h3, .right-column li span.h3  {
	    color: #0063bd;
	    display: block;
	}
	/* callouts / cta
	--------------------------------------------- */
	.cta {
	    width: 100%;
	    margin: 10px auto;
	    padding: 10px;
	    background-color: #f2f2f2;
	    position: relative;
	}
	.entry-content>h1:first-of-type{/*display: none;*/}

	dl.timeline dt {
	    font-weight: 700;
	    float: left;
	}
	dl.timeline dd {
	    margin: auto auto 10px 60px;
	}
	/* tabs / alumni
	--------------------------------------------- */
	ul.tabs {
	    zoom: 1;
	}
	ul.tabs {
	    display: block;
	    margin: 0 0 20px;
	    padding: 0;
	    border-bottom: solid 1px #ddd;
	}
	ul.tabs-content>li {
	    display: none;
	        columns: 2;
	}
	ul.tabs li {
	    display: block;
	    width: auto;
	    height: 30px;
	    padding: 0;
	    float: left;
	    margin-bottom: -1px;
	}
	ul.tabs li a {
	    display: block;
	    text-decoration: none;
	    width: auto;
	    height: 29px;
	    padding: 0 20px;
	    line-height: 30px;
	    border: solid 1px #ddd;
	    border-width: 1px 0 0 1px;
	    margin: 0;
	    background: #f5f5f5;
	}
	ul.tabs li a.active {
	    background: #fff;
	    height: 34px;
	    position: relative;
	    top: -4px;
	    padding-top: 4px;
	    border-right-width: 1px;
	    margin: 0 -1px 0 0;
	    color: #111;
	    -moz-border-radius-topleft: 2px;
	    -webkit-border-top-left-radius: 2px;
	    border-top-left-radius: 2px;
	    -moz-border-radius-topright: 2px;
	    -webkit-border-top-right-radius: 2px;
	    border-top-right-radius: 2px;
	}
	ul.tabs.narrow li a {
	    padding: 0 10px;
	}
	ul.tabs:after {
	    clear: both;
	}
	ul.tabs:before, ul.tabs:after {
	    content: '\0020';
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
	}
	ul.tabs li:last-child a {
	    border-width: 1px 1px 0;
	    -moz-border-radius-topright: 2px;
	    -webkit-border-top-right-radius: 2px;
	    border-top-right-radius: 2px;
	}
	/*******************
	/* slick slider (pub eng image game)
	********************/
	.slick-prev{left:10px}
	.slick-next{right:10px}
	.slick-prev,.slick-next{line-height:0;position:absolute;top:50%;display:block;padding:0;cursor:pointer;color:#736a63;border:none;outline:none;z-index:100}
	.slick-slider,.slick-track,.slick-slider .slick-list,.slick-slide{outline:0}
	.slick-initialized{visibility:visible!important}
	.image-guess {visibility:hidden; display: block !important;}
	.image-guess ul{height: 100%;}
	.image-guess figure {margin: 0 50px !important;align-items: flex-start !important;display: block !important;}	
	.image-guess figcaption{display:none; position:relative !important; margin: 0px auto !important; padding: 20px !important; font-size: 107% !important; line-height: 140% !important; background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.9) 50%,rgba(0, 0, 0, 0.5)) !important;background: #fff !important; color: #505050 !important; text-align: left !important;}
	.image-guess figcaption:before{content:"\f10d" !important;font-family:FontAwesome !important}
	.image-guess figcaption:after{content:"\f10e" !important;font-family:FontAwesome !important}
	/*******************
	/* Postdoc profiles
	********************/
		.pdp{width:100%;float:left;background-color:#dfe6e4;margin-bottom:20px}
	.pdp .read-more-state{display:none}
	.pdp .read-more-target{opacity:0;max-height:0;font-size:0;transition:.25s ease}
	.pdp .read-more-state:checked~.read-more-wrap .read-more-target{opacity:1;font-size:inherit;max-height:999em}
	.pdp .read-more-state~div.read-more-trigger:before{content:'Show more'}
	.pdp .read-more-state:checked~div.read-more-trigger:before{content:'Show less'}
	.pdp .read-more-trigger{cursor:pointer;display:inline-block;padding:0 5px;color:#333;font-size:.9em;border:1px solid #333;border-radius:.25em;margin-top:10px;float:right}
	.pdp-header{background-color:#9cb1aa;width:100%;float:left;margin:0 0 10px}
	.pdp h3{color:#fff;font-size:1.5rem;font-style:normal;font-weight:100;text-shadow:none}
	.pdp blockquote{color:#fff;padding:10px 10px 0;margin:0;border-left:0;font-size:120%}
	.pdp p{padding:0 10px}
	.pdp blockquote p{color:#fff;margin:0;quotes:"\201C" "\201D" "\2018" "\2019"}
	.pdp blockquote p:before{content:open-quote}
	.pdp blockquote p:after{content:close-quote}
	.pdp .alignleft{margin:0 10px 0 0}
	.pdp .alignright{margin:0 0 0 10px}
	.pdp .collapseomatic{text-transform:uppercase;float:right;font-style:italic;color:#018AAD}
	.pdp .collapseomatic_content{margin-left:0}

	.cell,.cell p{color:#034f34}
	.neuro,.neuro p{color:#0c518f}
	.pnac,.pnac p{color:#ee7b27}
	.strucs,.strucs p{color:#ae2c25}
	/*******************
	/* awards 
	********************/

	dl.timeline dt{font-weight:700;float:left}
	dl.timeline dd{margin:auto auto 10px 60px}
	dl.awards:before,.awards dd:before,dl.awards:after,.awards dd:after{content:"";display:table}
	dl.awards:after,.awards dd:after{clear:both}
	dl.awards,.awards dd{*zoom:1}

	.awards dt,.awards dd{background:#f5f5f5;border:1px solid #ccc;padding:5px;width:100%;margin:0}
	.awards dd{
		margin-top:5px;
    	float: left;
    	min-height:81px;
	}

	.flat-grey-button {
	    height: 100px;
	    background: #888;
	    padding: 20px 10px;
	    border-radius: 5px;
	    color: #fff;
	    display: table;
	    text-align: center;
	        margin-bottom: 20px;
	}
	.flat-grey-button h2 {
	    display: table-cell;
	    vertical-align: middle;
	    color: #fff;
	    letter-spacing: 1px;
	}
	.flat-grey-button h2 a {
	    color: #fff;
	}
	table td {
	    background-color: #fff;
	    border: 1px solid #d1d1d1;
	    padding: 10px;
	    word-break: keep-all;
	}
    table.lmb-stripe-table tr:nth-child(even) {
	    background: #eee;
	}
	table.lmb-stripe-table td {
	    background: transparent;
	}
	/*******************
	/* news archives
	********************/

	.filterbyyear {
	    margin: 0 0 0 15px;
	    padding: 0;
	}
	.pagination, .filterbyyear, .ngg-navigation {
	    float: right;
	    padding: 10px 0;
	    line-height: 1em;
	}
	ul.pagination li, ul.filterbyyear li, .ngg-navigation a, .ngg-navigation .current, .ngg-navigation .more {
	    float: left;
	    margin: 0 0 2px 2px;
	}
	.pagination .current, .filterbyyear .current, .ngg-navigation .current {
	    padding: 6px 9px 4px;
	    background: #018AAD;
	    color: #fff;
	}
	ul.pagination li a, ul.filterbyyear li a, .ngg-navigation a {
	    padding: 6px 9px 4px;
	    display: block;
	    text-decoration: none;
	    width: auto;
	    color: #fff;
	    background: #666;
	}
	.textright {
	    text-align: right;
	}
	.post {
	    margin-bottom: 20px;
	    padding-bottom: 10px;
	    border-bottom: 0px solid #d6d6d6;
	}

/* Group leaders, lists PhD and summer students
---------------------------------------------------------------------------- */

.phdlist h4 {
    margin: 0;
    font-size: 1rem;
}

.page-template-page-group-leader-php ul li ul{margin: 4px 0 5px 30px;}

/* social media icons
---------------------------------------------------------------------------- */
.crunchify-link{padding:3px;color:#fff;font-size:12px;border-radius:32px;margin-right:8px;cursor:pointer;display:block;width:24px;height:24px;text-align:center;float:left}
.crunchify-link a{color:#fff}
.crunchify-link:visited{color:#fff!important}
.crunchify-link:hover,.crunchify-link:active{color:#fff}
.crunchify-twitter{background:#00aced}
.crunchify-twitter:hover,.crunchify-twitter:active{background:#0084b4}
.crunchify-facebook{background:#3B5997}
.crunchify-facebook:hover,.crunchify-facebook:active{background:#2d4372}
.crunchify-googleplus{background:#D64937}
.crunchify-googleplus:hover,.crunchify-googleplus:active{background:#b53525}
.crunchify-buffer{background:#444}
.crunchify-buffer:hover,.crunchify-buffer:active{background:#222}
.crunchify-pinterest{background:#bd081c}
.crunchify-pinterest:hover,.crunchify-pinterest:active{background:#bd081c}
.crunchify-linkedin{background:#0077b5}
.crunchify-linkedin:hover,.crunchify-linkedin:active{background:#0077b5}
.crunchify-email{background:#669c41}
.crunchify-email:hover,.crunchify-email:active{background:#669c41}
.crunchify-social:before{content:"Share";float:left;padding:3px 10px 5px 0;font-size:122%}
.crunchify-social{margin:20px 0 25px;-webkit-font-smoothing:antialiased;font-size:12px;font-weight:700}
.sm-icons{margin:0 15px 0 0;float:left}
.sm-icons a{display:inline-block;width:24px;height:24px;margin:3px 5px;vertical-align:middle;-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s}
.sm-icons a.twitter{background:url(images/social/twitter.png) left top no-repeat}
.sm-icons a.dribbble{background:url(images/social/dribbble.png) left top no-repeat}
.sm-icons a.rss{background:url(images/social/rss.png) left top no-repeat}
.sm-icons a.pinterest{background:url(images/social/pinterest.png) left top no-repeat}
.sm-icons a.digg{background:url(images/social/digg.png) left top no-repeat}
.sm-icons a.flickr{background:url(images/social/flickr.png) left top no-repeat}
.sm-icons a.forrst{background:url(images/social/forrst.png) left top no-repeat}
.sm-icons a.vimeo{background:url(images/social/vimeo.png) left top no-repeat}
.sm-icons a.reddit{background:url(images/social/reddit.png) left top no-repeat}
.sm-icons a.linkedin{background:url(images/social/linkedin.png) left top no-repeat}
.sm-icons a.facebook{background:url(images/social/facebook.png) left top no-repeat}
.sm-icons a.paypal{background:url(images/social/paypal.png) left top no-repeat}
.sm-icons a.stumbleupon{background:url(images/social/stumbleupon.png) left top no-repeat}
.sm-icons a.email{background:url(images/social/email.png) left top no-repeat}
.sm-icons a.deviantart{background:url(images/social/deviantart.png) left top no-repeat}
.sm-icons a.netvibes{background:url(images/social/netvibes.png) left top no-repeat}
.sm-icons a.yahoo{background:url(images/social/yahoo.png) left top no-repeat}
.sm-icons a.github{background:url(images/social/github.png) left top no-repeat}
.sm-icons a.addthis{background:url(images/social/addthis.png) left top no-repeat}
.sm-icons a.behance{background:url(images/social/behance.png) left top no-repeat}
.sm-icons a.blogger{background:url(images/social/blogger.png) left top no-repeat}
.sm-icons a.slashdot{background:url(images/social/slashdot.png) left top no-repeat}
.sm-icons a.technorati{background:url(images/social/technorati.png) left top no-repeat}
.sm-icons a.googleplus{background:url(images/social/googleplus.png) left top no-repeat}
.sm-icons a.apple{background:url(images/social/apple.png) left top no-repeat}
.sm-icons a.myspace{background:url(images/social/myspace.png) left top no-repeat}
.sm-icons a.sharethis{background:url(images/social/sharethis.png) left top no-repeat}
.sm-icons a.yelp{background:url(images/social/yelp.png) left top no-repeat}
.sm-icons a.delicious{background:url(images/social/delicious.png) left top no-repeat}
.sm-icons a.lastfm{background:url(images/social/lastfm.png) left top no-repeat}
.sm-icons a.youtube{background:url(images/social/youtube.png) left top no-repeat}
.sm-icons a.skype{background:url(images/social/skype.png) left top no-repeat}
.sm-icons a.tumblr{background:url(images/social/tumblr.png) left top no-repeat}
.sm-icons a.aim{background:url(images/social/aim.png) left top no-repeat}
.sm-icons a.google{background:url(images/social/google.png) left top no-repeat}
.sm-icons a:hover{background-position:left -34px}
.fa-facebook-official{color:#3b5998}
.fa-linkedin-square{color:#007bb6}
.fa-twitter-square,.fa-x-twitter{color:/*#00aced*/ #fff;}
.fa-square-x-twitter{color: #000;}
.fa-youtube-square{color:#cd201f}
.fa-instagram{color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;}
.google-plus-square{color:#dd4b39}
.fa-rss-square{color:#f26522}
.fa-envelope-square{color:#505050}
.sm-icons a i{transition:all .2s ease-in-out;cursor:pointer}
.sm-icons a i:hover{opacity:.7}

.trigger.unstyled {
    background: none;
    border: none;
}
.trigger.unstyled {
    background: none;
    border: none;
}
.trigger {
    background-color: #F8F8F8;
    border-top: 1px solid #e5e5e5;
    padding-left: 34px;
    position: relative;
}
.trigger {
    display: block;
    padding: .3em .3em .3em 2.6em;
    margin: 0;
    cursor: pointer;
    color: #0063BD;
}
.toggle_container {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}
.trigger:before {
    content: "\a0";
    display: block;
    position: absolute;
    top: .6em;
    left: .6em;
    width: 17px;
    height: 16px;
    background: url(images/sprite.png) no-repeat -17px 0;
}

/* photo archive
---------------------------------------------------------------------------- */
ul.photoarchive {
    margin-left: 50px;
}
ul.photoarchive{margin:0;margin-left:50px;padding:0}
ul.photoarchive li{margin:10px;padding:0;float:left;text-align:center;width:170px;list-style-type: none;}
ul.photoarchive p{height:3em;margin-bottom:0}
ul.photoarchive li a{display:block;padding:10px;width:170px;height:170px;background:#f6f6f6;border:1px solid #e6e6e6}
ul.photoarchive li a:hover{border:1px solid #ccc;background:#eee}
ul.photoarchive li img{border:1px solid #e6e6e6}
.type-photo_archive{padding:10px 20px;background:#f7fafd;border:1px solid #ebf0f5}
.type-photo_archive img{border:1px solid #e6e6e6;box-shadow:0 0 1px #bbb}
dl.photometa{margin:40px 0}
dl.photometa dt{font-weight:700;float:left}
dl.photometa dd{margin:auto auto 8px 100px}
#photoForm{margin-top:10px;width:515px}
#photoForm li{position:relative}
#photoForm label{float:left;width:100px;margin-right:15px;text-align:right}
#photoForm input,#photoForm textarea{width:400px;border:2px solid #ccc}
#photoForm input[type="submit"]{width:auto;border-width:1px}
#photoForm .error{color:red;right:4px;top:.5em;position:absolute}

/* homepage
---------------------------------------------------------------------------- */
/* slider
---------------------------------------------------------------------------- */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none}
.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}
.flexslider{margin:0;padding:0}
.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden;margin-bottom:0}
.lt-ie8 .flexslider .slides>li{display:block}
.flexslider .slides img{width:100%;display:block}
.flex-pauseplay span{text-transform:capitalize}
.slides:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}
html[xmlns] .slides{display:block}
* html .slides{height:1%}
.no-js .slides>li:first-child{display:block}
.flexslider{margin:0 0 20px;background:#fff;position:relative;zoom:1}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}
.loading .flex-viewport{max-height:300px}
.flexslider .slides{zoom:1}
.flex-caption{background:none;-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);zoom:1;width:96%;padding:2%;margin:0;position:absolute;left:0;bottom:0;background:rgba(0,0,0,.3);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}
.flexslider .flexslider-caption{/*display:none;*/position:absolute;right:0;top:0;width:220px;height:100%;padding:10px;margin:0;background:#222;background:rgba(0,0,0,0.6);color:#fff;color:rgba(255,255,255,0.8);font-style:italic;line-height:1.2em;font-size:1.1em}
.lt-ie8 .flexslider p{line-height:1.3em;color:#fff;height:auto}
.mobile,.tabletdown{display:block}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none}
.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}
.flexslider{margin:0;padding:0}
.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden;margin-bottom:0}
.lt-ie8 .flexslider .slides>li{display:block}
.flexslider .slides img{width:100%;display:block}
.flex-pauseplay span{text-transform:capitalize}
.slides:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}
html[xmlns] .slides{display:block}
* html .slides{height:1%}
.no-js .slides>li:first-child{display:block}
.flexslider{margin:0 0 20px;background:#fff;position:relative;zoom:1}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}
.loading .flex-viewport{max-height:300px}
.flexslider .slides{zoom:1}
.flex-caption{background:none;-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);zoom:1;width:96%;padding:2%;margin:0;position:absolute;left:0;bottom:0;background:rgba(0,0,0,.3);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}
.flexslider  .flexslider-caption{/*display:none;*/position:absolute;right:0;top:0;width:220px;height:100%;padding:10px;margin:0;background:#222;background:rgba(0,0,0,0.6);color:#fff;color:rgba(255,255,255,0.8);font-style:italic;line-height:1.2em;font-size:1.1em}
.flexslider-caption h1, .flexslider-caption h2, .flexslider-caption h3, .flexslider-caption h1 a, .flexslider-caption h2 a, .flexslider-caption h3 a{color: #fff;}
.flexslider-caption a:visited{color:unset;}
.lt-ie8 .flexslider p{line-height:1.3em;color:#fff;height:auto}
.mobile,.tabletdown{display:block}
/* cta call to action
---------------------------------------------------------------------------- */
.cta{width:100%;margin:10px auto;padding:10px;background-color:#f2f2f2;border:1px solid #dcdcdc;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;text-shadow:#fff 1px 1px 0;box-shadow:1px 1px 0 #fff inset,-1px -1px 0 #fff inset;-moz-box-shadow:1px 1px 0 #fff inset,-1px -1px 0 #fff inset;-webkit-box-shadow:1px 1px 0 #fff inset,-1px -1px 0 #fff inset;position:relative}
.cta div{width:100%;margin:0}
.cta p{margin:0;margin-bottom:10px}
.cta h2{margin-top:0; font-weight:400;}
.cta h3{font-size:1.5em;text-shadow:#fff 1px -1px 0}
/* buttons
---------------------------------------------------------------------------- */

button,input[type="submit"],input[type="reset"],input[type="button"]{background:#eee;background:-moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));background:-webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:-o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);border:1px solid #aaa;border-top:1px solid #ccc;border-left:1px solid #ccc;padding:4px 12px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#444;display:inline-block;font-size:.75em;font-weight:700;text-decoration:none;cursor:pointer;margin-bottom:20px;line-height:21px}
button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{color:#222;background:#eee;background:-moz-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.3)),color-stop(100%,rgba(0,0,0,.3)));background:-webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:-o-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);border:1px solid #ccc;border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #9d9d9d}
button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active{background:#eee;background:-moz-linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.3)),color-stop(100%,rgba(255,255,255,.3)));background:-webkit-linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);background:-o-linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);background:linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%);border:1px solid #6394a4;border-bottom:1px solid #aaa;border-right:1px solid #aaa}
button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width{width:100%;padding-left:0!important;padding-right:0!important;text-align:center}
.button-alt,.button,.button.small,.button.large,.button.medium{background-image:none;padding:12px 1em 9px;font-size:.95em;margin:0;display:inline-block;text-align:center;text-decoration:none}
.button.small{padding:5px .5em 5px}
.lt-ie9 .button-alt,.lt-ie9 .button,.lt-ie9 .button.small,.lt-ie9 .button.large,.lt-ie9 .button.medium{padding:9px 1em}
.lt-ie9 .button.small{padding:3px .5em}
.button.left{float:left}
.button.right{float:right}
.button.center,.button.middle{margin:0 auto;text-align:center;display:inherit}
.button-alt a,.button a,.button.small a,.button.small{font-size:1.2em;font-weight: 400;}
.button.medium a,.button.medium{font-size:1.2em}
.button.large a,.button.large{font-size:1.5em}
a.button{background:#5aa1d8;/*background-image:-moz-linear-gradient(#5aa1d8,#2489d6);background-image:-o-linear-gradient(#5aa1d8,#2489d6);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#5aa1d8),color-stop(100%,#2489d6));background-image:-webkit-linear-gradient(#5aa1d8,#2489d6);background-image:-ms-linear-gradient(top,#5aa1d8,#2489d6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa1d8',endColorstr='#2489d6');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa1d8',endColorstr='#2489d6')";background-image:linear-gradient(top,#5aa1d8,#2489d6);border:1px solid #258cda;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px 6px 6px 6px;-moz-box-shadow:inset 0 1px 0 0 #85b9e0;-webkit-box-shadow:inset 0 1px 0 0 #85b9e0;-o-box-shadow:inset 0 1px 0 0 #85b9e0;box-shadow:inset 0 1px 0 0 #85b9e0;*/color:#fff;/*text-shadow:0 1px 0 #1976be;*/position:relative}
a.button:hover{/*background-image:-moz-linear-gradient(#2380c7,#4a95cf);background-image:-o-linear-gradient(#2380c7,#4a95cf);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#2380c7),color-stop(100%,#4a95cf));background-image:-webkit-linear-gradient(#2380c7,#4a95cf);background-image:-ms-linear-gradient(top,#2380c7,#4a95cf);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2380c7',endColorstr='#4a95cf');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#2380c7',endColorstr='#4a95cf')";background-image:linear-gradient(top,#2380c7,#4a95cf);-moz-box-shadow:inset 0 1px 0 0 #75acd7;-webkit-box-shadow:inset 0 1px 0 0 #75acd7;-o-box-shadow:inset 0 1px 0 0 #75acd7;box-shadow:inset 0 1px 0 0 #75acd7;cursor:pointer;text-decoration:none;border-radius:6px 6px 6px 6px*/}
a.button:active{background:#2380c7;border:1px solid #2280c9}
a.button.white{background:#fff;background-image:-moz-linear-gradient(top,#fff,#e3e3e3);background-image:-o-linear-gradient(top,#fff,#e3e3e3);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fff),color-stop(100%,#e3e3e3));background-image:-webkit-linear-gradient(top,#fff,#e3e3e3);background-image:-ms-linear-gradient(top,#fff,#e3e3e3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3')";background-image:linear-gradient(top,#fff,#e3e3e3);border:1px solid #dbdbdb;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;-o-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;color:#333;text-shadow:0 1px 0 #fff;position:relative}
a.button.white:hover{background-image:-moz-linear-gradient(top,#dbdbdb,#f2f2f2);background-image:-o-linear-gradient(top,#dbdbdb,#f2f2f2);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#dbdbdb),color-stop(100%,#f2f2f2));background-image:-webkit-linear-gradient(top,#dbdbdb,#f2f2f2);background-image:-ms-linear-gradient(top,#dbdbdb,#f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb',endColorstr='#f2f2f2');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb',endColorstr='#f2f2f2')";background-image:linear-gradient(top,#dbdbdb,#f2f2f2);-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;-o-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;cursor:pointer}
a.button.white:active{background:#d4d4d4;border:1px solid #c2c2c2}
a.button.green-alt{background:#00bed5;/*background-image:-moz-linear-gradient(top,#018AAD,#018AAD);background-image:-o-linear-gradient(top,#018AAD,#018AAD);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#018AAD),color-stop(100%,#018AAD));background-image:-webkit-linear-gradient(top,#018AAD,#018AAD);background-image:-ms-linear-gradient(top,#018AAD,#018AAD);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#018AAD',endColorstr='#018AAD');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#018AAD',endColorstr='#018AAD')";background-image:linear-gradient(top,#018AAD,#018AAD);*/border:1px solid #00bed5;/*-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #018AAD;-webkit-box-shadow:inset 0 1px 0 0 #018AAD;-o-box-shadow:inset 0 1px 0 0 #018AAD;box-shadow:inset 0 1px 0 0 #018AAD;*/color:#2e2d61;/*text-shadow:0 1px 0 #39571e;*/position:relative}
a.button.green-alt:hover{background:#018AAD;color:#fff;/*background-image:-moz-linear-gradient(top,#3c6e5d,#51947e);background-image:-o-linear-gradient(top,#3c6e5d,#51947e);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#3c6e5d),color-stop(100%,#51947e));background-image:-webkit-linear-gradient(top,#3c6e5d,#51947e);background-image:-ms-linear-gradient(top,#3c6e5d,#51947e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c6e5d',endColorstr='#51947e');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c6e5d',endColorstr='#51947e')";background-image:linear-gradient(top,#3c6e5d,#51947e);-moz-box-shadow:inset 0 1px 0 0 #739457;-webkit-box-shadow:inset 0 1px 0 0 #739457;-o-box-shadow:inset 0 1px 0 0 #739457;box-shadow:inset 0 1px 0 0 #739457;*/cursor:pointer}
a.button.green-alt:active{background:#3c6e5d;border:1px solid #436228}
a.button.black{background:#404040;background-image:-moz-linear-gradient(top,#404040,#242424);background-image:-o-linear-gradient(top,#404040,#242424);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#404040),color-stop(100%,#242424));background-image:-webkit-linear-gradient(top,#404040,#242424);background-image:-ms-linear-gradient(top,#404040,#242424);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040',endColorstr='#242424');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040',endColorstr='#242424')";background-image:linear-gradient(top,#404040,#242424);border:1px solid #1c1c1c;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #595959;-webkit-box-shadow:inset 0 1px 0 0 #595959;-o-box-shadow:inset 0 1px 0 0 #595959;box-shadow:inset 0 1px 0 0 #595959;color:#fff;text-shadow:0 1px 0 #150f0f;position:relative}
a.button.black:hover{background-image:-moz-linear-gradient(top,#1c1c1c,#333);background-image:-o-linear-gradient(top,#1c1c1c,#333);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#1c1c1c),color-stop(100%,#333));background-image:-webkit-linear-gradient(top,#1c1c1c,#333);background-image:-ms-linear-gradient(top,#1c1c1c,#333);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c',endColorstr='#333333');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c',endColorstr='#333333')";background-image:linear-gradient(top,#1c1c1c,#333);-moz-box-shadow:inset 0 1px 0 0 #4d4d4d;-webkit-box-shadow:inset 0 1px 0 0 #4d4d4d;-o-box-shadow:inset 0 1px 0 0 #4d4d4d;box-shadow:inset 0 1px 0 0 #4d4d4d;cursor:pointer}
a.button.black:active{background:#1c1c1c;border:1px solid #030303}
a.button.blue{background:#0c518f;background-image:-moz-linear-gradient(top,#0c518f,#043a69);background-image:-o-linear-gradient(top,#0c518f,#043a69);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#0c518f),color-stop(100%,#043a69));background-image:-webkit-linear-gradient(top,#0c518f,#043a69);background-image:-ms-linear-gradient(top,#0c518f,#043a69);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c518f',endColorstr='#043a69');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c518f',endColorstr='#043a69')";background-image:linear-gradient(top,#0c518f,#043a69);border:1px solid #043a69;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #416ac3;-webkit-box-shadow:inset 0 1px 0 0 #416ac3;-o-box-shadow:inset 0 1px 0 0 #416ac3;box-shadow:inset 0 1px 0 0 #416ac3;color:#fff;text-shadow:0 1px 0 #122c63;position:relative}
a.button.blue:hover{background-image:-moz-linear-gradient(top,#07345c,#0a4a82);background-image:-o-linear-gradient(top,#07345c,#0a4a82);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#07345c),color-stop(100%,#0a4a82));background-image:-webkit-linear-gradient(top,#07345c,#0a4a82);background-image:-ms-linear-gradient(top,#07345c,#0a4a82);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#07345c',endColorstr='#0a4a82');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#07345c',endColorstr='#0a4a82')";background-image:linear-gradient(top,#07345c,#0a4a82);-moz-box-shadow:inset 0 1px 0 0 #3e61ac;-webkit-box-shadow:inset 0 1px 0 0 #3e61ac;-o-box-shadow:inset 0 1px 0 0 #3e61ac;box-shadow:inset 0 1px 0 0 #3e61ac;cursor:pointer}
a.button.blue:active{background:#07345c;border:1px solid #193570}
a.button.green{background:#058257;background-image:-moz-linear-gradient(top,#058257,#005c3d);background-image:-o-linear-gradient(top,#058257,#005c3d);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#058257),color-stop(100%,#005c3d));background-image:-webkit-linear-gradient(top,#058257,#005c3d);background-image:-ms-linear-gradient(top,#058257,#005c3d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#058257',endColorstr='#005c3d');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#058257',endColorstr='#005c3d')";background-image:linear-gradient(top,#058257,#005c3d);border:1px solid #005c3d;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #018AAD;-webkit-box-shadow:inset 0 1px 0 0 #018AAD;-o-box-shadow:inset 0 1px 0 0 #018AAD;box-shadow:inset 0 1px 0 0 #018AAD;color:#fff;text-shadow:0 1px 0 #39571e;position:relative}
a.button.green:hover{background-image:-moz-linear-gradient(top,#034f34,#05754e);background-image:-o-linear-gradient(top,#034f34,#05754e);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#034f34),color-stop(100%,#05754e));background-image:-webkit-linear-gradient(top,#034f34,#05754e);background-image:-ms-linear-gradient(top,#034f34,#005c3d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f34',endColorstr='#05754e');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f34',endColorstr='#05754e')";background-image:linear-gradient(top,#034f34,#05754e);-moz-box-shadow:inset 0 1px 0 0 #739457;-webkit-box-shadow:inset 0 1px 0 0 #739457;-o-box-shadow:inset 0 1px 0 0 #739457;box-shadow:inset 0 1px 0 0 #739457;cursor:pointer}
a.button.green:active{background:#034f34;border:1px solid #436228}
a.button.red{background:#ae2c25;background-image:-moz-linear-gradient(top,#ae2c25,#871d17);background-image:-o-linear-gradient(top,#ae2c25,#871d17);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ae2c25),color-stop(100%,#871d17));background-image:-webkit-linear-gradient(top,#ae2c25,#871d17);background-image:-ms-linear-gradient(top,#ae2c25,#871d17);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae2c25',endColorstr='#871d17');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae2c25',endColorstr='#871d17')";background-image:linear-gradient(top,#ae2c25,#871d17);border:1px solid #871d17;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #e73c3c;-webkit-box-shadow:inset 0 1px 0 0 #e73c3c;-o-box-shadow:inset 0 1px 0 0 #e73c3c;box-shadow:inset 0 1px 0 0 #e73c3c;color:#fff;text-shadow:0 1px 0 #900404;position:relative}
a.button.red:hover{background-image:-moz-linear-gradient(top,#7a1f1a,#a12822);background-image:-o-linear-gradient(top,#7a1f1a,#a12822);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#7a1f1a),color-stop(100%,#a12822));background-image:-webkit-linear-gradient(top,#7a1f1a,#a12822);background-image:-ms-linear-gradient(top,#7a1f1a,#a12822);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a1f1a',endColorstr='#a12822');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a1f1a',endColorstr='#a12822')";background-image:linear-gradient(top,#7a1f1a,#a12822);-moz-box-shadow:inset 0 1px 0 0 #de2b2b;-webkit-box-shadow:inset 0 1px 0 0 #de2b2b;-o-box-shadow:inset 0 1px 0 0 #de2b2b;box-shadow:inset 0 1px 0 0 #de2b2b;cursor:pointer}
a.button.red:active{background:#7a1f1a;border:1px solid #9f0909}
a.button.orange{background:#ee7b27;background-image:-moz-linear-gradient(top,#ee7b27,#c76118);background-image:-o-linear-gradient(top,#ee7b27,#c76118);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ee7b27),color-stop(100%,#c76118));background-image:-webkit-linear-gradient(top,#ee7b27,#c76118);background-image:-ms-linear-gradient(top,#ee7b27,#c76118);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7b27',endColorstr='#c76118');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7b27',endColorstr='#c76118')";background-image:linear-gradient(top,#ee7b27,#c76118);border:1px solid #c76118;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #e4a83a;-webkit-box-shadow:inset 0 1px 0 0 #e4a83a;-o-box-shadow:inset 0 1px 0 0 #e4a83a;box-shadow:inset 0 1px 0 0 #e4a83a;color:#fff;text-shadow:0 1px 0 #8a5b05;position:relative}
a.button.orange:hover{background:#e07224;background-image:-moz-linear-gradient(top,#ba5f1e,#e07224);background-image:-o-linear-gradient(top,#ba5f1e,#e07224);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ba5f1e),color-stop(100%,#e07224));background-image:-webkit-linear-gradient(top,#ba5f1e,#e07224);background-image:-ms-linear-gradient(top,#ba5f1e,#e07224);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba5f1e',endColorstr='#e07224');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba5f1e',endColorstr='#e07224')";background-image:linear-gradient(top,#ba5f1e,#e07224);-moz-box-shadow:inset 0 1px 0 0 #db9d29;-webkit-box-shadow:inset 0 1px 0 0 #db9d29;-o-box-shadow:inset 0 1px 0 0 #db9d29;box-shadow:inset 0 1px 0 0 #db9d29;cursor:pointer}
a.button.orange:active{background:#ba5f1e;border:1px solid #99670b}
a.button.brown{background-image:-moz-linear-gradient(top,#8b7a68,#665848);background-image:-o-linear-gradient(top,#8b7a68,#665848);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#8b7a68),color-stop(100%,#665848));background-image:-webkit-linear-gradient(top,#8b7a68,#665848);background-image:-ms-linear-gradient(top,#8b7a68,#665848);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b7a68',endColorstr='#665848');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b7a68',endColorstr='#665848')";background-image:linear-gradient(top,#8b7a68,#665848);border:1px solid #665848;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0 1px 0 0 #9b7b36;-webkit-box-shadow:inset 0 1px 0 0 #9b7b36;-o-box-shadow:inset 0 1px 0 0 #9b7b36;box-shadow:inset 0 1px 0 0 #9b7b36;color:#fff;text-shadow:0 1px 0 #37290c;position:relative}
a.button.brown:hover{background-image:-moz-linear-gradient(top,#594e43,#807060);background-image:-o-linear-gradient(top,#594e43,#807060);background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#594e43),color-stop(100%,#807060));background-image:-webkit-linear-gradient(top,#594e43,#807060);background-image:-ms-linear-gradient(top,#594e43,#807060);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#594e43',endColorstr='#807060');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#594e43',endColorstr='#807060')";background-image:linear-gradient(top,#594e43,#807060);-moz-box-shadow:inset 0 1px 0 0 #836a34;-webkit-box-shadow:inset 0 1px 0 0 #836a34;-o-box-shadow:inset 0 1px 0 0 #836a34;box-shadow:inset 0 1px 0 0 #836a34;cursor:pointer}
a.button.brown:active{background:#594e43;border:1px solid #453512}
a.button.rounded{border-radius:15px;padding:6px 20px;font-size:1.1em;font-weight:400;letter-spacing:0}
.ie9 a.button{border-radius:0!important}

/* search box
---------------------------------------------------------------------------- */
.home #search{width:100%    vertical-align: -webkit-baseline-middle;}
#searchbox{float:right;margin-left:5px;width:200px}
#searchbox input:focus::-webkit-input-placeholder{color:transparent}
#searchbox input:focus:-moz-placeholder{color:transparent}
#searchbox input:focus::-moz-placeholder{color:transparent}
#searchbox input:focus:-ms-input-placeholder{color:transparent}
#searchbox label {
    display: none;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.ql{float:left}
#search {
    border-radius: 5px;
    background: #f9f9f9;
}

/* quicklinks
---------------------------------------------------------------------------- */
.quicklinksbox .quicklinks li,.quicklinksbox .quicklinks li:hover{         /* background: aliceblue; */
    /* background: aliceblue; */
    border: none;
    /* height: 33.33333333%; */
    /* position: relative; */
    margin: 0px auto;
    /*padding: 10px 20px;*/
    vertical-align: middle;
    width: 100%;
    /* width: calc(100% / 3); */
    /* grid-template-columns: repeat(3, 1fr); */
    /*grid-template-columns: 3;*/
    /* grid-gap: 3px; */
    text-align: center;
     border: 1px solid #fff; 
    border-top: 0;
    border-right: 0;
    /* flex: 1; */
    /* flex-wrap: wrap; */
    /* align-content: space-between; */
    /*background: aquamarine;*/}
    .quicklinksbox .quicklinks li:hover{}
.quicklinksbox .quicklinks ul li a{        font-size: 1.6em;
    /* padding: 3px 6px; */
    /* background: antiquewhite; */
    /* height: 100%; */
    display: block;
    /* padding: 2px; */
    /* margin: 2px; */
    vertical-align: middle;
    /*display: flex;*/
    align-items: center;
    color: #fff;
    font-weight: 100;
    text-align: center;
display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    padding: 10px 20px;}
.quicklinks ul li a:hover{
	color: #6394a4;
    font-weight: 600;
    text-decoration: none;
    background-color: #f2f2f2;
}
.quicklinks .menu{clear:both; widows: 100% ; background: pink;}
.quicklinks li {
    width: 24%;
    float: left;
        padding: 3px 0;
}
	    
.quicklinksbox .quicklinks li:nth-last-child(-n+3){ border-bottom:0px solid green; }
.quicklinksbox .quicklinks li:nth-child(3n+1){ border-left:0px solid yellow; }
.quicklinks ul {
    columns: 1;
}
.quicklinks ul {
    font-size: .9em;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    columns: 2;
}
.quicklinks ul li a {
    font-size: 1em;
    padding: 3px 6px;
}


.latestnews .wrap, .publicationshome .wrap {
    padding: 10px 10px 10px 0;
}
.latestnews li.clearfix {
    margin-bottom: 12px;
}

.internalbutton {
    padding: 0;
    text-align: center;
    position: absolute;
    z-index: 100;
    margin: 0;
}

.row {
    margin-bottom: 20px;
}
.structurechart img{margin-bottom:3px}
.structurechart .title{font-weight:700}
.structuredir,.structurecell,.structureneuro,.structurepnac,.structurepnac,.structuress,.structuresupport,.structurepostg,.structurelibarc,.structuremrc,.structureccsb{padding:10px;    width: 100%;
    margin-bottom: 20px; display:inline-block;}
.structuredir h3,.structurecell h3,.structureneuro h3,.structurepnac h3,.structureccsb h3,.structuress h3,.structuresupport h3,.structurepostg h3,.structurelibarc h3{margin:10px auto}
.structuredir{border:4px solid #01515c; clear:both;}
.structurecell{border:4px solid #015a46}
.structureneuro{border:4px solid #002955}
.structurepnac{border:4px solid #ed7a1d}
.structureccsb{border:4px solid #D6850F}
.structuress{border:4px solid #af2b26}
.structuresupport{border:4px solid #aaddf2; clear:both;}
.structurepostg{border:4px solid #ccc; clear:both;}
.structurelibarc{border:4px solid #73024f; clear:both;}
.structuremrc{border:4px solid #2E2D62; clear:both;}

/* footer
---------------------------------------------------------------------------- */
.inlinemenu {
    clear: both;
}

.social {
    margin-top: 5px;
    margin-bottom: 5px;
}
.inlinemenu ul, .inlinemenu ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    text-align: center;
}
.social ul {
    font-size: .9em;
}
.inlinemenu ul {
    width: 100%;
    position: relative;
}
.inlinemenu ul, .inlinemenu ul li {
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0;
    text-align: left;
}
.inlinemenu ul li {
    position: relative;
}

.sprite {
    background: url(images/sprite.png) no-repeat top left;
    display: inline-block;
}
.findus {
    width: 160px;
    height: 60px;
    background-position: 0 -52px;
    text-indent: -9990px;
}

.databaseform {
    width: 100%;
    margin: 0;
}
.databaseform label {
    float: left;
    margin-right: 10px;
    line-height: 2.3em;
}
.databaseform label, .databaseform input, .databaseform select, .databaseform option, .crystalform label, .crystalform input, .crystalform select, .crystalform option {
    width: 100%;
}
.databaseform input, .databaseform select, .databaseform option {
    width: 235px;
}
.databaseform li{margin-bottom:6px}
.databaseform .submit,.databaseform .reset{width:100px;float:right;margin-top:15px;margin-left:15px}
.databaseform{width:100%;margin:0}
.databaseform li{width:50%;float:left}
.databaseform label{float:left;margin-right:10px;line-height:2.3em}
.databaseform input,.databaseform select,.databaseform option{width:235px}
.databaseform input[type="radio"]{width:20px}
.databaseform input[type="checkbox"]{width:20px;float:left;margin:5px}
.databaseform .reset,.databaseform .submit{margin-right:5px}
.databaseform .checkboxes li{width:100%;margin:0}
.databaseform .checkboxLabel{width:90%}
.databaseform .checkboxes li {
    width: 100%;
    margin: 0;
}
.databaseform input[type="checkbox"] {
    width: 20px;
    float: left;
    margin: 5px;
}
.file-upload {
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}

#jobsShort{width:100%}
#jobsShort td,#jobsShort th{background:none;border:none;font-weight:400;padding:.5em}
#jobsShort thead{border-bottom:1px solid #ccc;border-top:1px solid #ccc}
#jobsShort .jobs_closing{width:29%}
#jobsShort .jobs_salary{width:25%}
#jobsLong dt{clear:both}
#jobsLong dd{margin-left:0;clear:both;padding-bottom:10px;margin-bottom:25px;border-bottom:1px solid #ccc}
#jobsLong div{margin-bottom:0}

.lmb-profile-figure {border: 0; padding:0;    float: left;    background: #4e4e4e;}

.profile-quote {
    border: 0 !important;
}
.profile-quote + figcaption, .entry-content .wp-block-image.profile-quote figcaption {
    /* color: red; */
    font-size: 1.3rem;
    text-align: left;
       padding:15px 15px 10px 15px;
    text-shadow: none;
    background-color: #4e4e4e;
    color:#fff;
    margin:0;
    font-weight: 600;
}
.page-id-15290 figcaption, .postid-15235 figcaption {
    font-size: 1rem;
}

.foogallery.fg-light .fg-item-inner img {
    
    border: 0;
}
.page-template-page-news-php .post p, .page-template-page-news-php .post ul li {
    margin-left: 170px;
}
form#mc4wp-form-1 {
    min-width: 50%;
    margin: 0 auto;
    display: table;
    font-family: "Arial","myriad-pro","Gill Sans",sans-serif;
    width: 100%;
}
form#mc4wp-form-1 label {
    text-shadow: none;
    color: #000;
    display: none;
}

form#mc4wp-form-1{min-width:50%;margin:0 auto;display:table;font-family:"Arial","Open Sans","Gill Sans",sans-serif;width:100%}
form#mc4wp-form-1 label{text-shadow:none;color:#000;display:none}
form#mc4wp-form-1 input{margin:5px;width:90%;}
.bottom30, ul.bottom30{margin-bottom: 30px;}


/*******************************************************
/* search in header
****************************/
header .header-icons{
 width: 40px;
 float: right;
 text-align: right;
 padding: 20px 0px 8px;
 position:relative;
     margin-right: 20px;
}
header .header-icons .search-box{
 position:relative;
}
header .header-icons a{
 margin-left:10px;
 text-decoration:none;
}
header .header-icons .search-box i{
 color:#333;
 font-size:30px;
}
header .header-icons .twitter-icon i{
 color:#000000;
}
header .header-icons .fb-icon i{
 color:#3A559F;
 display: none;
}
.genesis-nav-menu  i{
 vertical-align:middle;
}
.genesis-nav-menu .custom-search-icon i{
 vertical-align:middle;
 padding: 0px 25px 0px 10px;
 cursor:pointer;
}
.genesis-nav-menu li a.icon{
 padding: 12px 5px;
}
.site-header .wrap{
 position:relative;
}
.site-header .wrap .head-custom-search{
 position:absolute;
 top: 78px;
 right: 20px;
 width: 712px;
 text-align: center;
 background:#fff;
 display:none;
 z-index: 9999;
}
.site-header .wrap .head-custom-search::before{
    border-color: transparent transparent #018AAD;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
    right: 50px;
    top: -20px;
    z-index: 10;
}
.site-header .wrap .head-custom-search .search-form {
    margin-bottom: 0px;
    width: 100%;
 padding: 20px 18px;
 border-top: 3px solid #018AAD;
}
.site-header .wrap .head-custom-search .search-form  input[type='search']{
 width: 562px;
 height:58px;
 border:1px solid #e1e1e1;
 border-right:0px;
}
.site-header .wrap .head-custom-search .search-form  input[type="submit"] {
    margin-top: 0px !important;
 padding: 20px 26px 18px;
 border-left: 0px;
 background:#018AAD;
 color:#fff;
 font-size: 1rem;
    text-shadow: none;
}
.site-header .wrap .head-custom-search .search-form input:focus[type="submit"],
.site-header .wrap .head-custom-search .search-form input:hover[type="submit"]{
  transform: translate3d(0,0,0);
}

p.timeline-Tweet-text {
    font-size: 1.1rem !important;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------
/*************************************************************************************************************
/* Media Queries
/*************************************************************************************************************
------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
	.awards dd{
		width: 49%;
    	margin-right: 1%;
	}
	dl.tall dd, ul.tall li {
	    height: 185px;
	}
	.awards.double dd {
	    width: 48%;
	    margin-right: 2%;
	}
	.awards.single dd {
	    width: 98%;
	    margin-right: 2%;
	}
	dl.medium dd, ul.medium li {
	    height: 130px;
	}

}
@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: relative;
		width: 100%;
		z-index: 9999;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 5px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: both;
		/*float: right;*/
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		/*padding-left: 15px;
		padding-right: 15px;*/
		    padding: 10px 6px 5px;
    	text-transform: uppercase;
    	font-size:0.95em;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 10px;
		max-width: 962px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		    width: 760px;
    padding-left: 50px
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 150px;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
	.awards dd{	
		width: 32%;
	}

	


}
@media only screen and (max-width: 960px) {
	header .header-icons{ float: left;}
}
@media only screen and (max-width: 700px) {
.site-header .wrap .head-custom-search {    width: 90%;}
	.site-header .wrap .head-custom-search .search-form input[type='search'] {
	    width: 69%;
	    
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
.flex{display:flex;}



/****** test ******/
:root {
  --red: rgba(255, 0, 0, 1);
  --white-low-opacity: rgba(255, 255, 255, .3);
  --white-high-opacity: rgba(255, 255, 255, .7);
  --black-low-opacity: rgba(0, 0, 0, .3);
  --black-high-opacity: rgba(0, 0, 0, .7);
}


