/*
Theme Name: Theopolis
Theme URI: theopolisinstitute.com
Author: Lots of people
Author URI:
Description:
Version:
License:
License URI:
Text Domain: theopolis
*/
div#menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  background: white;
  display: none;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  table-layout: fixed;
  width: 100%;
}

div#menu.active {
  display: table;
  table-layout: fixed;
}

.menu_half {
  width: 50%;
  display: table-cell;
  padding: 30px 30px 45px;
  box-sizing: border-box;
  vertical-align: middle;
}

.menu_half:first-child {
  border-right: 1px solid #e6e6e6;
  padding: 30px 30px 45px;
}

#menu-super-menu .menu-item-has-children > a,
#menu-super-menu .menu_list_title {
  width: 100%;
  color: #aa2b37;
  font-family: "atlas grotesk medium";
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
}

#menu-super-menu .menu-item:not(.menu-item-has-children),
#menu-super-menu .menu_list_item {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 32px;
  font-family: "atlas grotesk regular";
}

#menu-super-menu .menu-item:not(.menu-item-has-children) a,
#menu-super-menu .menu_list_item a {
  color: inherit;
  text-decoration: none;
}

#menu-super-menu .menu-item:not(.menu-item-has-children) a:hover,
#menu-super-menu .menu_list_item a:hover {
  color: #aa2b37;
}

#menu-super-menu .menu-item-has-children,
#menu-super-menu .menu_list {
  display: inline-block;
  width: calc(33.333% - 34px);
  text-align: left;
  vertical-align: top;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  #menu-super-menu .menu-item-has-children:last-child,
  #menu-super-menu .menu_list:last-child {
    display: none;
  }
}

@media (max-width: 1192px) {
  #menu-super-menu .menu-item-has-children,
  #menu-super-menu .menu_list {
    width: calc(50% - 34px);
    margin-bottom: 20px;
  }
}

@media (max-width: 725px) {
  #menu-super-menu .menu-item-has-children,
  #menu-super-menu .menu_list {
    width: calc(50% - 24px);
  }
}

@media (min-width: 320px) and (max-width: 700px) {
  #menu-super-menu .menu-item-has-children,
  #menu-super-menu .menu_list {
    margin-bottom: 24px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #menu-super-menu .menu-item-has-children,
  #menu-super-menu .menu_list {
    display: block;
    width: 50%;
    vertical-align: top;
    text-align: left;
    float: left;
    margin-bottom: 25px;
  }
}

.menu_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.menu_right {
  display: block;
  width: 100%;
  max-width: 550px;
  vertical-align: top;
  padding-left: 0%;
  text-align: center;
  padding: 0% 30px;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.menu_right_link {
  font-size: 38px;
  font-family: "tiempos headline black";
  color: #999999;
  line-height: 38px;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0px;
  display: inline;
  border-bottom: 1px solid white;
}

.menu_right_link a {
  color: inherit;
  text-decoration: none;
}

.menu_right_link:hover {
  color: #aa2b37;
  border-bottom: 1px solid #aa2b37;
}

.menu_right_container {
  display: inline-block;
  text-align: left;
}

.footer_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 48px 40px;
}

.logo_left {
  position: absolute;
  top: 48px;
  left: 40px;
  display: inline-block;
  height: 60px;
  width: auto;
  vertical-align: top;
}

.logo_right {
  position: absolute;
  top: 48px;
  right: 40px;
  width: auto;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.footer_top,
.footer_middle {
  float: left;
  width: 70%;
  position: relative;
  text-align: right;
  margin-left: 15%;
}

@media (min-width: 441px) and (max-width: 1024px) {
  .footer_top,
  .footer_middle {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
}

@media (min-width: 441px) and (max-width: 1024px) {
  .footer_top {
    margin-top: 100px;
  }
}

#menu-footer .menu-item-has-children,
#menu-footer .footer_list {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0;
}

@media (max-width: 440px) {
  #menu-footer .menu-item-has-children,
  #menu-footer .footer_list {
    width: 100%;
  }
}

@media (min-width: 441px) and (max-width: 1024px) {
  #menu-footer .menu-item-has-children,
  #menu-footer .footer_list {
    width: 40%;
  }
}

#menu-footer .menu-item.menu-item-has-children > a,
#menu-footer .footer_list_title {
  width: 100%;
  float: left;
  height: 60px;
  line-height: 60px;
  color: #999999;
  font-family: "atlas grotesk light";
  font-size: 16px;
  text-transform: uppercase;
}

#menu-footer .menu-item.menu-item-has-children > a:hover,
#menu-footer .footer_list_title:hover {
  text-decoration: none;
}

#menu-footer .menu-item:not(.menu-item-has-children),
#menu-footer .footer_link {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-family: "atlas grotesk light";
}

#menu-footer .menu-item:not(.menu-item-has-children) a,
#menu-footer .footer_link a {
  color: inherit;
  text-decoration: none;
}

#menu-footer .menu-item:not(.menu-item-has-children) a[href]:hover,
#menu-footer .footer_link a[href]:hover {
  text-decoration: underline;
}

#menu-footer .footer_link.marginTop {
  margin-top: 30px;
}

#menu-footer .menu-item-has-children:last-child .menu-item:last-child {
  margin-top: 30px;
}

.footer_middle .menu-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 32px;
}

.footer_middle .menu-item a {
  font-size: 16px;
  color: #aa2b37;
  text-decoration: none;
  font-family: "atlas grotesk light";
}

.footer_bottom {
  color: #ffffff;
  margin-top: 72px;
  float: left;
  width: 100%;
  position: relative;
}

.copyright {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-family: "atlas grotesk light";
}

.donor_supported {
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 8px 15px;
  font-size: 12px;
  font-family: "atlas grotesk medium";
  line-height: 18px;
}

.hide-this-now {
  display: none !important;
}

.show-this-now {
  display: block !important;
}

.input_holder.error {
  border-bottom-color: #d00;
}

.stripe-form-container .select-wrapper {
  position: relative;
}

.stripe-form-container .select-wrapper:after {
  content: "\25bc";
  color: #4d4d4d;
  position: absolute;
  right: 1%;
  top: 38%;
  font-size: 0.5em;
}

.stripe-form-container .select-wrapper select {
  width: 100%;
  background: none;
  height: 30px;
  line-height: 30px;
  border: none;
  font-size: 12px;
  font-family: "atlas grotesk light";
  color: #4d4d4d;
  text-transform: uppercase;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.stripe-form-container .total_row {
  font-family: "atlas grotesk Medium";
}

.stripe-form-container .total_row #stripe_total_amount {
  font-family: "atlas grotesk light";
  float: right;
}

.fullpage_hero {
  background: #4d4d4d;
}

