.modal {
  display: none;
  width: 600px;
  background: white;
  box-shadow: 0 0 10px #000;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/modal-close.png) no-repeat 0 0;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../images/modal-spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/**
 * 1) COLORS
 */
/*#a1761a; #FAB913; */
/* #C7A97C;  #FFE7AB;*/
/*#354B56;*/
/* From PSD... */
/**
 * 2) FONTS
 */
/*
x FoundersGrotCondWeb-Bold.eot
x FoundersGrotCondWeb-Bold.woff
x FoundersGrotCondWeb-Regular.eot
x FoundersGrotCondWeb-Regular.woff
x FoundersGrotCondWeb-Semibold.eot
x FoundersGrotCondWeb-Semibold.woff
x FoundersGroteskWeb-Light.eot
x FoundersGroteskWeb-Light.woff
TiemposTextWebLF-Regular.eot	(Fonts with "LF" appended have lining figures as default)
TiemposTextWebLF-RegularItalic.eot
TiemposTextWebLF-RegularItalic.woff
TiemposTextWebLF-Regular.woff
x TiemposTextWeb-Regular.eot
x TiemposTextWeb-Regular.woff
x TiemposTextWeb-RegularItalic.eot
x TiemposTextWeb-RegularItalic.woff
*/
/* Founders Grotesk */
@font-face {
  /* Regular */
  font-family: 'founders-grotesk';
  src: url(../fonts/FoundersGrotCondWeb-Regular.eot);
  src: url(../fonts/FoundersGrotCondWeb-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* Bold - use font-weight:bold; */
  font-family: 'founders-grotesk';
  src: url(../fonts/FoundersGrotCondWeb-Bold.eot);
  src: url(../fonts/FoundersGrotCondWeb-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  /* Semi - use font-weight:600; */
  font-family: 'founders-grotesk';
  src: url(../fonts/FoundersGrotCondWeb-Semibold.eot);
  src: url(../fonts/FoundersGrotCondWeb-Semibold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  /* Light - use font-weight:200; */
  font-family: 'founders-grotesk';
  src: url(../fonts/FoundersGroteskWeb-Light.eot);
  src: url(../fonts/FoundersGroteskWeb-Light.woff) format('woff');
  font-weight: 200;
  font-style: normal;
}
/* Tiempos Text */
@font-face {
  font-family: 'tiempos-text';
  src: url(../fonts/TiemposText-Regular.woff2) format('woff2');
  src: url(../fonts/TiemposText-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tiempos-text';
  src: url(../fonts/TiemposText-RegularItalic.woff2) format('woff2');
  src: url(../fonts/TiemposText-RegularItalic.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'tiempos-text';
  src: url(../fonts/TiemposText-Bold.woff2) format('woff2');
  src: url(../fonts/TiemposText-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'tiempos-text';
  src: url(../fonts/TiemposText-BoldItalic.woff2) format('woff2');
  src: url(../fonts/TiemposText-BoldItalic.woff) format('woff');
  font-weight: bold;
  font-style: italic;
}
/**
 * 3) CSS!
 */
body {
  font: 16px/1.2 tiempos-text, 'Times New Roman', serif;
  margin: 0 auto !important;
}
pre {
  font: 16px/1.2 tiempos-text, 'Times New Roman', serif;
}
p {
  margin-bottom: 20px;
}
.sr_only {
  display: none;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignleft:after {
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 10px 5px;
}
.alignright:after {
  clear: both;
}
.wp-caption-text {
  font-size: 13px;
}
ul,
ol {
  padding-left: 30px;
}
ul li,
ol li {
  margin-bottom: 10px;
}
h1 {
  color: #70257A;
  font: 42px/55px founders-grotesk, 'Arial', sans-serif;
  text-align: center;
}
h1.major {
  min-height: 55px;
  vertical-align: middle;
  margin: -22px 0 2px 0;
}
h1.minor {
  color: #8b8b8b;
}
h1.headline {
  text-align: left;
  font-weight: bold;
  color: black;
  margin: 0;
  vertical-align: baseline;
  line-height: 39px;
}
h1 a {
  color: black;
}
h1 a:hover {
  color: #8b8b8b;
}
a {
  text-decoration: none;
  color: #70257A;
  /* black; */
  outline: none;
}
a h1 {
  color: black;
}
a:hover {
  color: #954B98;
  /*@gray_alt;*/
}
a:hover h1 {
  color: #8b8b8b;
}
footer a {
  color: black;
}
footer a:hover {
  color: #8b8b8b;
}
blockquote {
  padding-left: 30px;
}
.clear {
  clear: both;
}
.header-leader {
  text-align: center;
  margin-top: 20px;
}
header {
  background: #70257A;
  margin: 20px 0 36px 0;
  position: relative;
  text-align: center;
  /**
	 * Modify the header so we can use the same markup for
	 * the sticky version of the header
	 */
}
header .header_logo {
  padding-top: 40px;
  text-align: center;
}
header .header_logo_img {
  display: block;
  width: 348px;
  height: 58px;
  background: url(../images/mosaic_logo_sm_d.png) bottom center no-repeat;
  /* Quick pre-load hack */
  background: url(../images/mosaic_logo_lg_d.png) top center no-repeat;
  margin: 0 auto;
}
header nav {
  box-sizing: border-box;
  background: white;
  display: block;
  top: 15px;
  width: 658px;
  position: relative;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 0 auto;
  text-align: center;
}
header nav .item {
  background: white;
  display: inline-block;
  color: #cebad9;
  text-transform: uppercase;
  font: 12px/1 founders-grotesk, 'Arial', sans-serif;
  letter-spacing: 2px;
  height: 25px;
  font-weight: 600;
  padding: 0 20px;
  line-height: 25px;
  position: relative;
}
header nav .item:hover,
header nav .item.active {
  color: #954B98;
  /*@yellow;*/
}
header nav .item + .item {
  border-left: 1px solid black;
  margin-left: -4px;
}
header nav .item-dropdown:hover {
  background: #70257A;
  color: #ffffff;
}
header nav .dropdown {
  background: #ffffff;
  border-top: 3px solid #70257A;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  display: none;
  left: -1px;
  top: 24px;
  padding: 0px 10px;
  position: absolute;
  text-align: left;
  min-width: 195px;
  z-index: 9999;
}
header nav .dropdown a {
  display: block;
}
header nav .dropdown a + a {
  border-top: 1px solid #ededed;
}
header nav .item:hover .dropdown {
  display: block;
}
header nav.home_nav .item {
  color: #954B98;
}
header nav.home_nav .item:hover {
  color: #cebad9;
}
header .top_icons_container {
  float: left;
  width: 85px;
}
header .top_icons_container a {
  background: url(../images/mosaic_global_icons.png);
  display: block;
  width: 30px;
  height: 27px;
  margin: -10px 0 0 5px;
  float: left;
}
header .top_icons_container:last-child {
  text-align: right;
  float: right;
}
header .top_icons_container:last-child a {
  float: right;
  margin: -10px 5px 0 0;
}
header .top_icons_container .top_icon_email {
  background-position: -3px 0px;
  margin-top: -7px;
  margin-left: 12px;
}
header .top_icons_container .top_icon_email:hover {
  background-position: -155px -1px;
}
header .top_icons_container .top_icon_search {
  background-position: -46px 0px;
  margin-left: 15px;
  margin-top: -7px;
  margin-left: 9px;
}
header .top_icons_container .top_icon_search:hover {
  background-position: -196px 0px;
}
header .top_icons_container .top_icon_facebook {
  background-position: -92px 2px;
  width: 20px;
}
header .top_icons_container .top_icon_facebook:hover {
  background-position: -232px 2px;
}
header .top_icons_container .top_icon_twitter {
  background-position: -122px 3px;
  margin-right: 15px;
}
header .top_icons_container .top_icon_twitter:hover {
  background-position: -256px 3px;
}
header .top_icons_container_utility {
  position: absolute;
  left: 0;
  bottom: 6px;
}
header .top_icons_container_social {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 76px;
}
header .header_actions {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}
header .header_actions a {
  color: #cdbcd5;
  display: block;
  font: 600 14px/1 founders-grotesk, 'Arial', sans-serif;
  padding: 6px 10px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  /*
			&:nth-child(n+2) {
				margin-left: 10px;
			}
			*/
}
header .header_actions a:hover {
  color: #ffffff;
}
header .header_actions a.donate {
  background-color: #cdbcd5;
  color: #70257A;
}
header .header_actions a.donate:hover {
  background-color: #ffffff;
}
header.sticky {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 48px;
  width: 100%;
  margin-top: 0px;
  z-index: 999;
  background: #70257A;
}
header.sticky .container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
header.sticky .container nav {
  display: none;
}
header.sticky .container .header_logo,
header.sticky .container .header_logo_img {
  padding: 0;
  text-align: center;
}
header.sticky .container .header_logo_img {
  width: 130px;
  height: 30px;
  background: url(../images/mosaic_logo_sm_d.png) bottom center no-repeat;
  margin: 8px auto 0 auto;
}
header.sticky .container .top_icons_container {
  margin-top: 0;
  position: relative;
}
header.sticky .container .top_icons_container_utility {
  top: -18px;
}
header.sticky .container .top_icons_container_social {
  float: right;
  top: -20px;
}
header.sticky .container .header_actions {
  top: 2px;
  right: 86px;
}
.page-id-51513 .top_icons_container,
.page-id-117469 .top_icons_container,
.page-id-51513 header nav,
.page-id-117469 header nav {
  display: none;
}
.page-id-51513 header .header_logo,
.page-id-117469 header .header_logo {
  padding-bottom: 25px;
}
header.subscribe-header {
  background-color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}
header.subscribe-header .grid_container {
  align-items: center;
  display: flex;
}
header.subscribe-header img {
  height: 40px;
  width: auto;
}
header.subscribe-header .header_actions {
  position: static;
}
header.subscribe-header .help-link {
  color: #70257A;
  font-size: 17px;
}
header.subscribe-header .help-link::before {
  content: "\e901";
  font-family: "icomoon";
  margin-right: 6px;
  vertical-align: middle;
}
header.subscribe-header .help-link:hover {
  color: #cebad9;
}
header.subscribe-header .help-link span {
  text-decoration: underline;
  text-transform: none;
}
footer {
  margin: 40px 0;
}
footer .footer_logo,
footer .six {
  text-align: center;
}
footer .footer_logo {
  margin-bottom: 20px;
}
footer .container {
  background: #70257A;
  padding-bottom: 20px;
}
footer .container .bottom_icons_container a {
  background: url(../images/mosaic_global_icons.png);
  display: block;
  width: 30px;
  height: 27px;
  margin: 10px 0 0 5px;
  float: left;
}
footer .container .bottom_icons_container:last-child {
  text-align: right;
  float: right;
}
footer .container .bottom_icons_container:last-child a {
  float: right;
  margin: 6px 5px 0 0;
}
footer .container .bottom_icons_container .bottom_icon_email {
  background-position: -3px 0px;
  margin-top: 12px;
  margin-left: 12px;
}
footer .container .bottom_icons_container .bottom_icon_email:hover {
  background-position: -155px -1px;
}
footer .container .bottom_icons_container .bottom_icon_search {
  background-position: -46px 0px;
  margin-top: 12px;
  margin-left: 9px;
}
footer .container .bottom_icons_container .bottom_icon_search:hover {
  background-position: -196px 0px;
}
footer .container .bottom_icons_container .bottom_icon_facebook {
  background-position: -92px 2px;
  width: 20px;
}
footer .container .bottom_icons_container .bottom_icon_facebook:hover {
  background-position: -232px 2px;
}
footer .container .bottom_icons_container .bottom_icon_twitter {
  background-position: -122px 3px;
  margin-right: 15px;
}
footer .container .bottom_icons_container .bottom_icon_twitter:hover {
  background-position: -256px 3px;
}
footer .container nav {
  background: white;
  width: 660px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-top: -10px;
}
footer .container nav a {
  background: white;
  display: inline-block;
  color: #cebad9;
  text-transform: uppercase;
  font: 12px/1 founders-grotesk, 'Arial', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 6px 15px;
  border-right: 1px solid black;
}
footer .container nav a:hover,
footer .container nav a.active {
  color: #954B98;
  /*@yellow;*/
}
footer .container nav a:first-child {
  padding-left: 22px;
}
footer .container nav a:last-child {
  border: none;
}
footer .container nav.home_nav a {
  color: #954B98;
}
footer .container nav.home_nav a:hover {
  color: #cebad9;
}
footer .footer_partners {
  font-weight: 600;
}
footer .footer_links {
  padding-top: 15px;
  font: 18px/30px founders-grotesk, 'Arial', sans-serif;
}
footer .footer_links .footer_byline {
  font-size: 16px;
}
/**
 * BEGIN: POP-UP form for header & footer
 */
#header_form_container,
#footer_form_container {
  padding: 5px;
  width: 300px;
  background: white;
  border: 1px solid #CCC;
  min-height: 30px;
  position: absolute;
  right: -227px;
  top: -8px;
  z-index: 10;
  text-align: left;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.35);
}
#header_form_container form,
#footer_form_container form {
  display: none;
}
#header_form_container form input[type=text],
#footer_form_container form input[type=text],
#header_form_container form input[type=email],
#footer_form_container form input[type=email] {
  color: #954B98;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 1px solid white;
  padding: 4px;
  width: 260px;
}
#header_form_container form input[type=text]::-webkit-input-placeholder,
#footer_form_container form input[type=text]::-webkit-input-placeholder,
#header_form_container form input[type=email]::-webkit-input-placeholder,
#footer_form_container form input[type=email]::-webkit-input-placeholder,
#header_form_container form input[type=text]:-moz-placeholder,
#footer_form_container form input[type=text]:-moz-placeholder,
#header_form_container form input[type=email]:-moz-placeholder,
#footer_form_container form input[type=email]:-moz-placeholder,
#header_form_container form input[type=text]::-moz-placeholder,
#footer_form_container form input[type=text]::-moz-placeholder,
#header_form_container form input[type=email]::-moz-placeholder,
#footer_form_container form input[type=email]::-moz-placeholder,
#header_form_container form input[type=text]:-ms-input-placeholder,
#footer_form_container form input[type=text]:-ms-input-placeholder,
#header_form_container form input[type=email]:-ms-input-placeholder,
#footer_form_container form input[type=email]:-ms-input-placeholder {
  color: #954B98;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#header_form_container form input[type=text]:focus,
#footer_form_container form input[type=text]:focus,
#header_form_container form input[type=email]:focus,
#footer_form_container form input[type=email]:focus {
  color: #70257A;
}
#header_form_container form#header_form_search,
#footer_form_container form#header_form_search,
#header_form_container form#footer_form_search,
#footer_form_container form#footer_form_search {
  position: relative;
}
#header_form_container form#header_form_search #header_form_search_close,
#footer_form_container form#header_form_search #header_form_search_close,
#header_form_container form#footer_form_search #header_form_search_close,
#footer_form_container form#footer_form_search #header_form_search_close,
#header_form_container form#header_form_search #footer_form_search_close,
#footer_form_container form#header_form_search #footer_form_search_close,
#header_form_container form#footer_form_search #footer_form_search_close,
#footer_form_container form#footer_form_search #footer_form_search_close {
  font: 16px/1 sans-serif;
  /*founders-grotesk;*/
  background: white;
  float: right;
  display: block;
  color: #70257A;
  width: 20px;
  height: 20px;
  font-size: 18px;
  margin-top: 6px;
}
#header_form_container form#header_form_search input[type=text],
#footer_form_container form#header_form_search input[type=text],
#header_form_container form#footer_form_search input[type=text],
#footer_form_container form#footer_form_search input[type=text] {
  width: 200px;
  /*200px;*/
  float: left;
}
#header_form_container form#header_form_search input[type=submit],
#footer_form_container form#header_form_search input[type=submit],
#header_form_container form#footer_form_search input[type=submit],
#footer_form_container form#footer_form_search input[type=submit] {
  border: none;
  background: white;
  color: #70257A;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}
