/*
Theme Name: COFEM
Theme URI: http://cofem.org/
Author: Dejan Sipetic
Author URI: http://wireflame.com
Description: Theme for website COFEM
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cofem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

COFEM is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.show-hide-org {
	display: none;
}

body {
	margin: 0;
}

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

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

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

.wppb-checkboxes {
	float: right !important;
    margin: 0 !important;
    margin-top: 40px !important;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.youtube-link {
	float: left !important;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.main-page {
	max-width: 1200px;
	margin: 0 auto;
}

.inner {
	padding: 2em 0;
}

.main-content-area .inner {
	padding: 0;
}

#primary {
	float: left;
	width: 66%;
	margin-right: 4%;
}

.page-template-left-sidebar #primary,
.bbpress #primary {
	float: right;
	width: 76%;
	margin-right: 0;
	margin-left: 2%;
}

.archive #primary,
.search #primary {
	padding-top: 2em;
}

#secondary {
	background: #F1F2F2;
	padding: 25px;
	float: left;
	width: 30%;
}

.page-template-left-sidebar #secondary,
.bbpress #secondary {
	width: 22%;
}

.page-template-full-width #primary {
	width: 100%;
	float: none;
}

.rs-column {
	float: left;
	width: 32%;
    margin-right: 2%;
}

.rs-column:last-of-type {
    margin-right: 0;
}

.rsf-wrap {
	display: grid; 
	grid-template-columns: 69% 1fr; 
	grid-auto-rows: 200px; 
}

.rsf-column:first-of-type {
	grid-column-start: 1;  
	grid-row-start: 1; 
	grid-row-end: 3;
	margin-right: 5%;
	margin-bottom: 0;
}

.rsf-column .rsf-image,
.rsf-column:first-of-type .rsf-inner {
	float: left;
	width: 50%;	
}

.rsf-column .rsf-image img {
	width: 100%;
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter-subscribe {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(99, 38, 92, 1) 0%,rgba(197, 30, 100, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(99, 38, 92, 1) ),color-stop(1,rgba(197, 30, 100, 1) ));
	background : -o-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#63265C', endColorstr='#C51E64' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63265C',endColorstr='#C51E64' , GradientType=1);
}

.custom-search input[type="text"],
.custom-search select {
	width: calc(100% - 65px);
	height: 51px;
	padding-left: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.newsletter-subscribe input[type="email"] {
	width: calc(100% - 29px);
	height: 28px;
	padding-left: 5px;
	font-size: 12px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.custom-search input[type="text"] {
		width: calc(100% - 80px);
}

.custom-search {
	position: relative;
	width: 40%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.resource-navigation .custom-search { 
	width: 100%;
}

.resource-navigation .custom-search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #FFF url("/wp-content/themes/cofem/assets/dropdown.png") no-repeat !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
	background-position: right center !important;
	background-size: 51px 51px !important;
	text-indent: 0.01px;
	text-overflow: "";
	width: 100%;
}

#secondary .custom-search {
	margin-top: 20px;
	width: 100%;
}

.no-results .custom-search {
	width: 60%;
    margin: 0 0 40px;
}

.no-results #secondary {
	display: none;
}

.newsletter-subscribe input[type="image"],
.custom-search input[type="image"] {
	position: absolute;
	right: 0;
	bottom: 0;
}

.newsletter-subscribe input[type="image"] {
	height: 40px;
}

.custom-search input[type="text"]::-webkit-input-placeholder,
.custom-search select::-webkit-input-placeholder {
	font-size: 22px;
}

.newsletter-subscribe input[type="email"]::-webkit-input-placeholder {
	font-size: 12px;
	font-family: 'BW Modelica', sans-serif;
}

.custom-search input[type="text"]::-moz-placeholder,
.custom-search select::-moz-placeholder {
	font-size: 22px;
}

.newsletter-subscribe input[type="email"]::-moz-placeholder {
	font-size: 12px;
	font-family: 'BW Modelica', sans-serif;
}

.custom-search input[type="text"]:-ms-input-placeholder,
.custom-search select:-ms-input-placeholder {
	font-size: 22px;
}

.newsletter-subscribe input[type="email"]:-ms-input-placeholder {
	font-size: 12px;
	font-family: 'BW Modelica', sans-serif;
}

.custom-search input[type="text"]:-moz-placeholder,
.custom-search select:-moz-placeholder {
	font-size: 22px;
}

.newsletter-subscribe input[type="email"]:-moz-placeholder {
	font-size: 12px;
	font-family: 'BW Modelica', sans-serif;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* Boston */
@font-face {
  font-family: 'Boston-Black';
  src: url('fonts/Boston-Black.eot');
  src: url('fonts/Boston-Black.eot?#iefix') format('embedded-opentype'),
       url('fonts/Boston-Black.woff') format('woff'),
       url('fonts/Boston-Black.ttf')  format('truetype'),
       url('fonts/Boston-Black.svg') format('svg');
}

@font-face {
  font-family: 'Boston-Bold';
  src: url('fonts/Boston-Bold.eot');
  src: url('fonts/Boston-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Boston-Bold.woff') format('woff'),
       url('fonts/Boston-Bold.ttf')  format('truetype'),
       url('fonts/Boston-Bold.svg') format('svg');
}

@font-face {
  font-family: 'Boston-Bold';
  src: url('fonts/Boston-Bold.eot');
  src: url('fonts/Boston-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Boston-Bold.woff') format('woff'),
       url('fonts/Boston-Bold.ttf')  format('truetype'),
       url('fonts/Boston-Bold.svg') format('svg');
}

@font-face {
  font-family: 'Boston-Heavy';
  src: url('fonts/Boston-Heavy.eot');
  src: url('fonts/Boston-Heavy.eot?#iefix') format('embedded-opentype'),
       url('fonts/Boston-Heavy.woff') format('woff'),
       url('fonts/Boston-Heavy.ttf')  format('truetype'),
       url('fonts/Boston-Heavy.svg') format('svg');
}

@font-face {
  font-family: 'Boston-Light';
  src: url('fonts/Boston-Light.eot');
  src: url('fonts/Boston-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Boston-Light.woff') format('woff'),
       url('fonts/Boston-Light.ttf')  format('truetype'),
       url('fonts/Boston-Light.svg') format('svg');
}

