@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&display=swap";

/*
Theme Name: AIESG - 2025	
Theme URI: 
Author: Christopher Shannon, updated by KVD
Author URI: https://christophershannon.io
Description: AIESG Theme based on Underscores modified template	
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: aiesg-2019
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.

Taddeo 2016 is based on Underscores http://underscores.me/, (C) 2012-2015 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
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Avenir Next", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Avenir Next", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

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

/*--------------------------------------------------------------
# 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 https://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. */
}

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

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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: 0.6em 1em 0.4em;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

a:visited {
  color: purple;
}

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

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: inline-block;
  margin: auto;
}

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

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul li {
  /*box-shadow:0 3px 3px rgba(0,0,0,0.2);*/
  width: 100%;
}
.main-navigation ul ul .menu-item-type-custom a {
  /*border-left: 8px solid rgba(0,74,123,1);*/
}

.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 {
  /*min-width:191px;*/
}

.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;
  padding: 15px 30px;
  text-decoration: none;
}

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

.toggled #masthead {
  height: 100%;
  flex-flow: wrap;
}

.toggled .main-navigation li {
  float: none;
}

.toggled #primary-menu a {
  font-size: 4vw;
}

.toggled #masthead .site-branding {
  height: 100px;
  width: 100%;
  background-position: center center;
  display: block;
  position: static;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.toggled #masthead .main-navigation ul ul {
  position: inherit;
  left: 0;
  float: none;
  box-shadow: none;
  margin-left: 20px;
}

.toggled #primary-menu .sub-menu li {
  background-color: transparent;
}

.toggled #primary-menu .sub-menu a {
  background-color: transparent;
}

.toggled #nav-w {
  display: block;
}

.toggled #top-search {
  width: 100%;
  height: 50px;
  position: static;
}

.toggled #masthead .site-branding a {
  background-position: center center;
}

.toggled #masthead .menu-toggle {
  right: 5px;
  position: absolute;
  top: 5px;
  background-image: url(img/icons/menu_close.svg);
}

#masthead .menu-toggle {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 30px;
  background-image: url(img/icons/menu_open.svg);
  background-size: contain;
}

.toggled.go-dn #masthead {
  height: 100%;
}

.toggled.start #masthead {
  height: 100%;
}

.toggled.start #masthead:hover {
  height: 100%;
}

@media screen and (min-width: 780px) {
  .menu-toggle {
    display: none;
  }

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

.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 {
  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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
# 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 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
  margin: 0;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.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;
}

/*--------------------------------------------------------------
## Styles
--------------------------------------------------------------*/
#main section {
  padding: 2% 10%;
}

#spacer {
  width: 100%;
  display: block;
  height: 70px;
  background-attachment: fixed;
}

.home #spacer {
  display: none;
}

body.page {
  margin-bottom: 0;
}

section .title {
  display: block;
  text-align: center;
  width: 100%;

}

.home #main section:nth-of-type(1) {
  padding: 0;
  background-color: #fff;
}

.home section h2.title {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.pic-background {
  background-color: #00497b;
  background-image: url(img/background-tiles--darken.jpg);
  background-size: cover;
  color: #fff;
}

.pic-background2 {
  background-color: #00497b;
  background-image: url(img/Maintaining_Capitalism_Background-02.png);
  background-size: cover;
  color: #fff;
}

.maincolor {
  color: #fff;
  background-color: #00497b;
}
.maincolortext {
  color: #00497b;
}

.secondarycolor {
  color: #fff;
  background-color: #105e8c;
}
.secondarycolortext {
  color: #105e8c;
}

#masthead {
  height: 70px;
  display: flex;
  width: 100%;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  opacity: 100%;
  z-index: 888;
  font-size: 16px;
  justify-content: center;
  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;
  background-color: rgba(0, 74, 123, 1);
}

/*.home.start #masthead{
	background-color: rgba(0, 74, 123, 0);
	color: #00497b;
	height: 100px;
}*/
.start #masthead {
  height: 100px;
}

/*.home.start #masthead #primary-menu a{
	color: #00497b;

	}*/
.start #masthead #primary-menu a {
  font-size: calc(8px + 0.6vw);
}

#masthead .site-branding a svg {
  height: 100%;
  width: auto;
}

/*.home.start #masthead .site-branding a svg .st0{		
		fill: #00497b;
}*/
#masthead:hover {
  opacity: 100%;
  background-color: rgba(0, 74, 123, 1);
}

#nav-w {
  display: inline-flex;
  align-content: center;
}

/*.home.start #masthead:hover .site-branding a svg .st0{		
		fill: #fff;
}
.home.start #masthead:hover #primary-menu a{
	color: #fff;

	}
	*/

#masthead .site-branding {
  width: 25%;
  height: 100%;
  position: absolute;
  padding: 5px;
  left: 10px;
  top: 0;
  transition: .5s;
}

#masthead .site-branding a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.go-dn #masthead {
  height: 50px;
  padding: 0 10px;
  font-size: 14px;
  opacity: 0;
}
.go-dn.start #masthead {
  opacity: 1;
}

.go-dn #masthead:hover {
  opacity: 1;
}

.go-dn #nav-search {
  height: 60%;
}

#nav-search {
  width: 50px;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  display: inline-block;
  background-color: transparent;
  border: none;
  height: 70%;
  background-image: url(img/icons/search.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  border-radius: 0;
  top: 10px;
  color: transparent;
  box-shadow: none;
}

/* When the input field gets focus, change its width to 100% */
#nav-search:focus {
  width: calc(100vw - 20px);
  border-bottom: 1px solid #fff;
  background-color: #00497b;
  height: calc(100% - 10px);
  top: 5px;
  color: #fff;
  right: 10px;
}

#primary-menu a {
 font-size: calc(8px + 0.6vw);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Avenir Next Cyr W00 Regular";
}