#header_form_container form#header_form_search input[type=submit]:hover,
#footer_form_container form#header_form_search input[type=submit]:hover,
#header_form_container form#footer_form_search input[type=submit]:hover,
#footer_form_container form#footer_form_search input[type=submit]:hover {
  color: #954B98;
}
#header_form_container form#header_form_email input[type=text],
#footer_form_container form#header_form_email input[type=text],
#header_form_container form#footer_form_email input[type=text],
#footer_form_container form#footer_form_email input[type=text],
#header_form_container form#header_form_email input[type=email],
#footer_form_container form#header_form_email input[type=email],
#header_form_container form#footer_form_email input[type=email],
#footer_form_container form#footer_form_email input[type=email] {
  width: 285px;
  /*200px;*/
  border-bottom: 1px dotted #9AA0A5;
  margin-bottom: 5px;
}
#header_form_container form#header_form_email input[type=text]:focus,
#footer_form_container form#header_form_email input[type=text]:focus,
#header_form_container form#footer_form_email input[type=text]:focus,
#footer_form_container form#footer_form_email input[type=text]:focus,
#header_form_container form#header_form_email input[type=email]:focus,
#footer_form_container form#header_form_email input[type=email]:focus,
#header_form_container form#footer_form_email input[type=email]:focus,
#footer_form_container form#footer_form_email input[type=email]:focus {
  border-bottom: 1px dotted #344a53;
}
#header_form_container form#header_form_email input[type=checkbox],
#footer_form_container form#header_form_email input[type=checkbox],
#header_form_container form#footer_form_email input[type=checkbox],
#footer_form_container form#footer_form_email input[type=checkbox] {
  display: none;
}
#header_form_container form#header_form_email input[type=checkbox] + label,
#footer_form_container form#header_form_email input[type=checkbox] + label,
#header_form_container form#footer_form_email input[type=checkbox] + label,
#footer_form_container form#footer_form_email input[type=checkbox] + label {
  color: #70257A;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  width: 90px;
  display: inline-block;
}
#header_form_container form#header_form_email input[type=checkbox] + label span,
#footer_form_container form#header_form_email input[type=checkbox] + label span,
#header_form_container form#footer_form_email input[type=checkbox] + label span,
#footer_form_container form#footer_form_email input[type=checkbox] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #70257A;
  background: white;
  margin: 5px 4px -4px 0;
}
#header_form_container form#header_form_email input[type=checkbox]:checked + label span,
#footer_form_container form#header_form_email input[type=checkbox]:checked + label span,
#header_form_container form#footer_form_email input[type=checkbox]:checked + label span,
#footer_form_container form#footer_form_email input[type=checkbox]:checked + label span {
  background: white url(../images/checkbox_sprite_106p.png) 3px 3px no-repeat;
}
#header_form_container form#header_form_email input[type=submit],
#footer_form_container form#header_form_email input[type=submit],
#header_form_container form#footer_form_email input[type=submit],
#footer_form_container form#footer_form_email input[type=submit] {
  border: none;
  background: white;
  color: #70257A;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  float: right;
  margin-top: -21px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #header_form_container form#header_form_email input[type=submit],
  #footer_form_container form#header_form_email input[type=submit],
  #header_form_container form#footer_form_email input[type=submit],
  #footer_form_container form#footer_form_email input[type=submit] {
    margin-top: -19px;
    /* Webkit */
  }
}
#header_form_container form#header_form_email input[type=submit]:hover,
#footer_form_container form#header_form_email input[type=submit]:hover,
#header_form_container form#footer_form_email input[type=submit]:hover,
#footer_form_container form#footer_form_email input[type=submit]:hover {
  color: #954B98;
}
#header_form_container.header_form_container_search #header_form_search,
#footer_form_container.header_form_container_search #header_form_search,
#header_form_container.footer_form_container_search #header_form_search,
#footer_form_container.footer_form_container_search #header_form_search,
#header_form_container.header_form_container_search #footer_form_search,
#footer_form_container.header_form_container_search #footer_form_search,
#header_form_container.footer_form_container_search #footer_form_search,
#footer_form_container.footer_form_container_search #footer_form_search {
  display: block;
}
#header_form_container.header_form_container_search #header_form_search input,
#footer_form_container.header_form_container_search #header_form_search input,
#header_form_container.footer_form_container_search #header_form_search input,
#footer_form_container.footer_form_container_search #header_form_search input,
#header_form_container.header_form_container_search #footer_form_search input,
#footer_form_container.header_form_container_search #footer_form_search input,
#header_form_container.footer_form_container_search #footer_form_search input,
#footer_form_container.footer_form_container_search #footer_form_search input {
  margin-top: 2px;
}
#header_form_container.header_form_container_email #header_form_email,
#footer_form_container.header_form_container_email #header_form_email,
#header_form_container.footer_form_container_email #header_form_email,
#footer_form_container.footer_form_container_email #header_form_email,
#header_form_container.header_form_container_email #footer_form_email,
#footer_form_container.header_form_container_email #footer_form_email,
#header_form_container.footer_form_container_email #footer_form_email,
#footer_form_container.footer_form_container_email #footer_form_email {
  display: block;
}
#footer_form_container {
  right: -162px;
  top: 0px;
}
/**
 * END: POP-UP form for header & footer
 */