@font-face {
  font-family: 'Boston-Regular';
  src: url('fonts/Boston-Regular.eot');
  src: url('fonts/Boston-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Boston-Regular.woff') format('woff'),
       url('fonts/Boston-Regular.ttf')  format('truetype'),
       url('fonts/Boston-Regular.svg') format('svg');
}

@font-face {
  font-family: 'Boston-SemiBold';
  src: url('fonts/Boston-SemiBold.eot');
  src: url('fonts/Boston-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Boston-SemiBold.woff') format('woff'),
       url('fonts/Boston-SemiBold.ttf')  format('truetype'),
       url('fonts/Boston-SemiBold.svg') format('svg');
}

/* BW Modelica */
@font-face {
  font-family: 'BW Modelica';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/bwmodelica-light-webfont.eot');
  src: local('BW Modelica'), local('BW Modelica'),
       url('fonts/bwmodelica-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/bwmodelica-light-webfont.woff2') format('woff2'),
       url('fonts/bwmodelica-light-webfont.woff') format('woff'),
       url('fonts/bwmodelica-light-webfont.ttf') format('truetype'),
       url('fonts/bwmodelica-light-webfont.svg') format('svg');
}

@font-face {
  font-family: 'BW Modelica';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bwmodelica-regular-webfont.eot');
  src: local('BW Modelica'), local('BW Modelica'),
       url('fonts/bwmodelica-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/bwmodelica-regular-webfont.woff2') format('woff2'),
       url('fonts/bwmodelica-regular-webfont.woff') format('woff'),
       url('fonts/bwmodelica-regular-webfont.ttf') format('truetype'),
       url('fonts/bwmodelica-regular-webfont.svg') format('svg');
}

@font-face {
  font-family: 'BW Modelica';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bwmodelica-regular-webfont.eot');
  src: local('BW Modelica'), local('BW Modelica'),
       url('fonts/bwmodelica-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/bwmodelica-regular-webfont.woff2') format('woff2'),
       url('fonts/bwmodelica-regular-webfont.woff') format('woff'),
       url('fonts/bwmodelica-regular-webfont.ttf') format('truetype'),
       url('fonts/bwmodelica-regular-webfont.svg') format('svg');
}

@font-face {
  font-family: 'BW Modelica';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/bwmodelica-bold-webfont.eot');
  src: local('BW Modelica'), local('BW Modelica'),
       url('fonts/bwmodelica-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/bwmodelica-bold-webfont.woff2') format('woff2'),
       url('fonts/bwmodelica-bold-webfont.woff') format('woff'),
       url('fonts/bwmodelica-bold-webfont.ttf') format('truetype'),
       url('fonts/bwmodelica-bold-webfont.svg') format('svg');
}

@font-face {
  font-family: 'BW Modelica';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/bwmodelica-black-webfont.eot');
  src: local('BW Modelica'), local('BW Modelica'),
       url('fonts/bwmodelica-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/bwmodelica-black-webfont.woff2') format('woff2'),
       url('fonts/bwmodelica-black-webfont.woff') format('woff'),
       url('fonts/bwmodelica-black-webfont.ttf') format('truetype'),
       url('fonts/bwmodelica-black-webfont.svg') format('svg');
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #414042;
	font-family: "Boston-Regular", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

h4 {
	color: #63265C;
	line-height: 1;
}

.big-title {
	margin: 0;
	font-size: 68px;
	line-height: 1;
	color: #63265C;
	font-weight: 200;
}

.small-title {
	font-size: 32px;
	line-height: 1;
	color: #63265C;
}

#secondary,
#secondary a {
	color: #808285;
	font-size: 16px;
}

#secondary a:hover {
	color: #63265C;
	font-size: 16px;
}

.tag-cloud-link {
	font-size: 16px !important;
	padding-right: 5px;
	display: block;
	margin-bottom: 5px;
}

.tag-cloud-link:before {
	content: "\f02b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 2px;
	color: #C51E64;
}

.tags-bottom {
	padding: 15px 0;
}

h2.widget-title {
	font-family: "Boston-SemiBold", sans-serif;
	font-size: 16px;
	color: #63265C;
	line-height: 1;
}

h2.widget-title:after,
h4:after,
.big-title:after,
.vc_tta-panel-title a:after,
/*.post-type-archive-careers .entry-title a:after,*/
.careers-grid-title h2:after,
.post-desc-wrap h2:after,
.small-title:after,
.resource-title:after {
	content: "";
	display: block;
	width: 20px;
	height: 4px;
	background-color: #C51E64;
	margin-top: 7px;
}

.big-title:after {
	width: 63px;
	height: 13px;
}

.big-subtitle {
	font-size: 32px;
	line-height: 1.5;
	color: #58595B;
}

.concerned-box {
	transition: all 0.5s ease;
	background: #F1F2F2;
	border: 1px solid #A7A9AC;
	margin-right: 2%;
	width: 32% !important;
	min-height: 337px !important;
	position: relative;
}

.concerned-box-1 {
	background: #63265C;
}

.concerned-box-2 {
	background: #2B274E;
}

.concerned-box-3 {
	background: #C51E64;
}

.concerned-box-4 {
	background: #EC6929;
}

.concerned-box-5 {
	background: #8B2236;
}

.concerned-box-6 {
	background: #408B8F;
}

#pocketbook .intro{
	background: #451E47;
}

#pocketbook .ts1 {
	background: #3E3E5F;
}

#pocketbook .ts2 {
	background: #72346D;
}

#pocketbook .ts3 {
	background: #D1357F;
}

#pocketbook .ts4 {
	background: #98374E;
}

#pocketbook .ts5 {
	background: #EC7548;
}

#pocketbook .ts6 {
	background: #4B4B6B;
}

#pocketbook .ts7 {
	background: #874786;
}

#pocketbook .ts8 {
	background: #D45395;
}

#pocketbook .ts9 {
	background: #A84763;
}

#pocketbook .ts10 {
	background: #EC8B6D;
}

#pocketbook .concerned-title,
#papers .concerned-title,
.paper-count {
	color: white;
}

#pocketbook .concerned-box {
	min-height: 350px !important;
}

.feminist-pocketbook-banner {
	width: 32% !important;
}

.pocketbook-download {
	position: absolute;
	left: 32.5px;
	font-size: 14px;
	color: white;
}