#nav-search-f .search-submit {
  display: none;
}

#primary-menu .sub-menu a {
  padding: 18px 20px;
  font-family: "Avenir Next Cyr W00 Regular", Helvetica, sans-serif;
}

.go-dn .main-navigation a {
  padding-bottom: 16px;
}

#mobile-search-button {
  display: none;
}

#primary-menu .sub-menu li {
  background-color: #105e8c;
}

#primary-menu .sub-menu li:hover {
  background-color: #1f6691;
}

.sub-menu {
  background-color: #105e8c;
}

#primary-menu li:hover {
  background-color: #105e8c;
}

#slider-w {
  height: 80vh;
  margin-top: 0;
  max-height: 1000px;
}

#slider-w .slide {
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  padding: 5% 10%;
  box-sizing: border-box;
}

.swiper-container {
  height: 100%;
}

#slider-w .slide-title {
  display: inline-block;
  color: #fff;
  /* background: linear-gradient(180deg, rgba(255,255,255,0) 20%, #00497b 20%, #00497b 80%, rgba(255,255,255,0) 80% ); */
  margin-top: 0;
  margin-bottom: 5px;
padding: 0 30% 0 15%;
  color: #00497b;
  line-height: 1.2;
}

#slider-w .slide-desc a {
 
}

#slider-w .slide-desc p {
  display: inline;
font-size: calc(20px + .6vw);
  line-height: 1.3;
  font-weight: 300;
  /*	background: linear-gradient(180deg, rgba(255,255,255,0) 20%, #ffff 20%, #ffff 80%, rgba(255,255,255,0) 80% ); */
}

#slider-w .slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide-inner {
  position: absolute;
  bottom: 10%;
  right: 10%;
  padding: 2%;
  height: 40%;
  width: 50%;
display: flex;
flex-direction: column;
justify-content: center;

  line-height: 1.8;
}

.pub-list {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
}

.home #search-area {
  display: none;
}

.header-logo-w {
  width: 20vw;
  height: 20vw;
  margin-top: 2vh;
  display: none;
}

.header-logo-w .site-branding {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
body.start.home #primary .header-logo-w .site-branding {
  opacity: 1;
}
body.go-dn.home #primary .header-logo-w .site-branding {
  opacity: 1;
}
body #primary .header-logo-w .site-branding {
  opacity: 0;
}

body.go-dn.home #masthead .site-branding {
  opacity: 0;
}
body.start.home #masthead .site-branding {
  opacity: 1;
}

.header-logo-w .site-branding a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

section#feature-area {
  display: flex;

  justify-content: center;
  background-color: #00497b;
  color: #fff;
}

section#feature-area .feature-area-info {
  padding-left: 5%;
}

section#feature-area .title {
  text-align: left;
  font-family: "Avenir Next";
  font-weight: 600;
}

section#feature-area .title:after {
  display: block;
  width: 54px;
  height: 4px;
  margin: 17px 0 0;
  opacity: 0.4;
  background-color: #fff;
  content: "";
}

section#feature-area #feature-area-media {
  max-width: 30%;
  min-width: 300px;
}

section#featured-publications {
  background-color: white;
}

#featured-publications .title {
  margin-bottom: 20px;
  margin-top: 20px;
  color: rgba(0, 74, 123, 1);
  
}
#featured-publications .publications-w {
  padding: 30px 0;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

#featured-publications .card.feature-card {
  width: 32.3%;
}

.card-author {
text-transform: uppercase;
font-size: calc(10px + .3vw); 
}
.btn {
  display: inline-block;
  font-size: calc(12px + .3vw);;
}

.btn a {
  display: inline-block;
  padding: 14px 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a::after {
  content: " ";
  width: 10px;
  height: 10px;
  background-image: url(img/icons/arrow.svg);
  background-size: contain;
}

.btn a:hover {
  padding: 16px 32px;
  color: #fff;
}

.btn a {
  text-decoration: none;
  color: #fff;
}

.btn a:visited {
  color: #fff;
}

input#search-area-search {
  display: block;
  width: 68%;
  margin-left: 21%;
  font-size: 1.5vw;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  background-image: url(img/icons/search.svg);
  background-position: right center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
}

input.search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
}

input.search::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}

input.search:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
}

input.search:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
}

section h2.title {
  font-family: "Avenir Next";
  font-size: calc(20pt + .3vw);
  margin: 0;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}

.home {
  background-color: #f1f1f1;
}

.section-desc {
  font-size: 1.5vw;
}

/*--------------------------------------------------------------
## Global styles
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #00497b;
  font-weight: 600;
  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;
}

a:hover {
  color: #105e8c;
}

a:visited {
  color: #105e8c;
}
.modal-w.hide {
  display: none;
}
/*--------------------------------------------------------------
## Universal Card Styles
--------------------------------------------------------------*/
.card.feature-card {
  width: 30%;
}

.resources-page .card {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;

  min-width: 250px;
  border-bottom: 1px solid #105e8c;
}
.resources-page section h2.title{
  border-bottom: 1px solid #e42423;
form.big-search .search-field
  margin-bottom: 20px;
}
.resources-page .pagination{
  margin-top: 20px;
}
.resources-page .page-numbers{
  margin: 0 3px;
}
.resources-page .page-numbers.current{
  border-bottom: 2px solid #e42423;
}

.home .card {
  padding: 25px;
  color: rgba(0, 74, 123, 1);
}
.home .date-cat{
margin: 10px 0;
}
.home .card-author{
  font-size: calc( 8px + .25vw);

}
.home .card-details{
  line-height: 1.15;
}

.card:hover {

}

.card a {
  text-decoration: none;

}