/* line 109, style.scss */
/* PAGE ATTRIBUTES
--------------------------------------------------------*/
/* line 116, style.scss */
/* line 122, style.scss */
@font-face {
  font-family: "Atlas Grotesk Medium";
  src: url("fonts/AtlasGrotesk-Medium.eot");
  src: url("fonts/AtlasGrotesk-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/AtlasGrotesk-Medium.woff2") format("woff2"),
    url("fonts/AtlasGrotesk-Medium.woff") format("woff"),
    url("fonts/AtlasGrotesk-Medium.svg#AtlasGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Atlas Grotesk Light";
  src: url("fonts/AtlasGrotesk-Light.eot");
  src: url("fonts/AtlasGrotesk-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/AtlasGrotesk-Light.woff2") format("woff2"),
    url("fonts/AtlasGrotesk-Light.woff") format("woff"),
    url("fonts/AtlasGrotesk-Light.svg#AtlasGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Tiempos Headline light";
  src: url("fonts/TiemposHeadline-Light.eot");
  src: url("fonts/TiemposHeadline-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/TiemposHeadline-Light.woff2") format("woff2"),
    url("fonts/TiemposHeadline-Light.woff") format("woff"),
    url("fonts/TiemposHeadline-Light.svg#TiemposHeadline-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AtlasGrotesk-regular-italic";
  src: url("fonts/AtlasGrotesk-RegularItalic.eot");
  src: url("fonts/AtlasGrotesk-RegularItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/AtlasGrotesk-RegularItalic.woff2") format("woff2"),
    url("fonts/AtlasGrotesk-RegularItalic.woff") format("woff"),
    url("fonts/AtlasGrotesk-RegularItalic.svg#AtlasGrotesk-RegularItalic")
      format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "atlas grotesk regular";
  src: url("fonts/AtlasGrotesk-Regular.eot");
  src: url("fonts/AtlasGrotesk-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/AtlasGrotesk-Regular.woff2") format("woff2"),
    url("fonts/AtlasGrotesk-Regular.woff") format("woff"),
    url("fonts/AtlasGrotesk-Regular.svg#AtlasGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Suisse Int light";
  src: url("fonts/SuisseIntl-Light.eot");
  src: url("fonts/SuisseIntl-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/SuisseIntl-Light.woff2") format("woff2"),
    url("fonts/SuisseIntl-Light.woff") format("woff"),
    url("fonts/SuisseIntl-Light.svg#SuisseIntl-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Tiempos Text regular";
  src: url("fonts/TiemposText-Regular.eot");
  src: url("fonts/TiemposText-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/TiemposText-Regular.woff2") format("woff2"),
    url("fonts/TiemposText-Regular.woff") format("woff"),
    url("fonts/TiemposText-Regular.svg#TiemposText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Suisse Int";
  src: url("fonts/SuisseIntl.eot");
  src: url("fonts/SuisseIntl.eot?#iefix") format("embedded-opentype"),
    url("fonts/SuisseIntl.woff2") format("woff2"),
    url("fonts/SuisseIntl.woff") format("woff"),
    url("fonts/SuisseIntl.svg#SuisseIntl") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Tiempos Headline black";
  src: url("fonts/TiemposHeadline-Black.eot");
  src: url("fonts/TiemposHeadline-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/TiemposHeadline-Black.woff2") format("woff2"),
    url("fonts/TiemposHeadline-Black.woff") format("woff"),
    url("fonts/TiemposHeadline-Black.svg#TiemposHeadline-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Tiempos Text bold";
  src: url("fonts/TiemposText-Bold.eot");
  src: url("fonts/TiemposText-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/TiemposText-Bold.woff2") format("woff2"),
    url("fonts/TiemposText-Bold.woff") format("woff"),
    url("fonts/TiemposText-Bold.svg#TiemposText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/*---------- HERO ------------*/
/*--------Header --------- */
/*--------- Menu -----------*/
/*--------- FOOTER TOP --------*/
/*--------- Custom Modules ------------*/
/* -------- GLOBAL PAGE CSS --------------- */
/* -------- Our People --------------- */
/* .profile_cards_holder {
  background: white;
  position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 100px);
  z-index: 999;
} */
/*------ OUR MISSION ---------*/
/* .essay_title:hover {
  border-bottom: 1px solid black;
} */
/*.blog_scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}*/
/* ---------- Pagination ---------- */
/* .drag {
  cursor: url('./images/drag_cursor.png') 32 32,pointer !important;
  cursor: url('./images/drag_cursor.png') 32 32,pointer !important;
  cursor: -webkit-image-set(url('./images/drag_cursor.png') 1x, url('./images/drag_cursor.png') 2x) 32 32,pointer !important;
}

.drag a {
  cursor: url('./images/drag_cursor.png') 32 32,pointer !important;
  cursor: url('./images/drag_cursor.png') 32 32,pointer !important;
  cursor: -webkit-image-set(url('./images/drag_cursor.png') 1x, url('./images/drag_cursor.png') 2x) 32 32,pointer !important;
} */
/******CSS GRID STYLES******/
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
/*.blog_container {
    float: left;
    display: block;
    height: auto;
    width: 100%;
    table-layout: fixed;
    padding-top: 120px;
    margin-top: -120px;
  }*/
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/
/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/
/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  min-height: 100%;
  line-height: 1;
  margin: 0;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

applet {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

acronym {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-align: left;
  font-weight: 300;
  line-height: 2em;
  margin: 0 0 2.5% 0;
  font-style: italic;
  color: black;
  font-weight: 300;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

center {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

form label {
  text-align: left;
  font-weight: 300;
  font-weight: 700;
  color: #000;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

embed {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

footer {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
  height: 80px;
  width: 100%;
  float: left;
  line-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1000;
  top: 0;
  background: white;
  border-bottom: 1px solid #e6e6e6;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0;
  display: block;
}

output {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ruby {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

section {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  display: block;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ul {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0;
}

dir {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}

h1 {
  text-align: left;
  font-weight: 300;
  font-size: 66px;
  line-height: 1.125em;
  padding: 1em 0;
  margin: 0 0 20px 0;
}

h2 {
  text-align: left;
  font-weight: 300;
  font-size: 55px;
  line-height: 1.25em;
  padding: 0.5em 0;
  margin: 0 0 2.5% 0;
  color: #000;
}

h3 {
  text-align: left;
  font-weight: 300;
  font-size: 44px;
  line-height: 1.25em;
}

h4 {
  text-align: left;
  font-weight: 300;
  font-size: 33px;
}

h5 {
  text-align: left;
  font-weight: 300;
  font-size: 22px;
}

h6 {
  text-align: left;
  font-weight: 300;
  font-size: 16.5px;
  text-transform: uppercase;
}

.fscf-label {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.675;
  margin: 0 0 2.5% 0;
  font-weight: 300;
  font-weight: 700;
  color: #000;
}

.collapseomatic_content {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.675;
  margin: 0 0 2.5% 0;
  font-weight: 300;
}

.testimonial .content {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.675;
  margin: 0 0 2.5% 0;
  font-weight: 300;
}

p {
  font-size: 18px;
  line-height: 1.675;
  margin: 0 0 2.5% 0;
  font-weight: 300;
  line-height: 1.675;
}

p a {
  color: inherit;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

p .a {
  color: inherit;
  text-decoration: underline;
}

p .a:hover {
  text-decoration: none;
}

.full-width p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 2.5% 0;
}

.full-width .fscf-label {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 2.5% 0;
}

.full-width .collapseomatic_content {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 2.5% 0;
}

.full-width .testimonial .content {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 2.5% 0;
}

strong {
  font-weight: bold;
}

*::-moz-selection {
  color: #ffffff;
  background: #aa2b37;
}

*::selection {
  color: #ffffff;
  background: #aa2b37;
}

.screen-reader-text {
  visibility: hidden;
  height: 0;
  display: block;
}

pre {
  color: black;
  font-weight: 300;
}

#mega-wrapper {
  width: 100%;
  background-size: 100%;
  margin: 0;
  z-index: 0;
  overflow: hidden;
}

#mega-wrapper:before {
  content: "";
  background: #ffffff;
  background-size: 750px;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

div#email_capture_holder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000000000000000000;
  display: none;
}

.email_capture_form_container {
  height: 300px;
  background: #aa2b37;
  width: 90%;
  max-width: 470px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  color: white;
  padding: 40px;
  box-sizing: border-box;
}

.email_capture_form_container p {
  font-size: 24px;
  width: 100%;
  float: left;
  line-height: 30px;
  font-family: atlas grotesk regular;
  font-style: italic;
}

form.email_capture_form {
  width: 100%;
  float: left;
  height: 100px;
  margin-top: 20px;
}

.email_capture_input {
  height: 30px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid white;
  position: relative;
}

.email_capture_input input {
  width: 100%;
  float: left;
  height: 100%;
  background: none;
  border: none;
  color: black;
  position: relative;
  z-index: 1;
  outline: none;
}

.email_capture_input input::-webkit-input-placeholder {
  color: #5a1621 !important;
}

.email_capture_input input::-moz-placeholder {
  color: #5a1621 !important;
}

.email_capture_input input:-ms-input-placeholder {
  color: #5a1621 !important;
}

.email_capture_input input:-moz-placeholder {
  color: #5a1621 !important;
}

.email_capture_input button {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 3;
}

div#listen_now_close {
  text-align: center;
  font-size: 14px;
  font-family: atlas grotesk medium;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

.listen_now_close_holder {
  text-align: center;
  width: 100%;
  float: left;
}

.topics_letter {
  font-size: 20px;
  font-family: "atlas grotesk medium";
  line-height: 28px;
  color: #1a1a1a;
  display: block;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.video_player {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 10000000000;
  top: 0;
  left: 0;
  display: none;
}

.video_player_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.video_player_holder iframe {
  max-width: 90%;
  max-height: 90%;
  width: 1000px;
  height: 500px;
}

.video_player_close {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1000000;
  color: white;
  font-family: "atlas grotesk regular";
  font-size: 40px;
  cursor: pointer;
}

.view_link {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 26px;
}

.view_link a {
  color: inherit;
  text-decoration: none;
}

div#logo-horizontal2 {
  position: absolute;
  bottom: 57px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

div#logo-horizontal2 img {
  width: 150px;
}

.fullpage_hero {
  width: 100%;
  float: left;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  min-height: 700px;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 1;
}

.white_centered_text {
  color: #ffffff;
  font-family: "tiempos headline black";
  font-size: 40px;
  line-height: 48px;
  width: 100%;
  padding: 5%;
  text-align: center;
}

#page {
  padding-top: 80px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #ffffff;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
}

.header_item {
  display: inline-block;
  color: #1a1a1a;
  font-family: "Atlas Grotesk Regular";
  font-size: 12px;
  letter-spacing: 2px;
}

div#logo-horizontal {
  width: 30%;
}

.header_left.header_item {
  width: 35%;
  text-align: left;
  padding-left: 50px;
}

.header_right.header_item {
  width: 35%;
  text-align: right;
  padding-right: 50px;
}

.header_text_button {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}

.header_text_link {
  color: #1a1a1a;
  display: inline-block;
  margin: 0px 10px;
}

.header_text_link a {
  color: inherit;
  text-decoration: none;
}

.header_text_link.red {
  color: #aa2b37;
}

.clear_button {
  font-size: 14px;
  font-family: "atlas grotesk regular";
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  line-height: 32px;
}

.clear_button a {
  color: #1a1a1a;
  font-family: "atlas grotesk medium";
  text-decoration: none;
}

.clear_button a span {
  font-family: "atlas grotesk regular";
  text-decoration: none;
}

.search_menu {
  margin-top: 10px;
  width: calc(100%);
  text-align: left;
  height: 30px;
  border-bottom: 1px solid #979797;
  position: relative;
  display: inline-block;
}

.search_menu input {
  border: 0px;
  font-family: "atlas grotesk regular";
  font-size: 14px;
  width: 100%;
  float: left;
  outline: none;
}

div#search_submit {
  height: 100%;
  position: absolute;
  right: 0;
  top: 2px;
  height: 10px;
  cursor: pointer;
}

div#search_submit img {
  height: 100%;
}

.mobileShow {
  display: none;
}

.half_and_half_even {
  display: table;
  width: 100%;
  float: left;
  position: relative;
}

.media_res {
  display: table-cell;
  width: 50%;
  text-align: center;
  color: #1a1a1a;
  background: #e6e6e6;
  padding: 100px 50px;
  align-items: center;
  border-right: 1px solid #b3b3b3;
}

.media_res form {
  width: 80%;
  border-bottom: 1px solid #1a1a1a;
  margin-top: 37px;
  position: relative;
  margin-left: 10%;
}

.media_res input[type="email"] {
  color: #999999;
  background: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  padding: 0px;
  font-family: "Atlas Grotesk Regular";
  letter-spacing: 0px;
  width: 100%;
  margin-right: 0%;
  outline: none;
}

.media_res input[type="submit"] {
  color: #1a1a1a;
  background: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  padding: 0px;
  font-family: "Atlas Grotesk Regular";
  letter-spacing: 0px;
  display: inline-block;
  float: right;
  width: auto;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.media_res input::-webkit-input-placeholder {
  font-family: "Atlas Grotesk Regular";
}

.media_res input::-moz-placeholder {
  font-family: "Atlas Grotesk Regular";
}

.media_res input:-ms-input-placeholder {
  font-family: "Atlas Grotesk Regular";
}

.media_res input:-moz-placeholder {
  font-family: "Atlas Grotesk Regular";
}

.media_res_title {
  font-size: 24px;
  line-height: 32px;
  font-family: "AtlasGrotesk-regular-italic";
  width: 100%;
  color: #aa2b37;
}

.media_res_copy {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Atlas Grotesk light";
  line-height: 32px;
  width: 100%;
  margin-top: 5px;
}

.donate_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  color: #1a1a1a;
  background: #e6e6e6;
  padding: 100px 50px;
  align-items: center;
}

.donate_block_title {
  font-size: 24px;
  line-height: 32px;
  font-family: "AtlasGrotesk-regular-italic";
  width: 100%;
  color: #aa2b37;
}

.donate_block_copy {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Atlas Grotesk light";
  line-height: 32px;
  width: 100%;
  margin-top: 5px;
}

.donate_block_link {
  font-family: "atlas grotesk regular";
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  color: #1a1a1a;
  margin-top: 37px;
}

.donate_block_link a {
  color: inherit;
}

.donate_block_link a:hover {
  text-decoration: none;
  text-decoration: none;
}

.listen_buttons {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 75px;
}

.listen_buttons p {
  width: 100%;
  max-width: 260px;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 26px;
  font-family: "atlas grotesk regular";
}

.listen_buttons p a {
  color: #aa2b37;
}

.listen_buttons#media {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 75px;
  height: 280px;
}

.listen_buttons#events {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 65px;
  height: 200px;
}

.listen_button_title_holder {
  display: inline-block;
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 30px;
  float: left;
  color: grey;
  height: 28px;
  border-bottom: 2px solid grey;
}

.listen_button_title_holder img {
  height: 80%;
  display: none;
}

.listen_button_title_holder img.up {
  display: none;
}

.listen_button_title_holder img.down {
  display: inline-block;
}

footer#footer {
  background: #1a1a1a;
  float: left;
  padding: 48px 60px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

footer#footer a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.slider_copy {
  font-size: 18px;
  line-height: 30px;
  font-family: "Atlas Grotesk light";
  float: left;
  padding: 0px 55px 55px 55px;
  width: 100%;
  box-sizing: border-box;
}

.slider_copy p {
  margin-bottom: 20px;
}

.slider_copy#copy_flex {
  display: flex;
  flex-wrap: wrap;
}

.conversation_slider_top {
  width: 100%;
  float: left;
  height: 200px;
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
}

.conversation_slider_title {
  font-size: 26px;
  line-height: 28px;
  color: black;
  font-family: tiempos headline black;
  width: 90%;
  float: left;
}

.conversation_slider_author {
  color: #aa2b37;
  line-height: 28px;
  font-size: 12px;
  font-family: atlas grotesk light;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.conversation_slider {
  flex: 0 0 375px;
  height: 475px;
  margin-right: 25px;
  transition: all 0.5s ease;
}

.conversation_slider.active {
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
}

.conversation_slider_image {
  width: 100%;
  height: 275px;
  background-size: cover;
  background-position: 50%;
  float: left;
  position: relative;
}

.book_number {
  color: white;
  font-family: "atlas grotesk regular";
  position: absolute;
  bottom: 20px;
  left: 20px;
}

section.half_and_half {
  width: 100%;
  display: block;
  float: left;
  border-top: 1px solid #e6e6e6;
  padding: 0px 30px;
}

.half {
  width: 50%;
  padding: 50px 50px;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}

.half:first-child {
  width: calc(50% - 1px);
  padding: 50px 50px 50px 30px;
  box-sizing: border-box;
  border-left: 0px solid #e6e6e6;
}

.single_item_module {
  width: 100%;
  float: left;
}

.single_item_module_image {
  width: 100%;
  float: left;
}

.single_item_module_image img {
  width: 100%;
  float: left;
}

.single_item_module_title {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Tiempos Headline black";
  color: #1a1a1a;
  font-size: 30px;
  line-height: 38px;
  margin: 40px 0px 15px;
}

.single_item_module_copy {
  font-family: "atlas grotesk light";
  width: 100%;
  text-align: center;
  float: left;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 22px;
}

.single_item_module_copy p:last-child {
  margin-bottom: 0px;
}

.single_item_module_link {
  font-family: "Atlas Grotesk Regular";
  text-align: center;
  color: #aa2b37;
  margin-top: 25px;
  float: left;
  width: 100%;
  text-transform: uppercase;
}

.single_item_module_link a {
  color: inherit;
}

.section_bottom_link {
  font-size: 12px;
  font-family: "atlas grotesk regular";
  color: #aa2b37;
}

.section_bottom_link a {
  color: inherit;
}

.page_top {
  margin-top: 48px;
  float: left;
  padding: 40px 60px;
  width: 100%;
  float: left;
}

.page_title {
  color: #1a1a1a;
  font-family: "tiempos headline black";
  font-size: 48px;
  line-height: 54px;
  width: 40%;
  float: left;
}

.pages_info_nav {
  width: 60%;
  float: left;
  height: 54px;
}

.page_title_and_copy {
  width: 75%;
  float: left;
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 51px;
  display: inline-block;
  font-family: "atlas grotesk light";
  letter-spacing: -1px;
  color: #1a1a1a;
}

.page_title_and_copy h1 {
  color: #1a1a1a;
  font-family: "tiempos headline black";
  font-size: 48px;
  line-height: 51px;
  float: left;
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
}

.page_title_and_copy h2 {
  color: #1a1a1a;
  font-family: "tiempos headline black";
  font-size: 48px;
  line-height: 54px;
  float: left;
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
}

.page_nav_buttton {
  color: #999999;
  font-family: "atlas grotesk regular";
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 30px;
}

.page_nav_buttton:hover {
  color: #1a1a1a;
  cursor: pointer;
}

.slash {
  color: #999999;
  font-family: "atlas grotesk regular";
  font-size: 14px;
  display: inline-block;
  margin: 0px 5px;
  margin-top: 30px;
  margin: 0px 5px;
}

.staff_list_holder {
  float: left;
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.person {
  width: 25%;
  padding: 25px;
  margin-bottom: 40px;
  cursor: pointer;
}

.person:hover > .person_name {
  color: #aa2b37;
}

.person_image {
  width: 100%;
  float: left;
  width: 100%;
  height: 26vw;
  min-height: 350px;
  background-size: cover;
  background-position: 50%;
}

.person_image img {
  width: 100%;
  float: left;
}

.person_name {
  font-family: "tiempos headline black";
  font-size: 24px;
  color: #1a1a1a;
  line-height: 32px;
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 12px;
}

.blog_slider.empty_slider {
  flex: 0 0 50px;
  min-height: 1px;
  min-width: 50px;
}

.profile_card {
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  overflow: scroll;
}

.profile_card.show {
  opacity: 1;
  z-index: 1001;
}

.profile_card_left {
  width: 45%;
  padding: 72px 0% 72px 60px;
  background-color: #1a1a1a;
  height: 100%;
  display: table-cell;
  float: left;
  box-sizing: border-box;
}

.profile_card.media .profile_card_left {
  background-color: #aa2b37;
}

.profile_card_image {
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 80vh;
}

.profile_card_right {
  width: 55%;
  float: left;
  padding: 72px 60px;
  height: 100%;
  box-sizing: border-box;
  display: table-cell;
}

.profile_card_info {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile_card_name {
  font-family: "tiempos headline black";
  font-size: 48px;
  line-height: 54px;
  float: left;
  width: 100%;
}

.profile_card_title {
  font-family: "tiempos headline black";
  font-size: 48px;
  line-height: 54px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.profile_card_copy {
  font-family: "atlas grotesk light";
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  bottom: 0px;
  width: calc(100%);
  margin-top: 0px;
  float: left;
}

.profile_card_info_top {
  width: 100%;
}

.profile_card_info_bottom {
  width: 100%;
  align-self: flex-end;
}

.profile_assets {
  display: inline-block;
}

.close_profile {
  position: absolute;
  right: 60px;
  top: 36px;
  font-size: 12px;
  font-family: "atlas grotesk medium";
  letter-spacing: 2px;
  cursor: pointer;
}

.page_nav_buttton.active {
  color: #aa2b37 !important;
}

.small_CTA.centered.red {
  text-align: center;
  text-transform: uppercase;
  color: #aa2b37;
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
  font-family: atlas grotesk regular;
  border-bottom: 1px solid #aa2b37;
  margin-bottom: 60px;
}

.small_CTA.centered.red a {
  color: inherit;
  text-decoration: none;
}

.small_CTA_holder {
  text-align: center;
  width: 100%;
  float: left;
}

.more_media {
  font-family: "atlas grotesk medium";
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  bottom: 0px;
  width: calc(100%);
  margin-top: 30px;
  float: left;
  text-transform: uppercase;
}

.more_media a {
  color: #aa2b37;
  margin: 0px 0px 0px 30px;
  text-transform: none;
}

section.full_half_and_half {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  height: auto !important;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.full_half {
  width: 50%;
  padding: 50px 20px 50px 20px !important;
  float: left;
  box-sizing: border-box;
  margin-right: 60px !important;
}

.full_half:first-child {
  width: calc(50% - 1px);
  border-right: 1px solid #e6e6e6;
  margin-left: 60px !important;
  margin-right: 0px !important;
}

.normal .full_half {
  height: auto !important;
}

.red_title_text {
  font-size: 67px;
  font-family: "tiempos headline black";
  color: #aa2b37;
  line-height: 63px;
  letter-spacing: -1.5px;
  width: 200%;
  float: left;
  margin-bottom: 72px;
  margin-top: 28px;
  z-index: 10;
  position: relative;
}

.our_mission_top_copy {
  width: 75%;
  float: left;
  font-size: 20px;
  line-height: 28px;
  font-family: "atlas grotesk light";
  color: #1a1a1a;
  max-width: 380px;
}

.our_mission_top_image {
  width: calc(100% + 82px);
  height: calc(100% - 80px);
  background-size: cover;
  background-position: 50%;
  margin-top: 75px;
}

section.middle_text_red {
  width: 100%;
  float: left;
  padding: 100px 15%;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: "atlas grotesk light";
  color: #aa2b37;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.seciton_of_copy_title {
  font-size: 35px;
  width: 100%;
  line-height: 41px;
  font-family: "tiempos headline black";
  margin-bottom: 24px;
  float: left;
}

.seciton_of_copy_copy {
  font-family: "atlas grotesk light";
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  width: 100%;
  float: left;
}

.seciton_of_copy_copy p {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  float: left;
}

.seciton_of_copy_copy h2 {
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 10px;
  float: left;
}

section.section_of_copy {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  min-height: 600px;
  height: 100vh;
  margin-top: 50px;
  margin-bottom: 50px;
}

.half_section_of_blank {
  width: 50%;
  float: left;
  padding: 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.half_section_of_blank blockquote {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
  text-align: center;
  height: 75%;
}

.half_section_of_blank blockquote p {
  height: 100%;
  width: 100%;
}

.half_section_of_blank blockquote img {
  width: auto;
  height: auto;
  max-height: 80vh;
  max-width: 80%;
  position: absolute;
}

.half_section_of_blank blockquote.show {
  opacity: 1;
}

.half_section_of_copy {
  width: 50%;
  float: left;
  padding: 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.half_section_of_copy_scroll {
  width: 100%;
  float: left;
  position: relative;
}

section.section_header_holder {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 80px 0px 50px 0px;
  position: relative;
  overflow: visible;
}

.section_anchor {
  position: absolute;
  top: -130px;
}

.section_header {
  background: white;
  position: absolute;
  left: 40px;
  top: -10px;
  font-size: 32px;
  font-family: "tiempos headline black";
  padding: 0px 15px;
  line-height: 25px;
}

section.slider_section {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  margin: 50px 0px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

section.three_column {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  margin: 50px 0px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.slider_holder {
  display: flex;
  align-items: flex-start;
  overflow: scroll;
  padding-left: 60px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 80px;
  cursor: ew-resize;
  overflow-y: hidden;
}

.slider_section_title {
  background: white;
  position: absolute;
  left: 45px;
  top: -10px;
  font-size: 22px;
  font-family: "tiempos headline black";
  padding: 0px 15px;
}

.conversation {
  flex: 0 0 375px;
  border: 1px solid #1a1a1a;
  padding: 20px 17px;
  margin-right: 40px;
  overflow: scroll;
}

.conversation_title {
  float: left;
  width: 95%;
  font-size: 22px;
  font-family: "tiempos headline black";
  line-height: 30px;
  margin-bottom: 10px;
}

.conversation_image {
  width: 100%;
  float: left;
}

.conversation_image img {
  width: 100%;
  float: left;
}

.blog_slider {
  flex: 0 0 375px;
  padding: 0px;
  margin-right: 40px;
}

.blog_slider_image {
  width: 100%;
  float: left;
}

.blog_slider_image img {
  width: 100%;
  float: left;
}

.blog_slider_title {
  float: left;
  width: 95%;
  font-size: 22px;
  font-family: "tiempos headline black";
  line-height: 30px;
  color: #1a1a1a;
}

.blog_slider_date {
  font-family: "atlas grotesk medium";
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
  width: 100%;
  float: left;
  margin: 15px 0px;
}

.blog_slider_author {
  color: #aa2b37;
  font-size: 14px;
  line-height: 22px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.blog_slider_blurb {
  font-size: 16px;
  line-height: 24px;
  font-family: "atlas grotesk light";
  width: 100%;
  float: left;
  color: #1a1a1a;
}

.blog_slider.last_slider {
  margin-right: 100px;
  height: 100%;
  align-self: center;
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.blog_slider.last_slider#true_last {
  margin-right: 50px;
  padding-right: 60px;
}

.last_slider_content a {
  color: inherit;
  text-decoration: none;
}

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

.black_section_next a {
  color: #ffffff;
  text-decoration: none;
}

p.introductory {
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  width: 30%;
}

.introductory_col {
  width: 50%;
  padding-left: 20%;
}

section.two_column_list {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 50px 0px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
  width: 100%;
  padding: 80px 60px;
  box-sizing: border-box;
  float: left;
}

.essay_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-left: -2%;
}

.essay {
  width: calc(50% - 4%);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin-right: 2%;
  margin-left: 2%;
}

.essay a.essay_image_link {
  width: 40%;
  max-width: 160px;
}

.essay_image {
  height: 200px;
  width: 100%;
  float: left;
  position: relative;
  margin-right: 6%;
  margin-bottom: 20px;
  overflow: hidden;
  background-size: cover;
}

.essay_image img {
  width: 100%;
}

.essay_image#books {
  height: 256px;
  width: 160px;
  float: left;
  position: relative;
  margin-right: 6%;
  margin-bottom: 20px;
  overflow: hidden;
}

.essay_info_wrap {
  margin-left: 5%;
  width: 60%;
}

.essay_info_wrap > a {
  text-decoration: none;
}

.essay_title {
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 28px;
  color: #1a1a1a;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.essay_title a {
  color: #1a1a1a;
  text-decoration: none;
}

.essay_title#books {
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 28px;
  color: #1a1a1a;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.topic {
  width: 100%;
  float: left;
}

.topic.essay_title a:hover {
  color: #aa2b37;
}

.letter_sections_topics {
  float: left;
  width: 100%;
  padding: 0px 60px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.letter_section {
  width: calc(25% - 4%);
  margin: 0px 2%;
  margin-bottom: 50px;
}

.previous_post {
  text-align: left;
  color: #1a1a1a;
}

.previous_post .essay_title {
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 28px;
  color: #1a1a1a;
  display: block;
  border-bottom: 1px solid transparent;
}

.next_post {
  width: 100%;
  float: right;
  text-align: right;
  text-align: right;
  color: #1a1a1a;
}

.next_post .essay_title {
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 28px;
  color: #1a1a1a;
  display: block;
  border-bottom: 1px solid transparent;
}

.essay_cats {
  margin-bottom: 24px;
  margin-top: 10px;
}

img#featured_image {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.essay_cat {
  color: #aa2b37;
  font-size: 12px;
  font-family: "atlas grotesk regular";
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  line-height: 24px;
}

.essay_cat a {
  color: inherit;
}

.essay_cat.home {
  color: #aa2b37;
  font-size: 12px;
  font-family: "atlas grotesk regular";
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  line-height: 24px;
}

.essay_author {
  color: #999999;
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 28px;
  text-decoration: none;
}

.essay_author a {
  color: #999999;
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 28px;
  text-decoration: none;
}

section.three_column_list {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 50px 0px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  float: left;
}

.video {
  width: calc(33.333% - 4px);
  margin-bottom: 48px;
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  vertical-align: top;
  position: relative;
}

.video_image {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
}

.video_image img {
  width: 100%;
  display: block;
}

.video_title {
  width: 100%;
  float: left;
  font-family: "tiempos headline black";
  color: #1a1a1a;
  font-size: 22px;
  line-height: 30px;
}

.video_author {
  float: left;
  color: #aa2b37;
  line-height: 28px;
  font-size: 18px;
  font-family: atlas grotesk light;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.red_more_link {
  color: #aa2b37;
  font-size: 14px;
  text-align: center;
  margin: 80px 0px;
  float: left;
  width: 100%;
  font-family: "atlas grotesk regular";
  display: inline-block;
}

.red_more_link a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #aa2b37;
  display: inline-block;
}

.video_play_button {
  position: absolute;
  height: 16px;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
}

.video_duration {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "atlas grotesk regular";
  color: #ffffff;
}

.related_media {
  width: 25%;
  float: left;
  padding: 15px;
}

.related_media .recent_media_image {
  position: relative;
  width: 100%;
  height: calc(23vw - 24px);
  background-size: cover;
  background-position: center;
  margin-right: 0px;
  display: block;
  float: left;
  margin-bottom: 30px;
}

.related_media .recent_media_info {
  display: block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding-left: 0px;
  width: 100%;
  float: left;
}

.related_media_holder {
  width: 100%;
  float: left;
  padding: 0px 45px;
  display: flex;
  flex-wrap: wrap;
}

.blog_details_flex {
  width: 100%;
}

.blog_details_flex:last-child {
  width: 100%;
  margin-bottom: 45px;
}

.blog_halves {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 25px;
}

a.next_convo {
  display: flex;
  flex-wrap: wrap;
}

.blog_half {
  width: 50%;
  padding: 40px;
  vertical-align: top;
  position: relative;
}

.blog_half p:first-child {
  font-family: "tiempos text bold";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

.blog_half.left {
  width: 40%;
}

.blog_half.right {
  width: 60%;
}

.share {
  width: 100%;
  float: left;
  margin-top: 75px;
  font-family: "atlas grotesk medium";
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 80px;
}

.share a {
  color: #aa2b37;
  font-size: 14px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  margin: 0px 0px 0px 20px;
}

.blog_sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 5rem;
}

.blog_scroll p {
  width: 100%;
  float: left;
  font-family: "tiempos text regular";
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.blog_scroll ul {
  width: 100%;
  float: left;
  font-family: "tiempos text regular";
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 20px;
}

.blog_scroll ol {
  width: 100%;
  float: left;
  font-family: "tiempos text regular";
  font-size: 18px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: -20px;
}

.blog_scroll h2 {
  width: 100%;
  float: left;
  font-family: "tiempos text bold";
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.blog_scroll h4 {
  width: 100%;
  float: left;
  font-family: "tiempos text bold";
  font-size: 18px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.single_blog_title {
  width: 90%;
  float: left;
  font-family: "tiempos headline black";
  line-height: 42px;
  font-size: 38px;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.single_blog_title.blog {
  width: 90%;
  float: none;
  font-family: "tiempos headline black";
  line-height: 42px;
  font-size: 38px;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.single_blog_author {
  width: calc(95% - 20px);
  float: left;
  color: #aa2b37;
  font-size: 18px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  margin-bottom: 30px;
}

.single_blog_author a {
  color: inherit;
}

.single_blog_author.blog {
  width: calc(95% - 20px);
  float: none;
  color: #aa2b37;
  font-size: 18px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  margin-bottom: 30px;
}

.single_blog_date.details {
  float: left;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  float: left;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  width: 100%;
  margin: 20px 0px;
}

.single_blog_date.details b {
  font-family: "atlas grotesk medium";
  font-size: 14px;
  line-height: 24px;
}

.single_blog_date.details span.active {
  color: #aa2b37;
}

.single_blog_date.details.blog {
  float: none;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  padding: 0px 0px;
  margin: 20px 0px;
}

.details span {
  width: 100%;
  display: inline-block;
  line-height: 30px;
  color: #1a1a1a;
}

.details span a {
  color: inherit;
}

.return_link a {
  float: none;
  color: #aa2b37;
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  margin-top: 20px;
}

.return_link.blog {
  float: none;
  color: #aa2b37;
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 22px;
  margin-top: 20px;
}

.essay_info_wrap.next_post {
  margin-left: 0%;
  width: 60%;
}

.essay_info_wrap.next_post .essay_author {
  width: 100%;
}

.blog_halves_nav {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  display: table;
}

.blog_half_nav {
  width: 50%;
  padding: 40px 60px 40px 20px;
  display: table-cell;
  vertical-align: top;
}

.blog_half_nav:first-child {
  border-right: 1px solid #e6e6e6;
  padding: 40px 20px 40px 60px;
}

.blog_half_nav .essay_image {
  height: 160px;
  width: 34%;
  max-width: 160px;
  float: left;
  position: relative;
  margin-right: 6%;
  margin-bottom: 20px;
}

.blog_half_nav.presidents {
  width: 50%;
  padding: 40px 60px 20px 20px;
  display: table-cell;
  vertical-align: top;
}

.blog_half_nav.presidents:first-child {
  border-right: 1px solid #e6e6e6;
  padding: 40px 20px 20px 60px;
}

div#pagination {
  margin: 120px 0px;
  height: 40px;
  width: 100%;
  float: left;
  margin-top: 0px;
  text-align: center;
}

.last_button {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}

.last_button img {
  height: auto;
  width: 12px;
}

.next_button {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}

.next_button img {
  height: auto;
  width: 12px;
}

.pagination_pages {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
}

.page_number {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 2px;
  font-family: "atlas grotesk regular";
}

.page_slash {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 2px;
  font-family: "atlas grotesk regular";
}

.page_input {
  font-size: 14px;
  font-family: "atlas grotesk regular";
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-bottom: 1px solid #979797;
  position: relative;
  margin-right: 5%;
  min-width: 200px;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 30px;
  width: calc(33.33% - 6%);
}

.page_input input {
  border: 0px;
  height: 30px;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  color: #787878;
}

.label {
  position: relative;
  left: 0;
  height: 30px;
  top: 0;
  width: 100%;
  float: left;
  color: #787878;
}

#keyword_search input {
  border: 0px !important;
  height: 30px;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  background: transparent;
  outline: none;
  color: #787878;
  font-size: 14px;
  font-family: "atlas grotesk regular";
}

#keyword_search input::-webkit-input-placeholder {
  color: #787878 !important;
  color: #000000;
}

#keyword_search input::-moz-placeholder {
  color: #787878 !important;
  color: #000000;
}

#keyword_search input:-ms-input-placeholder {
  color: #787878 !important;
  color: #000000;
}

#keyword_search input:-moz-placeholder {
  color: #787878 !important;
  color: #000000;
}

.cancel_button {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.input_arrow {
  max-height: 30px;
  margin-top: 0px;
  position: absolute;
  right: 0;
  max-width: 15px;
  width: auto;
  height: auto;
  z-index: 4;
  cursor: pointer;
}

.input_arrow img {
  height: auto;
  width: auto;
  max-width: 15px;
  max-height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.term_select {
  background: white;
  z-index: 50;
  position: relative;
  padding: 0px 0px;
  position: absolute;
  top: 32px;
  padding-top: 15px;
  height: fit-content;
  max-height: 211px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  padding-bottom: 15px;
  width: 100%;
  border: 1px solid #eee;
  border-width: 0 1px 1px;
}

.page_inputs {
  float: left;
  margin-top: 40px;
  width: 100%;
}

.page_inputs.active {
  float: left;
  margin-top: 0px;
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0;
  background: white;
  padding: 40px 80px 20px 80px;
  z-index: 10;
}

.listen_button {
  font-size: 20px;
  line-height: 28px;
  font-family: "atlas grotesk regular";
  color: #999999;
  border-bottom: 2px solid #999999;
  display: inline-block;
  float: left;
  height: 28px;
  cursor: pointer;
}

.listen_button_title {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  color: grey;
  font-family: "atlas grotesk light";
  font-size: 20px;
  cursor: pointer;
}

.grey_arrows {
  display: inline-block;
  vertical-align: middle;
}

.grey_arrows img {
  height: 18px;
  display: inline-block;
  float: right;
  display: none;
}

.grey_arrows img.active {
  display: inline-block;
}

.listen_button_list {
  float: left;
  width: 100%;
  margin: 10px 10px;
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 30px;
  color: #1a1a1a;
  height: 0;
  overflow: hidden;
}

.listen_button_list.show {
  height: auto;
}

.listen_left {
  width: calc(50vw - 60px);
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.listen_right {
  width: calc(50vw - 61px);
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
  box-sizing: border-box;
  vertical-align: top;
  padding-bottom: 100px;
}

section.listen_section {
  float: left;
  position: relative;
  width: 100%;
  padding: 20px 60px 0px 60px;
  box-sizing: border-box;
}

section.listen_section#events {
  padding: 0px 60px 0px 60px;
}

.listen_left#events {
  padding: 40px 40px;
}

.listen_right#events {
  padding: 40px 40px 130px 40px;
}

.lecture_year {
  cursor: pointer;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "atlas grotesk medium";
  color: #999999;
  margin-right: 10px;
}

.lecture_year_button {
  cursor: pointer;
}

.course_button {
  cursor: pointer;
}

.podcast_year_button {
  cursor: pointer;
}

.lecture_title {
  color: #1a1a1a;
  font-size: 32px;
  line-height: 36px;
  font-family: "tiempos headline black";
  width: 100%;
  float: left;
}

.lecture {
  width: 100%;
  padding: 48px 0px;
  float: left;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.duration {
  position: absolute;
  right: 0;
  bottom: 24px;
  line-height: 16px;
  font-size: 16px;
  font-family: "atlas grotesk regular";
  color: #999999;
  letter-spacing: 0.5px;
}

.podcast_episode {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "atlas grotesk medium";
  color: #999999;
  margin-right: 10px;
}

#category_selection .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* padding: 0px 20px; */
}

.category_option.category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 20px;
  padding: 0px 20px;
}

.category_option.category:hover {
  background-color: #e6e6e6;
}
.category_option.author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 20px;
  padding: 0px 20px;
}

.category_option.author:hover {
  background-color: #e6e6e6;
}

.category_option a {
  color: inherit;
  text-decoration: none;
}

.category_option.media {
  padding: 0px 20px;
}

.category_option.media:hover {
  background-color: #e6e6e6;
}

.play_button {
  width: 100%;
  color: #aa2b37;
  margin: 12px 0px;
  float: left;
  font-size: 16px;
  line-height: 26px;
  font-family: "atlas grotesk regular";
  cursor: pointer;
}

.play_button a {
  text-decoration: none;
}

.play_button img {
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.play_button div {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  margin-left: 10px;
  border-bottom: 1px solid #aa2b37;
  color: #aa2b37;
}

.play_button#header {
  width: 100%;
  color: #aa2b37;
  margin: 12px 0px;
  float: left;
  font-size: 16px;
  line-height: 26px;
  font-family: "atlas grotesk regular";
  cursor: pointer;
  text-align: left;
}

.play_button#header a {
  text-decoration: none;
}

.play_button#header div {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  margin-left: 10px;
  border-bottom: 1px solid #aa2b37;
  color: #aa2b37;
}

.listen_holder_title {
  font-size: 22px;
  font-family: "tiempos headline black";
  color: #1a1a1a;
  line-height: 30px;
  width: 100%;
  float: left;
}

.listen_holder {
  display: none;
}

.listen_button_title_holder.active img.up {
  display: inline-block;
}

.listen_button_title_holder.active img.down {
  display: none;
}

.listen_holder.active {
  display: block;
}

.lecture_year_button.active {
  color: #aa2b37;
}

.course_year_button.active {
  color: #aa2b37;
}

.podcast_year_button.active {
  color: #aa2b37;
}

.give_info_section {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.large_red_link {
  width: 100%;
  float: left;
  margin: 8px 0px;
}

.large_red_link a {
  font-size: 30px;
  line-height: 38px;
  width: 100%;
  float: left;
  font-family: "atlas grotesk light";
  font-size: 30px;
  line-height: 38px;
  color: #aa2b37;
}

.search_page {
  width: 100%;
  float: left;
  flex-wrap: wrap;
  padding: 80px 0px;
  box-sizing: border-box;
  display: none;
}

.search_page2 {
  width: 104%;
  float: left;
  flex-wrap: wrap;
  padding: 0px 0px;
  box-sizing: border-box;
  display: none;
}

.search_item {
  width: calc(50% - 4%);
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 2%;
  margin-right: 2%;
}

.search_item a {
  display: table-cell;
  width: 200px;
}

.search_item .essay_image_link {
  width: 40%;
  max-width: 160px;
}

.recent_media_title {
  font-size: 22px;
  font-family: "tiempos headline black";
  color: #1a1a1a;
  line-height: 30px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.recent_media_title a {
  width: 90%;
  display: block;
  color: inherit;
  text-decoration: none;
}

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

.search_page.active {
  display: flex;
}

.search_page2.active {
  display: flex;
  margin-left: -2%;
  margin-right: -2%;
}

.search_post {
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}

.pagination_holder {
  text-align: center;
  width: 100%;
  float: left;
  padding: 0px 160px 120px 160px;
  margin-top: -40px;
}

.pagination_page {
  display: inline-block;
  margin: 0px 7px;
  color: #999999;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "atlas grotesk regular";
  cursor: pointer;
}

.pagination_page:hover {
  color: #1a1a1a;
}

.pagination_page.active {
  color: #aa2b37;
}

.pagination_arrow {
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 14px;
}

.pagination_arrow img {
  height: 12px;
}

.give_section {
  margin: 0px 60px;
  width: calc(100% - 120px);
  float: left;
  border-left: 1px solid #e6e6e6;
  display: table;
  position: relative;
}

.first_column {
  padding: 12px 15px;
  width: 25%;
  display: table-cell;
  vertical-align: top;
}

.give_title {
  width: 100%;
  float: left;
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  margin-bottom: 70px;
}

.second_column {
  width: 75%;
  padding: 0px;
  border-left: 1px solid #e6e6e6;
  display: table-cell;
  vertical-align: top;
}

.give_info_column {
  padding: 12px 15px;
  width: 33%;
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
  box-sizing: border-box;
}

.give_info_column2 {
  padding: 12px 20px 60px 20px;
  width: 66.666%;
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
  box-sizing: border-box;
}

.give_info_column2 p {
  width: 100%;
  float: left;
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-top: 0px;
}

.give_info_column2 p a {
  width: auto;
  float: none;
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
  color: #aa2b37;
}

.give_info_column2 p strong {
  font-family: "atlas grotesk medium";
}

.give_info_column2 ul {
  width: 100%;
  width: 100%;
  float: left;
  float: left;
  font-family: "atlas grotesk light";
  font-family: "atlas grotesk light";
  font-size: 20px;
  font-size: 20px;
  line-height: 28px;
  line-height: 28px;
  color: #1a1a1a;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-top: 0px;
  margin-left: 20px;
  width: calc(100% - 40px);
  list-style-type: disc;
}

.give_info_column2 ol {
  width: 100%;
  float: left;
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-left: -20px;
  width: calc(100% - 20px);
}

.give_info_column2 b {
  width: 100%;
  float: left;
  font-family: "atlas grotesk medium";
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
}

.give_info_column2 a {
  width: 100%;
  float: left;
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
  color: #aa2b37;
}

.give_info_column2 .gather_link {
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
}

.give_info_column2 h2 {
  width: 100%;
  float: left;
  font-family: "atlas grotesk medium";
  margin-bottom: 30px;
}

.give_info_column2 h3 {
  width: 100%;
  float: left;
  font-family: "atlas grotesk medium";
  margin-bottom: 30px;
}

.give_info_column2 h4 {
  width: 100%;
  float: left;
  font-family: "atlas grotesk medium";
  margin-bottom: 30px;
}

.course_slot_title {
  width: 100%;
  color: #1a1a1a;
  font-size: 35px;
  line-height: 38px;
  font-family: "Tiempos Headline Black";
  float: left;
  cursor: pointer;
}

.course_slot_title a {
  color: #1a1a1a;
  font-size: 35px;
  line-height: 38px;
  font-family: "Tiempos Headline Black";
  text-decoration: none;
}

p.disclaimer {
  font-size: 14px;
  line-height: 24px;
}

.donation_options {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  float: left;
  table-layout: fixed;
  display: table;
}

.donation_option {
  width: 50%;
  display: table-cell;
  padding: 40px;
  text-align: center;
  vertical-align: top;
  padding-top: 80px;
}

.donation_option:first-child {
  width: calc(50%);
  border-right: 1px solid #e6e6e6;
  border-left: 0px solid transparent;
}

.donation_option form {
  max-width: 530px;
  margin: 0 auto;
}

.option_tag {
  color: #aa2b37;
  font-size: 20px;
  font-family: "atlas grotesk light";
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.option_title {
  font-size: 32px;
  width: 100%;
  float: left;
  text-align: center;
  font-family: "tiempos headline black";
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.option_copy {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  width: 80%;
  float: left;
  font-family: "atlas grotesk light";
  margin-left: 10%;
}

.section2 .give_info_column {
  padding-top: 80px;
}

.section2 .give_info_column2 {
  padding-top: 80px;
}

.input_holder {
  width: 90%;
  float: left;
  border-bottom: 1px solid #4d4d4d;
  margin-left: 5%;
  height: 36px;
  margin-bottom: 22px;
}

.input_holder input {
  height: 100%;
  border: 0px;
  padding: 0px;
  width: 100%;
  color: #4d4d4d;
  font-size: 12px;
  font-family: "atlas grotesk regular";
  display: table-cell;
}

.submit_holder {
  width: 100%;
  float: left;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit_holder button {
  color: #aa2b37;
  font-family: "atlas grotesk regular";
  font-size: 14px;
  display: inline-block;
  border: 0px;
  border-bottom: 1px solid #aa2b37;
  padding: 0px;
}

.gathering_bottom {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  float: left;
}

.gathering_filter_date {
  font-family: "atlas grotesk light";
  font-size: 20px;
  color: #1a1a1a;
  line-height: 28px;
}

.gathering_filter_city {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: "atlas grotesk medium";
  color: #aa2b37;
}

.monthly_donations {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  margin-bottom: -10px;
}

.monthly_donations p {
  display: flex;
  flex-direction: column;
}

.monthly_donations p a {
  color: #88ab0b;
  font-size: 30px;
  font-family: "atlas grotesk light";
  line-height: 60px;
  float: left;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.monthly_donations p br {
  display: none;
}

.learn_more_button {
  color: #999999;
  font-size: 14px;
  font-family: "atlas grotesk regular";
  line-height: 28px;
}

.learn_more_button a {
  color: inherit;
}

.monthly_donation {
  color: #88ab0b;
  font-size: 30px;
  font-family: "atlas grotesk light";
  line-height: 60px;
  float: left;
  width: 100%;
  cursor: pointer;
}

.max_width_container {
  max-width: 600px;
  margin: auto;
}

.half_title {
  font-size: 20px;
  width: 100%;
  float: left;
  font-family: "atlas grotesk medium";
  color: #1a1a1a;
  line-height: 20px;
  margin-bottom: 24px;
}

.recent_media {
  width: 100%;
  float: left;
  margin: 24px 0px;
  max-width: 685px;
  display: table;
}

.recent_media a#first_col {
  display: table-cell;
  width: 200px;
}

.recent_media a {
  display: table-cell;
  width: 350px;
}

.recent_media_image {
  position: relative;
  width: 160px;
  height: 160px;
  background-size: cover;
  background-position: center;
  margin-right: 36px;
  display: table-cell;
}

.recent_media_image#search {
  position: relative;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-right: 0px;
  display: table-cell;
}

.recent_media_image_mark {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #aa2b37;
  color: #ffffff;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 12px;
  font-family: "atlas grotesk medium";
  padding-top: 1px;
  padding-left: 1px;
}

.recent_media_info {
  display: table-cell;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding-left: 36px;
  width: calc(100% - 226px);
}

.recent_media_info#search {
  margin-left: 5%;
  width: calc(60% - 5%);
  padding-left: 0px;
  padding-top: 5px;
  display: block;
  align-items: top;
  justify-content: none;
  vertical-align: top;
}

.recent_media_type {
  font-family: "tiempos headline black";
  color: #aa2b37;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.recent_media_type a {
  color: inherit;
  text-decoration: none;
}

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

.recent_media_post_type {
  float: left;
  font-size: 14px;
  color: #aa2b37;
  font-family: "atlas grotesk light";
  line-height: 14px;
}

.recent_media_post_type a {
  color: inherit;
  text-decoration: none;
}

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

section.quote_section {
  background: #aa2b37;
  float: left;
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 100px;
}

.quote_section_left {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 0px 80px 80px 120px;
}

.quote_section_right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 96px 80px 96px 24px;
  color: white;
}

.quote_section_quote {
  color: #ffffff;
  width: 100%;
  float: left;
  font-size: 30px;
  font-family: "atlas grotesk light";
  line-height: 40px;
  margin-bottom: 60px;
}

.quote_section_bottom {
  float: left;
  width: 100%;
}

.quote_section_name {
  font-size: 14px;
  display: block;
  width: 50%;
  color: #ffffff;
  font-family: "atlas grotesk regular";
  line-height: 20px;
  float: left;
}

.quote_section_title {
  font-size: 14px;
  display: block;
  width: 50%;
  color: #ffffff;
  font-family: "atlas grotesk regular";
  line-height: 20px;
  float: left;
}

.posts_title {
  width: 100%;
  float: left;
  color: #999999;
  font-size: 14px;
  font-family: "atlas grotesk regular";
  line-height: 24px;
  padding-left: 0px;
  margin-bottom: 30px;
}

.posts_title.blog {
  width: 100%;
  float: none;
  color: #999999;
  font-size: 14px;
  font-family: "atlas grotesk regular";
  line-height: 24px;
  padding-left: 0px;
  margin-bottom: 30px;
}

div#featured_image {
  width: 100%;
  float: left;
  height: 28vw;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 32px;
  margin-right: 20%;
}

figure.wp-block-image.is-resized {
  width: 100%;
  float: left;
}

.wp-block-quote {
  border-left-color: transparent;
  float: left;
}

.full_slider {
  width: 100%;
  float: left;
  margin-top: 72px;
  text-align: center;
}

.full_slider .last_slider_content div {
  color: #aa2b37;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: "atlas grotesk light";
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 40px;
}

.full_slider .last_slider_content div b {
  font-family: "atlas grotesk medium";
}

section.black_section {
  float: left;
  width: 100%;
  color: #ffffff;
  background: #1a1a1a;
  padding: 96px 0px;
  margin-bottom: 15px;
  margin-top: 100px;
}

.black_section_main_title {
  font-size: 32px;
  font-family: "tiempos headline black";
  line-height: 23px;
  margin-bottom: 75px;
  float: left;
  width: 100%;
  padding: 0px 60px;
  box-sizing: border-box;
}

.black_section_title {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-right: 48px;
  font-size: 27px;
  font-family: "atlas grotesk light";
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 10px;
}

.black_section_author {
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 24px;
  padding-right: 48px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 36px;
  margin-top: 6px;
  color: #ffffff;
}

.video_message {
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 24px;
  padding-right: 48px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.black_section_excerpt {
  font-size: 16px;
  font-family: "atlas grotesk light";
  line-height: 24px;
  padding-right: 96px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 48px;
  color: #ffffff;
}

.next_video_label {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "atlas grotesk medium";
  margin-bottom: 12px;
  float: left;
  width: 100%;
}

.black_section_holder {
  width: 100%;
  padding: 0px 60px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.black_section_left {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.black_section_right {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section.gather_holder {
  width: 100%;
  float: left;
  margin-top: 48px;
  width: 100%;
  float: left;
  margin-top: 48px;
  padding-top: 55px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.next_video_title {
  font-size: 20px;
  font-family: "atlas grotesk light";
  line-height: 26px;
  width: 100%;
  padding-right: 48px;
  margin-bottom: 80px;
}

.next_video_title a {
  color: inherit;
}

.next_video_title a:hover {
  color: #aa2b37 !important;
}

.gather-link {
  display: inline-block;
}

.gather-link:hover .gather_link {
  text-decoration: underline;
}

.gather_location {
  font-size: 12px;
  font-family: "atlas grotesk medium";
  line-height: 26px;
  float: left;
  width: 100%;
  margin-bottom: 24px;
  color: #aa2b37;
  text-transform: uppercase;
}

.gather_date {
  float: left;
  width: 100%;
  color: #1a1a1a;
  font-family: "atlas grotesk light";
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 24px;
}

.gather_blurb {
  float: left;
  width: 100%;
  color: #1a1a1a;
  font-family: "atlas grotesk light";
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}

.gather_title {
  margin-bottom: 18px;
  width: 95%;
  float: left;
  color: #1a1a1a;
  font-family: "tiempos headline black";
  line-height: 36px;
  font-size: 32px;
}

.gather_title a {
  color: inherit;
  text-decoration: none;
}

.gather_link {
  color: #999999;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin-bottom: 96px;
  font-size: 14px;
  line-height: 14px;
  font-family: "atlas grotesk regular";
}

.gather_link a {
  color: inherit;
}

.gather_link a:hover {
  text-decoration: none;
}

.videos_holder {
  width: 100%;
  padding: 0px 40px;
}

.image_square {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.profile_scroll {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

a.smallredlink {
  font-size: 14px;
  border-bottom: 1px solid #aa2b37;
  font-family: "atlas grotesk regular";
  cursor: pointer !important;
}

a.smallredlink:hover {
  text-decoration: none;
}

#listen_left_container {
  width: 40%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 90px;
}

#listen_left_container.fixed {
  position: fixed;
  top: 100px;
}

#listen_left_container.fixed.bottom {
  position: absolute;
  top: auto;
  bottom: calc(54vh - 80px);
}

.person.inactive {
  display: none;
}

.reccommendation_link {
  color: #aa2b37;
  font-size: 14px;
  font-family: "atlas grotesk regular";
  line-height: 22px;
  margin-top: 48px;
  width: 100%;
}

.reccommendation_link a {
  color: inherit;
}

.see_more {
  color: #aa2b37;
  font-size: 14px;
  font-family: "atlas grotesk regular";
  line-height: 22px;
  margin-top: 48px;
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
}

.see_more a {
  color: inherit;
}

.blog_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  table-layout: fixed;
  padding-top: 100px;
  margin-top: -120px;
}

.blog_container.next_convo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  table-layout: fixed;
  padding-top: 20px;
  margin-top: 0px;
}

.next_conversation {
  float: left;
  overflow: hidden;
  height: 30vw;
  max-height: 450px;
  width: 100%;
}

section.next_conversation_holder {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 50px 0px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 0px;
  overflow: visible;
  padding-right: 15px;
  padding-left: 15px;
}

.timeline_slot {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.timeline_slot_time {
  color: #1a1a1a;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  font-family: "atlas grotesk light";
  line-height: 24px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.timeline_slot_details {
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
}

.timeline_slot_title {
  width: 100%;
  color: #1a1a1a;
  font-size: 35px;
  line-height: 35px;
  font-family: "Tiempos Headline Black";
  float: left;
  cursor: pointer;
}

.event_learn_more a {
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.timeline_slot_description {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  float: left;
  font-family: "atlas grotesk light";
  color: #1a1a1a;
  margin-top: 20px;
  display: none;
}

.timeline_slot_title.active {
  color: #aa2b37;
}

.red_line_text {
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  float: left;
}

.red_line_text.top {
  margin-top: 40px;
}

.red_line_text.bottom {
  margin-bottom: 40px;
}

.dot {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.redbackground_textbox {
  color: white;
  background: #aa2b37;
  float: left;
  width: 100%;
  display: flex;
  padding: 140px 0px;
  text-align: center;
  justify-content: center;
}

.redbackground_text {
  color: white;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: "atlas grotesk light";
  margin: 0 auto;
}

.redbackground_text p {
  color: white;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: "atlas grotesk light";
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.redbackground_text p strong {
  font-family: "atlas grotesk Medium";
}

.redbackground_text a {
  color: inherit;
  font-family: "atlas grotesk regular";
  text-decoration: none;
}

.redbackground_text b {
  font-family: "atlas grotesk medium";
}

.second_CI .first_column:first-child {
  padding-top: 100px;
}

.second_CI .second_column .give_info_section:first-child .give_info_column {
  padding-top: 100px;
}

.second_CI .second_column .give_info_section:first-child .give_info_column2 {
  padding-top: 100px;
}

.course_top {
  margin-top: 100px;
  width: 100%;
  float: left;
}

.course_top_half {
  width: 50%;
  float: right;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
}

img#instructor_image {
  width: 125px;
  margin-bottom: 25px;
}

div#instructor_bio p {
  width: 100%;
  float: left;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  font-family: "atlas grotesk light";
}

div#instructor_bio p strong {
  color: #aa2b37;
  font-family: "atlas grotesk medium";
}

div#instructor_bio p a {
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 16px;
  line-height: 24px;
  float: none;
}

.redblock_link {
  width: 100%;
  float: left;
  margin-top: 48px;
  color: white;
  font-size: 14px;
  text-align: center;
  font-family: "atlas grotesk regular";
  text-transform: uppercase;
}

.redblock_link a {
  color: inherit;
}

.redblock_link a:hover {
  text-decoration: none;
}

.red_text_link a {
  font-size: 30px;
  line-height: 40px;
  margin-top: 30px;
  font-family: "atlas grotesk light";
}

.recommendation_link {
  font-size: 14px;
  border-bottom: 1px solid #aa2b37;
  font-family: "atlas grotesk regular";
  display: inline-block;
  color: #aa2b37;
  margin-top: 10px;
}

.recommendation_link a {
  text-decoration: none;
  color: inherit;
}

section.section_grid {
  overflow-x: hidden;
  float: left;
  position: relative;
}

.background_grid {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: 0px 60px;
}

.background_grid_flexchild {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 50%;
}

.background_grid_flexchild.right {
  border-right: 1px solid #e6e6e6;
  border-left: none;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid {
  margin-bottom: 150px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto
    auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.content_wrapper {
  padding-right: 80px;
  padding-left: 4%;
  margin-top: 150px;
}

.content_wrapper h2 {
  font-size: 35px;
  line-height: 41px;
  font-family: "tiempos headline black";
}

.content_wrapper p {
  font-family: "atlas grotesk light";
  font-size: 20px;
  line-height: 28px;
}

.content_wrapper.left {
  padding-left: 80px;
  padding-right: 4%;
  margin-top: 180px;
}

.image_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 4%;
  padding-left: 0%;
}

.image_flex.bottom_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image_flex.top_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 4%;
  padding-right: 0%;
}

.image_flex.middle_left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0%;
  padding-left: 4%;
}

.image_flex.middle_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full_image {
  width: 100%;
  max-width: 650px;
}

.bottom_right_image {
  width: 100%;
  max-width: 400px;
}

.top_right_image {
  width: 100%;
  max-width: 500px;
}

.middle_left_image {
  width: 100%;
  max-width: 300px;
}

.middle_right_image {
  width: 100%;
  max-width: 300px;
}

.vertical_right_image {
  margin-left: 60px;
  width: 100%;
  max-width: 260px;
}

#image_topalign {
  margin-top: 160px;
}

.liturgy_link_mobile {
  display: none;
  margin-bottom: 50px;
}

.liturgy_link_mobile a {
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 16px;
  line-height: 24px;
}

#liturgy_link_desktop {
  padding-left: 6%;
  margin-top: 208px;
  font-family: "atlas grotesk light";
  font-size: 16px;
  line-height: 24px;
}

#liturgy_link_desktop a {
  color: #aa2b37;
  font-family: "atlas grotesk light";
  font-size: 16px;
  line-height: 24px;
}

#w-node-ea9ffbb84d2d-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 22;
  -ms-grid-row: 20;
  grid-row-start: 20;
}

#w-node-3251e5cf46d2-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 20;
  -ms-grid-row: 18;
  grid-row-start: 18;
}

#w-node-b7608a2b14db-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 15;
  -ms-grid-row: 13;
  grid-row-start: 13;
}

#w-node-9017d8103c23-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 13;
  -ms-grid-row: 11;
  grid-row-start: 11;
}

#w-node-abcff46ba6c9-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 11;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

#w-node-77fb0f429268-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-e93a1a57d422-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 6;
  grid-row-end: 22;
  -ms-grid-row: 16;
  grid-row-start: 16;
}

#w-node-0bd0e22fcf11-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 15;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

#w-node-ada61cb84f71-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-3e2c4550d5bf-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 6;
  grid-row-end: 8;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c0db433afd4f-ecae1010 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 18;
  -ms-grid-row: 16;
  grid-row-start: 16;
}

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 22px;
  }

  .gathering_bottom {
    display: flex !important;
  }

  .gathering_bottom .learn_more_button {
    margin-top: 0px !important;
  }

  section.listen_section#events .listen_right {
    padding: 0px 40px 130px 40px !important;
  }
}