.new {
  height: 54px;
  width: 54px;
  background: transparent url(../images/new_overlay.png) top right no-repeat;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
}
.buy {
  font-size: 0px;
  height: 46px;
  width: 46px;
  background: transparent url(../images/buy_overlay.png) top right no-repeat;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
}
.buy:hover {
  cursor: pointer;
}
.gift span.price {
  display: none;
}
.excerpt {
  font-size: 22px;
  line-height: 1.1;
}
.fp_subitem_title {
  color: #70257A;
  font: 18px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fp_subitem_subtitle {
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  font-weight: 200;
}
.fp_subitem_subtitle.fp_subitem_subtitle_em {
  color: #70257A;
}
.fp_subitem_subtitle a {
  color: black;
}
.fp_subitem_subtitle a:hover {
  color: #9AA0A5;
}
.fp_subitem_date {
  font: 400 15px founders-grotesk, 'Arial', sans-serif;
  color: white;
  text-transform: uppercase;
  background: black;
  /*@purple;*/
  display: inline-block;
  padding: 3px 8px;
  margin: 4px 0;
  letter-spacing: 1px;
}
.fp_subitem_date.fp_subitem_date_essay,
.fp_subitem_date.fp_subitem_date_response {
  background: #70257A;
}
.fp_subitem_date.fp_subitem_date_observation {
  background: #deb65b;
}
.fp_subitem_date.fp_subitem_date_pick {
  background: #344a53;
}
.section_sep {
  border: 2px solid black;
  margin: 20px 0;
}
.fp_sidebar {
  width: 85%;
  background: #e1e6e9;
  min-height: 400px;
  margin-top: 4px;
  word-wrap: break-word;
}
.fp_sidebar .fp_sidebar_day {
  border-bottom: 1px solid #344a53;
  margin-bottom: 5px;
}
.fp_sidebar .fp_sidebar_title {
  background: #354B56;
  color: white;
  font: 27px founders-grotesk, 'Arial', sans-serif;
  padding: 5px 0 6px 0;
  text-align: center;
}
.fp_sidebar .fp_sidebar_item {
  color: #344a53;
  display: block;
  padding: 0 10px 15px 0;
  margin: 0 0 10px 10px;
  border-bottom: 1px solid white;
  font: 17px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 600;
}
.fp_sidebar .fp_sidebar_item:last-child {
  /* of fp_sidebar_day */
  border-bottom: none;
  padding-bottom: 10px;
}
.fp_sidebar a.fp_sidebar_item:hover {
  color: #8b8b8b;
}
.fp_sidebar .fp_sidebar_item_title {
  padding: 8px 10px 8px 0;
  color: #344a53;
  font: 27px founders-grotesk, 'Arial', sans-serif;
  font-weight: 400;
}
.fp_sidebar .fp_sidebar_item.fp_sidebar_item_alt {
  color: black;
}
.fp_sidebar .fp_sidebar_item.fp_sidebar_item_alt:hover {
  color: #555;
}
.fp_sidebar .fp_sidebar_more {
  font: 27px founders-grotesk, 'Arial', sans-serif;
  background: #9AA0A5;
  color: white;
  display: block;
  padding: 5px 0 6px 10px;
  margin-top: -6px;
  /* Eat empty space + previous border-bottom */
}
.fp_sidebar .fp_sidebar_more:hover {
  background: #344a53;
}
.fp_observations_container {
  margin-top: -10px;
}
.fp_observations_container .fp_observation {
  float: left;
  width: 263px;
  margin-right: 20px;
  background: #F7ECD7;
  position: relative;
}
.fp_observations_container .fp_observation:last-child {
  margin-right: 0px;
}
.fp_observations_container .fp_observation .fp_observation_title {
  min-height: 100px;
  font: 16px/1.1 tiempos-text, 'Times New Roman', serif;
  padding: 3px 8px 8px 8px;
  text-align: center;
  color: black;
}
.fp_observations_container .fp_observation .fp_observation_title h1 {
  margin: 8px 0 2px 0;
  color: #B27A11;
  font: 25px/20px founders-grotesk, 'Arial', sans-serif;
  font-weight: bold;
  min-height: 0;
  padding-bottom: 8px;
  margin: 0;
  letter-spacing: 1px;
}
.fp_observations_container .fp_observation .fp_observation_title .author {
  display: block;
  text-transform: uppercase;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  /* letter-spacing: 1px; */
  margin-top: 8px;
  font-weight: 200;
}
.fp_observations_container .fp_observation:hover .fp_observation_title,
.fp_observations_container .fp_observation:hover .fp_observation_title .author {
  color: #444;
}
.fp_observations_container .fp_observation:hover .fp_observation_title h1 {
  color: #8e5f03;
}
.fp_responses_container:hover {
  overflow-y: auto!important;
}
.fp_responses_container .fp_response {
  border-top: 1px solid #954B98;
  padding: 8px 4px;
  position: relative;
}
.fp_responses_container .fp_response a {
  color: black;
  font: 20px/19px founders-grotesk, 'Arial', sans-serif;
  font-weight: 600;
}
.fp_responses_container .fp_response a:hover {
  color: #8b8b8b;
}
.fp_responses_container .fp_response img {
  margin-top: 3px;
}
.fp_responses_container .fp_response .fp_subitem_title {
  color: #954B98;
}
.fp_responses_container .fp_response .fp_subitem_subtitle {
  margin: 5px 0 3px 0;
}
.fp_responses_container .fp_response .fp_subitem_subtitle a {
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  font-weight: 200;
}
.fp_most_popular_container .fp_most_popular {
  font-size: 20px;
  line-height: 1.1;
  width: 405px;
}
.fp_most_popular_container .fp_most_popular:first-child {
  float: left;
}
.fp_most_popular_container .fp_most_popular:last-child {
  float: right;
}
.fp_most_popular_container .fp_most_popular h1 {
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  min-height: 0;
}
.fp_most_popular_container .fp_most_popular .fp_subitem_title,
.fp_most_popular_container .fp_most_popular .fp_subitem_subtitle {
  display: inline-block;
  padding-right: 5px;
}
.fp_type_observation {
  color: #deb65b;
}
.dropcap {
  float: left;
  font: 85px/55px founders-grotesk, 'Arial', sans-serif;
  padding: 3px 4px 0px 0px;
  margin-bottom: -3px;
  font-weight: 600;
}
.raisecaps {
  float: left;
  font: 25px/15px founders-grotesk, 'Arial', sans-serif;
  font-weight: bold;
  padding: 0 4px 0 0;
}
.raisecaps-heading {
  line-height: 1.3;
}
.innerquote {
  display: block;
  color: #954B98;
  font: 25px/1.1 founders-grotesk, 'Arial', sans-serif;
  padding: 0 10px 20px 25px;
  /* text-align: justify; */
  font-weight: 600;
}
.essay_container {
  font: 16px/22px tiempos-text, 'Times New Roman', serif;
}
.essay_container .essay_title_container {
  width: 660px;
  text-align: center;
  margin: 0 auto 0 170px;
}
.essay_container .essay_title_container h1 {
  margin-bottom: 6px;
}
.essay_container .fp_responses_container {
  border-bottom: 1px solid #954B98;
}
.essay_container .fp_responses_container .fp_subitem_title,
.essay_container .fp_responses_container .fp_subitem_subtitle {
  color: #cebad9;
}
.essay_container .fp_responses_container .response_title .fp_subitem_title,
.essay_container .fp_responses_container .response_title .fp_subitem_subtitle {
  color: #70257A;
}
.essay_container .fp_responses_container .response_active .fp_subitem_title,
.essay_container .fp_responses_container .response_active .fp_subitem_subtitle {
  color: #70257A;
}
.essay_container .fp_responses_container .response_active img {
  display: none;
}
.essay_container .fp_responses_container .response_active:hover a {
  color: black;
}
.essay_container .fp_responses_container .response_inactive .fp_subitem_title,
.essay_container .fp_responses_container .response_inactive .fp_subitem_subtitle {
  color: #cebad9;
}
.essay_container .fp_responses_container .response_inactive a {
  color: #9AA0A5;
  /*font-weight: bold; */
}
.essay_container .fp_responses_container .response_inactive a:hover {
  color: black;
}
.essay_container .fp_responses_container .response_inactive img {
  display: none;
}
.essay_container .fp_responses_container .response_inactive:hover .fp_subitem_title,
.essay_container .fp_responses_container .response_inactive:hover .fp_subitem_subtitle {
  color: #70257A;
}
.essay_container .fp_responses_container .response_inactive:hover a {
  color: black;
}
.essay_container .fp_responses_container .response_inactive:hover img {
  display: block;
}
.essay_container .fp_responses_container .response_item {
  /* To use with fancy JS fake-hyperlink stuff */
  cursor: pointer;
}
.essay_container .main_image {
  margin: 10px 0 20px 0;
}
.essay_container .image_caption {
  margin: -20px 0 25px 0;
  display: block;
  font-size: 13px;
}
.essay_container .essay_sidebar .author_bio {
  margin: 20px 0;
  font: 16px/18px founders-grotesk, 'Arial', sans-serif;
}
.essay_container .essay_sidebar hr {
  width: 85%;
  border: none;
  border-bottom: 1px solid #70257A;
  margin: 20px 0;
}
.essay_container .essay_sidebar .essay_control_links {
  margin-left: 10px;
  padding-bottom: 40px;
}
.essay_container .essay_sidebar .essay_control_links > a {
  color: #9AA0A5;
  font: 17px/1 founders-grotesk, 'Arial', sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
  font-weight: 200;
}
.essay_container .essay_sidebar .essay_control_links > a:hover {
  color: #344a53;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link {
  background: transparent url(../images/mosaic_sb_control_icons.png) no-repeat;
  height: 30px;
  width: 33px;
  padding-left: 35px;
  /* To show text next to it */
  font: 14px/22px founders-grotesk, 'Arial', sans-serif;
  /* Hide the text. */
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.comments {
  background-position: 0px 0px;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.comments:hover {
  background-position: 0px -171px;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.print {
  background-position: 0px -40px;
  margin-bottom: 20px;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.print:hover {
  background-position: 0px -211px;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.email {
  background-position: 0px -88px;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.email:hover {
  background-position: 0px -259px;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.kindle {
  background-position: 0px -120px;
  margin-bottom: 25px;
}
.essay_container .essay_sidebar .essay_control_links > a.ctl_sm_link.kindle:hover {
  background-position: 0px -291px;
}
.essay_container .essay_sidebar .essay_control_links > a.ecl_sm_link {
  background: transparent url(../images/essay_social_icons.png) no-repeat;
  height: 21px;
  width: 21px;
  padding-left: 25px;
  /* To show text next to it */
  font: 14px/19px founders-grotesk, 'Arial', sans-serif;
}
.essay_container .essay_sidebar .essay_control_links > a.ecl_sm_link.facebook {
  background-position: 0px -74px;
}
.essay_container .essay_sidebar .essay_control_links > a.ecl_sm_link.facebook:hover {
  background-position: 0px -47px;
}
.essay_container .essay_sidebar .essay_control_links > a.ecl_sm_link.twitter {
  background-position: 0 0;
}
.essay_container .essay_sidebar .essay_control_links > a.ecl_sm_link.twitter:hover {
  background-position: 0 -22px;
}
.lecture_container .fp_responses_container .response_inactive .fp_subitem_subtitle {
  color: #cebad9;
}
.lecture_container .fp_responses_container .response_inactive:hover .fp_subitem_subtitle {
  color: #954B98;
}
.lecture_container .fp_responses_container .response_active .fp_subitem_subtitle {
  color: #954B98;
}
.post_separator {
  height: 20px;
  margin: 0px 0px 40px 170px;
  background: #9AA0A5;
}
.post_separator.post_separator_essay,
.post_separator.post_separator_response {
  background: #70257A;
}
.post_separator.post_separator_observation {
  background: #deb65b;
}
#archive_content {
  position: relative;
}
.archive_more_container {
  clear: both;
  padding: 10px 0;
  text-align: center;
}
.archive_more_container .loading {
  display: none;
  width: 28px;
  height: 28px;
  background: transparent url(../images/loading_purple.gif) bottom left no-repeat;
  margin: 0 0 -5px 10px;
}
.archive_more_container a {
  font: 30px/1 founders-grotesk, 'Arial', sans-serif;
  color: #70257A;
}
.archive_more_container a:hover {
  color: #954B98;
}
.archive_more_container.observation_more_container {
  border-color: #deb65b;
}
.archive_more_container.observation_more_container .loading {
  background: transparent url(../images/loading_yellow.gif) bottom left no-repeat;
}
.archive_more_container.observation_more_container a {
  color: #deb65b;
}
.archive_more_container.observation_more_container a:hover {
  color: #F2D598;
}
.archive_more_container.pick_more_container {
  border-top: 1px solid #344a53;
  border-bottom: none;
}
.archive_more_container.pick_more_container a {
  color: #506168;
}
.archive_more_container.pick_more_container a:hover {
  color: #9AA0A5;
}
.archive_more_container.loading .loading {
  display: inline-block;
}
.essay_category_container h1:first-of-type a {
  color: #70257A;
  font-size: 40px /*35px*/;
}
.essay_category_container h1:first-of-type a.inactive {
  color: #cebad9;
}
.essay_category_container h1:first-of-type a:hover {
  color: #954B98;
}
.essay_category_container h1:first-of-type a:first-child {
  margin-right: 15px;
}
.essay_category_container h1:first-of-type + hr {
  border: none;
  border-bottom: 1px solid #70257A;
  margin: 10px 0;
}
.essay_category_container .essay_category_item {
  border-bottom: 1px solid #70257A;
  padding: 10px 0;
}
.essay_category_container .essay_category_item .excerpt {
  margin-top: 5px;
  font-size: 22px;
}
.essay_category_container .essay_category_item .fp_subitem_title {
  font-weight: normal;
}
.essay_category_container .essay_category_item .social_count {
  color: #954B98;
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 200;
  text-align: right;
}
.essay_category_container .essay_category_item .social_count .count_num {
  font-size: 19px;
  font-weight: bold;
  margin-right: 1px;
}
.essay_category_container .essay_category_item .fp_responses_container {
  margin-top: 20px;
  /* Work on your specificity - remember the "cascade" -YR */
}
.essay_category_container .essay_category_item .fp_responses_container .fp_subitem_title {
  font-weight: bold;
}
.essay_category_container .essay_category_item .fp_responses_container .fp_response {
  width: 85%;
}
#sidebar_responses {
  width: 135px;
  word-wrap: break-word;
}
/** BEGIN: PICKS also SEARCH and TAGS **/
.pick_category_container,
.search_category_container,
.tag_category_container {
  /* Only for search/tags */
  /* Hide the authors tag for picks */
}
.pick_category_container h1.pick_date_title,
.search_category_container h1.pick_date_title,
.tag_category_container h1.pick_date_title {
  color: #506168;
}
.pick_category_container .pick_item_container,
.search_category_container .pick_item_container,
.tag_category_container .pick_item_container,
.pick_category_container .search_item_container,
.search_category_container .search_item_container,
.tag_category_container .search_item_container,
.pick_category_container .tag_item_container,
.search_category_container .tag_item_container,
.tag_category_container .tag_item_container {
  border-top: 1px solid #c6cbcd;
  margin: 10px 0;
  padding-top: 10px;
}
.pick_category_container .pick_item_container .headline,
.search_category_container .pick_item_container .headline,
.tag_category_container .pick_item_container .headline,
.pick_category_container .search_item_container .headline,
.search_category_container .search_item_container .headline,
.tag_category_container .search_item_container .headline,
.pick_category_container .tag_item_container .headline,
.search_category_container .tag_item_container .headline,
.tag_category_container .tag_item_container .headline {
  font-size: 30px;
  line-height: 1;
}
.pick_category_container .pick_item_container p,
.search_category_container .pick_item_container p,
.tag_category_container .pick_item_container p,
.pick_category_container .search_item_container p,
.search_category_container .search_item_container p,
.tag_category_container .search_item_container p,
.pick_category_container .tag_item_container p,
.search_category_container .tag_item_container p,
.tag_category_container .tag_item_container p {
  font: 18px/1.2 tiempos-text, 'Times New Roman', serif;
}
.pick_category_container .pick_item_container:last-child,
.search_category_container .pick_item_container:last-child,
.tag_category_container .pick_item_container:last-child,
.pick_category_container .search_item_container:last-child,
.search_category_container .search_item_container:last-child,
.tag_category_container .search_item_container:last-child,
.pick_category_container .tag_item_container:last-child,
.search_category_container .tag_item_container:last-child,
.tag_category_container .tag_item_container:last-child {
  border-bottom: 1px solid #c6cbcd;
}
.pick_category_container .search_item_container p,
.search_category_container .search_item_container p,
.tag_category_container .search_item_container p,
.pick_category_container .tag_item_container p,
.search_category_container .tag_item_container p,
.tag_category_container .tag_item_container p {
  margin-bottom: 5px;
}
.pick_category_container .search_item_container .social_count,
.search_category_container .search_item_container .social_count,
.tag_category_container .search_item_container .social_count,
.pick_category_container .tag_item_container .social_count,
.search_category_container .tag_item_container .social_count,
.tag_category_container .tag_item_container .social_count {
  text-align: right;
  margin: 5px 0 0 0;
}
.pick_category_container .search_item_container_pick .fp_subitem_subtitle,
.search_category_container .search_item_container_pick .fp_subitem_subtitle,
.tag_category_container .search_item_container_pick .fp_subitem_subtitle,
.pick_category_container .tag_item_container_pick .fp_subitem_subtitle,
.search_category_container .tag_item_container_pick .fp_subitem_subtitle,
.tag_category_container .tag_item_container_pick .fp_subitem_subtitle {
  display: none;
}
.pick_category_container .social_count,
.search_category_container .social_count,
.tag_category_container .social_count {
  color: #506168;
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 200;
}
.pick_category_container .social_count .count_num,
.search_category_container .social_count .count_num,
.tag_category_container .social_count .count_num {
  font-size: 19px;
  font-weight: bold;
  margin-right: 1px;
}
.pick_container .picks_read_more {
  font: 600 22px/1 founders-grotesk, 'Arial', sans-serif;
  letter-spacing: 1px;
}
.pick_container .picks_read_more a {
  color: #70257A;
}
.pick_container .picks_read_more a:hover {
  color: #954B98;
}
.pick_container .social_count {
  color: #4B5E66;
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 200;
  margin-top: 10px;
}
.pick_container .social_count .count_num {
  font-size: 19px;
  font-weight: bold;
  margin-right: 1px;
}
.pick_container .essay_title_container {
  margin-bottom: 20px;
}
.pick_container .fp_responses_container a {
  font-size: 20px;
  line-height: 14px;
}
/** END: PICKS **/
.popular_container {
  border-top: 1px solid #70257A;
  padding: 20px 0;
}
.popular_container h1 {
  font: bold 25px/20px founders-grotesk, 'Arial', sans-serif;
}
.popular_container .fp_subitem_title,
.popular_container .fp_subitem_subtitle {
  display: inline-block;
  padding-right: 5px;
}
.popular_container .fp_most_popular {
  float: left;
  width: 235px;
}
.popular_container .fp_most_popular:last-child {
  margin-left: 20px;
}
/* Some of the OBSERVERATIONS stuff follows same markup, new colors */
/** BEGIN: OBSERVATIONS **/
.observation_category_container h1:first-of-type a {
  color: #deb65b;
  font-size: 40px /*35px*/;
}
.observation_category_container h1:first-of-type a.inactive {
  color: #F2D598;
}
.observation_category_container h1:first-of-type a:hover {
  color: #deb65b;
}
.observation_category_container h1:first-of-type a:first-child {
  margin-right: 15px;
}
.observation_category_container h1:first-of-type + hr {
  border: none;
  border-bottom: 1px solid #deb65b;
  margin: 10px 0;
}
.observation_category_container .observation_list_item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #deb65b;
}
.observation_category_container .observation_list_item h1 {
  font: bold 30px/1 founders-grotesk, 'Arial', sans-serif;
  margin: 0;
}
.observation_category_container .observation_list_item .excerpt,
.observation_category_container .observation_list_item .excerpt p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.observation_category_container .observation_list_item .fp_subitem_subtitle {
  margin: 5px 0 5px 0;
}
.observation_category_container .observation_list_item .fp_subitem_date {
  background: #deb65b;
}
.observation_category_container .observation_list_item .social_count {
  color: #deb65b;
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 200;
  text-align: right;
  width: 100px;
  float: right;
  padding-top: 3px;
}
.observation_category_container .observation_list_item .social_count .count_num {
  font-size: 19px;
  font-weight: bold;
  margin-right: 1px;
}
.observations_container .fp_type_observation,
.observations_container .fp_response,
.observations_container .fp_responses_container,
.observations_container .fp_responses_container .response_title,
.observations_container .fp_responses_container .response_title .fp_subitem_title,
.observations_container .fp_responses_container .response_title .fp_subitem_subtitle,
.observations_container .fp_responses_container .response_active .fp_subitem_title,
.observations_container .fp_responses_container .response_active .fp_subitem_subtitle {
  color: #deb65b;
  border-color: #deb65b;
}
.observations_container .fp_responses_container .response_title .fp_subitem_title {
  font-size: 16px;
  letter-spacing: 1px;
}
.observations_container .fp_responses_container .response_inactive .fp_subitem_title,
.observations_container .fp_responses_container .response_inactive .fp_subitem_subtitle {
  color: #F2D598;
}
.observations_container .fp_responses_container .response_inactive:hover .fp_subitem_title,
.observations_container .fp_responses_container .response_inactive:hover .fp_subitem_subtitle {
  color: #deb65b;
}
.observations_container .innerquote {
  color: #deb65b;
}
/** END:   OBSERVATIONS **/
.email_form_container {
  background: #70257A;
  margin-bottom: 20px;
  padding: 15px 10px;
}
.email_form_container h2 {
  color: #ffffff;
  font: 21px/1.2 founders-grotesk, 'Arial', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.email_form_container h2 small {
  font-size: 20px;
  display: block;
  font-weight: 400;
  text-transform: none;
}
.email_form_container div.input_group {
  background: #ffffff;
  font: 18px/1 founders-grotesk, 'Arial', sans-serif;
  /*height: 38px;*/
  margin-bottom: 15px;
  position: relative;
}
.email_form_container div.input_group input[type=submit] {
  background: transparent;
  border: none;
  color: #70257A;
  font: bold 18px/1 founders-grotesk, 'Arial', sans-serif;
  height: 38px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  width: 78px;
  cursor: pointer;
}
.email_form_container div.input_group input[type=email] {
  box-sizing: border-box;
  display: block;
  height: 38px;
  padding: 0 10px;
  width: 100%;
}
.email_form_container div.checkbox_group label.checkbox {
  color: #ffffff;
  font: bold 18px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
}
.email_form_container div.checkbox_group label.checkbox input[type=checkbox] {
  display: none;
}
.email_form_container div.checkbox_group label.checkbox span {
  background: #ffffff;
  display: inline-block;
  margin: -4px 4px 0 0;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
.email_form_container div.checkbox_group label.checkbox input:checked + span {
  background: #ffffff url('../images/checkbox.png') no-repeat;
}
.email_form_container div.checkbox_group label.checkbox + label.checkbox {
  margin-left: 30px;
}
/** BEGIN: Author archive & detail **/
.author_page_container h1 {
  color: black;
}
.author_page_container .author_item_container {
  border-top: 1px solid #c6cbcd;
  margin: 0;
  padding-top: 13px;
}
.author_page_container .author_item_container h1 {
  font-size: 30px;
}
.author_page_container .author_item_container p {
  line-height: 22px;
  margin-bottom: 10px;
}
.author_page_container .author_item_container img {
  margin: 15px 0 0 45px;
}
.author_page_container .author_item_container:last-child {
  border-bottom: 1px solid #c6cbcd;
}
.author_page_container .author_bio,
.author_page_container .author_bio p {
  font: 16px/18px founders-grotesk, 'Arial', sans-serif;
}
.author_page_container .author_subitem {
  margin-bottom: 15px;
  border-bottom: 1px solid #c6cbcd;
  padding-bottom: 15px;
}
.author_page_container .author_subitem:last-child {
  border-bottom: none;
}
.author_page_container .author_subitem h1 {
  font-size: 30px;
  line-height: 1;
}
.author_page_container .author_subitem .excerpt {
  font: 18px/1.2 tiempos-text, 'Times New Roman', serif;
}
.author_page_container .author_subitem .social_count {
  color: #4B5E66;
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 200;
  text-align: right;
}
.author_page_container .author_subitem .social_count .count_num {
  font-size: 19px;
  font-weight: bold;
  margin-right: 1px;
}
/** END: Author archive & detail **/
/** BEGIN: GENERIC PAGE **/
.static_page_container .title {
  /*border-bottom: 1px solid #c6cbcd; */
  margin-bottom: 15px;
}
.static_page_container .title h1 {
  color: black;
}
.static_page_container .raisecaps {
  color: #70257A;
  float: left;
  font: 25px/15px founders-grotesk, 'Arial', sans-serif;
  font-weight: bold;
  padding: 0 4px 0 0;
}
.static_page_container .sidebar,
.static_page_container .sidebar p {
  word-wrap: break-word;
  font: 15px/16px founders-grotesk, 'Arial', sans-serif;
  /* 16px/18px */
  margin-bottom: 10px;
}
/** END: GENERIC PAGE **/
/** BEGIN: BOOKS **/
.books_container h1 {
  color: #000000;
  font: normal 35px founders-grotesk, 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}
.books_container h2.title {
  color: #000000;
  font: bold 20px founders-grotesk, 'Arial', sans-serif;
}
.books_container h5.author {
  color: #000000;
  font: normal 20px founders-grotesk, 'Arial', sans-serif;
}
.books_container p {
  font: normal 24px tiempos-text, 'Times New Roman', serif;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.books_container a {
  display: block;
  margin: 0 0 29px 0;
}
.books_container hr {
  display: block;
  background: #c8cdd0;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
}
/** END: BOOKS **/
/** BEGIN: BOOK **/
.book_container {
  padding: 20px 0;
}
.book_container div.column {
  position: relative;
}
.book_container h1.headline {
  font: bold 30px/1 founders-grotesk, 'Arial', sans-serif;
}
.book_container h2.author {
  font: 400 24px/1 founders-grotesk, 'Arial', sans-serif;
}
.book_container h5 {
  font: bold 21px/1.5 founders-grotesk, 'Arial', sans-serif;
  margin: 5px 0;
}
.book_container hr {
  display: block;
  background: #c8cdd0;
  border: 0;
  height: 1px;
}
.book_container a:hover {
  cursor: pointer;
}
.suggested_books h1 {
  margin: 0 0 25px 0;
}
.suggested_books h2 {
  color: #000;
  font-size: 20px;
  font-family: founders-grotesk, 'Arial', sans-serif;
}
.suggested_books h2 small {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
/** END: BOOKS **/
/** BEGIN: CREATIVIST **/
.atavist-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}
.atavist-sheet {
  background: #ffffff;
  border-radius: 0;
  width: 370px;
  height: 260px;
}
#atavist-header {
  color: #ffffff;
  padding: 15px;
  background: #70257A;
  border-bottom: none;
  height: 67px;
  margin: 0;
}
#atavist-header .story-title {
  float: none;
  font: 700 19px/1 founders-grotesk, 'Arial', sans-serif;
  height: auto;
  text-transform: uppercase;
  padding-bottom: 5px;
  width: 100%;
}
#atavist-header .story-title:before {
  display: none;
}
#atavist-header .story-price {
  border: none;
  border-radius: 0;
  float: none;
  font: 400 14px/1 founders-grotesk, 'Arial', sans-serif;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.atavist a {
  color: #70257A;
  font: 400 13px/1 founders-grotesk, 'Arial', sans-serif;
}
.atavist a:hover {
  color: #70257A;
  text-decoration: underline;
}
.atavist .message {
  min-height: 67px;
  padding: 16px;
}
.atavist-forgot {
  margin-top: 0;
}
.atavist-form {
  padding: 15px !important;
}
.atavist-form label {
  display: none;
  margin: 0;
}
.atavist-form input {
  border: 1px solid #c8cdd0;
  font: 400 14px/1 tiempos-text, 'Times New Roman', serif;
  padding: 7px 10px;
}
.atavist-form button {
  background: #70257A !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font: 400 13px/1 founders-grotesk !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.atavist-form span {
  color: #000 !important;
}
.atavist-form.process-coupon-form {
  display: none;
}
.atavist-form.atavist-show-coupon {
  display: block;
}
.atavist-gift .atavist-sheet.payment {
  height: 400px;
}
/** END: CREATIVIST **/
/** BEGIN: DISQUS / COMMENTS **/
.comments_container {
  padding: 20px 0;
}
.comments_container .show_disqus_comments {
  font: 22px/1 founders-grotesk, 'Arial', sans-serif;
  margin: 20px 0 40px 0;
  display: block;
  color: #70257A;
}
.comments_container .show_disqus_comments:hover {
  color: #954B98;
}
/** END:   DISQUS / COMMENTS **/
/** BEGIN: SHARE VIA EMAIL MODAL **/
/** END: SHARE VIA EMAIL MODAL **/
/** BEGIN: MODAL DIALOG **/
.modal {
  z-index: 9999 !important;
}
/** END: MODAL DIALOG **/
/** BEGIN: LIGHTBOX DIALOG **/
#lightbox_dialog {
  box-sizing: border-box;
  padding: 30px;
  z-index: 9999 !important;
  width: auto;
  max-width: 1000px;
}
#lightbox_dialog img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
#lightbox_dialog h2 {
  color: #70257a;
  font: 18px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.jquery-modal.blocker {
  z-index: 9998 !important;
}
/** END: LIGHTBOX DIALOG **/
/** BEGIN: FEATURED STORIES **/
.fp_featured_story {
  margin-left: -10px;
  margin-top: 20px;
  padding: 0 5px;
}
.fp_featured_story a {
  margin-bottom: 0;
}
.fp_featured_story img {
  height: auto;
  margin-bottom: 0;
  width: 100%;
}
.fp_featured_story .fp_subitem_title {
  border-top: 1px solid #70257A;
  border-bottom: 1px solid #70257A;
  color: #70257A;
  font: bold 17px/1 founders-grotesk, 'Arial', sans-serif;
  letter-spacing: 1px;
  margin: 0 -5px 8px -5px;
  padding: 5px;
}
.fp_featured_story .fp_subitem_subtitle {
  color: #000000;
  display: inline;
  font: bold 20px/0.95 founders-grotesk, 'Arial', sans-serif;
  text-transform: none;
}
.fp_featured_story.fp_featured_story_observation .fp_subitem_title {
  border-top: 1px solid #deb65b;
  border-bottom: 1px solid #deb65b;
  color: #deb65b;
}
/** END: FEATURED STORIES **/
/** BEGIN: AJAX LOADER **/
.overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}
.overlay .spinner {
  background: url(../images/loading_white_large.png) no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
#ajax-loader {
  text-align: center;
}
/** END: AJAX LOADER **/
.kindle {
  display: none !important;
}
.search_filters {
  text-align: center;
  /*.checkbox {
		font: 16px/1.0 founders-grotesk, 'Arial', sans-serif;
		vertical-align: middle;

		input[type="checkbox"] {
			vertical-align: middle;
		}
	}*/
}
.search_filters label.checkbox {
  color: #333333;
  font: bold 18px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
}
.search_filters label.checkbox input[type=checkbox] {
  display: none;
}
.search_filters label.checkbox span {
  background: #70257A;
  display: inline-block;
  margin: -4px 4px 0 0;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
.search_filters label.checkbox input:checked + span {
  background: #70257A url('../images/checkbox_inverse.png') no-repeat;
}
.fp_featured_observation {
  position: relative;
}
.fp_featured_observation figcaption {
  background: rgba(255, 255, 255, 0.8);
  bottom: 10px;
  color: black;
  font: 16px/1.1 tiempos-text, 'Times New Roman', serif;
  padding: 10px 20px;
  left: 40px;
  position: absolute;
  right: 40px;
  text-align: center;
}
.fp_featured_observation figcaption h1 {
  color: #B27A11;
  font: 28px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: bold;
  min-height: 0;
  padding-bottom: 8px;
  margin: 0;
  letter-spacing: 1px;
}
.fp_featured_observation figcaption p {
  margin-bottom: 0;
}
.fp_featured_observation figcaption span.author {
  display: block;
  text-transform: uppercase;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  /* letter-spacing: 1px; */
  margin-top: 8px;
  font-weight: 200;
}
/**
 * BEGIN: Popup Modal
 */
.simplemodal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1 !important;
}
.simplemodal-wrap {
  box-shadow: 0 0 10px #000;
}
.simplemodal-container a.simplemodal-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE2IDUuNCAxNC42IDQgMTAgOC42IDUuNCA0IDQgNS40IDguNiAxMCA0IDE0LjYgNS40IDE2IDEwIDExLjQgMTQuNiAxNiAxNiAxNC42IDExLjQgMTAgIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
}
.simplemodal-container a.simplemodal-close:hover {
  cursor: pointer;
}
#ad-modal-container {
  height: 350px !important;
  width: 500px !important;
}
#ad-modal-container img {
  vertical-align: middle;
}
#ad-modal-container a.simplemodal-close {
  top: 10px;
  right: 10px;
}
.email_modal .email_header {
  background: #70257A;
  color: white;
  padding: 5px 0 6px 0;
  font: 22px/1 founders-grotesk, 'Arial', sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.email_modal form {
  padding: 20px;
}
.email_modal form input[type=text],
.email_modal form input[type=email],
.email_modal form textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border: 1px solid #DDD;
}
.email_modal form label {
  display: block;
  margin: 15px 0 3px 0;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  color: #344a53;
}
.email_modal form input[type=submit] {
  border: none;
  background: white;
  color: #70257A;
  display: block;
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 15px 0 5px 0;
  cursor: pointer;
}
.email_modal form input[type=submit]:hover {
  color: #954B98;
}
/**
 * END: Popup Modal
 */