.card-image{
  background-color: #00497b;
  background-image: url(img/Maintaining_Capitalism_Background-02.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.card:not(.member) .card-image{

  min-width: 200px;
  height: calc(150px + 3vw);
  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;

  border-bottom: 5px solid #e42423;
}

/*
.card-image.landscape{


	background-size: auto 100%;


}
.card a:hover .card-image.landscape{


	background-size: auto 110%;


}
.card a:hover .card-image{

	background-size: 110%;
}
.card a:hover .card-cat{
	font-size: .9vw;
}*/
.card-cat {
  text-transform: uppercase;

  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;
  padding-left: 5px
}
.date-cat{
color: #e42423;
font-size: calc(5px + .5vw);
letter-spacing: 1px;
margin-bottom: 10px;
}
.date-cat .date{
  font-size: calc(7px + .5vw);
}

.card-cat-in-the-news .card-image {
  background-image: url(img/resources/thumb/in-the-news_resource.jpg);
}

.card-cat-commentary .card-image {
  background-image: url(img/resources/thumb/commentary_resource.jpg);
}

.pub-list .card-image {
  background-image: url(img/resources/thumb/generic_resource.jpg);
}

.card-cat.accentcolor {
  background-color: #e42423;
}

.single-resource .related-posts .recent-posts-w .card-list{
  justify-content: space-around;
}

.card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.card-title {
  font-size: calc( 11px + 1vw);
  line-height: 1.2;
  padding: 5px 0;
  -webkit-line-clamp: 2;
  margin: 0;
  font-weight: normal;
}

.card-desc {
  font-size: calc(12px + .25vw);
  padding: 5px 0;
  font-weight: normal;
}

.card.member .card-image {
  height: 12vw;
  background-position: center 10%;
  width: 12vw;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 50%;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
}
.card.member .card-desc, .card.member .card-title, .card.event .card-title, .card.event .card-desc{
  padding: 5px 5%;
}
.card.member.leadership .card-title{
  margin-top: 30px;
}

.member-list {
  flex-flow: wrap;
}
.member-list .card {
  min-width: inherit;
}

.card.member .card-title {
  font-weight: 500;
  color: #004f81;
  font-size: calc(10pt + 1vw);
  position: relative;
  display: block;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 0px;
}
.card.member .card-title::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 2px;
  background: #e42423;
  top: 0%;
  left: 5%;
}

.card.member .title {
  font-family: "Avenir Next";
  font-size: calc(8px + 0.4vw);
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 5%;
  text-align: left;
  font-weight: 700;
  color: #00497b;
}
.member-list .card a {
  color: #004f81;
}
.card.member .affiliation {
  padding: 0 5%;
  font-size: calc(11px + 0.5vw);
  width: 100%;
  display: block;
  line-height: normal;
  margin-bottom: 15px;
}

.feature-card .card-image {
  min-height: 280px;
  background-size: cover;
}

/*
.feature-card.card a:hover .card-image{
	background-size: 110%;
	}
*/
#leadership .member-list {
  width: 100%;
  display: block;
}
.card.member.leadership {
  width: 100%;
  padding: 20px 7%;
}
.card.member{
width: calc(25% - 16px);
display: inline-block;
background-color: #fff;
box-sizing: border-box;
margin: 8px;
min-width: 250px;
margin-bottom: 40px;
}

.card.member.leadership .card-image {
  width: 12vw;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  height: 12vw;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
#leadership .card.member.leadership .card-title::before {
  width: 8%;
}

#leadership .card.member.leadership .card-copy {
  width: calc(100% - 12.3vw);
  display: inline-block;
  vertical-align: middle;
}

#leadership .card.member.leadership .card.member .title {
  font-size: calc(6px + 0.2vw);
}
.card.member .affiliation {
  font-size: 13pt;
  font-weight: 500;
}

.date {
  letter-spacing: 1px;
  text-transform: uppercase;

  padding-right: 5px;
}

.card.author {
  color: #000;
}

.home #search-area-search-w {
  display: flex;
  justify-content: center;
}

]/*--------------------------------------------------------------
## Pages Styles
--------------------------------------------------------------*/
#primary.page {
  margin-top: 70px;
}

#page-head {
  display: inline-block;
  padding: 15px 15%;
  align-items: center;
  text-align: center;
  width: 100%;
}

#page-head h1 {
  display: inline-block;
  margin: 10px 0;
  letter-spacing: 3pt;
  font-weight: 500;
  font-size: 16pt;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
section#mission div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(8px + 0.8vw);
}
section#mission img {
  max-width: 30%;
  height: auto;
  min-width: 280px;
  margin: 0px 30px 30px 30px;
}

#primary.about-page {
  background-color: #f1f1f1;
}

.members-page {
  background-color: #f1f1f1;
}

.leadership-page {
  background-color: #f1f1f1;
}

#single-head {
  display: inline-block;
  padding: 15px 15%;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 2em;
}

#single-head h3 {
  margin: 0;
}

#slider-w .swiper-pagination{
  margin-top: -30px;
  bottom: auto;
}
.swiper-scrollbar{
  display: none;
}
/*--------------------------------------------------------------
## Member pages
--------------------------------------------------------------*/
article.member {
  padding: 5% 15%;
  display: flex;
  flex-wrap: wrap;
}

article.member .member-image {
  width: 22vw;
  margin: auto;
  height: 22vw;
  min-width: 280px;
  min-height: 280px;
  margin-top: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: center 10%;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
}

article.member .member-image img {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  /* For IE8 and earlier */
}

h1.member {
  margin: 10px 0 0;
  font-size: calc(12px + 2vw);
  font-family: "Avenir Next", Helvetica, sans-serif;
  color: #004f81;
  font-weight: 400;
}