@media (max-width: 620px) {
  .grid {
    margin-right: 0%;
    margin-left: 0%;
    margin-top: -100px;
  }

  .image_flex {
    padding-right: 0%;
    padding-left: 0%;
    margin-top: 100px;
  }

  .image_flex.middle_left {
    padding-left: 0%;
  }

  .image_flex.bottom_right.non_mobile {
    display: none;
  }

  .image_flex.top_right.non_mobile {
    display: none;
  }

  .image_flex.middle_right.non_mobile {
    display: none;
  }

  .image_flex.non_mobile {
    display: none;
  }

  #image_topalign {
    margin-top: 100px;
  }

  .liturgy_link.non_mobile {
    display: none;
  }

  .liturgy_link_mobile {
    display: inline-block;
  }

  .middle_left_image {
    max-width: none;
  }

  .content_wrapper.left {
    margin-top: 0px !important;
    padding-right: 35px !important;
  }

  .content_wrapper {
    margin-top: 0px !important;
    padding-left: 35px !important;
  }

  #w-node-9017d8103c23-ecae1010 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-e93a1a57d422-ecae1010 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-0bd0e22fcf11-ecae1010 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-ada61cb84f71-ecae1010 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-3e2c4550d5bf-ecae1010 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-c0db433afd4f-ecae1010 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 15;
    grid-row-start: 15;
    -ms-grid-row-span: 1;
    grid-row-end: 16;
  }
}

