@import 'css/search-styles.css';
@import 'css/news-styles.css';
@import 'css/homepage-styles.css';
/*
Theme Name: riseuparchive
Theme URI: http://underscores.me/
Author: Tara Cleveland
Author URI: http://taracleveland.com
Description: Theme for the Rise Up Feminist Archive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: riseuparchive
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

riseuparchive is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Metadata
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0 auto;
        max-width: 65em;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


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

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

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

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"] {
	-webkit-appearance: button;
        background-color: transparent;
	cursor: pointer;
}

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"] {
	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"]::-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;
}

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

td,
th {
	padding: 0;
}

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

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

#socialmedia i {font-size: 1.5em; color: #7c7c7c; padding: .25em !important; line-height: 1.5em;}

h3.blockheadline {background-color: #ddd; padding: .25em; margin-top: 0; }

p {
	margin-bottom: 1.5em;
        margin-top: 0;       
}

.entry-content p {max-width: 50em;}
#feature-article .entry-content.entry-content-homepage {width: 100%;}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #000;
	border-radius: 3px;
	color: #e40707;
	font-family: "Noto Sans", sans-serif;
         padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #666;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/* ------ SUBMIT buttons -----*/

.uploaderform .formarea input#upload_1.file_input_submit:disabled {
	border: 1px solid;
	border-color: #eee #999 #999 #eee;
	border-radius: 3px;
	background: #ddd !important;
	box-shadow: 
		inset 0 -5px 12px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
        font-weight: normal;
        font-family: Lato;
	line-height: 1;
        /*text-transform: uppercase;*/
        padding: .4em 1em .4em;
        text-shadow: none;

	
}

.uploaderform .formarea input[type="button"], .timelineform input[type="submit"], .contactform input[type="submit"], .search-form input[type="submit"] {
	border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
		inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;

        font-weight: normal;
        font-family: Lato;
	line-height: 1;
        /*text-transform: uppercase;*/
        padding: .4em 1em .4em;
        text-shadow: 0 1px 0 rgba(250, 124, 124, 0.8);

	
}
/*for the teaching resources download assignments buttons */
div.wp-block-button.download-button {text-align: center;}
div.wp-block-button.download-button a {border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
		inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;

        font-weight: normal;
        font-family: Lato;
	line-height: 1;
        /*text-transform: uppercase;*/
        padding: .4em 1em .4em;
text-shadow: 0 1px 0 rgba(250, 124, 124, 0.8);}