/**
 * BEGIN: Lecture Series Archive Login Overlay
 */
.login-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.65);
}
.login-overlay .login-dialog {
  background-color: #ffffff;
  border: 1px solid #70257A;
  left: 140px;
  padding: 20px 30px;
  position: absolute;
  right: 140px;
  text-align: center;
  top: 0;
}
.login-overlay .login-dialog h1 {
  margin-bottom: 10px;
}
.login-overlay .login-dialog p {
  font-size: 20px;
}
.login-overlay .login-dialog a {
  border: 1px solid #70257A;
  display: inline-block;
  font-family: founders-grotesk, 'Arial', sans-serif;
  font-weight: 700;
  padding: 10px 30px;
}
.login-overlay .login-dialog a:nth-child(n+2) {
  background-color: #70257A;
  color: #ffffff;
  margin-left: 30px;
}
/**
 * END: Lecture Series Archive Login Overlay
 */
/**
 * BEGIN: Auth Alerts
 */
.auth-alert {
  background-color: #ef5350;
  color: #ffffff;
  margin-top: 20px;
  padding: 10px;
}
.auth-alert a {
  color: inherit;
  font-weight: bold;
}
/**
 * END: Auth Alerts
 */
/**
  * BEGIN: Paywall Excerpt
  */
.paywall-excerpt {
  pointer-events: none;
  position: relative;
}
.paywall-excerpt::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 99%, #ffffff 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/**
 * END: Paywall Excerpt
 */