@media (max-width: 1270px) {
  .letter_section {
    width: calc(33.33% - 4%);
  }
}

@media (max-width: 1192px) {
  .person {
    width: 33.33%;
  }

  .person_image {
    height: 40vw;
  }
}

@media (max-width: 1100px) {
  .gathering_bottom {
    display: block;
  }

  .gathering_bottom .learn_more_button {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .course_top_half {
    width: calc(100%);
    float: none;
    padding: 20px 40px 20px 7.5%;
  }

  .related_media {
    width: 50%;
  }

  .related_media .recent_media_image {
    height: calc(44vw);
  }

  .media_res form {
    width: 100%;
    max-width: 500px;
    border-bottom: 1px solid #1a1a1a;
    margin-top: 37px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .profile_card_left {
    width: 50%;
  }

  .profile_card_right {
    width: 50%;
  }
}

@media all and (max-width: 1000px) {
  .menu_half {
    padding: 30px 30px 45px 1%;
  }

  .menu_half:first-child {
    padding: 30px 20px 45px 30px;
  }

  .menu_right_link {
    font-size: 30px;
  }

  div#featured_image {
    height: 45vw;
  }

  .page_title_and_copy {
    width: 100%;
    float: left;
    position: relative;
    display: block;
  }

  .redbackground_text {
    color: white;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: "atlas grotesk light";
    width: 90% !important;
    margin: 0 auto;
  }

  .blog_details_flex {
    width: 50%;
  }

  .blog_details_flex:last-child {
    width: 50%;
  }

  .blog_half.left {
    width: 100%;
  }

  .blog_half.right {
    width: 100%;
  }

  .blog_half {
    width: 50%;
    float: left;
    padding: 0px 40px;
    display: block;
    height: 100%;
    vertical-align: top;
    position: relative;
  }

  .blog_sticky {
    position: static;
    position: -webkit-static;
    top: 0px;
    max-height: none;
    overflow-y: visible;
    padding-bottom: 0;
  }

  .blog_scroll {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
  }

  .single_blog_date.details {
    float: left;
    color: #1a1a1a;
    font-size: 16px;
    font-family: "atlas grotesk light";
    line-height: 22px;
    width: 33.333%;
    margin: 0px 0px 20px 0px;
  }

  .single_blog_date.details.blog {
    width: 100%;
  }

  .single_blog_author {
    width: 33.333%;
    float: left;
    color: #aa2b37;
    font-size: 18px;
    font-family: "atlas grotesk light";
    line-height: 22px;
    margin-bottom: 60px;
  }
}

@media (max-width: 943px) {
  .letter_section {
    width: calc(50% - 4%);
  }
}

@media (max-width: 910px) {
  .profile_assets {
    display: block;
    margin-bottom: 15px;
  }

  .more_media a {
    margin: 20px 30px 0px 0px;
  }
}

@media all and (max-width: 900px) {
  .essay_info_wrap.next_post {
    width: 100%;
  }

  .essay_info_wrap.next_post .essay_cats {
    float: none !important;
  }

  .essay_info_wrap.next_post .essay_author {
    float: none !important;
  }

  .blog_half_nav .essay_image {
    display: none;
  }

  .black_section_title {
    margin-bottom: 40px;
  }

  .next_video_title {
    margin-bottom: 0px;
  }

  .black_section_right {
    width: 100%;
    float: left;
    position: relative;
  }

  .black_section_left {
    width: 100%;
    float: left;
  }

  .black_section_next {
    width: 100%;
    position: relative;
    bottom: 10px;
    left: 0px;
    margin-bottom: 50px;
  }

  .recent_media_info#search {
    margin-left: 0%;
    width: calc(100%);
    padding-left: 0px;
  }

  .essay {
    width: calc(50% - 4%);
    margin-bottom: 50px !important;
    position: relative;
    display: block;
  }

  .essay_image {
    height: 40vw;
  }

  .search_item .essay_image_link {
    width: 100%;
    max-width: none;
  }

  .essay_info_wrap {
    margin-left: 0%;
    width: auto;
  }

  .essay_info_wrap.previous_post {
    width: 100%;
  }

  section.two_column_list {
    width: 100%;
    padding: 80px 60px;
    box-sizing: border-box;
    float: left;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  .blog_half#next_convo {
    width: 100%;
  }

  img#featured_image {
    margin-top: 0px !important;
  }

  .next_conversation {
    height: 45vw;
  }
}