#pocketbook .concerned-box .wpb_raw_code:nth-of-type(1) .pocketbook-download {
	bottom: 100px;
}

#pocketbook .concerned-box .wpb_raw_code:nth-of-type(2) .pocketbook-download {
	bottom: 75px;
}

#pocketbook .concerned-box .wpb_raw_code:nth-of-type(3) .pocketbook-download {
	bottom: 50px;
}

#pocketbook .concerned-box .wpb_raw_code:nth-of-type(4) .pocketbook-download {
	bottom: 25px;
}

.paper-download {
	font-size: 16px;
	color: #C51E64;
	font-weight: 700;
}

.paper-see-more {
	position: absolute;
	bottom: 15px;
	right: 32.5px;
	font-size: 18px;
	color: white;
}

.pocketbook-download:before,
.paper-download:after {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	color: #C51E64;
	margin-right: 5px;
}

.paper-download:after {
	margin-left: 5px;
	margin-right: 0;
}

.concerned-box:last-of-type {
	margin-right: 0;
}

.concerned-box:after {
	content: "";
	display: block;
	width: 28px;
	height: 4px;
	background-color: #C51E64;
	margin-top: 7px;
	bottom: 25px;
	left: 32.5px;
	position: absolute;
}

#pocketbook .concerned-box:after {
	bottom: 135px;
}

#pocketbook .concerned-box:hover {
	background: #BFE2E1;
}

.concerned-box:hover {
	background: rgba(99, 38, 92, 0.15);
}

.concerned-box:hover .concerned-title {
	color: #63265C !important;
}

#pocketbook .concerned-box:hover .pocketbook-download,
#papers .concerned-box:hover .paper-see-more,
#papers .concerned-box:hover .paper-count {
	color: #58595B;
}

.concerned-title {
	transition: all 0.5s ease;
	font-size: 22px;
	line-height: 1.2;
	color: #63265C;
}

#about-concerned .concerned-title {
	color: #FFF;
}

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

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

body {
	background: #fff;
}

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

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

#content ul {
	list-style: disc;
	margin-left: 1.5em;
}

#content ul li {
	margin-bottom: 1.5em;
}

#secondary ul,
ul {
	list-style: none;
	margin-left: 0;
}

#secondary ul li {
	margin-bottom: 0;
}

ol {
	list-style: decimal;
	list-style-position: inside !important;
	margin-left: 1.5em;
}

ol li {
	margin-bottom: 1.5em;
}

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;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button {
	border-color: #63265C;
	background: #63265C;
	color: white;
}

.menu-toggle {
	width: 47px;
	height: 38px;
	text-align: center;
}

.menu-toggle[aria-expanded="true"] .fa-bars::before {
    content: "\f00d";
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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,
select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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,
select:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #C51E64;
	text-decoration: none;
}

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

a:focus {
	outline: thin dotted;
}

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

input[type="image"]:hover,
a.vc_single_image-wrapper img:hover {
	opacity: 0.75;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.one-half {
	flex: 1;
	width: 50%;
	float: left;
}

.clear-both {
	clear: both;
	display: flex;
}

.has-border {
	border: 1px solid #A7A9AC;
	overflow: auto;
}

.post-desc-wrap {
	padding: 10px 20px;
	background: #F1F2F2;
	-webkit-box-shadow: -20px 0px 70px -17px rgba(0,0,0,0.7);
	-moz-box-shadow: -20px 0px 70px -17px rgba(0,0,0,0.7);
	box-shadow: -20px 0px 70px -17px rgba(0,0,0,0.7);
}

.post-desc-wrap h2 {
	margin-top: 10px;
	line-height: 1;
}

.post-desc-wrap h2 a {
	font-size: 18px;
	line-height: 1;
	color: #63265C;
}

.post-desc-wrap p {
	font-size: 16px;
	line-height: 1.2;
}

.post-thumbnail-wrap img {
	max-width: none;
	display: block;
}

.post-thumbnail-wrap img.size-full {
	display: none;
}

.single .entry-title {
	margin: 10px 0 20px;
	font-size: 68px;
	line-height: 1;
	color: #63265C;
}

.post-category {
  font-size: 18px;
  color: #808285;
}

.single .entry-meta {
	margin-bottom: 30px;
}

.single .entry-meta,
.single .entry-meta a {
	font-size: 18px;
	color: #414042;
}

.single .entry-meta a:hover {
	color: #C51E64;
}

.single .entry-meta:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 63px;
	height: 13px;
	background-color: #C51E64;
	margin-top: 7px;
}

.single .entry-content {
	text-align: justify;
}