/**
  * BEGIN: Paywall Notice
  */
.paywall-notice {
  background-color: #e5b24f;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
  font: 24px/1.2 founders-grotesk, 'Arial', sans-serif;
  margin-left: -20px;
  padding: 10px 20px;
  text-align: center;
  /* Sticky on bottom */
  bottom: 0;
  position: fixed;
  width: 510px;
  z-index: 9999;
  display: none;
  /* JS will handle this on scroll */
}
.paywall-notice .paywall-notice-header {
  margin-bottom: 10px;
  position: relative;
}
.paywall-notice .paywall-notice-header h2 {
  border-bottom: 1px solid #702c87;
  font-weight: 500;
  margin-bottom: 10px;
}
.paywall-notice .paywall-notice-header p {
  border-bottom: 1px solid #702c87;
  color: #ffffff;
  font-size: 28px;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 0;
}
.paywall-notice .paywall-notice-header .paywall-notice-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjI1IDIyNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0Ij48cGF0aCBkPSJNMjI0LjUwNyA2Ljk5N0wyMTcuNTIxIDAgMTEyLjI1NiAxMDUuMjU4IDYuOTk4IDAgLjAwNSA2Ljk5N2wxMDUuMjU4IDEwNS4yNTdMLjAwNSAyMTcuNTEybDYuOTkzIDdMMTEyLjI1NiAxMTkuMjRsMTA1LjI2NSAxMDUuMjcyIDYuOTg2LTctMTA1LjI1OC0xMDUuMjU4TDIyNC41MDcgNi45OTd6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  background-position: center;
  background-size: cover;
  display: block;
  height: 22px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 8px;
  transition: all 0.5s ease-in-out;
  width: 22px;
}
.paywall-notice .paywall-notice-header .paywall-notice-close:hover {
  opacity: 1;
}
.paywall-notice .paywall-notice-content {
  color: #702c87;
  font-weight: 600;
}
.paywall-notice .paywall-notice-content .btn {
  background-color: #ffffff;
  display: inline-block;
  min-width: 280px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
}
.paywall-notice .paywall-notice-content .btn-alt {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 20px;
  font-size: 20px;
}
.paywall-notice .paywall-notice-footer {
  border-top: 1px solid #702c87;
  font-size: 18px;
  padding-top: 10px;
}
.paywall-notice .paywall-notice-footer a {
  color: inherit;
}
/**
  * END: Paywall Notice
  */