.search-form input[type="submit"]:active {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: 
            inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

.search-form input[type="submit"]:hover {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: 
            
            inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}



.uploaderform .formarea input[type="button"], .timelineform input[type="submit"], .contactform input[type="submit"]:hover, .donationamount input[type="submit"] {
	border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
               
                inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
        font-weight: normal;
        font-family: Lato;
	line-height: 1;
        /*text-transform: uppercase;*/
        padding: .4em 1em .4em;
        text-shadow: 0 1px 0 rgba(250, 124, 124, 0.8);

	
}


.uploaderform .formarea input[type="button"], .timelineform input[type="submit"], .contactform input[type="submit"]:active,.donationamount input[type="submit"]:active {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow:
            inset 0 2px 5px rgba(0, 0, 0, 0.15);
}


/* ------ Search form -----*/

.search-form input.search-field {
	color: #333;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 3px;
        width: 60%;
}

.search-form {margin: 1em;}


/* ------ Contact form -----*/
.contactform { display: inline-block; border: solid 1px #dedede;}
.contactform h2 {padding: .5em ; margin: 0; color: #fff; background-color: #000;}
.formarea {padding: 1em; }
.formarea input[type="submit"] {float: right;}

@media screen and (min-width: 50em) {
	.contactform {width: 50%;}
.contactform textarea {max-width: 25em;}
}

/* ------ Timeline form -----*/
.timelineform { border: solid 1px #dedede; max-width: 40em; font-size: .8em; overflow: hidden; }
.timelineform h3 {padding: .5em ; margin: 0; color: #000; background-color: #ddd;}

.timelineform .submitarea {padding: 0 1em 1em 1em; width: 100%; overflow: hidden; text-align: right;}
.timelineform .formarea {padding: 1em 1em 0 1em; width: 100%; overflow: hidden;}
.timelineform .formarea input[type="submit"] {float: right;}
.timelineform .formarea input[type="text"], .formarea input[type="email"] {width: 10em; height: 2em;}

@media screen and (min-width: 50em) {
	.timelineform {width: 50%;}
.timelineform textarea {max-width: 20em; max-height: 10em; }
.leftform {width: 50%; float: left; overflow: hidden; }
.rightform {width: 50%; float: right; overflow: hidden; clear: right;}
}

/* ------ Uploader form -----*/
.uploaderform { border: solid 1px #dedede; max-width: 40em; font-size: .8em; overflow: hidden; margin: 1em 0 0 0;}
.uploaderform h3 {padding: .5em ; margin: 0; color: #000; background-color: #ddd;}

.uploaderform .submitarea {padding: 0 1em 1em 1em; width: 100%; overflow: hidden; text-align: right;}
.uploaderform .formarea {padding: 1em; width: 100%; overflow: hidden;}
.uploaderform .formarea p {padding: 0em;}
.uploaderform .formarea input[type="submit"] {float: right;}
.uploaderform .formarea input[type="text"], .formarea input[type="email"] {width: 10em; height: 2em;}
.file_userdata_container {margin: 1em 0 !important;}

@media screen and (min-width: 50em) {
	.uploaderform {width: 50%;}
	}
.required {color: #f00;}
label.file_userdata_label:after {color: #f00; font-weight: bold; margin: 0 .25em;}
label.file_userdata_label {display: block; margin: 1em 0 .25em 0; }
.uploaderform textarea {width: 20em; height: 10em;}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e40707;
}

a:visited {
	color: #e40707;
}

a:hover,
a:focus,
a:active {
	color: #622;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 90%;
        margin: 1em;
        
}

.main-navigation ul {
	display: none;
	list-style: none;
	padding-left: 0;
        margin-left: 0.5em;
        background-color: #f5f5f5;
        border-radius: 3px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
        
}


.main-navigation ul ul {
	display: none;
        margin: 0; padding: 0; 
}

.main-navigation a {
	display: block;
	padding: 0.8em;
	position: relative;
	text-decoration: none;
        
}

.main-navigation ul ul a {
	  padding-left: 2em;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #eaeaea;
	color: #300;
}

.main-navigation a,
.main-navigation ul ul li:last-child a {
	border-bottom: 1px solid #eaeaea;
}
.main-navigation ul li:last-child a {
	border-bottom: none;
}

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

.main-navigation li {
	position: relative;
    border-top: 1px solid #eaeaea;
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 700;
}

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

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

.no-js .main-navigation ul ul {
	display: block;
}
/* Make archive items on main menu slightly different colour */
.main-navigation li.archive-item a {background-color: #e6e6e6; border-left: #fff; border-right: #fff;}


.dropdown-toggle {
    position: absolute;
	height: 27px;
	width: 27px;
	top: 12px;
	right: 6px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
        font-family: 'FontAwesome';
	background-color: transparent;
	border: 0;
	content: "";
	color: #e40707;
	border-radius: 0;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    line-height: 1;
        
}

.dropdown-toggle {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


  .dropdown-toggle::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

 


.dropdown-toggle::after {

	font-family: "Font Awesome 5 Free"; font-weight: 900;
	content: "\f13a";
    font-size: 16px;
	position: relative;
	top: 5px;
	left: 1px;
	width: 27px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	color: #300;
    box-shadow: none;
}

.dropdown-toggle.toggle-on:after {
	content: "\f139";
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block; 
 }
.menu-toggle {
	z-index: 100;
        text-transform: uppercase;
        background: #ddd;
        border: solid 1px #eaeaea;
        position: fixed;
        top: 0;
        left:0;
        width: 100%;
        z-index: 1000;
        text-align: left; 
        transition: all ease-out 400ms;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.20)
 }
 .menu-toggle.hide {
     top: -5em; 
 }
.menu-toggle:hover, .menu-toggle:focus {
	background: #eaeaea;
        border: solid 1px #eaeaea;
 }
@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

 
 /* Hovering menu */

.main-navigation li.archivemenu a,
	.main-navigation ul ul li.archivemenu:last-child a {
		background-color: #ddd;
	}
	
        .main-navigation li.archivemenu a:focus,
	.main-navigation ul ul li.archivemenu:last-child a:focus,
        .main-navigation li.archivemenu a:hover,
	.main-navigation ul ul li.archivemenu:last-child a:hover {
		background-color: #eaeaea;
	}
        
        .main-navigation.toggled       {
            position: fixed;
            top: 1.5em;
            z-index: 100;
        }
.nav-menu {
	padding: 0em;
	margin-bottom: 3em;
}

.main-navigation.toggled ul {
	max-height: calc(100vh - 8em);
	overflow-y: auto;
}

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

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

 
 
/* Wide menu. */
@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}


/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {
	
	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: relative;
		min-height: 1.5em;
                width: 100%;
                padding: 0 0 2em 0;
                margin: 0;
		background-color: #fff;
                font-size: 1em;
	}
	
	.nav-menu {
		padding: 0;
		letter-spacing: -1em;
	}
	
	.main-navigation ul,
	.main-navigation.toggled ul {
		max-height: none;
		padding-left: 0;
		text-align: center;
                width: 90%;
                margin: 0 auto;
                display: block;
		
	}
	
	.main-navigation.toggled ul {
		overflow-y: visible;
	}
	
	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border-left: solid 1px #eaeaea;
                border-top: 0;
                border-bottom: 0;
                margin: 0;
                padding: 0;
                letter-spacing: normal;
	}
	.main-navigation li.archive-item {
		border-left: solid 1px #fafafa;
    }
        .main-navigation li:first-child {
		border-top: 0;
                border-bottom: 0;
                border-left: 0;
	}
	
	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #eaeaea;
	}
	
	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
                border-left: none;
                border-top: solid 1px #eaeaea;
	}
	.main-navigation li.archive-item li {
		border-top: solid 1px #fafafa;
    }
	
	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border: 0;
                padding-top: .6em;
                padding-bottom: .6em;
               margin: 0;
	
	}
        
        
	
	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: #eaeaea;
		color: #300;
		text-decoration: none;
       }
	
	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
                background: #eee;
		color: #000;
		text-decoration: none;
	}
	
	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
		background: #f5f5f5;
	}
	
	.main-navigation ul ul ul.toggled-on {
		position: relative;
	}
	
	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	
	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: .3em;
		right: .5em;
		border: none;
	}
	
	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
               
	}
	
}



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

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

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

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.right {float: right;}