.single-post .main-content-area,
.blog .main-content-area,
.single-careers .main-content-area,
.post-type-archive-careers .main-content-area,
.post-type-archive-resources .main-content-area,
.post-type-archive-papers .main-content-area,
.single-resources .main-content-area,
.single-papers .main-content-area,
.search .main-content-area {
	background: -moz-linear-gradient(top, rgba(225,209,224,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 51%, rgba(244,239,244,1) 71%, rgba(225,209,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,209,224,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(71%, rgba(244,239,244,1)), color-stop(100%, rgba(225,209,224,1)));
	background: -webkit-linear-gradient(top, rgba(225,209,224,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 51%, rgba(244,239,244,1) 71%, rgba(225,209,224,1) 100%);
	background: -o-linear-gradient(top, rgba(225,209,224,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 51%, rgba(244,239,244,1) 71%, rgba(225,209,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(225,209,224,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 51%, rgba(244,239,244,1) 71%, rgba(225,209,224,1) 100%);
	background: linear-gradient(to bottom, rgba(225,209,224,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 51%, rgba(244,239,244,1) 71%, rgba(225,209,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1d1e0', endColorstr='#e1d1e0', GradientType=0 );
}

.archive .entry-title {
	margin: 0 0 20px;
}

.archive .entry-title a,
.careers-grid-title h2 {
	font-size: 32px;
	line-height: 1;
	color: #63265C;
}

.careers-grid-title h2 {
	font-size: 28px;
}

/*.post-type-archive-careers .entry-title a {
	font-size: 28px;
}*/

.jobs-archive {
	background: #F1F2F2;
	border: 1px solid #A7A9AC;
	margin: 0 0 25px 0 !important;
}

.jobs-archive:first-of-type {
	margin-top: 50px !important;
}

.jobs-archive:last-of-type {
	margin-bottom: 70px !important;
}

.jobs-archive .vc_column-inner {
	padding: 25px !important;
}

.jobs-archive p {
	margin: 0;
}

.jobs-archive .read-more {
	margin-top: 20px;
	color: #C51E64;
}

.post-type-archive-resources #main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.search.post-type-archive-resources #main {
	display: block;
}

.post-type-archive-resources .resources {
	width: 32%;
	margin-right: 2%;
	flex-grow: 1;
	background: #F1F2F2;
}

.search.post-type-archive-resources .resources {
    width: 100%;
    margin-right: 0;
}

.post-type-archive-resources .resources:nth-of-type(3n) {
	margin-right: 0;
}

.post-type-archive-resources .resources:nth-of-type(3n) {
	clear: left;
}

.resource-desc-wrap {
	padding: 15px;
}

.resource-thumbnail-wrap img {
	width: 100%;
}

.resource-type a,
.resource-date,
.source-link {
	font-size: 14px;
	color: #58595B;
}

.resource-tag {
  font-size: 12px;
  color: #C51E64;
  margin-right: 10px;
}

.resource-tag:last-of-type {
	margin-right: 0;
}

.resource-title,
.resource-title a {
	font-size: 20px;
	color: #63265C;
	line-height: 1;
}

.post-type-archive-resources .resources-categories {
	float: left;
	line-height: 51px;
}

.post-type-archive-resources .resources-categories ul {
	display: inline;
	list-style: none !important;
}

.post-type-archive-resources .resources-categories ul li {
	float: left;
	margin-right: 15px;
}

.post-type-archive-resources .resources-categories ul li:last-of-type {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#logo-svg {
	width: 51px;
}

.header-area .inner {
	padding: 0;
}

.header-search {
	float: left;
}

.header-right {
	line-height: 75px;
	position: absolute;
	right: 0;
	top: 0;
}

.header-search .search-submit {
	display: none;
}

.header-search .search-field {
	background: #F1F2F2;
	width: 60px;
	height: 22px;
	border-radius: 15px;
	border: none;
	font-size: 12px;
	border: 1px solid #C51E64;
	box-sizing: border-box;
}

.header-search .search-field::-webkit-input-placeholder {
	font-size: 12px;
	color: #C51E64;
}

.header-search .search-field::-moz-placeholder {
	font-size: 12px;
	color: #C51E64;
}

.header-search .search-field:-ms-input-placeholder {
	font-size: 12px;
	color: #C51E64;
}

.header-search .search-field:-moz-placeholder {
	font-size: 12px;
	color: #C51E64;
}

.login-link {
	background: -moz-linear-gradient(0% 50% 0deg,rgba(99, 38, 92, 1) 0%,rgba(197, 30, 100, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(99, 38, 92, 1) ),color-stop(1,rgba(197, 30, 100, 1) ));
	background: -o-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#63265C', endColorstr='#C51E64' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63265C',endColorstr='#C51E64' , GradientType=1);
  	font-family: "Boston-SemiBold", sans-serif;
	border: 1px solid #63265C;
	font-size: 12px;
	color: #FFF;
	padding: 2px 15px;
	border-radius: 15px;
	margin: 0 0 0 7px;
}

.login-link:hover {
	background: transparent;
	border: 1px solid #63265C;
	color: #63265C;
}

.login-name {
  	font-family: "Boston-SemiBold", sans-serif;
	font-size: 12px;
	margin: 0 0 0 7px;
}


.site-branding {
	float: left;
	line-height: 1;
	padding: 22.5px 0;
}

.site-branding img {
	display: block;
	height: 30px;
}

.full.header-area {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
	border: 1.5px solid #63265d;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#000000');
	z-index: 9999;
	background: #f5f5f5;
	position: fixed;
	width: 100%;
}

.full.header-area .main-page {
	max-width: 97%;
	position: relative;
}

.full.main-content-area #content {
	padding-top: 75px;
}

/*--------------------------------------------------------------
## Page Title
--------------------------------------------------------------*/
.page-title {
	padding-top: 36px;
	padding-bottom: 36px;
}

.page-title-text {
	font-size: 36px;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	font-family: 'BW Modelica', sans-serif;
	font-weight: 600;
	margin: 0;
}

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
#home-hero {
	background: -moz-linear-gradient(50% -216.62% -90deg,rgba(255, 255, 255, 1) 0.35%,rgba(235, 244, 252, 1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(235, 244, 252, 1) 100%);
	background: -webkit-gradient(linear,50% -216.62% ,50% -116.52% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(235, 244, 252, 1) ));
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(235, 244, 252, 1) 100%);
	background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(235, 244, 252, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EBF4FC' ,GradientType=0)";
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0.35%, rgba(235, 244, 252, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=14.81, OffY=14.81, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EBF4FC' , GradientType=0);
}

.home-grid-bottom {
	margin: -75px 15px 0 !important;
	padding: 15px;
	transition: all 0.5s ease;
	position: relative;
	z-index: 99;
}

.home-grid-image,
.home-grid-bottom,
.careers-grid {
	border: 1px solid #A7A9AC;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.careers-read-more a {
	background-image: none !important;
	padding: 0 !important;
}

.home-grid-box:hover .home-grid-bottom {
	background-color: #DAD1D9 !important;
}

.home-grid-box:hover .home-grid-title h2 {
	color: #63265C !important;
}

.home-grid-title h2 {
	line-height: 1;
	font-family: 'BW Modelica', sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin: 0;
	color: white;
	transition: all 0.5s ease; 
}

.home-grid-title h2:after {
	content: "";
	display: block;
	width: 20px;
	height: 4px;
	background-color: #667f9d;
	margin-top: 7px;
}

.home-grid-box .vc_column-inner,
.home-grid-title .vc_column-inner,
.home-grid-icon .vc_column-inner {
	padding: 0 !important;
}

.home-grid-icon .vc_icon_element-inner {
	width: auto !important;
	height: auto !important;
}

.home-grid-box:hover .home-grid-title h2:after {
	background-color: #63265C !important;
}

.careers-grid-top,
.careers-grid-bottom {
	display: none !important;
}

.drop-shadow img,
.single article img {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#000000');
}

.vc_figure-caption,
.wp-caption-text {
	float: right;
	font-size: 14px !important;
	color: #58595B;
	position: relative;
}

.vc_figure-caption:before,
.wp-caption-text:before {
	content: "";
	position: absolute;
	left: -25px;
	top: 2px;
	display: block;
	width: 20px;
	height: 4px;
	background-color: #C51E64;
	margin-top: 7px;
}

.wp-caption-text {
    text-align: right !important;
	margin: 0.1em 0 !important;
	width: calc(100% - 40px);
}

.vc_tta-panel-body {
	background: rgba(99, 38, 92, 0.15) !important;
	margin-top: 10px;
}

.vc_tta-panel-title {
	border: 2px solid #A74661;
	font-style: italic;
}

#get-invovled .vc_tta-panel-body {
    background: #F4C2BA !important;   
}

#get-invovled .vc_tta-panel-title {
    border-color: #F4C2BA;   
}

/*#pocketbook-faq .vc_tta-panel-body {
    background: #BFE2E1 !important;   
}

#pocketbook-faq .vc_tta-panel-title {
     border-color: #68B5B5;  
}*/

.vc_tta-panel-title:after {
	content: none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #C51E64 !important;
}

.member-area-title {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    background: #EA8A6D url(https://cofemsocialchange.org/wp-content/uploads/2018/10/title-map-head.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.other-resources-title {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    background: #D35393 url(https://cofemsocialchange.org/wp-content/uploads/2018/10/title-map-head.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	margin-bottom: 36px;
}

.blog-header {
	padding-top: 25px !important;
	padding-bottom: 15px !important;
	background: #854583;
	margin: 36px 0 !important;
	position: relative;
}

.blog-header:before {
	content: "";
	position: absolute;
	border: 2px solid #ddcff2;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	display: block !important;
}

.join-team,
.papers-overview {
	padding-top: 36px !important;
}

.paper-title {
	padding-top: 36px !important;
	padding-bottom: 36px !important;
	background: #68B5B5 url(https://cofemsocialchange.org/wp-content/uploads/2018/10/title-map-head.png) !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#papers {
	padding-top: 30px !important;
	padding-bottom: 50px !important;
	margin-left: 0;
	margin-right: 0;
}

#papers .concerned-box {
	min-height: 220px !important;
}

#papers .concerned-box:hover {
	background: #BFE2E1;
}

.papers-row {
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-bottom: 25px;
}

.single-careers .hentry {
	padding-top: 36px;
}

.single-careers .entry-content {
	margin-top: 0;
}

.nf-field-container {
    margin-bottom: 0 !important;
}

.nf-form-fields-required {
	display: none;
}

.nf-field-label label {
	font-size: 16px;
	color: #808285;
	font-weight: normal !important;
}

.nf-error-msg,
.ninja-forms-req-symbol,
.wppb-required {
	color: #C51E64 !important;
}

.nf-field-element input,
.nf-field-element textarea,
.nf-field-element select,
.wppb-form-field input {
	border: 1px solid #63265C !important;
	border-radius: 0 !important;
	background: transparent !important;
	padding-left: 10px !important;
	box-shadow: none;
}

.field-wrap input[type="button"],
#register,
#wppb-submit,
#wppb-recover-password-button,
.member-btn .vc_btn3 {
	background: -moz-linear-gradient(0% 50% 0deg,rgba(99, 38, 92, 1) 0%,rgba(197, 30, 100, 1) 100%) !important;
	background: -webkit-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%) !important;
	background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(99, 38, 92, 1) ),color-stop(1,rgba(197, 30, 100, 1) )) !important;
	background: -o-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%) !important;
	background: -ms-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#63265C', endColorstr='#C51E64' ,GradientType=0)" !important;
	background: linear-gradient(90deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63265C',endColorstr='#C51E64' , GradientType=1) !important;
  	font-family: "Boston-SemiBold", sans-serif;
	font-size: 16px;
	color: #FFF !important;
	padding: 10px 25px !important;
	border-radius: 30px !important;
}