/**
  * BEGIN: Switcher
  */
.switcher-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.switcher-nav li {
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}
.switcher-nav li a {
  color: #cebad9;
  display: block;
  position: relative;
  transition: all 0.5s ease;
}
.switcher-nav li a:hover {
  color: #70257A;
}
.switcher-nav li a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzYgNDA3LjQzNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iMTEyLjgxNCwwIDkxLjU2NiwyMS4xNzggMjczLjUxMiwyMDMuNzE4IDkxLjU2NiwzODYuMjU4IDExMi44MTQsNDA3LjQzNiAzMTUuODY5LDIwMy43MTggIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  width: 10px;
}
.switcher-nav li.active a {
  color: #70257A;
}
.switcher-nav li.active a::after {
  opacity: 1;
}
.switcher-nav li:nth-child(n+2) {
  border-top: 1px solid #f5f5f5;
}
.switcher-nav li.title {
  margin-bottom: 0;
}
/**
  * END: Switcher
  */
/**
 * BEGIN: Tables
 */
.table {
  background-color: rgba(255, 255, 255, 0.4);
  border-collapse: collapse;
  width: 100%;
}
.table thead tr th {
  background-color: #70257A;
  color: #ffffff;
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 600;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}
.table tbody tr:nth-child(n+2) {
  border-top: 2px solid #f5f5f5;
}
.table tbody tr td {
  font: 13px/1 founders-grotesk, 'Arial', sans-serif;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}
/**
 * END: Tables
 */
/**
 * BEGIN: Detail Lists
 */
dl {
  font: 20px/1 founders-grotesk, 'Arial', sans-serif;
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}
dl dt:nth-child(n+2) {
  margin-top: 10px;
}
dl dd {
  margin: 0;
  padding: 0;
}
/**
 * END: Detail Lists
 */
/**
 * BEGIN: Forms
 */
.form .alert {
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
}
.form .alert.alert-success {
  background-color: #a5d6a7;
}
.form .alert.alert-error {
  background-color: #ffab91;
}
.form h4 {
  color: #ffffff;
  font: 500 16px/1.2 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
}
.form .plan-selector-item {
  color: #70257A;
  font: 600 18px/18px founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
}
.form .plan-selector-item small {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: none;
}
.form .radio,
.form .checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.form .radio input,
.form .checkbox input {
  display: none;
}
.form .radio span,
.form .checkbox span {
  display: block;
  padding-left: 30px;
  position: relative;
}
.form .radio span::before,
.form .checkbox span::before {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.form .radio input:checked + span::before,
.form .checkbox input:checked + span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAHlBMVEX///94MoF4MoJ7NoTbyN7cyd7cyt/s4+7t5O7u5e+yVK3/AAAAAXRSTlMAQObYZgAAAEZJREFUeAGlzzEWgDAIg+FKStD7X9gnfQzBbs30822Moz2/CHAFEWUOLpklaU3SRNLMmgza5U0wHWL8TrEUsbvSEZuHTvYCwZEBIB2JMZwAAAAASUVORK5CYII=);
  background-position: 0 1px;
}
.form .radio:nth-child(n+2),
.form .checkbox:nth-child(n+2) {
  margin-top: 10px;
}
.form .form-group-email .checkbox span::before {
  top: 0px;
}
.form .form-group {
  /*a {
			color: @black;
			display: block;
			font: 300 16px/1 founders-grotesk, 'Arial', sans-serif;
			text-align: center;
		}*/
}
.form .form-group:nth-child(n+2) {
  margin-top: 20px;
}
.form .form-group p {
  font: 500 20px/1.2 founders-grotesk, 'Arial', sans-serif;
}
.form .form-group.form-group-center {
  justify-content: center;
  text-align: center;
}
.form .form-group input,
.form .form-group select,
.form .form-group textarea {
  background-color: #ffffff;
  border: none;
  box-sizing: border-box;
  font: 500 18px/1.2 founders-grotesk, 'Arial', sans-serif;
  height: 52px;
  padding: 15px;
  width: 100%;
}
.form .form-group .select {
  background-color: #ffffff;
  display: block;
  position: relative;
}
.form .form-group .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-right: 40px;
  position: relative;
  text-transform: uppercase;
}
.form .form-group .select::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MDAgNTAwIj48cGF0aCBkPSJNNDQ4LjkgMTQ0LjVjLTYuNS02LjQtMTctNi40LTIzLjQuMUwyNTAgMzIxLjMgNzQuNCAxNDQuNmMtNi40LTYuNS0xNi45LTYuNS0yMy40LS4xcy02LjUgMTYuOS0uMSAyMy40bDE4Ni4zIDE4Ny42YzMuMiAzLjMgNy41IDQuOSAxMS43IDQuOS4zIDAgLjYtLjIgMS0uMi4zIDAgLjcuMiAxIC4yIDQuMiAwIDguNS0xLjYgMTEuNy00LjlMNDQ5IDE2Ny44YzYuNC02LjUgNi40LTE2LjktLjEtMjMuM3oiIGZpbGw9IiM3MTJjODYiLz48L3N2Zz4=);
  background-position: center;
  background-size: cover;
  content: " ";
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.form .form-group textarea {
  resize: none;
}
.form .form-group span.error,
.form .form-group span.description {
  display: block;
  font: 500 17px/1.2 founders-grotesk, 'Arial', sans-serif;
  text-align: left;
}
.form .form-group span.error {
  color: #f44336;
}
.form .form-group .StripeElement {
  background-color: #ffffff;
  padding: 15px;
}
.form .form-group a.btn,
.form .form-group button.btn,
.paywall-account-page a.logout-link {
  background-color: #70257A;
  border: none;
  color: #cebad9;
  cursor: pointer;
  font: 600 16px/1 founders-grotesk, 'Arial', sans-serif;
  letter-spacing: 1px;
  line-height: 29px;
  padding: 10px 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline;
}
.form .form-group a.btn.btn-blue,
.form .form-group button.btn.btn-blue,
.form .form-group a.btn.btn-green,
.form .form-group button.btn.btn-green,
.form .form-group a.btn.btn-red,
.form .form-group button.btn.btn-red,
.paywall-account-page a.logout-link.btn-blue,
.paywall-account-page a.logout-link.btn-green,
.paywall-account-page a.logout-link.btn-red {
  color: rgba(255, 255, 255, 0.8);
}
.form .form-group a.btn.btn-blue,
.form .form-group button.btn.btn-blue,
.paywall-account-page a.logout-link.btn-blue {
  background-color: #0367b1;
}
.form .form-group a.btn.btn-green,
.form .form-group button.btn.btn-green,
.paywall-account-page a.logout-link.btn-green {
  background-color: #05930f;
}
.form .form-group a.btn.btn-red,
.form .form-group button.btn.btn-red,
.paywall-account-page a.logout-link.btn-red {
  background-color: #c74f4f;
}
.form .form-group a.btn:hover,
.form .form-group button.btn:hover,
.paywall-account-page a.logout-link:hover {
  color: white;
}
.form .form-group a.btn::after,
.form .form-group button.btn::after,
.paywall-account-page a.logout-link::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiICBoZWlnaHQ9IjIwMHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcm9sbGluZyIgc3R5bGU9ImJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtcG9zaXRpb246IGluaXRpYWwgaW5pdGlhbDsgYmFja2dyb3VuZC1yZXBlYXQ6IGluaXRpYWwgaW5pdGlhbDsiPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIGZpbGw9Im5vbmUiIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5jb2xvcn19IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgbmctYXR0ci1yPSJ7e2NvbmZpZy5yYWRpdXN9fSIgbmctYXR0ci1zdHJva2UtZGFzaGFycmF5PSJ7e2NvbmZpZy5kYXNoYXJyYXl9fSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvc3ZnPg==);
  background-position: center;
  background-size: cover;
  content: '';
  display: none;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
.form .form-group a.btn.btn-block,
.form .form-group button.btn.btn-block,
.paywall-account-page a.logout-link.btn-block {
  display: block;
}
.form .form-group a.btn.btn-secondary,
.form .form-group button.btn.btn-secondary,
.paywall-account-page a.logout-link.btn-secondary {
  background-color: #ffe2a5;
  color: #70257A;
}
.form .form-group a.btn.btn-secondary:hover,
.form .form-group button.btn.btn-secondary:hover,
.paywall-account-page a.logout-link.btn-secondary:hover {
  color: black;
}
.form .form-group a.btn.active,
.form .form-group button.btn.active,
.paywall-account-page a.logout-link.active {
  pointer-events: none;
}
.form .form-group a.btn.active::after,
.form .form-group button.btn.active::after,
.paywall-account-page a.logout-link.active::after {
  display: block;
}
.form .form-group a.btn:nth-child(n+2),
.form .form-group button.btn:nth-child(n+2),
.paywall-account-page a.logout-link:nth-child(n+2) {
  margin-top: 10px;
}
.form ::placeholder {
  color: #622f84;
  /* @purple_light; */
  text-transform: uppercase;
}
/**
 * END: Forms
 */
/**
  * BEGIN: Panels
  */
