/**
 * Theme Name: G²LM|LIC Theme v2.2.2
 * Description: This is the GLMLIC child theme created for the Genesis Framework.
 * Author: Lars Meierwisch
 * Author URI: http://lars.fm/
 * Version: 2.2.2
 *
 * Template: genesis
 *
 */

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
        - Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Simple Social Icons
		- Genesis Responsive Slider
	- Custom Page Templates
		- Home Page
		- Evidence Finder Page
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


/* HTML5 display definitions
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}


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

a {
	background-color: transparent;
}

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

.rounded {
	width: 150px;
	height: 150px;
	border-radius: 75px;
}

/* Text-level semantics
--------------------------------------------- */

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

br {
   display: block;
   margin: 10px 0;
}


/* Embedded content
--------------------------------------------- */

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
--------------------------------------------- */

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	color: #eee;
	margin-bottom: 25px;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

a.morebutton {
	border: 1px solid #d21e23;
	padding: 5px 10px;
	margin-top: 50px;
	display: inline-block;
	float: none;
	text-decoration: none;
	text-transform: uppercase;
}

a.morebutton:hover,
.morebutton a:hover {
	border: 1px solid #d21e23;
	background-color: #d21e23;
	color: #fff !important;
	text-decoration: none !important;
}



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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

.author-box:before,
.clear:before,
.clearfix: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,
.widget-area:before,
.after-entry:before,
.comment-respond:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clear:after,
.clearfix: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,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

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

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

body {
	background: #fff;
	color: #333;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #010101;
	text-decoration: underline;
}

a img {
	margin-bottom: 20px;
}