#wppb_register_pre_form_message {
	display: none;
}

.field-wrap input[type="button"]:hover,
#register:hover,
#wppb-submit:hover,
#wppb-recover-password-button:hover,
.member-btn:hover .vc_btn3 {
	background: transparent !important;
	color: #63265C !important;
	border: 1px solid #63265C !important;
}

.nf-field-element input:not([type="button"]):focus,
.nf-field-element textarea:focus,
.wppb-form-field input:focus {
	border-radius: 0 !important;
	background: white !important;
}

.nf-field-element select {
	padding: 4px 0;
}

#nf-field-22,
#nf-field-24 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/wp-content/themes/cofem/assets/dropdown.png") no-repeat !important;
    background-position: right center !important;
	background-size: 35px 35px !important;
    text-indent: 0.01px;
    text-overflow: "";
}

#nf-field-23-wrap .nf-field-element {
	background: -moz-linear-gradient(0% 50% 0deg,rgba(99, 38, 92, 1) 0%,rgba(197, 30, 100, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(99, 38, 92, 1) ),color-stop(1,rgba(197, 30, 100, 1) ));
	background: -o-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#63265C', endColorstr='#C51E64' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(99, 38, 92, 1) 0%, rgba(197, 30, 100, 1) 100%);
}

#nf-field-23 {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url("/wp-content/themes/cofem/assets/dropdown-arrow.png") no-repeat !important;
    background-position: right center !important;
	background-size: 25px 8px !important;
    text-indent: 0.01px;
    text-overflow: "";
	color: white;
}

.top-gradient {
	background: -moz-linear-gradient(50% 76.19% 90deg,rgba(255, 255, 255, 1) 0.35%,rgba(234, 244, 252, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	background: -webkit-gradient(linear,50% 76.19% ,50% 2.41% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(234, 244, 252, 1) ));
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAF4FC' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAF4FC',endColorstr='#FFFFFF' , GradientType=0);
}