.panel {
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}
.panel .panel-header {
  margin-bottom: 10px;
}
.panel .panel-header h2 {
  color: #70257A;
  font: 500 28px/1.2 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
}
.panel .panel-header h2 span.purple {
  color: #70257A;
}
.panel .panel-header h2 span.bold {
  font-weight: 700;
}
.panel .panel-footer {
  margin-bottom: -10px;
  border-top: 1px solid #ffffff;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.panel.panel-orange {
  background-color: #e5b24f;
}
.panel.panel-orange .panel-header h2 {
  color: #ffffff;
}
.panel.panel-light-purple {
  background-color: #cebad9;
}
.panel.panel-light-purple .panel-footer {
  background-color: #70257A;
  border-top: 1px solid #ffffff;
  color: #ffffff;
}
.panel.panel-shadow {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
}
.panel.panel-margin {
  margin-left: 30px;
  margin-right: 30px;
}
.benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefits-list li {
  color: #70257A;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font: 600 24px/1.2 founders-grotesk, 'Arial', sans-serif;
  padding: 10px 0;
}
.benefits-list li:nth-child(even) {
  color: #000000;
}
.panel.login-panel {
  padding: 20px 30px;
}
.panel.login-panel a {
  color: #000000;
  font: 500 16px/1 founders-grotesk, 'Arial', sans-serif;
}
.panel.login-panel .panel-header {
  margin-bottom: 20px;
}
.panel.login-panel .panel-header h2 {
  color: #000000;
  font-size: 30px;
  text-transform: none;
}
.panel.login-panel .panel-content .form {
  border-bottom: 2px solid #70257A;
  margin-bottom: 20px;
  padding-bottom: 23px;
}
.panel.login-panel .panel-content .form button.btn {
  padding-left: 60px;
  padding-right: 60px;
  background-color: white;
  color: #70257A;
  font-weight: bold;
}
.panel.login-panel .panel-column {
  width: 49%;
  float: left;
  margin-bottom: 12px;
}
.panel.login-panel .panel-column:last-child {
  float: right;
}
.panel.subscribe-panel .panel-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
}
.panel.subscribe-panel .panel-header h2 {
  color: #70257A;
  font-size: 45px;
  text-transform: none;
}
.panel.subscribe-panel .panel-content p {
  font: 600 22px/1.2 founders-grotesk, 'Arial', sans-serif;
}
.panel.subscribe-panel .panel-content img {
  max-width: 100%;
}
.panel.subscribe-panel .panel-content a {
  color: #000000;
  font: 500 16px/1 founders-grotesk, 'Arial', sans-serif;
  display: block;
  text-align: center;
}
.panel.subscribe-panel .panel-content .btn-group .btn {
  background-color: #ffffff;
  color: #70257A;
  display: block;
  font: 600 24px/1 founders-grotesk, 'Arial', sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
}
.panel.subscribe-panel .panel-content .btn-group .btn:nth-of-type(n+2) {
  margin-top: 10px;
}
.panel.subscribe-panel .panel-content .btn-group .btn-alt {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 40px;
  font-size: 20px;
}
.panel.subscribe-panel .panel-content ul {
  margin-bottom: 20px;
}
.panel.subscribe-panel .panel-content ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-top: none;
  margin-bottom: 0;
}
/**
 * END: Panels
 */
/**
  * BEGIN: Testimonials Carousel
  */
.testimonials-carousel {
  padding-bottom: 10px;
  padding-top: 10px;
}
.testimonials-carousel .testimonial p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.testimonials-carousel .testimonial p span.content {
  quotes: "“" "”" "‘" "’";
}
.testimonials-carousel .testimonial p span.content:before {
  content: open-quote;
}
.testimonials-carousel .testimonial p span.content:after {
  content: close-quote;
}
.testimonials-carousel .testimonial p cite {
  font-style: normal;
  margin-left: 10px;
  text-transform: uppercase;
}
.testimonials-carousel .testimonial p cite::before {
  content: "‒ ";
}
.testimonials-carousel .owl-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.testimonials-carousel .owl-dots .owl-dot span {
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}
.testimonials-carousel .owl-dots .owl-dot:nth-child(n+2) {
  margin-left: 10px;
}
.testimonials-carousel .owl-dots .owl-dot.active span {
  background-color: #70257A;
}
/**
  * END: Testimonials Carousel
  */
/**
  * BEGIN: Authors Grid
  */
.authors {
  display: flex;
}
.authors .author {
  flex: 1;
  text-align: center;
}
.authors .author .author-image {
  max-width: 60px;
}
.authors .author .author-name {
  color: #70257A;
  display: block;
  font: 700 16px/1.2 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
}
.authors .author .author-description {
  display: block;
  font: 500 16px/1.2 founders-grotesk, 'Arial', sans-serif;
}
/**
  * END: Authors Grid
  */
/**
 * BEGIN: Paywall Modal
 */
.paywall-modal a.close-modal {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAMAAAB1/u6nAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAAB3RSTlMAQUKtruvw34NRMQAAAEtJREFUeAFlzbENADEMw0DZH2f/kR8GWDEqVFzD5Kto/e1NSadjR+WoHJWjdisuxaX4vVa4Xq1putLk8VrApXJUjspRuxW34mfVfn45LwFFHbBTywAAAABJRU5ErkJggg==);
  right: 10px;
  top: 17px;
}
/**
 * END: Paywall Modal
 */