@media (max-width: 800px) {
  .timeline_slot_details {
    width: calc(100% - 4px);
    margin-top: 10px;
  }

  p.introductory {
    width: 100%;
  }

  .introductory_col {
    width: 100%;
    padding-left: 0%;
  }
}

@media (max-width: 767px) {
  .menu_right_link {
    font-size: 38px;
  }

  .menu_half {
    padding: 30px 60px 45px;
  }

  .menu_half:first-child {
    width: calc(100% - 0px);
    padding: 30px 30px 45px;
  }
}

@media (max-width: 725px) {
  .profile_scroll {
    display: block;
  }

  .profile_card_left {
    padding: 72px 60px 72px 60px;
    width: 100%;
    background-color: #1a1a1a;
    height: auto;
    display: block;
    float: left;
    box-sizing: border-box;
    height: 75vh;
  }

  .profile_card_right {
    width: 100%;
    float: left;
    height: auto;
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  .next_conversation {
    height: 60vw;
  }

  .header_left.header_item {
    width: 30%;
    text-align: left;
    padding-left: 10px;
  }

  .header_right.header_item {
    width: 30%;
    text-align: right;
    padding-right: 10px;
  }

  .menu_half {
    padding: 30px 20px 45px;
  }

  .menu_half:first-child {
    width: calc(100% - 0px);
    padding: 30px 0px;
  }

  .slider_holder {
    padding-left: 20px;
  }

  .slider_section_title {
    background: white;
    position: absolute;
    left: 0px;
    top: -10px;
    font-size: 22px;
    font-family: "tiempos headline black";
    padding: 0px 20px;
  }

  .related_media_holder {
    padding: 0px 5px;
  }

  footer#footer {
    padding: 48px 20px;
  }

  .logo_left {
    left: 20px;
  }

  .logo_right {
    right: 20px;
  }

  .page_top {
    padding: 40px 20px;
  }

  .give_section {
    margin: 0px 20px;
    width: calc(100% - 40px);
    float: left;
    border-left: 1px solid #e6e6e6;
    display: table;
    position: relative;
  }

  section.two_column_list {
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
    float: left;
  }

  .section_header {
    left: 5px;
  }

  .full_half:first-child {
    margin-left: 20px !important;
    padding: 50px 20px 50px 20px !important;
  }

  .normal .full_half {
    margin-right: 20px !important;
    width: calc(50% - -2px) !important;
    padding: 50px 0px 50px 0px !important;
  }

  .red_title_text {
    margin-left: 15px;
  }

  .our_mission_top_copy {
    margin-left: 15px;
  }

  .background_grid {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: 0px 20px;
  }

  .content_wrapper {
    padding-right: 35px;
    padding-left: 4%;
    margin-top: 150px;
  }

  .content_wrapper.left {
    padding-left: 35px;
    padding-right: 4%;
    margin-top: 120px;
  }

  #liturgy_link_desktop {
    margin-top: -22px;
  }

  .course_top_half {
    padding: 20px 40px 20px 20px;
  }

  .videos_holder {
    padding: 0px 0px;
  }

  section.listen_section {
    padding: 20px 20px 0px 20px;
  }

  .listen_left {
    width: calc(100vw - 40px);
  }

  .listen_right {
    width: calc(100vw - 20px);
  }

  .half {
    padding: 0px 5px 50px 5px !important;
  }

  .half:first-child {
    padding: 50px 0px !important;
  }

  section.half_and_half {
    padding: 0px 20px !important;
  }

  .black_section_holder {
    padding: 0px 20px;
  }

  .black_section_main_title {
    padding: 0px 20px;
  }

  .search_page2 {
    width: 104%;
  }

  .staff_list_holder {
    padding: 0px 0px;
  }

  .person {
    padding: 20px !important;
  }

  .profile_card_left {
    padding: 72px 20px 72px 20px;
  }

  .profile_card_right {
    padding: 72px 20px 72px 20px;
  }

  .close_profile {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 12px;
    font-family: "atlas grotesk medium";
    letter-spacing: 2px;
    cursor: pointer;
    color: white;
  }

  .listen_buttons {
    position: -webkit-static;
    position: static;
    top: 0px;
  }

  .listen_buttons#media {
    position: -webkit-static;
    position: static;
    top: 0px;
    height: auto;
  }

  .listen_buttons#events {
    position: -webkit-static;
    position: static;
    top: 0px;
    margin-bottom: 75px;
    height: auto;
  }

  .slider_copy#copy_flex {
    padding: 0px 20px 55px 20px;
  }

  .letter_sections_topics {
    float: left;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 700px) {
  .single_blog_date.details {
    float: left;
    color: #1a1a1a;
    font-size: 16px;
    font-family: "atlas grotesk light";
    line-height: 22px;
    width: 50%;
    margin: 20px 0px;
  }

  .single_blog_date.details.blog {
    width: 100%;
  }

  .single_blog_author {
    width: 100%;
    float: left;
    color: #aa2b37;
    font-size: 18px;
    font-family: "atlas grotesk light";
    line-height: 22px;
    margin-bottom: 60px;
  }

  .blog_half {
    width: 50%;
    float: left;
    padding: 0px 0px;
    display: block;
    height: 100%;
    vertical-align: top;
    position: relative;
  }

  .blog_half_nav {
    width: 50%;
    padding: 40px 20px 40px 20px;
    display: table-cell;
    vertical-align: top;
  }

  .blog_half_nav:first-child {
    border-right: 1px solid #e6e6e6;
    padding: 40px 20px 40px 20px;
  }

  .blog_half_nav.presidents {
    width: 50%;
    padding: 40px 20px 40px 20px;
    display: table-cell;
    vertical-align: top;
  }

  .blog_half_nav.presidents:first-child {
    border-right: 1px solid #e6e6e6;
    padding: 40px 20px 40px 20px;
  }

  .essay_cats {
    margin-bottom: 24px;
    width: calc(100%);
    float: left;
    margin-top: 10px;
  }

  .essay_title {
    width: calc(95%);
    font-size: 20px;
    font-family: "atlas grotesk light";
    line-height: 28px;
    color: #1a1a1a;
    display: block;
    border-bottom: 1px solid transparent;
  }

  .essay_title#single {
    width: calc(100%);
    font-size: 20px;
    font-family: "atlas grotesk light";
    line-height: 28px;
    color: #1a1a1a;
    display: inline-block;
    border-bottom: 1px solid transparent;
  }

  .previous_post .essay_title {
    width: calc(95%);
    font-size: 20px;
    font-family: "atlas grotesk light";
    line-height: 28px;
    color: #1a1a1a;
    display: block;
    border-bottom: 1px solid transparent;
  }

  .essay_author {
    width: calc(100%);
    float: left;
    color: #999999;
    font-size: 16px;
    font-family: "atlas grotesk light";
    line-height: 28px;
  }
}