.bottom-gradient {	
	background: -moz-linear-gradient(50% -0.47% -90deg,rgba(255, 255, 255, 1) 0.35%,rgba(234, 244, 252, 1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	background: -webkit-gradient(linear,50% -0.47% ,50% 100.14% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(234, 244, 252, 1) ));
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAF4FC' ,GradientType=0)";
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0.35%, rgba(234, 244, 252, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EAF4FC' , GradientType=0);
}

.about-top-gradient {
	background: -moz-linear-gradient(50% 76.19% 90deg,rgba(255, 255, 255, 1) 0.35%,rgba(133, 69, 131, 0.25) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	background: -webkit-gradient(linear,50% 76.19% ,50% 2.41% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(133, 69, 131, 0.25) ));
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#854583' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#854583',endColorstr='#FFFFFF' , GradientType=0);
}

.about-bottom-gradient {	
	background: -moz-linear-gradient(50% -0.47% -90deg,rgba(255, 255, 255, 1) 0.35%,rgba(133, 69, 131, 0.25) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	background: -webkit-gradient(linear,50% -0.47% ,50% 100.14% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(133, 69, 131, 0.25) ));
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#854583' ,GradientType=0)";
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0.35%, rgba(133, 69, 131, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#854583' , GradientType=0);
}

.initiatives-top-gradient {
	background: -moz-linear-gradient(50% 76.19% 90deg,rgba(255, 255, 255, 1) 0.35%,rgba(166,70,97, 0.25) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	background: -webkit-gradient(linear,50% 76.19% ,50% 2.41% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(166,70,97, 0.25) ));
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A64661' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#A64661',endColorstr='#FFFFFF' , GradientType=0);
}

.initiatives-bottom-gradient {	
	background: -moz-linear-gradient(50% -0.47% -90deg,rgba(255, 255, 255, 1) 0.35%,rgba(166,70,97, 0.25) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	background: -webkit-gradient(linear,50% -0.47% ,50% 100.14% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(166,70,97, 0.25) ));
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A64661' ,GradientType=0)";
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0.35%, rgba(166,70,97, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#A64661' , GradientType=0);
}

.careers-top-gradient {
	background: -moz-linear-gradient(50% 76.19% 90deg,rgba(255, 255, 255, 1) 0.35%,rgba(234,138,109, 0.25) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	background: -webkit-gradient(linear,50% 76.19% ,50% 2.41% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(234,138,109, 0.25) ));
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EA8A6D' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA8A6D',endColorstr='#FFFFFF' , GradientType=0);
}

.careers-bottom-gradient {	
	background: -moz-linear-gradient(50% -0.47% -90deg,rgba(255, 255, 255, 1) 0.35%,rgba(234,138,109, 0.25) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	background: -webkit-gradient(linear,50% -0.47% ,50% 100.14% ,color-stop(0.0035,rgba(255, 255, 255, 1) ),color-stop(1,rgba(234,138,109, 0.25) ));
	background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EA8A6D' ,GradientType=0)";
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0.35%, rgba(234,138,109, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7.88, OffY=7.88, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EA8A6D' , GradientType=0);
}

.post-type-archive-resources .main-content-area,
.single-resources .main-content-area {
	background: -moz-linear-gradient(41.78% 305.01% -90deg,rgba(237, 204, 225, 1) 0%,rgba(255, 255, 255, 1) 50.71%,rgba(253, 249, 252, 1) 63.29%,rgba(248, 233, 242, 1) 79.66%,rgba(239, 206, 227, 1) 98.07%,rgba(238, 203, 225, 1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(237, 204, 225, 1) 0%, rgba(255, 255, 255, 1) 50.71%, rgba(253, 249, 252, 1) 63.29%, rgba(248, 233, 242, 1) 79.66%, rgba(239, 206, 227, 1) 98.07%, rgba(238, 203, 225, 1) 100%);
	background: -webkit-gradient(linear,41.78% 305.01% ,41.78% 405.12% ,color-stop(0,rgba(237, 204, 225, 1) ),color-stop(0.5071,rgba(255, 255, 255, 1) ),color-stop(0.6329,rgba(253, 249, 252, 1) ),color-stop(0.7966,rgba(248, 233, 242, 1) ),color-stop(0.9807,rgba(239, 206, 227, 1) ),color-stop(1,rgba(238, 203, 225, 1) ));
	background: -o-linear-gradient(-90deg, rgba(237, 204, 225, 1) 0%, rgba(255, 255, 255, 1) 50.71%, rgba(253, 249, 252, 1) 63.29%, rgba(248, 233, 242, 1) 79.66%, rgba(239, 206, 227, 1) 98.07%, rgba(238, 203, 225, 1) 100%);
	background: -ms-linear-gradient(-90deg, rgba(237, 204, 225, 1) 0%, rgba(255, 255, 255, 1) 50.71%, rgba(253, 249, 252, 1) 63.29%, rgba(248, 233, 242, 1) 79.66%, rgba(239, 206, 227, 1) 98.07%, rgba(238, 203, 225, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDCCE1', endColorstr='#EECBE1' ,GradientType=0)";
	background: linear-gradient(180deg, rgba(237, 204, 225, 1) 0%, rgba(255, 255, 255, 1) 50.71%, rgba(253, 249, 252, 1) 63.29%, rgba(248, 233, 242, 1) 79.66%, rgba(239, 206, 227, 1) 98.07%, rgba(238, 203, 225, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=8.29, OffY=8.29, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDCCE1',endColorstr='#EECBE1' , GradientType=0);
}

.post-type-archive-careers .main-content-area,
.single-careers .main-content-area,
.page-template-left-sidebar .main-content-area,
.bbpress .main-content-area {
	background: linear-gradient(180deg, rgba(203, 173, 210, 1) 0%, rgba(234, 138, 109, 0.3) 5.79%, rgba(234, 138, 109, 0.2) 25.24%, rgba(234, 138, 109, 0.15) 40.9%, rgba(255, 255, 255, 1) 50.71%, rgba(234, 138, 109, 0) 60.13%, rgba(234, 138, 109, 0) 72.4%, rgba(234, 138, 109, 0.2) 86.2%, rgba(234, 138, 109, 0.3) 100%);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: auto;
	text-align: center;
	height: 75px;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: white;
	border-top: 1px solid #A7A9AC;
	text-align: left;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 320px;
	margin: 0;
	line-height: 1;
	padding: 15px;
	background: white;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	margin: 17.5px 2px;
	padding: 0 8px;
	font-family: "Boston", sans-serif;
	font-size: 16px;
	letter-spacing: -0.51px;
	color: #808285;
	transition: all 0.3s ease;
	font-weight: bold;
}

#menu-item-449 a {
	color: #854583;
}

#menu-item-449 > a:hover {
	background: #854583;
	color: white;
}

#menu-item-449 .sub-menu a:hover {
	color: #854583;
}

#menu-item-942 a {
	color: #68B5B5;
}

#menu-item-942 > a:hover {
	background: #68B5B5;
	color: white;
}

#menu-item-942 .sub-menu a:hover {
	color: #68B5B5;
}

#menu-item-872 a {
	color: #A64661;
}

#menu-item-872 > a:hover {
	background: #A64661;
	color: white;
}

#menu-item-872 .sub-menu a:hover {
	color: #A64661;
}