.member h2.title {
  margin: 8px 0 0;
  font-family: "Avenir Next";
  font-size: calc(10px + 0.5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #004f81;
  font-weight: 700;
}
.member h3.affiliation {
  color: #004f81;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: calc(12px + 1vw);
  margin: 10px 0 0 0;
}

.members-page {
  background-color: #f1f1f1;
}

/*--------------------------------------------------------------
## Resources
--------------------------------------------------------------*/
span.resources-category {
  font-size: 1rem;
  font-weight: normal;
}

.resources-page {
  background-color: #f1f1f1;
}

#featured-image-print {
  display: none;
}

.resources-page #recent-posts {
  margin: 0 10% 5% 10%;
  padding: 4%;

}

.resources-page #main section#search {
  padding: 40px 14% 50px 14% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
#sel-cat{}

#sel-tags{}



.resources-page #main section#search select {
      cursor: pointer;
      padding: 10px 10px;
      outline: 0;
      border: 1px solid #fff;
      border-radius: 0px;
      background: #00497b;
      color: #fff;
      text-transform: uppercase;
      font-size: calc(8px + .25vw );
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;

      width: 28%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 1.5EM 1EM;
      background-position: calc(100% - 10px) center;
      background-clip: border-box;
      -moz-background-clip: border-box;
      -webkit-background-clip: border-box;
  }
      .resources-page #main section#search select::-ms-expand {
        
      }
    .resources-page #main section#search  select:hover,
     .resources-page #main section#search  select:focus {
 
          background: #105e8c;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 1.5EM 1EM;
          background-position: calc(100% - 10px) center;
          background-clip: border-box;
          -moz-background-clip: border-box;
          -webkit-background-clip: border-box;
      }
    .resources-page #main section#search   select:disabled {
          opacity: 0.5;
          pointer-events: none;
      }



form.big-search .search-field {
  width: 28vw;
  min-width: 250px;
font-family: "Avenir Next";
font-weight: 300;
}

form.search.big-search .search-submit {
  width: 2vw;
  height: 2vw;
}

.resource.cat-in-the-news #featured-image,
.search-result.cat-in-the-news .search-image {
  background-image: url(img/resources/in-the-news.jpg);
}

.resource.cat-commentary #featured-image,
.search-result.cat-commentary .search-image {
  background-image: url(img/resources/commentary.jpg);
}

.resource #featured-image,
.search-result .search-image {
  background-image: url(img/resources/generic.jpg);
}

.single-resource #resource-w .share-buttons {
  text-align: right;
}

.single-resource #resource-w .share-buttons a {
  float: right;
}
.single-resource #resource-w .addtoany_shortcode{
  text-align: right;
}

.single-resource #resource-w .share-buttons a span {
}

.single-resource .social-b-float {
  display: none;
  float: none;
}

.single-resource .share-buttons-float {
  position: fixed;
  left: 10%;
  top: 30vh;
  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;
}

.single-resource .book .share-buttons-float {
  left: 5%;
}

#sharefloat {
  display: none;
}

.single-resource .share-buttons-float.a2a_default_style a:hover .a2a_svg {
  opacity: 1;
}

.single-resource .share-buttons-float.hide {
  opacity: 0;
  left: 0;
}

.single-resource .share-buttons-float .share-lable {
  width: 100%;
  text-align: center;
  display: block;
  line-height: normal;
}

.single-resource .social-b-float span {
  margin: 10px;
}

.single-resource .related-posts {
  width: 78%;
  margin-left: 11%;
  padding: 3% 3%;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.single-resource .related-posts .card {
  width: 30%;
  background: #fff;
}
.single-resource .related-posts .card{
  padding: 10px;
}

.single-resource .related-posts .card .date {

}

.single-resource .related-posts h4.related-posts {
font-family: "Avenir Next";
font-size: calc(20pt + .3vw);
margin: 0;
margin-bottom: 30px;
font-weight: 300;
text-align: left;
display: block;
width: 100%;
text-align: center;
}

.resource #featured-image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  position: fixed;
}

.resource #resource-w {
  width: 73%;
  margin-top: 40vh;
  margin-left: 25%;
  z-index: 100;
  background-color: #fff;
  padding: 5% 10%;
  border: 3px solid #e42423;
}

.resource.book #resource-w {
  margin-bottom: 10vh;
}

.resource h1.resource-title {
  margin: 0;
  font-family: "Avenir Next", Helvetica, sans-serif;
  font-size: calc(24px + 1.5vw);
  line-height: 1.074;
  color: #263640;
  font-weight: 500;
  margin-bottom: 10px;
}
.resource .author {
  text-transform: uppercase;
}

#ededed .date {
  font-family: "Avenir Next", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

body.single-resource {
  /*background-color: #417da1;
    background: -webkit-linear-gradient(top, #417da1, #005887); */
  background-color: #ededed;
}

body.single-resource #spacer {
  display: none;
}
body.single-resource .cat{
  text-transform: uppercase;
}

.resource .tags-w {
  display: block;
  text-transform: uppercase;
  font-size: 0.8vw;
  text-align: center;
}

.resource.book #resource-w {
  width: 74%;
  margin-left: 12%;
}

ol.book-resources {
  margin: 0;
  padding: 0;
}

.resources-page #books .card {
  width: 35%;
  border: 3px solid #e42423;
}

.resources-page #books .card .card-image {
  background-size: cover;
  height: 30vw;
}

#books .card-list {
  justify-content: space-around;
}
.resources-page #search ul.pub-selector {
  min-width: 300px;
  padding: 0 30%;
  margin: 0;

  display: flex;
  list-style: none;
}
.resources-page #search .pub-filter {
  margin: 0 10px;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.resources-page #search ul.pub-selector li a {
  margin: 0 10px;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}
.resources-page #search ul.pub-selector li a:hover {
  background-color: #105e8c;
}

span.pub-category {
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
}

.book-resources h4.resource-title {
  margin-block-end: 4px;
}