@media (max-width: 625px) {
  .page_title_and_copy {
    font-size: 38px;
    line-height: 44px;
    width: 100%;
  }

  .page_title_and_copy h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .out_mission_top_copy {
    width: calc(190% - 50px) !important;
  }

  .recent_media_image {
    margin-bottom: 30px !important;
  }

  .donate_block_copy {
    font-size: 20px;
    line-height: 28px;
  }

  .media_res_copy {
    font-size: 20px;
    line-height: 28px;
  }

  .next_conversation {
    height: 85vw;
  }
}

@media (max-width: 595px) {
  .letter_section {
    width: calc(100%);
    margin: 0px 0%;
  }
}

@media (max-width: 525px) {
  .essay {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    display: block;
  }

  .essay_image {
    margin-right: 0%;
  }

  .search_item {
    width: calc(100%);
    margin-right: -2%;
  }

  .related_media {
    width: 100%;
  }

  .related_media .recent_media_image {
    height: calc(90vw);
  }

  .search_page2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .blog_details_flex {
    width: 100%;
  }

  .blog_details_flex:last-child {
    width: 100%;
  }

  .next_conversation {
    height: 95vw;
  }
}

@media (max-width: 470px) {
  .gathering_bottom {
    display: block !important;
  }

  .gathering_bottom .learn_more_button {
    margin-top: 20px !important;
  }

  .page_title_and_copy {
    font-size: 32px;
    line-height: 38px;
  }

  .page_title_and_copy h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 440px) {
  .blog_slider.last_slider {
    margin-right: 50px;
  }

  .blog_slider.last_slider#true_last {
    margin-right: 50px;
    padding-right: 20px;
  }

  .conversation_slider {
    flex: 0 0 280px;
    height: 500px;
    margin-right: 35px;
    transition: all 0.5s ease;
  }

  .conversation_slider_top {
    height: 230px;
  }
}