.left {float: left;}

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

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

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

 
 /*  *************** all widgets *************** */
.widget {
	margin: 0 0 1.5em;
 }

.widget ul li {border-bottom: solid 1px #ddd;}


@media screen and (max-width: 50em) { 
  
   .widget:first-child {margin-left: 0;}
   .widget:last-child {margin-right: 0;}
   .widget {width: 100%; margin: 0 1%; background-color: #f5f5f5;}
    
}
/*  *************** sidebar-search widgets *************** */
.sidebar-search {width: 30%; padding: 0 0 0 1em; float: right;}
.sidebar-search .widget {
    border: solid 1px #eee;
    background: #fff; 
    padding: 0;
    margin: 1em 0;
    font-size: .9em;
    box-shadow: 
         3px 3px 3px rgba(0, 0, 0, 0.15);}
.search-results-area {width: 100%; float: left;}

/* Make sure select elements fit in widgets. */
aside.sidebar-search .widget select {
	max-width: 100%;
}
aside.sidebar-search .widget img {width: 30%;}
aside.sidebar-search .widget {
    background: #f5f5f5; 
    padding: 0;
    margin: 1em 0;
    font-size: .9em;
    box-shadow: 
         3px 3px 3px rgba(0, 0, 0, 0.15);
         overflow: hidden;
}
aside.sidebar-search .widget h2 {
    padding: .5em;
    margin: 0em 0;
    background-color: #ddd;
    font-size: 1.2em;
   
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-description {display: none;}
/* ----- HOME PAGE HEADER -----  */
/*for small screens and with search below logo */
@media screen and (max-width: 50em) {
 header {margin-top: 4em;}
   
}
@media screen and (max-width: 50em) {
   .site-branding-home .site-title {width: 90%; padding: 0; margin: 0 auto;} 
   .site-branding-home .search-form-area {
        text-align: center;}
   
}

/* for large screens and with search to the side of logo */
@media screen and (min-width: 50em) {
    .site-branding-home {width: 90%; overflow: hidden; margin: 1em auto;}
    .site-branding-home .site-title {width: 50%; float: left; padding: 0; margin: 0 auto; }
    .site-branding-home .search-form-area {width: 50%; margin: 3.3% 0 0 0; padding: 0; float: right;
        text-align: right;}
    .site-branding-home .search-form {margin: 0; padding: 0 0 0 3%;}
}

/* ----- OTHER PAGE HEADER -----  */
/*for small screens and with search below logo */
@media screen and (max-width: 50em) {
   .site-branding .site-title {width: 90%; padding: 0; margin: 0 auto;} 
   .site-branding .search-form-area {text-align: center;}
    
}

/* for large screens and with search to the side of logo */
@media screen and (min-width: 50em) {
    .site-branding {width: 90%; overflow: hidden; margin: 1em auto;}
    .site-branding .site-title {
            width: 35%; 
            float: left; 
            padding: 0; 
            margin: 0 auto; 
            text-align: left;
    }
    .site-branding .search-form-area {width: 65%; margin: 1% 0 0 0; padding: 0; float: right;
        text-align: right;}
    .site-branding .search-form {margin: 0; padding: 0 0 0 0%;}
}
/*--------------------------------------------------------------
## Timeline Express
--------------------------------------------------------------*/

.timeline-date {display: none !important;}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


p.homepage {margin: 2em 0em 1em 0}
.site-content {width: 90%; margin: 0 auto;}
.hentry { margin: 0 0 1.5em;}

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

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

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

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


/* ---------------------- COLUMNS ON PAGES WITH DIFFERENT WIDTHS ---------------------- */
.col2-left {float: left; width: 50%; padding: 1em;}
.col2-right {float: right; width: 50%; padding: 1em;}

.flex-container{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.col-flex {width: 250px; padding: 0 1em 0 1em; margin: 1em; background-color: #efefef;}
.col-flex h4 {padding: 0; margin: .5em 0em 1em 0;}


.half-left {float: left; width: 100%; margin: 1em 0 0 0;}
.half-right {float: left; width: 100%; margin: 1em 0 0 0 ; text-align: left;}

@media screen and (min-width: 50em) {
.half-left {float: left; width: 48%; margin: 0 2% 1em 0;}
.half-right {float: right; width: 48%; margin: 0 0 1em 2%; text-align: right;} 
}

div.onethird {float: left; width: 33%; padding: 0; margin: 0;}
div.twothirds {width: 66%; padding: 0 1em; margin: 0;}



div.twothirds.left {padding: 0 1em 0 0; margin: 0;}

div.sideblock {border: solid 1px #ddd; font-size: .8em;}
div.sideblock p, div.sideblock div.address {padding: 0 1em;}
div.sideblock address {padding: 0; margin: 0; font-style: normal;}

div.donationamount {padding: 1.5em 0; border-bottom: solid 1px #ddd; clear: both; overflow: hidden;}
div.donationamount p {width: 75%; float: right; padding: .5em 0 0 0;}
div.donationamount form {width: 25%; float: left; margin: 0;}
div.creditcardlogos {padding-bottom: 2em; margin-top: -1em;}

/* --- for main pages with red link buttons on the bottom --- */
a.linkarea {
	border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
                inset -2px -2px 10px #ad0505,          
	            inset 2px 2px 10px #fa6b6b,
	            2px 2px 5px #999;          
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
        font-weight: normal;
        font-family: Lato;
	line-height: 1;
        /*text-transform: uppercase;*/
        padding: .4em 1em .4em;
        text-shadow: 0 1px 0 rgba(250, 124, 124, 0.8);
    overflow: auto; display: block; }
    
    
a.linkarea:active {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), 
            inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

a.linkarea {color: #fff; text-decoration: none;}
a.linkarea img  {border: solid 1px #000; width: 60%;}
a.linkarea.half-left img  {border: solid 1px #000; float: left; margin: 0 1em 0 0;}
a.linkarea.half-right img  {border: solid 1px #000; float: right; margin: 0 0 0 1em;}

a.linkarea:hover {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: 
            inset 0px 5px 17px rgba(255, 255, 255, 0.8), 
            inset 0px -5px 12px rgba(0, 0, 0, 0.02),
                        2px 2px 5px #999;          
	
}


/* --- columns on pages  --- */
@media screen and (min-width: 50em) {
	div.left-col {float: left; width: 48%; padding: 1em; margin: 1% 1% 1% 0; }
	div.right-col {float: right; width: 50%; padding: 1em; margin: 1% 0 1% 1%; }
	}


div.aboutus, div.contribute {float: left; width: 100%; margin: 1em 0; padding: 1em;}
@media screen and (min-width: 50em) {
	div.contribute {float: left; width: 33%; margin: 1%; padding: 1em;}
	div.contribute.left-col {margin: 1% 1% 1% 0; }
	div.contribute.right-col {margin: 1% 0 1% 1%; }
	div.contributearea {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		margin: 0; padding: 0;
	  }
	  
	div.aboutus {float: left; width: 50%; margin: 1%; padding: 1em;}
	div.aboutus.left-col {margin: 1% 1% 1% 0; }
	div.aboutus.right-col {margin: 1% 0 1% 1%; }
	div.childpage-link-area {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		margin: 0; padding: 0;
	  }
} 
  


@media screen and (min-width: 50em) {
	div.contribute {float: left; width: 33%; margin: 1%; padding: 1em;}
	div.contribute.left-col {margin: 1% 1% 1% 0; }
	div.contribute.right-col {margin: 1% 0 1% 1%; }
	div.contributearea {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		margin: 0; padding: 0;
	  }
	  
	div.aboutus {float: left; width: 50%; margin: 1%; padding: 1em;}
	div.aboutus.left-col {margin: 1% 1% 1% 0; }
	div.aboutus.right-col {margin: 1% 0 1% 1%; }
	div.childpage-link-area {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		margin: 0; padding: 0;
	  }
} 
  


div.aboutus, div.contribute {
 background: #f5f5f5; 
    font-size: .9em;
    padding: 0;
    box-shadow: 
         3px 3px 3px rgba(0, 0, 0, 0.15);
}
div.aboutus h3, .contribute h3 {
    padding: .5em;
    margin: 0em 0;
    background-color: #ddd;
    font-size: 1.2em;
}   
div.aboutus p, .contribute p {
    padding: .5em;
}   

a.linkbutton {
	border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
                inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
        font-weight: normal;
        font-family: Lato;
	line-height: 1;
	padding: .4em 1em .4em;
    text-shadow: 0 1px 0 rgba(250, 124, 124, 0.8);
	text-decoration: none;
}

p.b-link {text-align: center;}
a.linkbutton:active {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), 
            inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

a.linkbutton:hover {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: 
            inset 0 15px 17px rgba(255, 255, 255, 0.8), 
            inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}



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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	border-left: 1px solid #eee;
	padding: .25em;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: .8em;

}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info {width: 100%; text-align: center;}
.footer-nav ul.nav-menu  {
    list-style: none; 
    text-align: center; 
    border-bottom: solid 1px #ddd; 
    margin: .5em;  padding: .5em; 
    letter-spacing: normal;
}
.footer-nav ul.nav-menu  li {
    display: inline; 
    line-height: 2em; 
    margin: 0em; 
    padding: 0 .5em; 
    border-left: solid 1px #ddd;
}
.footer-nav ul.nav-menu li:last-child {
    border-right: solid 1px #ddd;
}

.copyright-nav ul.nav-menu { 
    list-style: none; 
    text-align: center; 
    margin: .5em; 
    padding: 0;
    letter-spacing: normal;
}
.copyright-nav ul.nav-menu li { 
    display: inline; 
    line-height: 2em; 
    margin: 0em; 
    padding: 0 .5em;
}
.copyright-nav ul.nav-menu  li:first-child {
    border-left: none;
}

/*--------------------------------------------------------------
# Collections Page
--------------------------------------------------------------*/
p.in-column {margin: 0 !important; padding: 0 !important;}

section.resource  {
		padding: 0; margin: 2em 0; 
		box-shadow: 3px 3px 5px 3px #eee !important;
		border: solid 1px #ccc;}
	
section.resource h2 {
		font-size: 1.2em; 
		color: #333; 
		padding: 0; margin: 0;}
		
		
section.collections div.uagb-column__inner-wrap {padding: 0; margin: 0;}

.collection-gallery {display: flex;}
.wp-block-media-text.collection-block {
	font-size: 10px;
	padding: 0; margin: 2em 0; 
		box-shadow: 3px 3px 5px 3px #eee !important;
		border: solid 1px #ccc;}
figure.resource-image {
		padding: 0px !important; 
		margin: 0px !important; 
		}
		
figure.resource-image img {
		padding: 0px; 
		margin: 0px; 
		max-width: none;
		}
/*--------------------------------------------------------------
# Teaching Resources Pages
--------------------------------------------------------------*/



div#pagelinkgroup {display: flex;  flex-direction: row;}
div.pagelinkleft, div.pagelinkright {flex-grow: 1; width: 50%;} 
a.pagelinkleft, a.pagelinkright {display: flex !important; width: 90% !important; }
h2.collection-title {
	font-size: 2em !important; 
	margin: 0; padding: 0;
	}

h2.collection-title a {
		color: #333;
		text-decoration: none;
		}
h2.collection-title a:hover {
	color: #cd1d1d;
	}

.educational-level-item, .collection-item {display: flex; 
	flex-direction: row-reverse;
	border-top: solid 2px #666 !important;
	margin: 2em 0 0 0; padding: 0;
	}
	
.educational-level-span, .collection-item-span {display: flex; 
	width: 25%; 
	background-color: #666 !important; 
	color: #fff; 
	padding: .5em; margin: 0;}

.keyword-column {padding: 1em 0 1em 3em;}
div.keywords {background-color: #fefefe;}
div.uagb-columns__inner-wrap.uagb-columns__columns-2 {max-width: 100% !important;}



.uagb-column__inner-wrap div.keywords{background-color: #eee !important; padding: 0em;}
.uagb-column__inner-wrap div.keywords p {padding: 1em;}
.uagb-column__inner-wrap div.keywords h3 {background-color: #ddd !important; padding: 1em;}
/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
#metadataArea {font-size: .8em; float: right; margin: 0 0em 2em 2em; padding: 0em; border: solid 1px #ddd; max-width: 500px !important; width: 30% !important;}
#metadataArea h3 {padding: .5em; margin: 0; background-color: #ddd;}
#metadataArea span.metadata {font-weight: bold; font-style: normal;}
div.meta {border-bottom: solid 1px #ddd; margin: 0; padding: .5em; }

table td, table.listingtable td {margin: 0em; padding: 0.5em; border: solid 1px #ddd;}
table th, table.listingtable th {background-color: #ddd; margin: 0em; padding: 0.5em; border: solid 1px #ddd;}
th.button-image {width: 6em;}

td.thumbnail {width: 10%;}
td.thumbnail img.size-post-thumbnail {width: 100%;}

th.date {min-width: 5em;}


/*--------------------------------------------------------------
# RELATED PAGES
--------------------------------------------------------------*/
div.relatedArea {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0; padding: 0;
    font-size: .8em;

    }
div.relatedPages,
div.relatedCulturalMaterial,
div.relatedDocumentMaterial
{
    border: solid 1px #ddd;
   width: 33%; background-color: #fff;}

div.relatedPages {margin: 1em 1% 0em 0; }
div.relatedCulturalMaterial {margin: 1em 0% 0em 1%; }
div.relatedDocumentMaterial {margin: 1em 1% 0em 1%; }

.relatedArea h3 {
    background-color: #ddd;
    padding: .5em;
    margin: 0;   
}

.relatedArea p {
    background-color: #fff;
    border-top: solid 1px #ddd;
    padding: 1em .5em;
    margin: -1px 0 0 0;   
    clear: both;
}
.relatedArea img {
    float: left;
    margin: 0 .5em .5em 0;
}

/*--------------------------------------------------------------
# SEARCH
--------------------------------------------------------------*/


.searchloop article.hentry {margin: 0;}

div.searchloop {
  margin: 0;
  padding: 0;
}
div.searchloop article { padding: .5em 1em; margin: 0; border-top: solid 1px #eee; clear: both;
}

div.searchloop article img { float: left; width:5em; margin: 0 1em 0 0; padding: 2px; border: solid 1px #ddd;  }

#search .textwidget {padding: 1em;}

/*--------------------------------------------------------------
# MAILCHIMP FORM
--------------------------------------------------------------*/
.mailchimp-form {width: 100%; 
	margin: 0 0 1rem 1rem;
	padding: 0;
   font-size: .9em;
   float:right;
   background-color: #f3f3f3;
   }
 .mailchimp-form  .mailchimp-form {width: 100%; 
	margin: 0; 
    padding: 0;
  }

   .mailchimp-form h2 {width: 100%;
    margin: 0; 
    color: #fff;
	background-color: #000;
	padding: .5rem
}
.mailchimp-form p   {padding:1rem 1rem 0 1rem; margin: 0;}




.home .mailchimp-form {width: 100%; 
	margin: 0; 
    padding: 0;
   font-size: .9em;
   background-color:transparent;
   border: solid 1px #f3f3f3;
   }
   
  
.mailchimp-form input {width: 90%; margin-bottom: .5em;}
#secondary .mc-form-title {color: #333; padding: .5em; margin: 0;}
#secondary .mc-form-title h2 {background-color: transparent; font-size: 1rem; font-weight: bold; margin: 0; padding: 0; color: #333; }

	/*The guts and main container for the all of the form elements (the entirety of the widget minus the header and the sub header).*/
.mc-form-inside {margin: 0; padding: 1em !important;}

.required {color: #f00; font-weight: bold; }
 .mc-send input[type="submit"] {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
                inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
        font-weight: normal;
        font-family: Lato;
	line-height: 1;
        /*text-transform: uppercase;*/
        padding: .4em 1em .4em;
        text-shadow: 0 1px 0 rgba(250, 124, 124, 0.8);
        margin: 1em 0 0 0;
}

 .mc-send input[type="submit"]:active {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), 
            inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

 .mc-send input[type="submit"]:hover {
	border-color: #fa7c7c #622 #622 #fa7c7c;
	box-shadow: 
            inset 0 15px 17px rgba(255, 255, 255, 0.8), 
            inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}


.soliloquy-pager {display: none;}

/*--------------------------------------------------------------
# COPYRIGHT
--------------------------------------------------------------*/

div#copyright-of-author {padding: 2%; border: solid 2px #000 !important; clear:both; margin: 0 0 3em 0;}
div#copyright-notice {background-color: #fff; padding: 2%; border: solid 2px #000 !important; clear:both; margin: 0 0 -3em 0; width: 50%;}

.riseup-button {border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
	inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	max-width: 20rem;
	text-align: center;
	width: 50%;
	font-weight: normal;
	font-family: Lato }
	
.riseup-outline-button {border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #fff;
	box-shadow:  3px 3px 3px #ccc!important;
	color: #cd1d1d;
	font-size: 14px;
	font-size: 1rem;
	max-width: 20rem;
	text-align: center;
	width: 50%;
	font-weight: normal;
	font-family: Lato;
margin-bottom: 3rem;}

/*--------------------------------------------------------------
# SURVEYMONKEY
--------------------------------------------------------------*/

div.pum-content {font-family: Lato;}
	
div.pum-content p {margin: 1rem 0;}

div.pum-content a.surveymonkey-button {border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
	inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1rem;
	max-width: 20rem;
	text-align: center;
	width: 50%;
	padding: 1em 2em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Lato;
	margin: 3em 0 1em 0; 
	float: right; }


	/* women unite */
	.video-still-image .gb-block-profile .gb-profile-image-wrap img {object-fit: contain;}

	figure.gb-profile-image-square {height: auto;}

		
	ol.number-list-2 li:before {
			content: counter(start) "";
			counter-increment: start;
			
			}

.transcript {margin-left: 5em;}
.transcript-speaker {padding-left: 5em; text-indent: -5em;}


body #cookie-notice {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	overflow-y: scroll;
	height: 100%;
	z-index: 100000;
	font-size: 1em;
	letter-spacing: 0;
	line-height: 1.5em;
	padding: 0;
	left: 0;
	text-align: center;
	/* border-top: 2px solid #fbb03b; */
	font-weight: normal;
	font-family: "Lato",sans-serif;
	background-color: transparent !important;
}

body #cookie-notice .cookie-notice-container {
	position: absolute;
	overflow-y: scroll;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	z-index: 100000;
	font-size: 1em;
	letter-spacing: 0;
	line-height: 1.5em;
	padding: 20% 20%;
	left: 0;
	text-align: center;
	 border: 2px solid #fbb03b; 
	font-weight: normal;
	font-family: "Lato",sans-serif;
	background-color:rgba(0, 0, 0, 0.9) !important;
}

	

@media screen and (max-width: 699px) { 
	body #cookie-notice {padding: 5%;
	position: fixed;
	}
	
}

#cookie-notice,
#cookie-notice * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body .cn-button.bootstrap, .notice-button {
	border: 1px solid;
	border-color: #fa7c7c #622 #622 #fa7c7c;
	border-radius: 3px;
	background: #cd1d1d;
	box-shadow: 
		inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
    font-weight: normal;
    font-family: Lato;
	line-height: 1;
	/*text-transform: uppercase;*/
	padding: .4em 1em .4em;
	text-shadow: 0 1px 0 rgba(250, 124, 124, 0.8);

}

.grecaptcha-badge { visibility: hidden; 
}
body div.recaptcha {font-size: .8rem; color:#999;}