#menu-item-887 a {
	color: #EA8A6D;
}

#menu-item-887 > a:hover {
	background: #EA8A6D;
	color: white;
}

#menu-item-887 .sub-menu a:hover {
	color: #EA8A6D;
}

#menu-item-566 a {
	color: #D35393;
}

#menu-item-566 > a:hover {
	background: #D35393;
	color: white;
}

#menu-item-566 .sub-menu a:hover {
	color: #D35393;
}

#menu-item-594 a,
#menu-item-547 a {
	color: #854583;
}

#menu-item-594 > a:hover,
#menu-item-547 > a:hover {
	background: #854583;
	color: white;
}

#menu-item-594 .sub-menu a:hover,
#menu-item-547 .sub-menu a:hover {
	color: #854583;
}

.main-navigation #primary-menu > li:first-of-type a {
	margin-left: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

.post-navigation .nav-previous:before {
	content: "\f060";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	color: #C51E64;
}

.post-navigation .nav-next:after {
	content: "\f061";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
	color: #C51E64;
}

.site-main .post-navigation {
	margin-bottom: 0;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	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;
}

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area {
	background-color: #2B274E;
}

.footer-area .inner {
	padding-bottom: 1em;
}

.footer-area p {
	text-align: justify;
	line-height: 1.3;
	color: #D1D3D4;
	font-size: 12px;
	clear: both;
	font-family: 'BW Modelica', sans-serif;
}

.footer-area p a {
	color: #C51E64;
}

.footer-area h2.widget-title {
	color: #D1D3D4;
	font-family: 'BW Modelica', sans-serif;
}

.footer-area a,
.footer-area ul li {
	color: #D1D3D4;
}

.footer-area ul:not(.menu) li {
	font-size: 12px;
	margin-bottom: 10px;
	font-family: 'BW Modelica', sans-serif;
}

#menu-footer-sitemap li a {
	font-family: 'BW Modelica', sans-serif;
	font-weight: 400;
}

ul.social-icons {
	display: inline-flex;
}

ul.social-icons li a {
	margin-right: 25px;
}

ul.social-icons li a:hover,
.footer-area a:hover {
	color: #C51E64;
}

ul.social-icons li:last-of-type a {
	margin-right: 0;
}

.footer-area ul li:last-of-type {
	margin-bottom: 0;
}

.footer-column {
	float: left;
	margin-right: 5%;
}

#footer-area-1 {
	width: 28%;
}

#footer-area-2 {
	width: 22%;
}

#footer-area-3 {
	width: 40%;
	margin-right: 0;
}

.footer-column:last-child {
	margin-right: 0 !important;
}

.site-info {
	clear: both;
}

.timeline-Tweet-media {
    display: none !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.pagination {
	margin: 0 auto 36px;
}

.pagination .page-numbers {
	margin: 0 10px;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Social Share 
--------------------------------------------------------------*/
.single .cofem-social {
	text-align: center;
	padding: 25px 0;
	margin-bottom: 15px;
	background-color: #f1f2f2;
}

.single .hentry {
	margin-bottom: 0;
}

.single-papers .cofem-social {
	float: none !important;
	margin-top: 20px;
}

.cofem-social a {
	margin-right: 15px;
	color: #63265C;
}

.cofem-social a:last-of-type {
	margin-right: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

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

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Members Page
--------------------------------------------------------------*/
#tribe-events-content .tribe-events-calendar td {
    height: 65px !important;
	background: white;
}

.tribe-events-notices {
	display: none !important;
}

#tribe-bar-form .tribe-bar-filters {
	display: none !important;
}

#tribe-events-header .tribe-events-sub-nav li.current-month,
#tribe-events-footer .tribe-events-sub-nav li.current-month {
	float: none;
	text-align: center;
	color: #C51E64;
	font-weight: 700;
}

#tribe-events-content table.tribe-events-calendar {
    font-size: 8px !important;
}

.tribe-events-page-title {
    margin-top: 0;
}

.tribe-bar-search-filter,
.tribe-bar-views,
#tribe-events .tribe-events-button,
.tribe-events-button {
	display: none !important;
}

.tribe-bar-geoloc-filter {
	padding: 15px;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
	vertical-align: top;
}

.bbp-breadcrumb-home,
.bbp-breadcrumb-home + .bbp-breadcrumb-sep {
	display: none;
}

.page-template-left-sidebar #secondary .vc_btn3-container {
    margin-bottom: 10px;
}

#tribe-events-content {
    margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.site-branding {
		position: absolute;
	}
	
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: inline-block;
	}
	
	.main-navigation ul ul {
		display: block;
	}
	
	.home-grid-title h2 {
		min-height: 85px;
	}
	
	.home-grid-box-left {
		width: calc( 50% - 50px ) !important;
		margin-right: 50px !important;
	}
	
	.home-grid-box-right {
		width: calc( 50% - 50px ) !important;
		margin-left: 50px !important;
	}
	
	.resource-navigation .custom-search input[type="text"], 
	.resource-navigation .custom-search select { 
		width: 23.5%;
		margin-right: 2%;
		float: left;
	}

	.resource-navigation .custom-search input[type="text"] {
		margin-right: 0;
		width: calc(23.5% - 80px);
	}

	.resource-navigation .custom-search input[type="image"] {
		position: relative;
		margin-top: -22px;
	}
	
	.page-template-left-sidebar .main-content-area .main-page,
	.bbpress .main-content-area .main-page {
		max-width: 100% !important;
		margin: 0 35px 0 0 !important;
	}
}

@media screen and (max-width: 1280px) {
	.header-area .main-page {
		max-width: 98%;
	}
	
	.main-navigation a {
		margin-left: 0;
		margin-right: 0;
		font-size: 15px;
	}
}