@media (max-width: 462px) {
  .menu_right_container {
    width: calc(100%) !important;
    text-align: center !important;
  }

  .menu_right_link.right {
    float: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1155px) {
  .search_menu {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #979797;
    position: relative;
  }

  section.half_and_half {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #e6e6e6;
    padding: 0px 0px;
  }

  .half {
    width: 100%;
    padding: 60px;
    float: left;
    box-sizing: border-box;
    border-left: 0px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }

  .half:first-child {
    width: calc(100%);
    padding: 0px 15px;
    box-sizing: border-box;
  }

  .single_item_module_image {
    width: 50%;
    float: left;
    padding: 45px;
  }

  .single_item_module_info {
    width: 50%;
    float: left;
    padding: 40px 45px 50px 20px !important;
    border-left: 0px solid #e6e6e6;
  }

  .single_item_module_title {
    float: left;
    width: 100%;
    text-align: center;
    font-family: "Tiempos Headline black";
    color: #1a1a1a;
    margin: 20px 0px 25px 0px;
  }

  .recent_media {
    width: 50%;
    float: left;
    margin: 24px 0px;
    padding-right: 20px;
  }

  .black_section_left {
    width: 60%;
    float: left;
  }

  .black_section_right {
    width: 40%;
    float: left;
    position: relative;
  }
}

@media (min-width: 740px) and (max-width: 1155px) {
  .video {
    width: calc(50% - 4px);
  }
}

@media (min-width: 320px) and (max-width: 739px) {
  .video {
    width: calc(100% - 4px);
    padding: 0px 20px;
  }
}

@media (min-width: 626px) and (max-width: 825px) {
  .page_input {
    width: calc(50% - 6%);
  }
}

@media (min-width: 968px) and (max-width: 1024px) {
  .recent_media {
    width: 50%;
    float: left;
    margin: 24px 0px;
    padding-right: 20px;
  }
}

@media (min-width: 320px) and (max-width: 967px) {
  .recent_media {
    width: 100%;
    float: left;
    margin: 24px 0px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .search_menu {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #979797;
    position: relative;
    margin-top: 0px;
    float: left;
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #979797;
    position: relative;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #979797;
    position: relative;
  }

  section.half_and_half {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #e6e6e6;
    padding: 0px 0px;
  }

  .half {
    width: 100%;
    padding: 55px;
    float: left;
    box-sizing: border-box;
    border-left: 0px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }

  .half:first-child {
    width: calc(100%);
    padding: 0px 15px;
    box-sizing: border-box;
  }

  .single_item_module_image {
    width: 50%;
    float: left;
    padding: 45px;
    border-right: 0px solid #e6e6e6;
  }

  .single_item_module_info {
    width: 50%;
    float: left;
    padding: 40px 50px 50px 20px;
    border-left: 0px solid #e6e6e6;
  }

  .single_item_module_title {
    float: left;
    width: 100%;
    text-align: center;
    font-family: "Tiempos Headline black";
    color: #1a1a1a;
    margin: 20px 0px 25px 0px;
  }

  .black_section_left {
    width: 60%;
    float: left;
  }

  .black_section_right {
    width: 40%;
    float: left;
    position: relative;
  }

  .menu_right {
    display: flex;
    width: 100%;
    vertical-align: top;
    padding-left: 0%;
    text-align: center;
    padding: 0% 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0% 30px;
  }

  blockquote p {
    text-align: center;
  }

  .first_column {
    padding: 12px 40px;
    width: 100%;
    display: block;
    vertical-align: top;
    display: none;
  }

  .second_column {
    width: 100%;
    padding: 0px;
    border-left: 0px solid #e6e6e6;
    display: block;
    vertical-align: top;
  }

  .donation_option {
    width: 100% !important;
    display: block;
    padding: 60px 0px 40px 0px !important;
    float: left;
  }

  .donation_option:first-child {
    width: 100%;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 1px solid #e6e6e6;
  }

  .mobileShow {
    display: inline-block;
  }

  .mobileHidden {
    display: none;
  }

  div#logo-horizontal {
    width: 60%;
  }

  .media_res {
    display: block;
    width: 100%;
    text-align: center;
    color: #1a1a1a;
    background: #e6e6e6;
    padding: 100px 50px;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
  }

  .donate_block {
    display: block;
    width: 100%;
    text-align: center;
    color: #1a1a1a;
    background: #e6e6e6;
    padding: 100px 50px;
    align-items: center;
  }

  .half_section_of_blank {
    width: 50%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: none;
  }

  .half_section_of_copy {
    width: 100%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: auto;
    height: auto;
  }

  section.section_of_copy {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    min-height: 700px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  blockquote p {
    text-align: center;
  }

  .first_column {
    padding: 12px 40px;
    width: 100%;
    display: block;
    vertical-align: top;
    display: none;
  }

  .second_column {
    width: 100%;
    padding: 0px;
    border-left: 0px solid #e6e6e6;
    display: block;
    vertical-align: top;
  }

  .donation_option {
    width: 100% !important;
    display: block;
    padding: 60px 0px 40px 0px !important;
    float: left;
  }

  .donation_option:first-child {
    width: 100%;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 1px solid #e6e6e6;
  }

  .mobileShow {
    display: inline-block;
  }

  .mobileHidden {
    display: none;
  }

  .menu_right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
    padding: 0% 30px;
  }

  .search_menu {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #979797;
    position: relative;
  }

  div#logo-horizontal {
    width: 60%;
  }

  .media_res {
    display: block;
    width: 100%;
    text-align: center;
    color: #1a1a1a;
    background: #e6e6e6;
    padding: 100px 50px;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
  }

  .donate_block {
    display: block;
    width: 100%;
    text-align: center;
    color: #1a1a1a;
    background: #e6e6e6;
    padding: 100px 50px;
    align-items: center;
  }

  .half_section_of_blank {
    width: 50%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: none;
  }

  .half_section_of_copy {
    width: 100%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: auto;
    height: auto;
  }

  section.section_of_copy {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    min-height: 700px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pages_info_nav {
    width: 100%;
    float: left;
    text-align: left !important;
    margin-top: 48px;
  }

  .page_title {
    color: #1a1a1a;
    font-family: "tiempos headline black";
    font-size: 48px;
    line-height: 54px;
    width: 100%;
    float: left;
  }
}

@media (min-width: 320px) and (max-width: 520px) {
  .person {
    width: 100%;
    margin-bottom: 24px;
    cursor: pointer;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .menu_half {
    width: 100%;
    display: block;
    box-sizing: border-box;
    vertical-align: middle;
  }

  blockquote p {
    text-align: center;
  }

  .first_column {
    padding: 12px 40px;
    width: 100%;
    vertical-align: top;
    display: none;
    float: left;
    border-right: 1px solid #e6e6e6;
  }

  .second_column {
    width: 100%;
    padding: 0px;
    border-left: 0px solid #e6e6e6;
    display: block;
    vertical-align: top;
  }

  .donation_option {
    width: 100% !important;
    display: block;
    padding: 60px 0px 40px 0px !important;
    float: left;
  }

  .donation_option:first-child {
    width: 100%;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 1px solid #e6e6e6;
  }

  .mobileShow {
    display: inline-block;
  }

  .mobileHidden {
    display: none;
  }

  .menu_right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    max-width: none;
  }

  .menu_right_container {
    font-size: 38px !important;
    width: auto;
    float: left;
    margin: 7.5px 0px;
    margin-top: 0px;
  }

  .menu_flex {
    margin-bottom: 5px;
  }

  .search_menu {
    margin-top: 0px;
    float: left;
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #979797;
    position: relative;
    margin-top: 24px;
  }

  div#logo-horizontal {
    width: 40%;
  }

  .media_res {
    display: block;
    width: 100%;
    text-align: center;
    padding: 100px 50px;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
  }

  .donate_block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 100px 50px;
    align-items: center;
  }

  .half {
    width: 100%;
    padding: 0px 25px 50px 25px;
    float: left;
    box-sizing: border-box;
    border-left: 0px solid #e6e6e6;
  }

  .half:first-child {
    width: calc(100%);
    padding: 50px 35px;
    float: left;
    box-sizing: border-box;
    border-right: none;
    margin-bottom: 80px;
  }

  .recent_media_title a {
    width: 100% !important;
  }

  .person {
    width: 50%;
    margin-bottom: 24px;
    cursor: pointer;
  }

  .half_section_of_blank {
    width: 50%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: none;
  }

  .half_section_of_copy {
    width: 100%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: auto;
    height: auto;
  }

  section.section_of_copy {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    min-height: 700px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .red_title_text {
    font-size: 57px;
    font-family: "tiempos headline black";
    color: #aa2b37;
    line-height: 53px;
    letter-spacing: -1.5px;
    width: 180%;
    float: left;
    margin-bottom: 72px;
    margin-top: -12px;
    z-index: 10;
    position: relative;
  }

  .our_mission_top_copy {
    width: calc(100% - 30px);
    float: left;
    font-size: 20px;
    line-height: 28px;
    font-family: "atlas grotesk light";
    color: #1a1a1a;
  }

  .listen_left {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    float: left;
  }

  .listen_right {
    display: table-cell;
    border-right: 1px solid #e6e6e6;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 1px solid #e6e6e6;
  }

  .black_section_left {
    width: 100%;
    float: left;
  }

  .black_section_right {
    width: 100%;
    float: left;
    position: relative;
  }

  .listen_buttons p {
    width: 100%;
    max-width: 480px;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
    font-family: "atlas grotesk regular";
  }

  .full_slider .last_slider_content div {
    color: #aa2b37;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: "atlas grotesk light";
    width: 100%;
    margin: 0 auto;
  }

  .pages_info_nav {
    width: 100%;
    float: left;
    text-align: left !important;
    margin-top: 48px;
  }

  .page_title {
    color: #1a1a1a;
    font-family: "tiempos headline black";
    font-size: 48px;
    line-height: 54px;
    width: 100%;
    float: left;
  }
}