.book-resources h4.resource-title a {
  font-weight: 600;
  transition: 0.3s all;
}
.book-resources h4.resource-title a:hover {
  color: #404040;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.events-page #headliner {
  text-align: center;
  font-size: 1.5vw;
}

#events .card {
  width: 100%;
}

#events .card-image {
  min-width: 350px;
  flex-basis: 400px;
  flex-shrink: 2;
  background-size: contain;
  height: 100%;
  min-height: 250px;
}
#events .card-title{
  
}
#events .card-info {
  min-width: 450px;
  flex-basis: 500px;
  flex-grow: 5;
  align-self: center;
}

.events-page #feature-description {
  font-size: 1.2vw;
}

.events-page #feature-description p {
  margin: 8px 0;
}

.events-list .card.event .card-inner-w a {
  display: flex;
  justify-content: center;
  padding: 1%;
}

.events-list .card.event .card-desc {
  font-size: calc(6px + 0.6vw);
}

.events-list .card.event .card-date {
  display: block;
  padding-left: 5%;
}

.events-list .card.event .card-title {
  padding-top: 20px;
}
.event-single #page-head h1{
  text-transform: initial;
  padding: 0 8%;
  font-size: calc(12px + 1vw);
  letter-spacing: normal;
}
.recent-post-list .card .card-title {
 
}
.resources-page .card .card-info{
  display: flex;
  padding: 20px 0;
  align-items: center;
}
.resources-page .card .card-image{
  margin-right: 50px;
}

.card .card-info{
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #263640;
  padding: 5%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

footer.site-footer > div {
  width: 33%;
  min-width: 300px;
  padding: 10px 30px;
  margin-bottom: 30px;
}

footer.site-footer input#search-area-search {
  width: 100%;
}

footer.site-footer .search-form {
  height: 50px;
}

form.search .search-submit {
  background-image: url("img/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2vw;
  height: 100%;
  border: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0);
  line-height: 1;
  padding: 0;
}

footer.site-footer form.search .search-field {
  width: calc(100% - 5vw);
}

form.search .search-field {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

footer.site-footer #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1vw;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Avenir Next Cyr W00 Regular";
  margin-left: 5vw;
}

footer.site-footer #footer-menu a {
  color: #fff;
}

footer.site-footer .aspen-link {
  width: 100%;
  max-width: 300px;
  min-height: 100px;
  display: block;
  background-position: 28% center;
  background-size: 60%;
  background-repeat: no-repeat;
}

footer.site-footer .site-branding {
  width: 100%;
  margin-top: 15px;
  height: 30px;
}

footer.site-footer .site-branding a {
  width: 100%;
  height: 100px;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#emailsignup-w {
  padding: 5% 10%;
}

#mc_embed_signup {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

#emailsignup-w .email-link {
  display: block;
  padding: 15px 2vw;
  border: 3px solid #fff;
  color: #fff;
  margin: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "Avenir Next", Helvetica, sans-serif;
  font-weight: 600;
}

#emailsignup-w #mc_embed_signup label {
  opacity: 0;
  font-size: 0;
}

#emailsignup-w #mc_embed_signup input.email {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px 5px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  background-color: transparent;
}

#mc_embed_signup .email-copy {
  margin: 0;
  font-size: 1.1vw;
  font-family: "Avenir Next";
  line-height: 1.5;
  width: 60%;
  font-weight: 600;
  padding-right: 10%;
  display: flex;
  align-items: center;
}

#mc_embed_signup #mc-embedded-subscribe {
  position: relative;
  display: block;
  width: 60px;
  padding: 0 0 6px;
  margin: 0;
  float: left;
  border: none;
  border-bottom: 2px solid #ededed;
  font-size: 14px;
  font-family: "Avenir Next";
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  background-color: transparent;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.08, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.08, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.08, 0.82, 0.165, 1);
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.search-page {
  background-color: #f1f1f1;
}

.search-page .search-result {
  width: 100%;
  display: flex;
  padding: 2%;
  background-color: #fff;
  margin-bottom: 5px;
}
.search-page .search-result.hide-result {
  display: none;
}

.search-page .search-result:hover {
  background-color: #f8f8f8;
}

.search-page .search-image {
  background-color: #00497b;
  background-image: url(img/Maintaining_Capitalism_Background-02.png);
}

.search-page article.resource .search-image {
  background-image: url(img/resources/generic.jpg);
}

.search-page article.cat-in-the-news .search-image {
  background-image: url(img/resources/thumb/in-the-news_resource.jpg);
}

.search-page article.cat-commentary .search-image {
  background-image: url(img/resources/thumb/commentary_resource.jpg);
}

.search-page article.team-members .search-image {
  background-position-y: 10%;
}

.search-page .search-image {
  display: inline-block;
  min-width: 200px;
  min-height: 150px;
  height: inherit;
  background-size: cover;
  background-position: center center;
}

.search-page .search-entry-contnet {
  width: calc(100% - 150px);
  padding-left: 5%;
}

.search-page .entry-title {
  margin: 0;
}

.search-page #search {
  display: flex;
  justify-content: center;
}

.search-page #search-results .pagination .nav-links {
  text-align: center;
  margin: 10px auto;
}

.print-only {
  display: none;
}

/*--------------------------------------------------------------
## Member Page Tab
--------------------------------------------------------------*/

.pass-member-page .tab-label {
  position: absolute;
  left: 0;
  width: 15vw;
  padding: 10px 20px;
}
.pass-member-page .tab-section.open .tab-content {
  height: auto;
}
.pass-member-page .tab-section .tab-content {
  height: 0px;
  overflow: hidden;
}

button.tablink {
  background-color: #fff;
  border-radius: 0px;
  border: none;
}
button.tablink.open {
  color: #fff;
  background-color: #00497b;
}
button.tablink:hover {
  background-color: #105e8c;
  color: #fff;
}

#tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
#tab-b-w .tablink {
  padding: 10px 15px;
}
#tab-b-w .tablink h2 {
  margin: 5px 10px;
  text-align: left;
}
#tab-b-w {
  flex-basis: 250px;
  margin-left: 0%;
  flex-grow: 1;
}

#tab-c-w {
  border-left: 2px solid #00497b;
  margin-right: 2%;
  flex-grow: 4;
  width: 700px;
}
#main #tab-c-w section {
  padding-left: 5%;
}
#main #tab-c-w section:not(.open) {
  padding: 0;
  display: none;
}
#tab-b-w button.tablink {
  width: 100%;
}

.pass-member-page .post-password-form {
  padding: 200px 150px;
  background-color: #00497b;
  background-image: url("img/Maintaining_Capitalism_Background-02.png");
  background-size: cover;
}
.pass-member-page .post-password-form p {
  max-width: 600px;
  margin: auto;
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
  padding: 15px 0px;
  text-align: center;
  display: flex;
}
.pass-member-page .post-password-form label {
  color: rgba(255, 255, 255, 0);
  font-size: 0px;
  flex-basis: 350px;
  flex-grow: 2;
  width: 450px;
}
.pass-member-page .post-password-form input[type="submit"] {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 0 10px 6px 15px;
  margin: 0;
  border: none;
  border-bottom: 2px solid #ededed;
  font-size: 14px;
  font-family: "Avenir Next";
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.08, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.08, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.08, 0.82, 0.165, 1);
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  font-weight: 700;
}

.pass-member-page .post-password-form input[name="post_password"] {
  background-color: #00497b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px 5px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  width: 100%;
  background-color: transparent;
}
/*--------------------------------------------------------------
## Author Pages
--------------------------------------------------------------*/

.author.card-image {
  background-image: url("img/icons/avatar.svg");
}
.card.member .author.card-image:not(.avatar) {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
}

.tax-resource_author article.member .author-image {
  background-image: url("img/icons/avatar.svg");
  background-color: #00497b;
  vertical-align: middle;
}
.aumem-desc-content {
  flex-basis: 580px;
  max-width: 800px;
  flex-grow: 3;
  margin-left: 2vw;
  margin-top: 2vh;
  vertical-align: middle;
  border-top: 2px solid #e42423;
}
.author-posts #recent-posts {
  background-color: #00497b;
  padding: 5%;
  margin-top: 80px;
}
.author-posts #recent-posts .title {
  color: #fff;
}
.tax-resource_author .author-posts .search-result {
  display: flex;
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
.tax-resource_author .author-posts .search-result .search-image {
  min-width: 200px;
  background-size: cover;
  margin-right: 15px;
}

/*--------------------------------------------------------------
## Events single page
--------------------------------------------------------------*/

.event-single #event-image {
  width: 20%;
  background-size: contain;
  margin: auto;
}
.event-single #event-image img {
  opacity: 0;
}
.event-single #page-head {
  background: transparent;
}
.event-single .event-hero {
  background: url(img/Maintaining_Capitalism_Background-02.png);
  background-attachment: fixed;
}

.event-single .speaker-image img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.event-single .card.member.speaker .affiliation {
  font-weight: 300;
  text-align: left;
  color: #00497b;
}

.speaker-name {
  text-align: left;
}

.event-single .item-time {
  font-size: calc(8px + 0.5vw);
  font-weight: 400;
  text-transform: uppercase;
color: #fff;
}

.event-single .item-title {
  font-size: calc(10px + 0.8vw);
  font-weight: 600;
  text-transform: uppercase;
}
.event-single #event-agenda .description p {
  margin: 10px 0;
  font-size: calc(10px + 0.3vw);
}
.event-single #event-agenda ol {
  list-style: none;
  margin-left: 10%;
  padding: 0;
}
.event-single #event-agenda .agenda-item {
  margin: 20px 0;
  margin-top: calc(25px + 5vh);
  padding: 0px 3vw;
  border-left: 1px solid #00497b;
}
.agenda-item a {
  transition: 0.3s all;
}
.agenda-item a:hover {
  color: #404040;
}

h3.agenda-title {
  color: #eb2036;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: calc(10px + 0.8vw);
  font-weight: 600;
}

h3 span.eastern {
  font-weight: normal;
  font-size: calc(10px + .5vw);
  text-transform: none;
  color: #404040;
  display: none;
  font-style: italic;
}

#event-speakers h3.title {
  color: #00497b;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: calc(10px + 0.8vw);
  font-weight: 600;
}

.event-single .speaker-list {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
.event-single .speaker-list .card {
  vertical-align: top;
}

.event-single .event-map .acf-map {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.event-single .event-map .event-address {
  width: 40%;
  font-size: calc(12px + 0.5vw);
  padding-left: 10%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.event-single .event-map .event-address .loc-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: calc(12px + 0.8vw);
}
.event-single .event-map .event-address p {
  margin-top: 0;
}
.event-single #event-rsvp .tag-fields,
.event-single #event-rsvp label {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}
.event-single #event-rsvp-w {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}
.event-single #event-rsvp {
  position: relative;
  background: url(img/Maintaining_Capitalism_Background-02.png);
  background-size: cover;
  width: 50%;
  min-height: 400px;
  min-width: 450px;
  margin: auto;
  top: 25%;
  color: #fff;
  padding: 20px 30px;
}

.event-single #event-rsvp h4 {
  font-size: calc(12px + 2vw);
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 20px;
}
.event-single #event-rsvp .rsvp-info-w {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 30px;
}
.event-single #event-rsvp .rsvp-info-w > div {
  flex-basis: 300px;
  padding: 10px 10px;
}
.event-single #event-rsvp .rsvp-info-w .email-w {
  flex-basis: 600px;
}
.event-single #event-rsvp .rsvp-info-w > div input {
  width: 100%;
}
.event-single #event-rsvp #mc_embed_signup #mc-embedded-subscribe {
  width: 80px;
  margin-top: 30px;
  margin-left: calc(50% - 40px);
}
.event-single #event-rsvp #mc_embed_signup input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.event-single #event-rsvp #mc_embed_signup input:focus {
  background-color: #00497b;
}
.event-single #event-rsvp #mc_embed_signup input::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.event-single #event-rsvp #mc_embed_signup input {
  color: #fff;
}