@media screen and (max-width: 1180px) {
	.inner {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	
	.header-area .main-page {
		max-width: 99% !important;
	}
	
	.header-area .inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.main-navigation ul li:first-of-type a {
		margin-left: 0;
	}
	
	.site-branding {
		position: relative;
	}
	
	.main-navigation {
		width: 100%;
	}
	
	.main-navigation ul {
		float: left;
		margin-left: 50px;
	}
	
	.main-navigation a {
		font-size: 15px;
		padding: 0 5px;
	}
	
	.main-navigation #primary-menu > li:first-of-type a {
		margin-left: 0;
	}
	
	.footer-column {
		width: 47.5% !important;
	}
	
	#footer-area-2,
	#footer-area-4 {
		margin-right: 0;
	}
}

@media screen and (max-width: 992px) {
	.main-navigation ul {
		margin-left: 0;
	}
	
	.main-navigation a {
		font-size: 13px;
	}
}

@media screen and (max-width: 900px) {
	.concerned-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 870px) {
	.main-navigation a {
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	body,
	.footer-area,
	.header-area {
		overflow-x: hidden;
	}
	
	.full.header-area {
		position: relative;
	}

	.full.main-content-area #content {
		padding-top: 0;
	}
	
	#primary,
	#secondary,
	.footer-column {
		float: none;
		width: 100% !important;
		margin: 0;
		padding: auto 20px;
	}
	
	.main-navigation li {
		float: none;
	}

	.main-navigation ul {
		border: none;
		width: 100%;
	}
	
	.main-navigation li:hover>ul {
		position: relative;
	}
	
	.main-navigation a {
		font-size: 17px;
		width: 100%;
	}
	
	.main-navigation ul ul a {
		width: 100%;
	}
	
	.page-title,
	.paper-title {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}
	
	.page-title-text,
	.big-title,
	.big-subtitle,
	.single .entry-title {
		font-size: 24px !important;
		line-height: 1;
	}
	
	.single .entry-meta:before {
		display: block;
		margin: 0 0 15px;
		width: 20px;
		height: 4px;
	}
	
	.big-title {
		margin-bottom: 20px;
	}
	
	.paper-title img,
	.advocacy-title {
		width: 185px;
	}
	
	.we-are-cofem {
		width: 75px;
	}
	
	.cofem-summit {
		width: 120px;
	}
	
	.join-cofem {
		width: 107px;
	}
	
	.big-title::after {
		width: 20px;
		height: 4px;
	}
	
	.paper-download {
		float: none;
	}
	
	.rs-column {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.rsf-wrap {
		display: block;
	}
	
	.rsf-column:first-of-type .rsf-image,
	.rsf-column:first-of-type .rsf-inner {
		float: none;
		width: 100%;	
	}
	
	.header-area .inner {
		padding: 0 20px;
	}
	
	.header-right {
		line-height: 50px;
		position: relative;
		text-align: center;
		padding: 0 0 15px;
	}
	
	.header-search {
		float: none;
	}
	
	.site-branding {
		height: auto;
		padding: 22px 0;
	}
	
	.menu-toggle {
		position: absolute;
		top: 17.5px;
		right: 25px;
	}
	
	.header-search .search-field {
		width: 100%;
		max-width: 200px;
		height: 30px;
		border-radius: 15px;
		padding: 0 15px;
	}
	
	.login-link {
		display: block;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
		line-height: 30px;
		border-radius: 15px;
		font-size: 16px;
	}
	
	.header-search .search-field::-webkit-input-placeholder {
		font-size: 16px;
	}

	.header-search .search-field::-moz-placeholder {
		font-size: 16px;
	}

	.header-search .search-field:-ms-input-placeholder {
		font-size: 16px;
	}

	.header-search .search-field:-moz-placeholder {
		font-size: 16px;
	}
	
	.main-navigation {
		width: 100%;
	}
	
	.main-navigation a {
		margin: 0;
		line-height: 2;
	}
	
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 0;
	}
	
	.site-header {
		position: relative;
	}
	
	.site-info {
		padding: 0 20px;
	}
	
	.site-info .alignright {
		float: none;
	}
	
	.concerned-box {
		margin: 0;
		width: 100% !important;
		min-height: auto !important;
	}
	
	.feminist-pocketbook-banner {
		width: 100% !important;
	}
	
	#pocketbook .vc_custom_1537176021398,
	#pocketbook .vc_custom_1537175979581,
	#pocketbook .vc_custom_1537178232980 {
		padding-top: 0 !important
	}
	
	#pocketbook .concerned-box::after {
		bottom: 10px;
	}
	
	.cofem-social,
	.single .cofem-social {
		float: none;
	}
	
	.post-thumbnail-wrap img.size-full {
		display: block;
		max-width: 100%;
	}
	
	.post-thumbnail-wrap img.size-thumbnail {
		display: none;
	}
	
	.post-desc-wrap {
		-webkit-box-shadow: 0px -20px 70px -17px rgba(0,0,0,0.7);
		-moz-box-shadow: 0px -20px 70px -17px rgba(0,0,0,0.7);
		box-shadow: 0px -20px 70px -17px rgba(0,0,0,0.7);
	}
	
	.one-half {
		width: 100%;
		float: none;
	}
	
	.nf-form-cont .one-half {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.wppb-form-field input,
	.wppb-form-field input[type="text"],
	.wppb-form-field input[type="number"],
	.wppb-form-field input[type="email"],
	.wppb-form-field input[type="url"],
	.wppb-form-field input[type="password"],
	.wppb-form-field input[type="search"],
	.wppb-form-field select,
	.wppb-form-field textarea,
	.wppb-checkboxes,
	.wppb-radios,
	#wppb-login-wrap
	.login-username input,
	#wppb-login-wrap .login-password input {
		width: 100% !important;
	}

	.clear-both {
		display: block;
	}
	
	.post-desc-wrap .read-more {
		float: none;
		text-align: right;
		display: block;
	}
	
	.post-type-archive-resources #main {
		display: block;
	}
	
	.post-type-archive-resources .resources {
		width: 100%;
		margin: 0 0 25px;
	}
	
	.custom-search {
		display: block !important;
		width: 100%;
		margin: 50px 0;
	}
	
	.papers-row {
		padding-bottom: 0 !important;
	}
	
	#about-concerned .vc_custom_1536421194465 {
		padding-top: 0 !important;
	}
	
	.concerned-box {
		margin-bottom: 25px;
	}
	
	.resource-navigation .custom-search select {
		margin-bottom: 36px;
	}
}