@media (min-width: 320px) and (max-width: 625px) {
  section.listen_section#events {
    padding: 0px;
  }

  .our_mission_top_image {
    max-height: 330px;
    height: calc(100% - 335px);
    margin-top: 30px;
  }

  .contents_holder {
    width: 80%;
  }

  .redbackground_text {
    color: white;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: "atlas grotesk light";
    width: 100%;
    margin: 0 auto;
  }

  .menu_flex {
    margin-bottom: 5px;
  }

  .menu_half {
    width: 100%;
    display: block;
    padding: 0px 0px;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .menu_half:first-child {
    border-right: none;
    width: 100%;
    padding: 0px 0px 10px;
  }

  .full_slider .last_slider_content div {
    color: #aa2b37;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: "atlas grotesk light";
    width: 100%;
    margin: 0 auto;
  }

  .listen_buttons {
    position: -webkit-static;
    position: static;
    top: 0px;
  }

  .listen_buttons p {
    width: 90%;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
    font-family: "atlas grotesk regular";
  }

  section.listen_section {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 0px 100px 0px;
    box-sizing: border-box;
  }

  .listen_left {
    width: calc(100vw);
    border-left: 0px solid #e6e6e6;
    border-right: 0px solid #e6e6e6;
    padding: 20px 20px;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    float: left;
  }

  .listen_right {
    width: calc(100vw);
    display: table-cell;
    border-right: 0px solid #e6e6e6;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 0px solid #e6e6e6;
    width: calc(100vw);
    display: table-cell;
    border-right: 0px solid #e6e6e6;
    padding: 20px 20px;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 0px solid #e6e6e6;
  }

  .black_section_left {
    width: 100%;
    float: left;
  }

  .black_section_right {
    width: 100%;
    float: left;
    position: relative;
  }

  blockquote p {
    text-align: center;
  }

  section.full_half_and_half {
    width: 100%;
    float: left;
    border-top: 1px solid #e6e6e6;
    height: auto;
    position: relative;
  }

  .red_title_text {
    font-size: 57px;
    font-family: "tiempos headline black";
    color: #aa2b37;
    line-height: 53px;
    letter-spacing: -1.5px;
    width: 180%;
    float: left;
    margin-bottom: 72px;
    margin-top: -12px;
    z-index: 10;
    position: relative;
  }

  .our_mission_top_copy {
    width: calc(190% - 50px);
    float: left;
    font-size: 20px;
    line-height: 28px;
    font-family: "atlas grotesk light";
    color: #1a1a1a;
  }

  .half_section_of_blank {
    width: 50%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: none;
  }

  .second_column {
    width: 100%;
    padding: 0px;
    border-left: 0px solid #e6e6e6;
    display: block;
    vertical-align: top;
  }

  .second_column .give_info_section .give_info_column {
    padding-top: 0px;
  }

  .first_column {
    padding: 12px 40px;
    width: 100%;
    vertical-align: top;
    display: none;
    float: left;
    border-right: 1px solid #e6e6e6;
  }

  .give_info_column {
    padding: 12px 20px;
    width: 100%;
    display: block;
    border-right: 1px solid #e6e6e6;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
  }

  .give_info_column2 {
    padding: 12px 20px 60px 20px;
    width: 100%;
    display: block;
    border-right: 1px solid #e6e6e6;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
  }

  .give_title {
    width: 100%;
    float: left;
    font-family: "atlas grotesk light";
    font-size: 28px;
    line-height: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
  }

  .donation_option {
    width: 100% !important;
    display: block;
    padding: 60px 0px 40px 0px !important;
    float: left;
  }

  .donation_option:first-child {
    width: 100%;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 1px solid #e6e6e6;
  }

  .mobileShow {
    display: inline-block;
  }

  .mobileHidden {
    display: none;
  }

  .menu_right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 0px;
    padding: 0% 25px;
  }

  .search_menu {
    margin-top: 0px;
    float: left;
    width: 100%;
    text-align: left;
    height: 30px;
    border-bottom: 1px solid #979797;
    position: relative;
    margin-top: 10px;
  }

  .play_button#header {
    margin: 0px 0px 10px 0px;
  }

  div#logo-horizontal {
    width: 40%;
  }

  .recent_media {
    width: 100%;
    float: left;
    margin: 24px 0px;
    max-width: 685px;
    display: block;
  }

  .recent_media a:first-child {
    display: block;
    width: 100%;
  }

  .recent_media_info {
    display: block;
    padding-left: 0px;
    width: calc(100%);
    float: left;
    text-align: left;
    padding-right: 0px;
    box-sizing: border-box;
  }

  .recent_media_image {
    position: relative;
    width: 160px;
    height: 160px;
    background-size: cover;
    background-position: center;
    margin-right: 0px;
    display: block;
    margin: 0 auto;
  }

  .recent_media_title {
    font-size: 22px;
    font-family: "tiempos headline black";
    color: #1a1a1a;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    margin-top: 0px;
  }

  .recent_media_post_type {
    float: left;
    font-size: 14px;
    color: #aa2b37;
    font-family: "atlas grotesk light";
    line-height: 14px;
    width: 100%;
  }

  .black_section_title {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-right: 0px;
    font-size: 30px;
    font-family: "atlas grotesk light";
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .black_section_holder {
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    float: left;
    position: relative;
  }

  .black_section_main_title {
    font-size: 32px;
    font-family: "tiempos headline black";
    line-height: 23px;
    margin-bottom: 96px;
    float: left;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
  }

  .media_res {
    display: block;
    width: 100%;
    text-align: center;
    padding: 80px 50px;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
  }

  .donate_block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 80px 50px;
    align-items: center;
  }

  .footer_bottom {
    color: #ffffff;
    margin-top: 36px;
    float: left;
    width: 100%;
    position: relative;
  }

  .donor_supported {
    color: #ffffff;
    position: relative;
    right: 0;
    bottom: 0;
    border: 1px solid #ffffff;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: 12px;
    font-family: "atlas grotesk medium";
    line-height: 18px;
    display: inline-block;
    float: left;
    margin-bottom: 24px;
  }

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

  div#menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: white;
    display: none;
    padding-top: 24px;
    height: calc(100vh - 80px);
  }

  .menu_right_link {
    color: #aa2b37;
  }

  .half {
    width: 100%;
    padding: 25px 40px;
    float: left;
    box-sizing: border-box;
    border-left: 0px solid #e6e6e6;
  }

  .half:first-child {
    width: calc(100%);
    padding: 100px 50px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    width: calc(100%);
    padding: 25px 40px;
    float: left;
    box-sizing: border-box;
    border-right: 0px solid #e6e6e6;
  }

  .profile_card_copy {
    font-family: "atlas grotesk light";
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
    position: relative;
    bottom: 0px;
    width: calc(100%);
    margin-top: 24px;
    float: left;
  }

  .page_title {
    color: #1a1a1a;
    font-family: "tiempos headline black";
    font-size: 48px;
    line-height: 54px;
    width: 100%;
    float: left;
  }

  .pages_info_nav {
    width: 100%;
    float: left;
    text-align: left !important;
    margin-top: 48px;
  }

  .staff_list_holder {
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }

  .profile_card_name {
    font-family: "tiempos headline black";
    font-size: 32px;
    line-height: 48px;
    float: left;
    width: 100%;
  }

  .profile_card_title {
    font-family: "tiempos headline black";
    font-size: 32px;
    line-height: 38px;
    float: left;
    width: 100%;
  }

  .half_section_of_copy {
    width: 100%;
    float: left;
    padding: 40px;
    position: relative;
    overflow: auto;
    height: auto;
  }

  section.section_of_copy {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    min-height: 700px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .page_input {
    font-size: 14px;
    font-family: "atlas grotesk regular";
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 1px solid #979797;
    position: relative;
    margin-right: 60px;
    min-width: 200px;
    vertical-align: top;
    margin-bottom: 22px;
    width: calc(100% - 6%);
  }

  .quote_section_left {
    display: block;
    width: 50%;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
  }

  .quote_section_right {
    display: block;
    vertical-align: top;
    padding: 60px 80px 96px 24px;
    color: white;
    width: 100%;
    float: left;
  }

  section.half_and_half {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #e6e6e6;
    padding: 0px 0px;
  }

  .menu_right_container {
    display: inline-block;
    margin-bottom: 15px;
  }

  .slider_holder {
    display: flex;
    align-items: flex-start;
    overflow: scroll;
    width: 100%;
    box-sizing: border-box;
    padding-right: 80px;
  }

  .slider_section_title#watch_section {
    background: transparent;
    position: static;
    font-size: 22px;
    font-family: "tiempos headline black";
    padding: 0px 0px;
    margin-bottom: 40px;
  }

  .slider_copy {
    font-size: 18px;
    line-height: 30px;
    font-family: "Atlas Grotesk light";
    float: left;
    padding: 0px 40px 55px 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .blog_slider {
    flex: 0 0 250px;
    padding: 0px;
    margin-right: 40px;
  }

  section.three_column_list {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    float: left;
  }

  #listen_left_container.fixed {
    position: relative;
    top: 0px;
    left: 30px;
  }

  #listen_left_container {
    position: relative;
    top: 0px;
    left: 30px;
  }

  #listen_left_container.fixed.bottom {
    position: relative;
    top: 0px;
    left: 30px;
  }

  .lecture_title {
    font-size: 30px;
    line-height: 33px;
  }
}

:root {
  --c-red: #aa2b37;
  --c-black: #1a1a1a;
  --c-darkgrey: #707070;
  --c-grey: #aaaaaa;
  --c-lightgrey: #e6e6e6;
  --c-white: #fff;
  --c-red-hover: #822b37;
  --c-green: #006600;

  --c-purple: #8875ba;
  --c-orange: #f15a23;
  --c-blue: #239cf1;
  --c-yellow: #ecf123;
  --c-gold: #9e844b;
  --c-limegreen: #88ab0b;

  --family-sans: "Atlas Grotesk", Helvetica, Arial, Lucida, sans-serif;
  --family-serif: "Tiempos Text", Georgia, "Times New Roman", serif;
  --family-headline: "Tiempos Headline", Georgia, "Times New Roman", serif;
  --t-sz-small: 12px;
  --t-sz-default: 15px;
  --t-sz-large: 17px;
  --t-sz-xlarge: 22px;
  --t-sz-xxlarge: 28px;
  --t-sz-xxxlarge: 36px;

  --lh-small: 1.4em;
  --lh-default: 1.6em;

  --site-color-ease: color 0.2s ease;
  --site-bgcolor-ease: background-color 0.2s ease;
  --site-transform-ease: transform 0.2s ease;

  --plain-shadow: 0 4px 20px rgb(0 0 0 / 10%), 0 0 4px rgb(18 25 97 / 4%);
}

/* --------------------
 * Gravity Forms
 * ----------------- */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--c-grey);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--c-grey);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--c-grey);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--c-grey);
}

.gform_wrapper .gfield_required {
  color: var(--c-red);
  font-size: var(--t-sz-default);
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: var(--t-sz-small);
  line-height: var(--lh-default);
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: var(--t-sz-small);
  line-height: var(--lh-default);
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: var(--t-sz-default);
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: var(--t-sz-default);
  line-height: var(--lh-default);
  border: 1px solid var(--c-grey);
  border-radius: 0px !important;
  padding: 10px;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: var(--lh-default);
    min-height: 48px;
  }
}

.gform_wrapper.gravity-theme select {
  min-height: 48px;
}

.gform_wrapper.gravity-theme select:not([multiple="multiple"]) {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: none;
  background-image: url("/wp-content/uploads/2022/05/gf-droparrow_simple.png");
  background-position: calc(100% - 12px);
  background-size: 15px 8px;
  background-repeat: no-repeat;
}

.gform_wrapper.gravity-theme select option {
  display: flex;
  align-items: center;
  min-height: var(--lh-default);
}

.gform_wrapper.gravity-theme .ginput_container_time,
.gform_wrapper.gravity-theme .gfield .ginput_quantity {
  max-width: 80px;
  min-width: 80px;
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper {
  margin-right: 12px;
}

.gform_wrapper.gravity-theme .gfield .ginput_quantity {
  margin-left: 8px;
}

.gform_wrapper.gravity-theme .hour_minute_colon {
  line-height: 48px;
}

.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_shipping_price {
  color: var(--c-red);
}

.gform_wrapper.gravity-theme .ginput_total {
  color: var(--c-green);
}

.StripeElement {
  background-color: var(--c-white);
  height: 48px;
  padding: 14px 10px;
  border-radius: 0px;
  border: 1px solid var(--c-grey);
  box-shadow: none;
}

.gform_wrapper .gfield .gfield_checkbox .gchoice,
.gform_wrapper .gfield .gfield_radio .gchoice {
  position: relative;
}

.gform_wrapper .gfield input[type="checkbox"],
.gform_wrapper .gfield input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.gform_wrapper input[type="checkbox"] + label,
.gform_wrapper input[type="radio"] + label {
  font-size: var(--t-sz-default);
}

input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  cursor: pointer;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  font-family: "ETmodules" !important;
  font-size: var(--t-sz-large);
  position: relative;
  top: 0.08em;
  margin-right: 0.375em;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  display: -moz-inline;
  display: inline;
}

input[type="checkbox"] + label:before {
  content: "\056";
}

input[type="checkbox"]:checked + label:before {
  content: "\05a";
}

input[type="radio"] + label:before {
  content: "\05b";
}

input[type="radio"]:checked + label:before {
  content: "\05c";
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 400;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  font-size: var(--t-sz-default);
  font-weight: 700;
  line-height: var(--lh-small);
  background: var(--c-red);
  color: var(--c-white);
  padding: 0.675em 1em 0.675em 1em;
  cursor: pointer;
  transition: var(--site-bgcolor-ease);
}

.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
  background: var(--c-red-hover);
}

.gform_wrapper .gform_validation_errors {
  background-color: var(--c-white);
  border: none;
  box-shadow: var(--plain-shadow);
  margin-bottom: 20px;
  padding: 20px 20px 8px 20px;
}

.gform_wrapper .gform_validation_errors > h2 {
  color: var(--c-red);
  font-size: var(--t-sz-default);
  line-height: var(--lh-default);
  font-family: var(--family-sans);
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  border: none;
  margin-top: 8px;
  padding: 12px;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend {
  color: var(--c-black);
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid="true"] + label,
.gform_wrapper label + [aria-invalid="true"] {
  color: var(--c-red);
}

.gform_confirmation_wrapper {
  background-color: var(--c-white);
  border: none;
  border-radius: 5px;
  box-shadow: var(--plain-shadow);
  margin-bottom: 20px;
  padding: 20px 20px 18px 20px;
}