.modal-w > .close {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.event-single #event-rsvp #mc_embed_signup input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.event-single #event-rsvp #mc_embed_signup input::placeholder {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.event-single #event-rsvp .indicates-required {
  font-size: 10px;
  padding: 0 20px;
  text-align: right;
}
.event-single button.event-rsvp-btn {
  border: none;
  border-radius: 0;
  background: #e6e6e6;
  font-size: calc(10px + 1vw);
  line-height: 1;
  font-family: "Avenir Next Cyr W00 Regular";
  padding: 1em;
  color: #fff;
  background-color: rgb(234, 33, 54);
  margin: auto;
  display: block;
  margin-top: 5vh;
}
.event-single section.event-hero .event-date {
  margin-top: 0px;
  font-weight: 200;
  color: #fff;
  font-size: calc(12px + 1vw);
  text-align: center;
}

section#event-about {
  padding: 2.5% 10% !important;
  font-size: calc(10px + 0.6vw);
}

.top_of_page_location_or_via_zoom {
  text-align: center;
  color: #949494;
  font-style: italic;
  font-size: 1.14rem;
  margin-bottom: 40px;
}

.main-button-container {
  text-align: center;
  margin-top: 5vh;
}

a.main-button-url {
  border: none;
  border-radius: 0;
  background: #e6e6e6;
  font-size: calc(10px + 1vw);
  line-height: 1;
  font-family: "Avenir Next Cyr W00 Regular";
  padding: 0.7em;
  color: #fff;
  background-color: rgb(234, 33, 54);
  margin: auto;
  margin-top: 5vh;
}

a.main-button-url:visited {
  color: white;
}
a.main-button-url:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
## Sitemap
--------------------------------------------------------------*/
#sitemap-menu {
  font-size: calc(18px + 0.5vw);
  list-style: none;
  margin-left: 0;
  padding: 0;
  text-align: left;
}
#site-map {
  text-align: center;
}
#site-map .menu-main-menu-container {
  display: inline-block;
}
#sitemap-menu ul.sub-menu {
  list-style: none;
  padding-left: 0;
}
#sitemap-menu li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sitemap-menu ul.sub-menu li {
  list-style: none;
  border-left: 2px solid #105e8c;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#sitemap-menu ul.sub-menu .menu-item-type-custom {
}
#all-posts-w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: calc(12px + 0.1vw);
  text-align: left;
}
#all-posts-w > div {
  flex-basis: 200px;
}
#all-posts-w > div h3 {
  width: 100%;
  text-align: center;
}
#all-posts-w > div ul li {
  margin-bottom: 15px;
}
#all-posts-w > div ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
#all-posts-w #all-pubs,
#all-posts-w #all-events {
  flex-basis: 380px;
}

/*--------------------------------------------------------------
## Media Qs
--------------------------------------------------------------*/

@media only screen and (max-width: 780px) {
  body {
    font-size: 4vw;
  }
  .start #masthead {
    opacity: 1;
    height: 80px;
  }

  .card {
    width: 100%;
    margin-bottom: 10px;
  }

#featured-publications .card.feature-card{
  width: 100%;
}
  .card.feature-card {
    width: 100%;
  }

  .card-title {
    font-size: 6vw;
  }
  .card-list {
    flex-wrap: wrap;
  }
  .card-image {
    height: 35vh;
  }
  .card-desc {
    font-size: 13pt;
  }

  .card-cat {
  
  }