a:hover {
	color: #111;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 600;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 22px 20px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background: #111;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* WP 4.2 duplicate widget titles fix */

.screen-reader-text {
	position: absolute !important;
	left: -999em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-transform: none;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

.subheading h2 {
	line-height: 1.2;
	margin: 0 0 10px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a.dataset {
	border-top: 1px solid #eee;
	color: #444 !important;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 0;
	margin: 0;
	display: block;
}

a.dataset:hover {
	color: #d21e23 !important;
	text-decoration: none !important;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}


.featured-content img {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition:    opacity 0.2s ease-in-out;
	-ms-transition:     opacity 0.2s ease-in-out;
	-o-transition:      opacity 0.2s ease-in-out;
	transition:         opacity 0.2s ease-in-out;
	zoom: 1;
}

.featured-content img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	zoom: 1;
}

.featured-image {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}

.featured-image img {
	margin: 0 !important;
	-moz-user-select: 	none;
	-webkit-user-select:none;
	-ms-user-select: 	none;
}

.featured-image img:hover {

}

.copyright {
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 12px;
	float: right;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	padding: 15px;
	right: 0;
	text-shadow: 0px 2px 3px rgba(150, 150, 150, 0.5);
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition:    opacity 0.2s ease-in-out;
	-ms-transition:     opacity 0.2s ease-in-out;
	-o-transition:      opacity 0.2s ease-in-out;
	transition:         opacity 0.2s ease-in-out;
	-moz-user-select: 	none;
	-webkit-user-select:none;
	-ms-user-select: 	none;
}

.featured-image:hover .copyright {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

.wp-block-cover {
    background-color: transparent !important;
    border: 1px solid #eee !important;
}

.project-item {
	height: 150px;
	width: 100%
	margin: 0 0 25px;
	overflow: hidden;
	position: relative;
	border: 3px solid #eee;
	border-radius: 5px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.project-item:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.project-item:active {
	transform: translateY(2px);
}

.project-image img {
	position: absolute;
	top: -70%;
	z-index: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.project-item:hover > .project-image img {
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%);
}

.project-title a {
	position: absolute;
	z-index: 100;
	width: 100%;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-decoration: none !important;
}

.blank {
	height: 15px;
}

.covid-item {
	background-size: cover;
	border: 3px solid #eee;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	color: #ffffff80;
	cursor: pointer;
	display: block;
	font-size: 1.75rem;
	font-weight: 600;
	height: 180px;
	line-height: 180px;
	margin: 0 0 12px 0;
	overflow: hidden;
	position: relative;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-transform: uppercase;
	user-select: none;
	width: 100%;
}

.covid-item:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	color: #fff;
}

.covid-item:active {
	transform: translateY(1px);
}


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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
textarea {
	border: none;
	color: #444;
	font-family: 'Lora', georgia, serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}

select {
	border: none;
	color: #444;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}


input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #777;
	font-style: italic;
}

::-webkit-input-placeholder {
	color: #777;
	font-style: italic;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Karla', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	padding: 5px 12px;
	text-transform: uppercase;
	width: auto;
}

.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
}

.button-secondary {
	background: #f5f5f5;
	color: #010101;
}

.button-secondary:hover {
	background: #010101;
	color: #fff;
}

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


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

/* Site Containers
--------------------------------------------- */

.site-container {
	background: #fff;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 30px;
}

.site-inner {
	clear: both;
	display: block;
	margin: 40px auto;
}

.wrap {
	display: block;
	margin: 0 auto;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 840px;
}

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

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

/* Content */

.content {
	float: right;
	width: 680px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

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

.sidebar .highlight-menu {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.sidebar .highlight-menu a {
	border-color: #333;
	color: #333;
	text-decoration: none;
	margin: 0;
}

.sidebar .highlight-menu a:hover,
.sidebar .highlight-menu a:focus {
	border-color: #333;
	background: #333;
}

.sidebar .highlight-menu a:last-of-type {
	margin-left: 15px;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 160px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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

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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 22px;
}

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

.search-form {
}

.search-form input {
	background: url('images/search.svg') center right no-repeat;
}

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

.searchwp-highlight {
	background-color: yellow;
	padding: 0 5px;
}

h2.searchresults {
	border-bottom: 1px solid #eee;
	font-size: 18px;
	width: 100%;
}

h2.searchresults span {
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 600;
}

.searchwp-live-search-results,
.searchwp-live-search-resuluts-showing {
	background: #fff;
	border-radius: 0 !important;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

span.ajaxsearch {
	color: #d21e23;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

span.searchlabel {
	border: 1px solid #d21e23;
    color: #d21e23;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 5px 7px 5px;
    text-transform: uppercase;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.searchwp-live-search-result a {
	text-decoration: none;
	display: block;
}

.searchwp-live-search-result p {
	border-bottom: none !important;
	display: block;
}

.searchwp-live-search-result p:hover > a {
	color: #d21e23;
}

.searchwp-live-search-result p:hover {
	background: #fafafa;
	opacity: 0.9;
}

.borderbottom {
	width: 100%;
	margin: 0 0 25px;
	border-bottom: 1px solid #eee;
}

.searchwp-live-search-result {
	line-height: 1.2;
}

.search_img img {
	border: 1px solid #eee;
	border-radius: 50px;
	height: 100px;
	object-fit: cover;
	width: 100px;
}

.thematicarea_img {
	margin-top: 5px;
}

.thematicarea_img img {
	border: 1px solid #eee;
	border-radius: 60px;
	height: 120px;
	object-fit: cover;
	width: 120px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition:    opacity 0.2s ease-in-out;
	-ms-transition:     opacity 0.2s ease-in-out;
	-o-transition:      opacity 0.2s ease-in-out;
	transition:         opacity 0.2s ease-in-out;
	zoom: 1;
}

.thematicarea_img img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	zoom: 1;
}

.sticky {
}

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

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 40px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 40px;
	text-align: right;
}

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

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

.wp-caption-text {
	font-family: 'Lora', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	color: #aaa;
	font-size: .7rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #444;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
}

.archive-description {
	padding: 0;
}

.author-box {
	padding: 20px;
}

.author-box-title {
	color: #111;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px;
}

.author-box a {

}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 22px;
}

.entry-content a,
.entry-meta a,
a.entry-author-link {
	color: #d21e23;
	text-decoration: none;
}

.entry-content a:hover,
.entry-meta a:hover,
a.entry-author-link:hover {
	text-decoration: underline;
}


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

.entry-title,
.archive-title {
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
}

.page .entry-title {
}

.sidebar .entry-title {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

h1.archive-title {
	font-size: 30px;
}

h1.entry-title,
h1.archive-title,
.entry-title a,
.sidebar .widgettitle a {
	color: #444;
	text-decoration: none;
}

h1.entry-title a:hover,
h2.entry-title a:hover,
h2.entry-title-main a:hover {
	color: #d21e23;
}

h2.entry-title-main {
	line-height: 1.2;
	margin: 0 !important;
}

h2.entry-title-main a {
	text-decoration: none;
	font-weight: bold;
}

.investigators-meta h1 {
	font-weight: 600;
	margin-bottom: 0;
}

.widgettitle,
.archivetitle {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 25px 0 5px;
	text-align: center;
	text-transform: uppercase;
}

.archivetitle {
	border-bottom: 2px solid #999;
	margin: 75px 0 10px;
}

.archivetitle ~ .glmlic-relations {
	margin-top: -10px;
}

.sidebar .widgettitle a {
}

.hidetitle .entry-title {
}

#featured-custom-post-type-2 img {
	width: 100px;
	border: 1px solid #eee;
}


/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	padding: 0;
}

.home-middle {
	padding: 0 0 75px;
}

.home-middle .featured-content .entry {
	padding: 0;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.home-middle .featured-content .entry:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}


/* User Profile
--------------------------------------------- */

.user-profile .avatar-45  {
	border: 3px solid #fff;
	border-radius: 45px;
	margin-right: 10px;
}

.user-profile .avatar-65  {
	border: 3px solid #fff;
	border-radius: 65px;
	margin-right: 10px;
}

.user-profile .avatar-85  {
	border: 3px solid #fff;
	border-radius: 85px;
	margin-right: 10px;
}

.user-profile .avatar-125  {
	border: 3px solid #fff;
	border-radius: 125px;
	margin-right: 10px;
}

.user-profile {
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */
#latest-tweets-2 {
	padding: 16px 0 0;
	line-height: 1.4;
}

.latest-tweets ul li:before {
	content: none !important;
}

.latest-tweets ul li {
	border: 1px solid #eee;
	border-radius: 3px;
	background: #fefefe;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition:    background-color 0.2s ease-in-out;
	-ms-transition:     background-color 0.2s ease-in-out;
	-o-transition:      background-color 0.2s ease-in-out;
	transition:         background-color 0.2s ease-in-out;
}

.latest-tweets ul li:hover {
	background-color: #f4f9fe;
}

.latest-tweets ul li:first-child {
	margin-top: 20px;
}

.latest-tweets ul li:last-child {
}

.tweet-text {
	color: #444;
	font-size: 14px;
}

.tweet-text a {
	color: #1DA1F2;
	text-decoration: none;
	font-weight: 600;
}

.tweet-details {
	display: block;
	margin: 5px 0 0;
}

.tweet-details a {
	color: #999;
	text-decoration: none;
}

.tweet-text a:hover {
	color: #d21e23;
	text-decoration: none;
}

.tweet-details a:hover {
	color: #000;
	text-decoration: none;
}


/* Genesis Responsive Slider
--------------------------------------------- */

.glmlic #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.glmlic .slide-excerpt {
	background: transparent;
	margin: 0;
	opacity: 1;
	width: 100%;
}

.glmlic .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.glmlic .slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.glmlic #genesis-responsive-slider h2 a {
	background: #05549A;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	overflow: visible;
	opacity: 0.8;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: block;
}

.glmlic .flex-direction-nav li a {
	background: url('images/bg_direction_nav.png');
	top: 50%;
}

.glmlic .flex-direction-nav li .prev,
.glmlic .flex-direction-nav li .prev:hover {
	background-position: 0 0;
	left: -25px;
}

.glmlic .flex-direction-nav li .next,
.glmlic .flex-direction-nav li .next:hover {
	background-position: -52px 0;
	right: -25px;
}

.glmlic .flex-direction-nav li .prev:hover,
.glmlic .flex-direction-nav li .next:hover {
	opacity: 0.9;
}

.glmlic .flex-control-nav li a {
	background: url('images/bg_control_nav.png');
}

.glmlic .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.glmlic .flex-control-nav li a:hover {
	background-position: 0 -12px;
}


/* Genesis Responsive Slider
--------------------------------------------- */
.nf-form-cont h3 {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.nf-field-container.html-container.label-above,
.nf-field-container.email-container  {
	margin-bottom: 0;
}

.ninja-forms-field.nf-element:email {
	width: 85%;
}

.ninja-forms-field.nf-element:button {
	width: 15%;
}


/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}

/*
Custom Page Templates
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	margin: 0 auto;
	max-width: 680px;
}

.paged .home-middle,
.paged .home-top {
	display: none;
	visibility: hidden;
}

.home-bottom .widgettitle {
	border-bottom: 1px solid #eee;
	margin: 0 0 20px;
}

.home-bottom .entry-title {
	font-size: 20px;
}

.home .one-third .entry-title,
.home .one-fourth .entry-title,
.home .one-sixth .entry-title {
	font-size: 16px;
	text-align: center;
}

.home-bottom .entry-content {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.home-bottom .entry {
	margin-top: 25px;
}

.home-top img,
.home-bottom img {
	border: 1px solid #eee;
}

/* Evidence Finder Page
--------------------------------------------- */

.finder-top {
	padding: 0 20px 20px;
	margin-bottom: 50px;
	border: 1px solid #eee;
}

.widget-area.finder-top {
	background-color: #fafafa;
	padding-bottom: 30px;
}

.finder-top .widget {
	float: left;
	margin-right: 1%;
	width: 32%;
}

.finder-bottom {
}

.finder-bottom .widget {
	clear: both;
	display: block;
	overflow: hidden;
}

.finder-bottom .widgettitle {
	border-bottom: 1px solid #aaa;
	color: #aaa;
	font-size: 14px;
	margin-bottom: 15px;
}

.finder-bottom .entry-title a {
	font-size: 1rem;
}

.finder-bottom .gfwa-1,
.finder-bottom .gfwa-5,
.finder-bottom .gfwa-9,
.finder-bottom .gfwa-13,
.finder-bottom .gfwa-17,
.finder-bottom .gfwa-21,
.finder-bottom .gfwa-25,
.finder-bottom .gfwa-29,
.finder-bottom .gfwa-33,
.finder-bottom .gfwa-37,
.finder-bottom .gfwa-51,
.finder-bottom .gfwa-55,
.finder-bottom .gfwa-59,
.finder-bottom .gfwa-63,
.finder-bottom .gfwa-67,
.finder-bottom .gfwa-71,
.finder-bottom .gfwa-75,
.finder-bottom .gfwa-79,
.finder-bottom .gfwa-83,
.finder-bottom .gfwa-87,
.finder-bottom .gfwa-91,
.finder-bottom .gfwa-95 {
	clear: both;
	margin-left: 0;
}

.finder-bottom .featuredpost h2,
.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.search .one-third .entry-title,
.search .one-fourth .entry-title,
.search .one-sixth .entry-title,
.page-template-page_blog .one-third .entry-title,
.page-template-page_blog .one-fourth .entry-title,
.page-template-page_blog .one-sixth .entry-title{
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

/*
Top Ad
---------------------------------------------------------------------------------------------------- */

.before-header {
	background: #f5f5f5;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.before-header img,
.before-header iframe {
	display: block;
	margin: 0 auto;
}

.before-header .widget {
	margin: 0 auto;
	max-width: 1100px;
}

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

.glmlic .site-header {
	background-position: center;
	padding: 20px 0;
}

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

.title-area {
	padding: 16px 0;
	width: 360px;
}

.title-area h1 {
	margin: 0 auto;
}

.title-area p {
	margin: 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.site-title:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.site-title a {
	background-image: url('./images/glmlic_2.svg');
	height: 75px !important;
	width: 375px !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	font-size: 1px;
	margin: 0 auto;
	text-indent:-9999px;
}

.site-title a,
.site-title a:hover {
	color: #444;
}

.site-description {
	color: #999;
	font-family: 'Lora', georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0;
	text-align: center;
	text-transform: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.featured-image img {
	margin: 10px 0;
	border: 1px solid #eee;
	user-select: none;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.header-image .site-header .widget-area {
	padding: 20px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 22px;
}

.widget-area.home-top h3,
.widget-area.home-middle h3,
.widget-area.home-bottom h3 {
	border-bottom: 1px solid #777;
	margin-bottom: 20px;
}

.widget-area.home-top {
	margin-bottom: 50px;
}

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

.genesis-nav-menu {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	clear: both;
	font-size: .001px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 20px 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-item-971 a {
	font-weight: bold;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #d21e23;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 2px solid #777;
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 2000;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.genesis-nav-menu .sub-menu a {
	background-color: #fafafa;
	border-top: 1px solid #eee;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 200px;
 	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.genesis-nav-menu .sub-menu a:first-child {
	border-top: 1px solid #777;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #d21e23;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #fff;
	background: #d21e23;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .sub-menu > .menu-item-has-children a {
	font-weight: 600;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
	content: "\f345";
	color: #ccc;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: 'dashicons';
	padding-left: 3px;
	vertical-align: top;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.genesis-nav-menu > .menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #d21e23;
}

.genesis-nav-menu .sub-menu > .menu-item-has-children > a:after {
	content: "\f345";
	color: #ccc;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: 'dashicons';
	padding-left: 3px;
	vertical-align: top;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.genesis-nav-menu .sub-menu > .menu-item-has-children:hover > a:after {
	padding-left: 7px;
}

.sidebar .menu-item a {
	text-decoration: none;
}

.highlight-menu a {
	padding: 5px 10px;
	margin-left: 15px;
	border: 1px solid #d21e23;
	border-radius: 3px;
	color: #d21e23;
	font-weight: 600;
}

.highlight-menu a:hover,
.highlight-menu a:focus,
.highlight-menu a:active,
.highlight-menu.current-menu-item > a {
	background-color: #d21e23;
	border: 1px solid #d21e23;
	color: #fff !important;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sidebar-newsbox {
	font-family: 'Lora';
	padding: 10px;
	background-color: #f4f9fe;
	border: 1px solid #eee;
	font-size: 13px;
	font-style: italic;
}

a.programupdate {
	background-image: url('./images/glmlic_2.svg');
	height: 54px !important;
	width: 230px !important;
	background-size: cover;
	display: block;
	font-size: 1px;
	margin: 5px auto 15px;
	text-indent:-9999px;
}

a.gender-button {
	color: #d21e23;
	text-decoration: none;
	border: 1px solid #d21e23;
	padding: 5px 10px;
}

a.gender-button:hover {
	color: #05549A;
	border: 1px solid #05549A;
}

/* Mobile Menu Toggle
--------------------------------------------- */

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

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	margin: 0 0 20px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #d21e23;
}

.nav-primary .sub-menu a:hover {
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin: 0 0 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #d21e23;
}

.nav-secondary .sub-menu a:hover {
}


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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	padding: 0 0 22px;
}

.entry-content a {
	color: #d21e23;
}

.entry-content a:hover {
	color: #111;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.clear-line {
	margin-bottom: 15px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 30px;
}

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

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

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

.home-top .widget-title {
	margin: 17px 0 0;
}

.widget-area.home-top .entry-content {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.widget-area.home-top .entry-header {
	margin-top: 15px;
}

.entry-meta,
.post-info,
.post-meta {
	color: #999;
	font-family: 'Lora', georgia, serif;
	font-size: 13px;
	font-style: italic;
	margin: 10px 0 0;
	display: block;
}

.entry-meta a,
.post-info a,
.post-meta a {
	color: #d21e23;
	text-decoration: none;
}

.entry-meta a:hover,
.post-info a:hover,
.post-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta,
.post-info {
	margin-bottom: 20px;
	line-height: 1;
}

.entry-header img {
	width: 200px;
	border: 1px solid #eee;
}

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

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

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

a.more-link {
	color: #d21e23;
	text-decoration: none;
}

a.more-link:hover {
	text-decoration: underline;
	color: #d21e23;
}

.more-from-category a {
	background: #fff;
	border: 1px solid #d21e23;
	color: #d21e23;
	display: table;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 4px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.more-from-category a {
	margin: 0 auto 10px;
}

.more-link {
	margin: 0 !important;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

.more-from-category a:hover {
	background: #d21e23;
	border: 1px solid #d21e23;
	color: #fff;
}

.pubtitle {
	color: #aaa;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.single-pubtitle {
	color: #aaa;
	height: 24px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.pubtitle-archive {
	color: #aaa;
	font-size: 14px;
}

.pubtitle-home {
	color: #aaa;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 !important;
}

.pubmeta h2 {
	color: #888888;
	font-weight: 400;
	line-height: 1.25;
	margin: 5px 0 10px;
}

.pubmeta {
	color: #777;
}

.pubmeta a {
	color: #d21e23;
	text-decoration: none;
}

.pubmeta a:hover {
	text-decoration: underline;
}

.pub-box {
	background-color: #fff;
	border: 1px solid #e2e1e0;
	height: auto;
	margin-top: 50px;
	padding: 18px 18px 13px;
	color: #000;
	width: 100%;
	position: relative;
}

.pub-box img {
	display: inline-block;
	width: 150px;
	margin: 0;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.pub-box img:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.pub-box-text {
	width: 70%;
	padding: 22px 0 0 15px;
	display: inline-block;
	vertical-align: top;
	height: auto;
}

.pub-box-text span {
	font-size: 15px;
	text-transform: uppercase;
	color: #aaa;
}

.pub-box-text h1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.pub-box-text p {
}

.pub-box-text ul {
	list-style: none;
	margin: 10px 0 0;
	padding-right: 0;
	line-height: 1.2;
}

.pub-box-text li {
	display: inline;
	margin-left: 0 !important;
}

.pub-box-text li:before {
	content: ", ";
	margin-left: -3px;
}

.pub-box-text li:first-child:before {
	content: "By ";
	margin-left: 0;
}


.pub-box-text li:last-child:before {
	content: " and ";
	margin-left: 1px;
}

.pub-box-text li:last-child:after {
	margin-left: -2px;
	content: "."
}

.pub-box-text li:only-child::before {
	content: "By " !important;
	margin-left: 0;
}

.pub-box-text li:only-child::after {
	margin-left: -2px;
	content: ".";
}

.pub-author {
	margin: 5px 0 15px;
	font-family: 'Lora', serif;
	font-style: italic;
	color: #444;
	font-size: 13px;
}

.pub-author a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.pub-author a:hover {
	color: #d21e23;
}

.pub-author ul {
	list-style: none;
	margin: 0;
	padding-right: 0;
	line-height: 1.2;
}

.pub-author li {
	display: inline;
}

.pub-author li:before {
	content: ", ";
	margin-left: -3px;
}

.pub-author li:first-child:before {
	content: "By ";
	margin-left: 0;
}


.pub-author li:last-child:before {
	content: " and ";
	margin-left: 1px;
}

.pub-author li:only-child::before {
	content: "By " !important;
	margin-left: 0;
}

.downloadbutton {
	background: #d21e23;
	-webkit-border-radius:	2px;
	-moz-border-radius:		2px;
	border-radius: 			2px;
	display: inline-block;
	margin: 10px 0 0;
	position: relative;
	width: auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.downloadbutton a {
	color: #fff !important;
	display: block;
	font-size: 15px;
	padding: 10px 20px;
	text-decoration: none;
}

.downloadbutton a:hover {
   text-decoration: none !important;
   color: #fff;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.downloadbutton:active {
	top: 2px !important;
}

.urlbutton,
.publishedas {
	margin: 10px 0 50px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.urlbutton a,
a.urlbutton,
.publishedas a {
	background: #fff;
	-webkit-border-radius:	6px;
	-moz-border-radius:		6px;
	border-radius: 			6px;
	border: 2px solid #d21e23;
	display: inline-block;
	color: #d21e23;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 20px;
	width: auto;
	margin-right: 5px;
}

.urlbutton a:hover,
a.urlbutton:hover,
.publishedas a:hover {
	background: #d21e23;
   text-decoration: none !important;
   color: #fff !important;
}

.urlbutton a:active
..publishedas a:active {
	top: 2px !important;
}

.urlbutton a:nth-child(2):before {
	content: none;
}

.glmlic-relations ul {
	list-style-type: none;
}

.glmlic-relations li {
	border-top: 2px solid #fff;
	border-bottom: thin solid #eee;
	display: block;
	padding: 15px 5px;
	line-height: 1.2;
	margin-left: 0 !important;
	min-height: 70px;
	overflow: hidden;
	position: relative;
	transition: all 200ms ease-in-out;
}

.glmlic-relations.flex li {
	display: flex;
	align-items: center;
}

.project-list-item-bg {
	background-position: center center;
	background-size: cover;
	filter: brightness(1.75) contrast(.5) grayscale(1) opacity(.1);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.glmlic-relations li:hover > .project-list-item-bg {
	filter: brightness(1.75) contrast(.5) grayscale(0) opacity(.2);
	transform: scale(1.1);
}

.glmlic-relations li p {
	font-size: 13px;
	margin-bottom: 5px;
}

.glmlic-relations li span {
	font-size: 16px;
	font-weight: 600;
}

.glmlic-relations a {
	color: #333 !important;
	text-decoration: none !important;
}

.glmlic-relations a:hover {
	color: #d21e23 !important;
	text-decoration: none !important;
}

.glmlic-relations img {
	height: 75px;
	border: 1px solid #eee;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

.textbox {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
	padding: 5px 8px;
}

.glmlic-call p {
	margin-bottom: 0px !important;
}

.glmlic-call dl {
	counter-reset: glmlic-counter;
	margin-left: 5px;
	margin-top: 5px !important;
}

.glmlic-call ul {
	margin-top: 10px;
}

.glmlic-call li {
	list-style-type: square !important;
	line-height: 1.2;
	padding: 0 0 5px;
	margin-left: 30px;
}

.glmlic-call dt {
	position: relative;
	padding: 4px 0 0;
}

.glmlic-call dt:before {
	content: counter(glmlic-counter);
	counter-increment: glmlic-counter;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	padding: 5px 5px;
	line-height: 1;
}

.glmlic-call dd {
	margin: 0 0 20px 0;
}

.glmlic-call dt, .glmlic-call dd {
	padding-left: 40px;
}

p.top {
	margin-top: 1rem;
}

.singlepubarticle {
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #e2e1e0;
	height: auto;
	padding: 18px 18px 13px;
	width: 100%;
}

.singlepubarticle td:first-child {
	width: 20%;
	padding-right: 20px;
	text-align: right;
}

tr.top>td {
	padding-top: 10px;
}

.singlepubarticle tr {
	vertical-align: top;
}

.singlepubarticle span {
	text-transform: uppercase;
	color: #aaa;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.singlepubarticle ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}

.singlepubarticle ul li {
	display: inline;
	margin-left: 0 !important;
}

.singlepubarticle li::after {
	content: ",  ";
}

.singlepubarticle li:last-child:after {
	content: none;
}

.glmlic-contact {

}

.glmlic-contact input,
.glmlic-contact textarea {
	border: 1px solid #eee;
}

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	color: #999;
	font-size: 14px;
	margin: 20px 0 5px;
}

.archive-pagination ul {
	text-align: center;
}

.archive-pagination li {
	border: none;
	display: inline;
	padding: 5px 10px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

.archive-pagination a {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

.archive-pagination li a:hover {
	color: 000;
}

.archive-pagination li.active a {
	color: #000;
	font-weight: 600;
}

.glmlic-archive-entry ul {
	list-style-type: none;
	width: 100%;
}

.glmlic-archive-entry li {
	border-bottom: 1px solid #eee;
	clear: both;
	color: #888;
	display: block;
	float: left;
	padding: 15px 5px;
	width: 100%;
}

.glmlic-archive-entry h3 {
	margin: 0;
	padding: 0;
}

.glmlic-archive-entry a {
	text-decoration: none;
	font-weight: 600;
}

.glmlic-archive-entry a:hover {
	color: #d21e23;
	text-decoration: underline;
}

.glmlic-people-list ul, .glmlic-publication-list ul, .glmlic-event-list ul, {
	list-style-type: none;
	width: 100%;
}

.glmlic-project-list ul {
	list-style-type: none;
	width: 100%;
}

.glmlic-people-list ul {
	margin-top: 15px;
}

.glmlic-people-list li {
    align-items: center;
	border-bottom: 1px solid #eee;
	color: #888;
	display: flex;
	height: auto;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 60px;
	padding: 10px 5px 8.50px;
    position: relative;
	width: 100%;
}

.glmlic-people-list li a {
	text-decoration: none;
}

.glmlic-people-list li a:hover {
	text-decoration: none !important;
}

.glmlic-publication-list-pa tr,
.glmlic-publication-list tr,
.glmlic-people-list li,
.glmlic-event-list li {
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.glmlic-publication-list-pa tr:first-of-type,
.glmlic-publication-list tr:first-of-type,
.glmlic-people-list li:first-of-type,
.glmlic-event-list li:first-of-type {
	border-top: 1px solid #eee;
}

.glmlic-publication-list-pa tr:hover,
.glmlic-publication-list tr:hover,
.glmlic-people-list li:hover,
.glmlic-event-list li:hover {
	background-color: #f9d2d340;
}

.glmlic-people-list span.affiliation-list,
.glmlic-people-list span.affiliation-list a {
	color:#999;
	font-weight: 400;
}

.glmlic-event-list li:hover span {
	color: #d21e23;
}

.glmlic-event-list li:hover .event-list-location {
	color: #ccc;
}

.glmlic-people-list span {
	display: contents;
}

.glmlic-people-list span.affiliation-list a:hover {
	color: #d21e23;
}

.glmlic-project-list li {
	border-bottom: 3px solid #fff;
	color: #888;
	display: block;
	height: 60px;
	width: 100%;
	position: relative;
}

.pa-author, .pa-author a {
	color: #333;
	font-size: 14px !important;
	margin-bottom: 2px;
	font-style: italic;
}

.pa-author ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

.pa-author li {
	color: #333 !important;
	display: inline !important;
}

.glmlic-publication-list-pa li .pa-author li {
	padding: 0;
}

.pa-author li::after {
	content: ",  ";
}

.pa-author li:last-child:after {
	content: none;
}

.glmlic-background-image {
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	float: right;
	filter: alpha(opacity=10);
	position: relative;
	opacity: .1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.glmlic-background-image:hover {
	filter: alpha(opacity=35);
	opacity: 0.35;
	-webkit-transform: 	scale(1.005);
	-moz-transform: 	scale(1.005);
	-ms-transform: 		scale(1.005);
	-o-transform: 		scale(1.005);
	transform: 			scale(1.005);
}

.glmlic-project-item {
	line-height: 1 !important;
	padding-left: 10px;
	padding-top: 12px;
	position: absolute;
}

.glmlic-project-item span, .glmlic-project-item a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
;}

.glmlic-project-item span:hover {
	color: #d21e23;
	border-bottom: 1px solid #d21e23;
}

.glmlic-event-list li {
	border-bottom: 1px solid #eee;
	color: #888;
	display: block;
	line-height: 1.2;
	padding: 12px 0;
	width: 100%;
}

.glmlic-publication-list li,
.glmlic-publication-list-pa li {
	color: #888;
	display: block;
	line-height: 1.2;
	padding: 12px 0 12px 5px;
	width: 100%;
}

.glmlic-publication-list table,
.glmlic-publication-list-pa table {
    border-collapse: collapse;
	width: 100%;
}

.glmlic-publication-list td,
.glmlic-publication-list-pa td {
	border-bottom: 1px solid #eee;
}

.glmlic-publication-list td:first-child,
.glmlic-publication-list-pa td:first-child {
	width: 90%;
}

.glmlic-publication-list td:last-child,
.glmlic-publication-list-pa td:last-child {
	color: #eee;
	font-size: 50px;
	text-align: center;
}

.glmlic-publication-list td:last-child a,
.glmlic-publication-list-pa td:last-child a {
	width: 30px;
	height: 30px;
	background-size: cover;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}

.glmlic-publication-list td:last-child a {
	background-image: url('./images/download1.svg');
}

.glmlic-publication-list td:last-child a:hover {
	background-image: url('./images/download2.svg');
	text-decoration: none !important;
	border: none !important;
}

.glmlic-publication-list-pa td:last-child a {
	background-image: url('./images/link1.svg');
}

.glmlic-publication-list-pa td:last-child a:hover {
	background-image: url('./images/link2.svg');
	text-decoration: none !important;
	border: none !important;
}

table.glmlic-event-table {
	width: 100%;
	text-align: left;
}


table.glmlic-event-table td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

.glmlic-event-table td:first-child {
	width: 20% !important;
}

span.event-list-location {
	color: #ccc;
	font-size: 14px;
	font-weight: 400 !important;
}

.glmlic-people-list a {
	border-bottom: 1px solid transparent;
}

.glmlic-people-list span, .glmlic-people-list a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.glmlic-publication-list h3,
.glmlic-publication-list-pa h3,
.glmlic-publication-list a,
.glmlic-publication-list-pa a {
	text-decoration: none;
	font-size: 15px;
}

.glmlic-event-list a {
	text-decoration: none;
	font-size: 15px;
}

.glmlic-event-list span {
	font-weight: 600;
}

.glmlic-publication-list a {
	border-bottom: 1px solid transparent;
}

.glmlic-people-list a:hover,
.glmlic-publication-list a:hover,
.glmlic-publication-list-pa a:hover {
	color: #d21e23;
	border-bottom: 1px solid #d21e23;
}

.glmlic-list-all {
	margin: 15px 0;
	text-align: center;
	width: 100%;
}

.glmlic-list-all a {
	border: 1px solid #eee;
	color: #ccc;
	font-size: 13px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.glmlic-list-all a:hover {
	border: 1px solid #d21e23;
	color: #d21e23;
}

.event-data {
	margin: 0 0 25px;
	clear: both;
	color: #999;
}

.event-date-start, .event-date-end, .event-time, .event-location {
	display: inline-block;
	line-height: 18px;
}

.event-time, .event-location {
	padding: 0 0 0 10px;
}

.event-date-start::before {
	content: "\f508";
	color: #d21e23;
	display: inline-block;
	font: normal 17px/1 'dashicons';
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.event-date-end::before {
	content: "–";
}

.event-time::before {
	content: "\f469";
	color: #d21e23;
	display: inline-block;
	font: normal 17px/1 'dashicons';
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.event-location::before {
	content: "\f227";
	color: #d21e23;
	display: inline-block;
	font: normal 17px/1 'dashicons';
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.svgmap {
	margin: 10px 0 15px;
	padding: 0 !important;
	border: 1px solid #eee;
	background: #d6ebec;
	background: -webkit-radial-gradient(#d6ebec, #b5d0d7);
	background: radial-gradient(#d6ebec, #b5d0d7);
	height: 400px;
	overflow: hidden;
	z-index: 10;
}

#geochart-box {
	background: #d6ebec;
	background: -webkit-radial-gradient(#d6ebec, #b5d0d7);
	background: radial-gradient(#d6ebec, #b5d0d7);
	border: 2px solid #f6f6f6;
	border-radius: 6px;
	height: 170px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#regions_div {
	height: 105%;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 105%;
}

#regions_div g[clip-path] > g + g > g > path {
    stroke-width: 0;
    fill: transparent;
}

#regions_div svg path[fill="#00539a"],
#regions_div svg path[fill="#00539a"]:hover {
	cursor: pointer !important;
}

#regions_div path[fill="#00539a"]:hover {
	fill: #d21e23;
}

.svgmap_selected g:hover path {
	fill: #d21e23;
}

path { transition: .35s fill; }

.svgmap_name {
	text-align: left;
}

.svgmap_name a {
	background: #ddd;
    -webkit-border-radius: 3px;
    border-radius: 6px;
    color: #666;
    display: inline-block;
    margin: 2px;
	margin-left: 5px;
    padding: 4px 8px;
    position: relative;
    white-space: nowrap;
    width: auto;
  	text-decoration: none;
	font-weight: 600;
}

.svgmap_name a:hover {
	background: #00539a;
	color: #fff;
}

.svgmap_name a:before {
	content: "\f319";
	color: #777;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 15px/1 'dashicons';
	float: left;
	vertical-align: top;
	margin-right: 6px;
	margin-top: 4px;
}

.svgmap_name a:hover:before {
	color: #fff;
}

/* Entry Navigation
--------------------------------------------- */

.navigation{
	clear: both;
	font-size: 12px;
	margin: 20px 0;
}

.entry .navigation a {
	border-bottom: 1px solid #eee;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #111;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background: #010101;
}

.pagination-next a,
.pagination-previous a {
	text-decoration: none;
}

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

.after-entry .widget {
	clear: none;
	float: left;
	width: 50%;
}

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

.comment-respond,
.entry-comments {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin-bottom: 20px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #333;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.entry-comments a,
.comment-respond a {

}

.entry-comments .comment-author {
	margin: 0;
}

.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-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 22px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-top: 1px solid #eee;
}

.comment .avatar {
	margin: 0 16px 22px 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 12px;
	padding: 22px;
}

.comment-meta a {
	color: #333;
}

.comment-reply a {
	background: #f5f5f5;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background: #ccc;
}

.investigators-meta img {
	float: right;
	margin-bottom: 0;
	margin: 0 0 10px 5px;
	text-align: right;
	border: 1px solid #eee;
	border-radius: 75px;
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: 50% 0;
}

.glmlic-people-list .investigators-image-link,
.glmlic-people-list .investigators-image-link:hover,
.glmlic-people-list .investigators-image-link:active,
.glmlic-people-list .investigators-image-link:focus {
	border: none !important;
	text-decoration: none !important;
}

.investigators-image-small {
	border: none;
	border-radius: 25px;
	display: block;
	margin: 0;
	padding: 0;
    -webkit-filter: 	grayscale(1) brightness(1.25) contrast(.5);
    filter: 			grayscale(1) brightness(1.25) contrast(.5);
	transition: 		all 0.3s cubic-bezier(.25,.8,.25,1);
}

.investigators-image-small:hover {
	border: none;
    -webkit-filter:		grayscale(.25) brightness(1) contrast(1);
    filter:				grayscale(.25) brightness(1) contrast(1);
}

.glmlic-people-list li:hover .investigators-image-small {
    -webkit-filter:		grayscale(.25) brightness(1) contrast(1);
    filter:				grayscale(.25) brightness(1) contrast(1);
}

img.investigators-image-small,
.investigators-image-small img {
	height: 40px;
	width: 40px;
	min-width: 40px;
	object-fit: cover;
	object-position: 50% 0;
}


/*
GLM|LIC Timeline
---------------------------------------------------------------------------------------------------- */
.timeline {
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.timeline a {
	display: block;
}

.timeline-header {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d7e4ed;
}

.timeline-header h1 {
  color: #7e8b9b;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (min-width: 1170px) {
  timeline-header {
    height: 300px;
    line-height: 300px;
  }
  timeline-header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
#cd-timeline {
	position: relative;
	padding: 2em 0 0;
	margin-top: 0;
	margin-bottom: 0;
}

#cd-timeline::before {
  /* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 5px;
	background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-top: 0;
		margin-bottom: 3em;
	}

	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

#cd-timeline a {
	text-decoration: none;
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
 	margin-top: 0;
}

.cd-timeline-block:last-child {
 	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}
	.cd-timeline-block:first-child {
		margin-top: 0;
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.cd-timeline-img img {
	display: block;
	border: none;
	width: 30px;
	height: 30px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.cd-timeline-img.cd-blue {
	background: #00539a;
}

.cd-timeline-img.cd-red {
	background: #d21e23;
}

.cd-timeline-img.cd-grey {
	background: #777;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.cd-timeline-img img {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}

	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
  	}
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
	font-family: 'Lora', serif;
	display: block;
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.cd-timeline-content h2,
.cd-timeline-content p {
	font-family: 'Karla', sans-serif;
}

.cd-timeline-content br {
	margin: 0;
}

.cd-timeline-content:hover, .cd-timeline-content:active, .cd-timeline-content:focus {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 12px;
  line-height: 1.2;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 0;
  line-height: 1.4;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 35px;
  opacity: .7;
}
.cd-timeline-content::before {

}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .cd-timeline-content p {
    font-size: 15px;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1em;
    width: 43%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 119%;
    top: 6px;
    font-size: 15px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	color: #999;
	list-style-type: none;
	margin: 6px 0;
	word-wrap: break-word;
}

.sidebar ul li:before {
	content: "\00BB \0020";
	padding-right: 4px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

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

.sidebar .search-form {
	padding-top: 3px;
	height: 40px;
	width: 100%;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin: 0 0
}

.sidebar .search-form input {
	border: 1px solid #eee;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.sidebar .search-form input:hover {
	border: 1px solid #ccc;
}

.sidebar .search-form input:focus {
	border: 1px solid #ccc;
	background-color: #fefefe;
}

.finder-top select {
	border: 1px solid #eee;
}

.finder-top .search-form input {
	background: #fff;
	padding: 10px 10px 11px;
	border: 1px solid #eee;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.finder-top .search-form input:hover {
	border: 1px solid #ccc;
}

.finder-top .search-form input:focus {
	border: 1px solid #ccc;
	background-color: #fefefe;
}

.glmlic-sidebar-po, .glmlic-sidebar-rp, .glmlic-sidebar-ra  {
	background-color: #f6f6f6;
	border-radius: 0 0 10px 10px;
}

.glmlic-sidebar-po .glmlic-sidebar-title {
	text-align: center;
	background-color: #00539a;
	border-bottom: 2px solid #fff;
	border-radius: 10px 10px 0 0;
}

.glmlic-sidebar-rp .glmlic-sidebar-title {
	text-align: center;
	background-color: #d21e23 !important;
	border-bottom: 2px solid #fff;
	border-radius: 10px 10px 0 0;
}

.glmlic-sidebar-ra .glmlic-sidebar-title {
	text-align: center;
	background-color: #666 !important;
	border-bottom: 2px solid #fff;
	border-radius: 10px 10px 0 0;
}

.glmlic-sidebar-title h3 {
	text-transform: uppercase;
	color: #fff;
	line-height: 2;
	margin: 0;
	padding: 0;
	display: box;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.glmlic-sidebar-container,
.glmlic-sidebar-container-rp,
.glmlic-sidebar-container-ra {
	margin: 0 0 15px;
	padding: 5px 15px 10px;
	font-size: 14px;
	width: 100%;
}

.glmlic-sidebar-container-ra {
	line-height: 1.2;
}

.glmlic-sidebar-container-rp li,
.glmlic-sidebar-container-ra li {
	width: 100%;
	display: block;
}

.glmlic-sidebar-container-ra li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.glmlic-sidebar-container-ra li:first-child {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

.glmlic-sidebar-container-ra li::before {
	content: none !important;
}

.glmlic-sidebar-container-rp li:hover > .glmlic-sidebar-container-rp span,
.glmlic-sidebar-container-ra li:hover > .glmlic-sidebar-container-ra span,
.glmlic-sidebar-container-ra ul a:hover > li span {
	color: #d21e23 !important;
}

.glmlic-sidebar-container-rp img {
	width: 25%;
	display: inline-block;
	float: left;
	margin: 0 5% 0 0;
}

.glmlic-sidebar-container-rp a,
.glmlic-sidebar-container-ra a {
	text-decoration: none;
}

.glmlic-sidebar-container-ra p {
	margin: 5px 0 0;
}

.glmlic-sidebar-container-rp span {
	color: #000;
	font-weight: 500;
	display: inline-block;
	width: 70%;
	vertical-align: bottom;
}

.glmlic-sidebar-container-rp span.rp-small {
	color: #999;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 3px;
	text-transform: uppercase;
	width: 100%;
}

.glmlic-sidebar-container-rp span.rp-small:hover {
	color: #999;
}

.glmlic-sidebar-container-ra span {
	color: #000;
	font-weight: 500;
}

.glmlic-sidebar-container-rp span:hover,
.glmlic-sidebar-container-ra span:hover,
.glmlic-sidebar-container-rp a:hover,
.glmlic-sidebar-container-ra a:hover {
	color: #d21e23;
}

.glmlic-sidebar-container ul li:before, .glmlic-sidebar-container-rp ul li:before {
	content: none;
}

.glmlic-sidebar-container ul, .glmlic-sidebar-container-rp ul {
	list-style: none;
	width: 100%;
}

.glmlic-sidebar-container-rp a {
	width: 100%;
	display: flex;
}

.glmlic-sidebar-container-rp li {
	display: flex;
	align-items: center;
}

.glmlic-sidebar-container li,
.glmlic-sidebar-container-rp li {
	border-bottom: 1px solid #eee;
	height: auto;
	line-height: 1.2;
	padding: 4px 0 15px;
    vertical-align: top;
	width: 100%;
}

.glmlic-sidebar-container li:last-of-type,
.glmlic-sidebar-container-rp ul a:last-of-type > li,
.glmlic-sidebar-container-ra li:last-of-type {
	border-bottom: 0;
	padding: 4px 0;
}

.glmlic-sidebar-container li {
	display: inline-flex;
	align-items: flex-start;
    justify-content: space-between;
}

.glmlic-sidebar-container li a, .glmlic-sidebar-container .tags a {
	float: right;
	display:inline-block;
	width: 55%;
	text-align: right;
}

.glmlic-sidebar-container-rp li a, .glmlic-sidebar-container-rp .tags a {
	float: left;
	display:inline-block;
	width: 100%;
	text-align: left;
}

.glmlic-sidebar-container span, .glmlic-sidebar-container .tags span {
	float: left;
	font-size: 14px;
	text-align: left;
	display: inline-flex;
}

.glmlic-sidebar-container .tags {
    float: right;
    text-align: right;
    margin-top: -4px;
}

.glmlic-sidebar-container .countries {
    margin-top: -4px;
    float: right;
}


.project-tags a:before {
	content: "\f480";
	color: #666;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'dashicons';
	vertical-align: top;
	margin-right: 5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.project-tags-project a:before {
	content: "\f318";
	color: #666;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'dashicons';
	vertical-align: top;
	margin-right: 5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.glmlic-sidebar-container .tags a:before {
	content: "\f323";
	color: #777;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 12px/1 'dashicons';
	vertical-align: top;
	margin-right: 5px;
	padding-top: 1px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.glmlic-sidebar-container .countries a:before {
	content: "\f319";
	color: #777;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 12px/1 'dashicons';
	vertical-align: top;
	margin-right: 6px;
	padding-top: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}


.project-tags a:hover:before,
.project-tags-project a:hover:before,
.glmlic-sidebar-container .tags a:hover:before,
.glmlic-sidebar-container .countries a:hover:before {
	color: #fff;
}

.glmlic-sidebar-container .tags a,
.glmlic-sidebar-container .countries a {
	background: #ccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: right;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    display: inline-block;
    margin: 2px;
    padding: 3px 8px 4px;
    position: relative;
    text-align: right;
    white-space: nowrap;
    width: auto;
}

.project-tags,
.project-tags-project {
	display: inline;
	line-height: 1;
}

.project-tags a,
.project-tags-project a {
	background: #fff;
    border: 1px solid #eee;
    color: #666;
    display: inline-block;
    float: none;
    margin: 1px;
    padding: 6px 8px;
    position: relative;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.glmlic-sidebar-container a {
	text-decoration: none;
}

.glmlic-sidebar-container a:hover {
	color: #d21e23;
}

.glmlic-sidebar-container .tags a:hover,
.glmlic-sidebar-container .countries a:hover {
	background-color: #00539a;
	color: #fff;
}

.project-tags a:hover,
.project-tags-project a:hover {
	background-color: #d21e23;
	color: #fff;
	text-decoration: none;
}

.glmlic-phase {
	width: 70%;
	float: right;
}

a.dataset-link {
	background: #ccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 1rem auto .25rem;
    padding: 3px 8px 4px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: auto;
}

a.dataset-link:after {
	content: "\f504";
	color: #666;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 17px/1 'dashicons';
	vertical-align: top;
	margin-left: 5px;
	padding-top: 1px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a.dataset-link:hover:after {
	color: #fff;
}

a.dataset-link:hover {
	background-color:  #0053a0;
	color: #fff;
	text-decoration:  none;
}

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

.footer-widgets {
	background: #fff;
	border-top: 1px solid #eee;
	clear: both;
	color: #333;
	display: block;
	overflow: hidden;
	padding: 60px 0 0;
	text-align: center;
}

.footer-widgets-1 {
	float: left;
	width: 16%;
}

.footer-widgets-2 {
	float: left;
	margin-left: 2%;
	width: 30%;
}

.footer-widgets-3 {
	float: left;
	margin-left: 9%;
	width: 11%;
}

.footer-widgets-4 {
	float: right;
	margin-left: 2%;
	width: 30%;
}


.footer-widgets .widget {
	margin-bottom: 22px;
}

.footer-widgets .widgettitle {
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #eee;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
	max-width: 95%;
}

.footer-widgets .entry {
	padding: 5px 0;
}

.iza-logo a {
	background-image: url('./images/iza_1.svg');
	background-size: cover;
	display: block;
	font-size: 1px;
	height: 65px;
	margin: 0 auto;
	text-indent:-9999px;
	width: 150px;
}

.iza-logo a:hover {
	background-image: url('./images/iza_2.svg');
}

.dfid-logo a {
	background-image: url('./images/ukaid_1.svg');
	background-size: cover;
	display: block;
	font-size: 1px;
	height: 105px;
	margin: 0 auto;
	text-indent:-9999px;
	width: 96px;
}

.dfid-logo a:hover {
	background-image: url('./images/ukaid_2.svg');
}

.iza-text, .dfid-text {
	color: #444;
	font-size: .75rem;
	padding-bottom: 6px;
	text-align: left;
}

.upcoming-events a {
	background-image: url('./images/events_1.svg');
	background-size: cover;
	display: block;
	height: 100px;
	font-size: 1px;
	margin: 0 auto;
	text-indent:-9999px;
	width: 300px;
}

.upcoming-events a:hover {
	background-image: url('./images/events_2.svg');
}

.twitter {
	margin-bottom: 50px;
}

.twitter a {
	background-image: url('./images/twitter_1.svg');
	background-size: cover;
	display: block;
	height: 20px;
	font-size: 1px;
	margin: 0 auto;
	text-indent:-9999px;
	width: 20px;
}

.twitter a:hover {
	background-image: url('./images/twitter_2.svg');
}

.entry-image {
	margin: 5px 0 0 5px;
}

/*
Event Page
---------------------------------------------------------------------------------------------------- */
.eventpage .wp-block-embed-youtube {
	width: 80%;
}

@media only screen and (max-width: 767px) {
	.eventpage .wp-block-embed-youtube {
		width: 100%;
	}
}

.eventpage.entry-title {
	margin-bottom: 1rem;
}

.eventpage.entry-content h2 {
	font-weight: 600;
}

.eventpage .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
}

.eventpage .wp-block-embed-youtube iframe {
	border: none;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eventpage a.wp-block-button__link {
	background-color: transparent;
	border: 2px solid #a81e23;
}

.eventpage a.wp-block-button__link:hover,
.eventpage a.wp-block-button__link:active,
.eventpage a.wp-block-button__link:focus {
	background-color: #a81e23;
	border: 2px solid #a81e23;
	color: #fff;
	text-decoration: none;
}

.eventpage .wp-block-buttons {
	align-items: center;
	display: flex;
	margin-right: 0;
}

.eventpage .wp-block-button {
	margin: 1rem auto;
	margin-right: auto !important;
}

.eventpage .wp-block-separator {
	border-width: 0;
    border-top: 1px solid #ababab;
	margin: 1rem 0;
}


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

.site-footer {
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #999 !important;
	text-decoration: none;
}

.site-footer a:hover {
	color: #00539a !important;
	border-bottom: 1px solid #00539a;
}

.site-footer p {
	margin: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header {
		background-size: contain !important;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
		overflow: hidden;
	}

	.site-inner {
		margin: 20px auto;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 16px;
	}

	.sidebar-primary {
		width: 300px;
	}

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

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

	.site-container,
	.before-header {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 20px;
	}

	.widget.latest-tweets,
	.widget.simple-social-icons {
	display: none;
}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}


	.footer-widgets {
		padding: 40px 0 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 980px) {
	.before-header .enews-widget form,
	.before-header .enews-widget .widgettitle,
	.before-header .enews-widget p,
	.before-header .enews-widget #subscribe,
	.before-header .enews-widget input,
	.before-header .enews-widget input[type="submit"] {
		display: block;
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.before-header .enews-widget form {
		margin: 0;
	}
}

@media only screen and (max-width: 940px) {
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: transparent;
		border-top: 1px solid #777777;
		border-bottom: 1px solid #777777;
		cursor: pointer;
		min-height: 52px;
		position: relative;
		width: 100%;
	}

	.menu-toggle span {
		left: 50%;
		margin-left: -20px;
		top: 23px;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #555;
		border-radius: 1px;
		content: '';
		cursor: pointer;
		display: block;
		height: 5px;
		position: absolute;
		transition: all 500ms ease-in-out;
		width: 40px;
	}

	.menu-toggle span:before {
		top: -10px;
	}

	.menu-toggle span:after {
		bottom: -10px;
	}

	.menu-toggle.active span {
		background: transparent;
	}

	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		top: 0;
	}

	.menu-toggle.active span:before {
		transform: rotate(45deg);
	}

	.menu-toggle.active span:after {
		transform: rotate(-45deg);
	}

	.menu-toggle:hover {
		background: transparent;
	}

	.sub-menu-toggle {
		color: #999;
		cursor: pointer;
		padding: 14px 18px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.active:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu {
		border: none;
	}

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #9D9D9D;
		display: block;
		position: relative;
		text-align: left;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #9D9D9D;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background: transparent;
		color: #d21e23;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.before-header .widget {
		padding-bottom: 0;
		padding-top: 0;
	}
}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

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

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	.finder-top .widget {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.after-entry .widget {
		width: 100%;
	}

	.finder-bottom .entry {
		margin: 0;
		width: 100%;
	}

	.finder-top .widgettitle {
		font-size: 10px;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}

}

/** Hidden features **/
.enews-widget {
	display: none;
}