/**
* BEGIN: Subscribe page
*/
.subscribe-page .title {
  background-color: #e9b646;
  font-family: founders-grotesk, 'Arial', sans-serif;
  line-height: 1;
  margin-bottom: 2px;
  padding: 20px 0;
}
.subscribe-page .title h1 {
  color: #70257A;
}
.subscribe-page .title p {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0;
}
.subscribe-page .subscribe-content {
  display: flex;
}
.subscribe-page .subscribe-content h2 {
  font: 25px/1.2 founders-grotesk, 'Arial', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.subscribe-page .subscribe-content h3 {
  font: 300 24px/1.2 founders-grotesk, 'Arial', sans-serif;
  text-transform: uppercase;
}
.subscribe-page .subscribe-content .column-left,
.subscribe-page .subscribe-content .column-right {
  box-sizing: border-box;
}
.subscribe-page .subscribe-content .column-left ul li,
.subscribe-page .subscribe-content .column-right ul li {
  font: 22px/1.2 founders-grotesk, 'Arial', sans-serif;
}
.subscribe-page .subscribe-content .column-left ul li:last-child,
.subscribe-page .subscribe-content .column-right ul li:last-child {
  padding-bottom: 10px;
}
.subscribe-page .subscribe-content .column-left {
  background-color: #e3d4e4;
  width: 58%;
}
.subscribe-page .subscribe-content .column-left .section {
  padding: 20px;
}
.subscribe-page .subscribe-content .column-left .section h2 {
  color: #70257A;
}
.subscribe-page .subscribe-content .column-left .section ul {
  /* color: #ffffff; */
  font: 500 22px/1.2 founders-grotesk, 'Arial', sans-serif;
  padding-left: 20px;
}
.subscribe-page .subscribe-content .column-left .section .btn.btn-block {
  font-size: 20px;
}
.subscribe-page .subscribe-content .column-left .section .checkout-plan {
  color: #70257A;
  font: 600 18px/18px founders-grotesk, 'Arial', sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
}
.subscribe-page .subscribe-content .column-left .section .checkout-plan small {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: none;
}
.subscribe-page .subscribe-content .column-left .section.section-bordered {
  border-top: 2px solid #ffffff;
}
.subscribe-page .subscribe-content .column-left .section.section-bordered ul li {
  font-size: 20px;
}
.subscribe-page .subscribe-content .column-right {
  background-color: #FBF0DA;
  /* #efc877; */
  border-left: 2px solid #ffffff;
  padding: 20px;
  width: 42%;
}
.subscribe-page .subscribe-content .column-right h2 {
  color: black;
  font-size: 25px;
}
.subscribe-page .subscribe-content .column-right .topic {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.subscribe-page .subscribe-content .column-right .topic img,
.subscribe-page .subscribe-content .column-right .topic figcaption {
  max-width: 100%;
}
.subscribe-page .subscribe-content .column-right .topic img {
  box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
}
.subscribe-page .subscribe-content .column-right .topic figcaption {
  color: #70257A;
  font: 600 20px/1.2 founders-grotesk, 'Arial', sans-serif;
}
.subscribe-page .subscribe-content .column-right .topic + .topic {
  margin-top: 20px;
}
.subscribe-page .testimonials {
  background-color: #E9b646;
  margin-top: 2px;
  padding: 20px;
  text-align: center;
}
.subscribe-page .testimonials .testimonial p {
  font-size: 17px;
}
/**
 * END: Subscribe page
 */
/**
 * BEGIN: Account management page
 */
.paywall-account-page .alert {
  align-items: center;
  bottom: 0;
  display: flex;
  font-size: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 9999;
}
.paywall-account-page .alert.alert-success {
  background-color: #e9b646;
}
.paywall-account-page .alert.alert-error {
  background-color: #dd3400;
}
.paywall-account-page .column.four {
  box-shadow: 12px 0px 34px -10px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.paywall-account-page .section-header {
  background-color: #E9B646;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
  font: 42px/60px founders-grotesk, 'Arial', sans-serif;
}
.paywall-account-page .section-header.main-section {
  color: #70257A;
}
.paywall-account-page .section-header.link-header {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
.paywall-account-page .section-header.link-header:after {
  content: ' ';
  background: url(/wp-content/themes/mosaic/assets/images/accordion-closed.svg) no-repeat;
  background-size: 25px 28px;
  height: 25px;
  width: 37px;
  display: inline-block;
  margin: 7px 0 -2px 10px;
}
.paywall-account-page .section-header.link-header.active {
  color: #70257A;
}
.paywall-account-page .section-header.link-header.active:after {
  background-image: url(/wp-content/themes/mosaic/assets/images/accordion-opened.svg);
}
.paywall-account-page form {
  padding: 10px 40px;
}
.paywall-account-page form .form-segment {
  position: relative;
  margin-top: 20px;
  /* Changing vertical margin removes space that could be used by alert msgs */
  padding: 20px;
}
.paywall-account-page form .form-segment.form-segment-shaded {
  background-color: #ffe2a5;
}
.paywall-account-page form .form-group.form-group-shaded {
  background-color: #ffe2a5;
}
.paywall-account-page form .form-group label.checkbox {
  line-height: 28px;
}
.paywall-account-page form .form-group input,
.paywall-account-page form .form-group textarea {
  color: purple;
}
.paywall-account-page form .form-group input,
.paywall-account-page form .form-group input::placeholder {
  text-transform: uppercase;
}
.paywall-account-page form .checbox-label {
  color: #70257A;
  text-transform: uppercase;
}
.paywall-account-page form .form-column {
  width: 49%;
  float: left;
  margin-bottom: 12px;
}
.paywall-account-page form .form-column:last-child {
  float: right;
}
.paywall-account-page .form-info {
  border: 2px solid #ffe2a5;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
}
.paywall-account-page .form-info h4 {
  color: #70257A;
  font-size: 1em;
  font-weight: bold;
}
.paywall-account-page dl {
  margin-bottom: 0px !important;
}
.paywall-account-page dl dt {
  margin-top: 0px !important;
}
.paywall-account-page a.logout-link {
  margin-top: 0px !important;
  display: block;
}
.paywall-account-page .cancel-modal .form-group {
  margin: 30px 0;
}
.paywall-account-page .cancel-modal .form-group .btn {
  padding: 10px 44px;
}
.paywall-account-page .cancel-modal .form-group .btn:last-child {
  margin-left: 20px;
}
.paywall-account-page .cancel-modal h2 {
  font: 42px/60px founders-grotesk, 'Arial', sans-serif;
}
.paywall-account-page .cancel-modal p {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0;
}
/**
 * END: Account management page
 */
#subscribe-modal .panel.subscribe-panel .panel-header h2 {
  font-size: 42px;
}
/**
 * BEGIN: Receipt page
 */
.receipt-page .column-left label {
  display: block;
  color: #70257A;
  font: 18px/1.5 founders-grotesk, 'Arial', sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
}
.receipt-page hr {
  border: none;
  color: white;
  background-color: white;
  height: 1px;
  margin: 20px 0 15px 0;
}
/**
 * END: Receipt page
 */
.subscribe-page.simple-subscribe-page .form .radio span::before,
.subscribe-page.simple-subscribe-page .form .checkbox span::before {
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-page.simple-subscribe-page .form .radio span small,
.subscribe-page.simple-subscribe-page .form .checkbox span small {
  font-size: 20px;
  line-height: 20px;
}
.subscribe-page.simple-subscribe-page .form .form-group a.btn,
.subscribe-page.simple-subscribe-page .form .form-group button.btn,
.subscribe-page.simple-subscribe-page .paywall-account-page a.logout-link {
  font-size: 22px;
}
.subscribe-page.simple-subscribe-page .form .form-group p {
  font-size: 22px;
}
.subscribe-page.simple-subscribe-page .column-right .section h2 {
  font-size: 27px;
}
.subscribe-page.simple-subscribe-page .column-right .section .checkout-plan {
  font-size: 20px;
  line-height: 20px;
}
.subscribe-page.simple-subscribe-page .column-right .section .checkout-plan small {
  font-size: 20px;
}
.subscribe-page.simple-subscribe-page .column-right .section.section-bordered ul li {
  font-size: 22px;
}
.plan-selector {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.email-form-error,
.email-form-success {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 5px;
}
.email-form-error.email-form-error,
.email-form-success.email-form-error {
  background-color: #ffab91;
}
.email-form-error.email-form-success,
.email-form-success.email-form-success {
  background-color: #a5d6a7;
}
.page-template-page-subscribe {
  width: 100%;
}
.subscribe-banner {
  background-color: #70257A;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  text-align: center;
}
.subscribe-banner .subscribe-banner-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.subscribe-banner .grid_container {
  position: relative;
  z-index: 1;
}
.subscribe-banner h1 {
  color: inherit;
  display: inline-block;
  font-size: 65px;
  line-height: 1;
}
.subscribe-banner h1 em {
  color: #deb65b;
  font-style: inherit;
  text-decoration: underline;
}
.subscribe-banner p {
  font-size: 18px;
}
.subscribe-banner.subscribe-banner-flash-sale h1 {
  position: relative;
  font: 600 50px/1.2 tiempos-text, 'Times New Roman', serif;
}
.subscribe-banner.subscribe-banner-flash-sale h1::before,
.subscribe-banner.subscribe-banner-flash-sale h1::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOS45MSA4MC42MyI+PHBhdGggZmlsbD0iI2Y0YWUxYSIgZD0iTTE1LjEgNC4wNEwzLjUxIDQyLjM0bDEyLjk0LTIuOTdMMCA4MC42M2wzOS45MS01Ny45OC0xOC45NSA0LjA2TDI4Ljg1IDB6Ii8+PC9zdmc+);
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.subscribe-banner.subscribe-banner-flash-sale h1::before {
  left: -40px;
}
.subscribe-banner.subscribe-banner-flash-sale h1::after {
  right: -40px;
}
.subscribe-banner.subscribe-banner-flash-sale h1 + p {
  font-size: 25px;
}
.subscribe-benefits {
  padding-bottom: 60px;
  padding-top: 60px;
}
.subscribe-benefits h2 {
  margin-bottom: 50px;
}
.icon-box {
  font-size: 18px;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.icon-box p {
  font: 20px/1.2 tiempos-text, 'Times New Roman', serif;
}
.icon-box .icon-container {
  background-color: #deb65b;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 20px auto;
  position: relative;
  width: 100px;
}
.icon-box .icon-container span {
  color: #fff;
  font-size: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.icon-box.icon-box-purple .icon-container {
  background-color: #70257A;
}
.subscribe-callout {
  background-color: #fbf0da;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}
.subscribe-callout a {
  color: #e6b24f;
  text-decoration: underline;
}
.subscribe-footer {
  background: #70257A;
  color: #ceb5d2;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}
.countdown {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.countdown span {
  border: 2px solid #ffffff;
  display: block;
  font-family: founders-grotesk, 'Arial', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 15px 20px 15px;
  position: relative;
  text-align: center;
  width: 50px;
}
.countdown span::after {
  bottom: 0;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 1;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(100%);
}
.countdown span.hours::after {
  content: "Hours";
}
.countdown span.minutes::after {
  content: "Minutes";
}
.countdown span.seconds::after {
  content: "Seconds";
}
.paywall-notice.paywall-notice-v1,
.paywall-notice.paywall-notice-v2 {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 20px 0;
  right: 0;
  text-align: left;
  width: 100%;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-container,
.paywall-notice.paywall-notice-v2 .paywall-notice-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 510px;
  position: relative;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-header,
.paywall-notice.paywall-notice-v2 .paywall-notice-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-header h4,
.paywall-notice.paywall-notice-v2 .paywall-notice-header h4 {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-header .paywall-notice-close,
.paywall-notice.paywall-notice-v2 .paywall-notice-header .paywall-notice-close {
  align-items: center;
  background-image: none;
  color: #000000;
  display: inline-flex;
  font-size: 17px;
  font-weight: 600;
  height: auto;
  margin-left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-header .paywall-notice-close::before,
.paywall-notice.paywall-notice-v2 .paywall-notice-header .paywall-notice-close::before {
  content: 'Expand';
  margin-right: 10px;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-header .paywall-notice-close::after,
.paywall-notice.paywall-notice-v2 .paywall-notice-header .paywall-notice-close::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMjI1LjgxMyA0OC45MDdMMTI4IDE0Ni43MiAzMC4xODcgNDguOTA3IDAgNzkuMDkzbDEyOCAxMjggMTI4LTEyOHoiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  content: "";
  display: block;
  height: 14px;
  transform: rotateX(180deg);
  width: 14px;
}
.paywall-notice.paywall-notice-v1.expanded .paywall-notice-header h4,
.paywall-notice.paywall-notice-v2.expanded .paywall-notice-header h4 {
  opacity: 0;
}
.paywall-notice.paywall-notice-v1.expanded .paywall-notice-close::before,
.paywall-notice.paywall-notice-v2.expanded .paywall-notice-close::before {
  content: "Collapse";
}
.paywall-notice.paywall-notice-v1.expanded .paywall-notice-close::after,
.paywall-notice.paywall-notice-v2.expanded .paywall-notice-close::after {
  transform: rotateX(0deg);
}
.paywall-notice.paywall-notice-v1 .paywall-notice-count span.count,
.paywall-notice.paywall-notice-v2 .paywall-notice-count span.count {
  background-color: #ffffff;
  border-radius: 50%;
  color: #e5b24f;
  display: block;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80px;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-count span.label,
.paywall-notice.paywall-notice-v2 .paywall-notice-count span.label {
  color: #ffffff;
  display: block;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content-grid,
.paywall-notice.paywall-notice-v2 .paywall-notice-content-grid {
  align-items: center;
  display: flex;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content-grid .left,
.paywall-notice.paywall-notice-v2 .paywall-notice-content-grid .left {
  padding-right: 30px;
  min-width: 110px;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content-grid .right,
.paywall-notice.paywall-notice-v2 .paywall-notice-content-grid .right {
  border-left: 2px solid #ffffff;
  flex: 1;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-top: 20px;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content h4,
.paywall-notice.paywall-notice-v2 .paywall-notice-content h4 {
  font-size: 38px;
  margin-bottom: 15px;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content p,
.paywall-notice.paywall-notice-v2 .paywall-notice-content p {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-subscribe,
.paywall-notice.paywall-notice-v2 .paywall-notice-content .btn-subscribe,
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-login,
.paywall-notice.paywall-notice-v2 .paywall-notice-content .btn-login {
  min-width: auto;
  width: auto;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-subscribe,
.paywall-notice.paywall-notice-v2 .paywall-notice-content .btn-subscribe {
  border-radius: 4px;
  color: #ffffff;
  display: block;
  max-width: 160px;
  padding-left: 40px;
  padding-right: 40px;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-login,
.paywall-notice.paywall-notice-v2 .paywall-notice-content .btn-login {
  background-color: transparent;
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-login em,
.paywall-notice.paywall-notice-v2 .paywall-notice-content .btn-login em {
  color: #70257A;
  font-style: normal;
}
.paywall-notice.paywall-notice-v1 {
  padding-left: 30px;
  padding-right: 30px;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content h4 {
  color: #000000;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-subscribe,
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-login {
  min-width: auto;
  width: auto;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-subscribe {
  background-color: #70257A;
}
.paywall-notice.paywall-notice-v1 .paywall-notice-content .btn-login {
  background-color: transparent;
}
.paywall-notice.paywall-notice-v2 {
  background-color: #ffffff;
  border: 6px solid #e5b24f;
}
.paywall-notice.paywall-notice-v2 .paywall-notice-header .paywall-notice-close {
  margin-right: 20px;
}
.paywall-notice.paywall-notice-v2 .paywall-notice-count span.count {
  background-color: #e5b24f;
  color: #ffffff;
}
.paywall-notice.paywall-notice-v2 .paywall-notice-count span.label {
  color: #000000;
}
.paywall-notice.paywall-notice-v2 .paywall-notice-content-grid .right {
  border-left: 2px solid #e5b24f;
}
.paywall-notice.paywall-notice-v2 .paywall-notice-content .btn-subscribe {
  background-color: #e5b24f;
}
#incognito-notice {
  background-color: #70257A;
  background-image: url(../images/lock.png);
  background-position: center right -80px;
  background-repeat: no-repeat;
  background-size: 250px;
  font-family: founders-grotesk, 'Arial', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 30px 20px;
}
#incognito-notice h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#incognito-notice .actions {
  align-items: center;
  display: flex;
}
#incognito-notice .actions a {
  color: #cebad9;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}
#incognito-notice .actions a:hover {
  color: #ffffff;
}
#incognito-notice .actions a:first-child {
  background-color: #cebad9;
  color: #70257A;
}
#incognito-notice .actions a:first-child:hover {
  background-color: #ffffff;
  color: #70257A;
}
.ev .pm2 .product-list div[id^=payment-plans-][id$="-third"] div[id^=payment-plan-][id$="-row"] .payment-text {
  display: block !important;
}
.ev .pm2 .product-list div[id^=payment-plans-][id$="-third"] div[id^=payment-plan-][id$="-row"] .paymentPlan-features ul {
  list-style: disc !important;
}
.ev .pm2 .product-list div[id^=payment-plans-][id$="-third"] div[id^=payment-plan-][id$="-row"] .paymentPlan-features li {
  display: list-item !important;
}
.sidebar_sponsor {
  font: 16px/1 founders-grotesk, 'Arial', sans-serif;
  padding: 10px 0px 10px 0px !important;
  margin: 10px 0px 30px 0px !important;
  border-top: solid 1px #70257A !important;
  border-bottom: solid 1px #70257A !important;
}