#slider-w .slide{
  padding: 0;
}
  .card-details {
    font-size: 3vw;
  }
  .card.member.leadership {
    width: 100%;
  }
  .date {
    font-size: 3vw;
  }
  .author {
    font-size: 3vw;
  }

  #main section {
    padding: 5%;
  }

  .section-desc {
    font-size: 5vw;
  }

  section h2.title {
    font-size: 6vw;
  }

  .btn {
    width: 100%;
    font-size: 4vw;
  }

  #slider-w .slide-title {
    font-size: calc(24px + 2vw);
  }

  #slider-w .slide-desc p {
    font-size: 4vw;
  }

  .slide-inner {
    position: absolute;
    width: auto;
    bottom: 0;
    height: auto;
    left: auto;
    margin: auto;
    right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  

  .header-logo-w {
    width: 40vw;
    height: 30vw;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10vh;
  }
  #emailsignup-w #mc_embed_signup input.email {
    width: 100%;
  }
  #mc_embed_signup #mc-embedded-subscribe {
    width: 100%;
    border: 2px solid #ededed;
    margin-top: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0.5;
  }

  #slider-w {
    height: 75vh;
  }

  #mc_embed_signup .email-copy {
    font-size: 4vw;
    width: 100%;
  }

  form.search .search-submit {
    width: 5vw;
    display: block;
    margin: auto;
  }

  footer.site-footer #footer-menu {
    font-size: 3vw;
    text-align: center;
  }

  footer.site-footer > div {
    width: 100%;
  }

  .resource #featured-image {
    height: 50vh;
  }

  .resource #resource-w {
    width: 95%;
    margin-left: 2.5%;
    padding: 5%;
    margin-top: 30vh;
  }

  .single-resource .related-posts {
    width: 100%;
    margin-left: 0;
  }

  .single-resource h4.related-posts {
    font-size: 5vw;
  }
  .resource h1.resource-title {
    font-size: calc(28px + 3vw);
  }


  .resources-page #main section#search {
    padding: 5%;
    padding-top: 10%;
  }

  form.big-search .search-field {
    width: 100%;
    font-size: 4vw;
  }

  form.big-search {
    width: 100%;
  }

  #search-area-search-w {
    width: 100%;
  }

  form.search.big-search .search-submit {
    margin-top: 20px;
    width: 8vw;
    height: 8vw;
  }

  #spacer {
    height: 80px;
  }

  .resources-page #books .card {
    width: 100%;
  }

  .resources-page #recent-posts {
    margin: 0;
  }

  section#mission div {
    font-size: 4vw;
  }

  .card.member.leadership .card-image {
    width: 60vw;
    height: 60vw;
  }

  .card.member .card-image {
    width: 60vw;
    height: 60vw;
  }

  p img.size-medium {
    display: block;
  }

  .events-page #feature-description {
    font-size: 4vw;
  }

  .events-list .card.event .card-desc {
    font-size: 4vw;
  }

  #mc_embed_signup form {
    width: 100%;
  }

  #masthead #nav-search-f {
    display: none;
  }

  #mobile-search-button {
    display: block;
    background-image: url(img/icons/search.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  body.go-dn.home.toggled #masthead .site-branding {
    opacity: 1;
  }
  body.start.home.toggled #masthead .site-branding {
    opacity: 1;
  }
  #top-search {
    width: 30px;
    height: 80%;
    position: absolute;
    right: 10px;
  }
  .main-navigation ul ul .menu-item-type-custom a {
    border-left: 8px solid #105e8c;
  }
  .toggled #masthead .site-branding {
    transition: 0s;
  }
  .main-navigation ul ul li {
    box-shadow: none;
    border-left: 1px solid #fff;
  }
  .resources-page #search ul.pub-selector {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  #events .card-info {
    min-width: 100%;
  }
  #events .card-image {
    min-width: 100%;
    min-height: 150px;
  }
  .resources-page #search ul.pub-selector li a {
    padding: 10px 5px;
  }
  footer.site-footer .aspen-link {
    background-position: center center;
  }
  section#feature-area {
    flex-flow: wrap;
  }
  .events-list .card.event .card-inner-w a {
    flex-flow: wrap;
  }
  .search-page .search-result {
    flex-flow: wrap;
  }
  .search-page article.resource .search-image {
    width: 100%;
    height: 35vh;
  }
  .search-page .search-entry-contnet {
    width: 100%;
    padding-left: 0;
  }
  .member h2.title {
    font-size: 3vw;
  }
  h1.member {
    font-size: 4vw;
  }
  .tax-resource_author .author-desc-content {
    width: 80vw;
    margin-left: 0;
  }
  section#mission img {
    max-width: none;
    width: calc(100% - 60px);
  }
  #all-posts-w {
    font-size: calc(15px + 0.5vw);
  }
  .resources-page .card .card-info{
    flex-direction: column;
  }
  .card-list{
    width: 100%;
  }
  .resources-page .card .card-image{
   width: 100%;
   margin: 0;
  }
  .card-l{
    width: 100%;
 
  }
  .card-image{
    min-height: 300px;
  }
  #leadership .card.member.leadership .card-copy{
    width: 100%;
  }
  .event-single #page-head h1{
    font-size: calc(12px + 5vw);
    padding: 0;
  }
  #slider-w .slide-title {
    padding: 0 !important;
  }
}


@media print {
  .resource #resource-w {
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
    border: none;
  }

  .print-only {
    display: block;
  }

  .a2a_kit {
    display: none;
  }

  header#masthead {
    display: none;
  }

  #featured-image-print {
    display: block;
    width: 80%;
    margin: 50px auto;
  }

  #emailsignup-w {
    display: none !important;
  }

  footer.site-footer {
    display: none;
  }

  .single-resource .aspenesg-logo.letterhead {
    position: fixed;
    width: 8%;
    top: 0;
    left: 0;
  }

  .single-resource .related-posts {
    margin-top: 0;
    margin-bottom: 0;
  }

  .single-resource .related-posts .card-image {
    display: none;
  }

  .single-resource .related-posts .resource .tags-w {
    font-size: 2vw;
  }
}

/* css updates 3.14  */

.slide-inner {
  transition: all 0.3s;

  line-height: 1.8;
  background: rgba(0, 59, 106, 0.78);
  color: white;
}

.slider-inner a {
  color: white;
}

#slider-w .slide-title {
  display: inline-block;
font-size: calc(24px + 1.5vw);
font-weight: 300;
  color: #fff;
padding: 0 30% 0 15%;
  margin-bottom: 5px;
  color: white;
  font-family: "Avenir Next", Helvetica, sans-serif;
}

@media all and (min-width: 780px) {
  .mod-slide {
    height: 80%;
    position: absolute;
  }

  
  .slide-inner {
height: 100%;
background: linear-gradient(
90deg, rgba(0,73,123,.78) 50%, rgba(0,73,123,0) 100%);
width: 78%;
position: absolute;
bottom: 0;
left: 0;
padding: 5%;
padding-right: 50px;
  }

  #slider-w .slide-title {
    margin-top: 0%;
  }
  #slider-w .slide-desc {
    padding: 0 32% 0 15%;
  }

  .site-navigation {
    height: 100%;
  }

  .main-navigation a {
    padding: 22px 30px;
  }

  .start #masthead {
    height: 70px;
  }

  #masthead {
    padding: 0;
  }
  #masthead .site-branding {

  }
}

@media all and (min-width: 1070px) {
  .slide-inner {

  }
}
