@charset "UTF-8";
/* CSS Document */

* {
	outline: none;
}
body {
	margin: 0 auto;
	padding: 0;
  background-color: #000;
	width: 100%;
	height: 100%;
	font-family: 'Lato',Helvetica,Verdana,Arial;
	line-height: 130%;
}
.ie7 body{
	overflow:hidden;
}
.black-bkgr {
  background: #000;
}
html {
}
#video {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 580px;
  margin-top:36px;
  border: #4373f1 8px solid;
  border-radius: 4px;
}
video {
    display: inline-block;
    vertical-align: baseline;
}
#splash-screen, #SCREEN {
	display: block;
}
#splash-tablet, #splash-phone, #TABLET, #MOBILE {
	display: none;
}
#TABLET-WIDTH, #MOBILE-WIDTH {
	display: none;
}
#splash {
  margin: 0 auto;
  background-color: #000;
  background-image: url("img/HOME-PAGE-SPLASH-bkgr-1920w.jpg"); 
  background-repeat: no-repeat;
  background-size: 100%;
}
#splash img {
  width: 100%;
  max-width: 1920px;

}
.splash-bkgr {
  z-index: -999;
}

#splash-parallax {
  margin: 0 auto;

  padding: 0;
  vertical-align: text-top;
}
#splash-parallax img {
  width: 100%;
  max-width: 1920px;

}

#splash h1 {
  color: #adc7fc;
  font-family: 'Qwigley', cursive;
  font-size: 9em;
  text-align: center;
}
#splash h2 {
  color: #4373f1;
  font-family: 'Lato', sans-serif;
  font-size: 2.5em;
  text-shadow: none;
  margin: 24px 0 0 0;
}
#splash h3 {
  color: #fff;
  font-size: 2em;
  margin: 600px 0 90px 0;
}



#splash-parallax h1 {
  color: #adc7fc;
  font-family: 'Qwigley', cursive;
  font-size: 9em;
  text-align: left;
  vertical-align: text-top;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10%;
  line-height: 100%;
}
#splash-parallax h2 {
  color: #4373f1;
  font-family: 'Lato', sans-serif;
  font-size: 2.25em;
  /*! line-height: 120%; */
  text-shadow: none;
  margin: 0 auto;
  padding: 0;
}
#splash-parallax h3 {
  color: #fff;
  font-size: 1.8em;
  line-height: 160%;
  margin: 35vh 0 48px 0;
}
#banner {
  background: #000;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
}
#banner .banner-logo p {
  float: left;
  margin: 0;
  padding: 16px;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  color: #4373f1;
  font-weight: normal;
}
#banner .banner-logo p span {
  color: #0344ed;  
  font-size: 100%;
  font-weight: normal;
  padding: 0 0 0 8px;
  text-shadow: none;
}
#banner .nav {
  margin: 0;
}
#banner .nav .nav-links {
  float: right;
  text-align: right;
  
}
#banner .nav .nav-links ul 
	{padding:  0;}
#banner .nav .nav-links ul li {
  display: inline-block;
  padding: 0 18px 0 0;
  font-size: 1em;
}
#banner .nav .nav-links ul li a:link,
#banner .nav .nav-links ul li a:visited {
  color: #4373f1;
	text-decoration: none;
  transition: 1s ease;
  border-bottom: 0px;
}
#banner .nav .nav-links ul li a:hover,
#banner .nav .nav-links ul li a:active {
  color: #93b6fb;
}
.banner-logo a:link, .banner-logo a:visited {
    color: #4373f1;
}
.banner-logo a:hover, .banner-logo a:active {
    color: #93b6fb;
}

.text-shadow-blue {
  text-shadow: 2px 2px 1px rgba(3, 11, 112, 0.9);
}
#Publish-Your-Book .blue-text {
  color: #2869e9;
  text-shadow: 8px 8px 11px rgb(0, 0, 0);
}
.main {
	margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  
}


.flex-container {
  padding: 0;
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.flex-container-90pc-w {
  padding: 0;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.flex-item {
  padding: 5px;
  width: 45%;
  text-align: center;
  vertical-align: middle;
}
.flex-item.lucid-left {
  width: 32%;
}
#OFFERINGS-Kerani .three-col-left {
  width: 24%;
}
#OFFERINGS-Kerani .three-col-center {
  width: 44%;
}
#OFFERINGS-Kerani .three-col-right {
  width: 24%;
  margin-top: 24px;
  padding-top: 24px
}
#OFFERINGS-Brenda .three-col-left {
  width: 33%;
  padding-top: 36px;
}
#OFFERINGS-Brenda .three-col-center {
  width: 32%;
}
#OFFERINGS-Brenda .three-col-right {
  width: 22%;
  margin-top: 24px;
  padding-top: 28px;
}
.three-col-home {
  width: 33%;
  background: #004fe199;
  margin-bottom: 24px;
  padding: 18px 36px 56px 36px;
  border: 1px solid #2769e9;
  border-radius: 14px;
}
.three-col-home h3 {
  color: #fff;
}
#Publish-Your-Book .three-col-home p {
  font-size: 1.25em;
  text-align: center;
  line-height: 130%;
  margin: 24px 0 60px 0;
}
#splash .flex-container {
  width: 100%;
}
#splash .flex-item-left {
  padding: 36px 0 0 0;
  width: 62%;
  text-align: center;
  vertical-align: middle;
}
#splash .flex-item-right {
  padding: 5px;
  width: 34%;
  text-align: center;
  vertical-align: middle;
}
#splash .splash-button-bottom-margin {
  height: 100px;
}
#splash-parallax .flex-container {
  width: 90%;
}
#splash-parallax .flex-item-left {
  width: 62%;
  text-align: center;
  vertical-align: middle;
}
#splash-parallax .flex-item-right {
  padding: 5px;
  width: 34%;
  text-align: center;
  vertical-align: middle;
}
#splash-parallax .flex-item-right p {
  padding: 5px;
  width: 34%;
  text-align: left;
  vertical-align: middle;
}
#splash-parallax .splash-button-bottom-margin {
  height: 100px;
}
h1 {
  font-size: 3em;
}
h2 {
  font-family: Qwigley, cursive;
  margin: 48px 0 48px 0;
  color: #1304b9;
  font-size: 4.4em;
  text-align: center;
}
h3 {
  color: #7504b9;
  font-size: 1.5em;
}
h4 {
  font-size: 3em;
}
h5 {
  font-size: 3em;
}
h6 {
  font-size: 3em;
}
p {
  font-size: 1.2em;
  line-height: 120%;
}
.sowise-m {
	font-size: 80%
}
p.maya-quote {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-size: 1.6em;
  color: #ba4df8;
  margin: 222px 0 0 24px;
  text-align: center;
  width: 62%;
}
p.maya-quote-attribute {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-size: 1.2em;
  color: #ba4df8;
  margin: 36px 0 0 24px;
  text-align: center;
  width: 62%;
}
#splash-parallax p.maya-quote {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-size: 1.5em;
  color: #ba4df8;
  margin: 0 auto;
  padding: 48px 0 0 0;
  text-align: center;
  width: 62%;
  max-width: 550px;
}
#splash-parallax p.maya-quote-attribute {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-size: 1.2em;
  color: #ba4df8;
  margin: 0 auto;
  padding: 12px 0 0 0;
  text-align: center;
  width: 62%;
  max-width: 550px;
}

.flex-item a:link, .flex-item a:visited {
  color: #0516c6;
	text-decoration: none;
  transition: 1s ease;
}
.flex-item a:hover, .flex-item a:active {
  color: #0516c64d;
	text-decoration: none;
  transition: 1s ease;
}

#OFFERINGS-Kerani p.photo-credit, 
#OFFERINGS-Brenda p.photo-credit,
#OFFERINGS p.photo-credit {
  font-size: .88em;
  color: #999;
}
#OFFERINGS-Lucid p.photo-credit, 
#OFFERINGS-Alexa p.photo-credit,
#blue-bkgr p.photo-credit {
  font-size: .88em;
  color: #5f86d7;
}
#OFFERINGS-Kerani a {
  line-height: 150%;
}


#OFFERINGS-Lucid .flex-item a:link, 
#OFFERINGS-Lucid .flex-item a:visited {
  color: #2869e9;
  text-decoration: none;
  transition: 1s ease;
}
#OFFERINGS-Kerani .flex-item a:link, 
#OFFERINGS-Kerani .flex-item a:visited {
  color: #b3d6f8;
  text-decoration: none;
  transition: 1s ease;
}
#OFFERINGS-Kerani .flex-item a:hover, 
#OFFERINGS-Kerani .flex-item a:active {
  color: #fff;
  text-decoration: none;
  transition: 1s ease;
}
#OFFERINGS-Brenda .flex-item a:link, 
#OFFERINGS-Brenda .flex-item a:visited {
  color: #fff;
  text-decoration: none;
  line-height: 120%;
  transition: 1s ease;
}
#OFFERINGS-Lucid .flex-item a:hover,
#OFFERINGS-Lucid .flex-item a:active,
#OFFERINGS-Alexa .flex-item a:hover, 
#OFFERINGS-Alexa .flex-item a:active {
  color: #0516c64d;
	text-decoration: none;
  transition: 1s ease;
}
#OFFERINGS-Brenda .flex-item a:hover, 
#OFFERINGS-Brenda .flex-item a:active {
  color: #4373f1;
	text-decoration: none;
  transition: 1s ease;
}


a:link.splash-button, a:visited.splash-button,
a:link.splash-button-lg, a:visited.splash-button-lg,
.three-col-home a:link.button  {
  color: #fff;
  font-size: 1em;
  background: #4347f1;
  padding: 16px 22px;
  border: #141157 1px solid;
  border-radius: 15px;
}
a:hover.splash-button, a:active.splash-button,
a:hover.splash-button-lg, a:active.splash-button-lg {
  color: #eee4f9;
  font-size: 1em;
  background: #101382;
  padding: 16px 22px;
  border: #141157 1px solid;
  border-radius: 15px;
}
.three-col-home a:link.button, .three-col-home a:visited.button {
  color: #fff;
  font-size: 1em;
  background: #4347f1;
  padding: 16px 22px;
  border: #141157 1px solid;
  border-radius: 15px;
  font-weight: bold;
  letter-spacing: .05em;
}
.three-col-home a:hover.button, .three-col-home a:active.button {
  color: #eee4f9;
  font-size: 1em;
  background: #101382;
  padding: 16px 22px;
  border: #141157 1px solid;
  border-radius: 15px;
}
a:link.splash-button-lg, a:visited.splash-button-lg,
a:hover.splash-button-lg, a:active.splash-button-lg {
  font-size: 1.75em;
  padding: 20px 30px;
  letter-spacing: .03em;
}

.home-3-buttons ul li {
  display: inline;
  
}
.home-3-buttons ul li a:link.publish-button, 
.home-3-buttons ul li a:visited.publish-button {
  color: #07178c;
  font-size: 1em;
  background: #91b4dc;
  margin: 0 24px 0 24px;
  padding: 16px 22px;
  border: #9499f5 1px solid;
  border-radius: 15px;
  text-decoration: none;
  display: inline;
}
.home-3-buttons ul li a:hover.publish-button, 
.home-3-buttons ul li a:active.publish-button {
  color: #07178c;
  background: transparent;
  padding: 16px 22px;
  border: #fff 1px solid;
  border-radius: 15px;
  text-decoration: none;
}

#blue-bkgr a:link.button, #blue-bkgr a:visited.button {
  color: #fff;
  font-size: 1em;
  background: #7ea7fb;
  padding: 16px 22px;
  border: #2f2dd0 1px solid;
  border-radius: 15px;
}
#OFFERINGS a:hover.button, #OFFERINGS a:active.button,
#blue-bkgr a:hover.button, #blue-bkgr a:active.button {
  color: #4373f1;
  font-size: 1em;
  background: #b7cefe;
  padding: 16px 22px;
  border: #90aefc 1px solid;
  border-radius: 15px;
}

a {
  transition: 1s ease;
  text-decoration: none;
}

.vert-space-8px {
  height: 8px;
}
.vert-space-12px {
  height: 12px;
}
.vert-space-24px {
  height: 24px;
}
.vert-space-36px {
  height: 36px;
}
.vert-space-48px {
  height: 48px;
}
.vert-space-60px {
  height: 60px;
}
.vert-space-80px {
  height: 80px;
}
.vert-space-100px {
  height: 100px;
}
.vert-space-120px {
  height: 120px;
}
.vert-space-180px {
  height: 180px;
}
.vert-space-200px {
  height: 200px;
}
.font-size-135em {
	font-size: 1.35em;
}
.font-size-2em {
	font-size: 2em;
	line-height: 170%
}
.font-size-150pc {
  font-size: 150%;
}
.font-size-120pc {
  font-size: 120%;
}
.vert-space-60px.no-tablet {
  height: 24px;
}
.nowrap {
	white-space: nowrap;
}
.clear{
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.book {
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	border: 2px solid #3a3a7c;
}
.book-title {
	font-size: 1.6em;
}
.home-bio-pic {
  margin-top: 36px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(100, 68, 245, 0.75);
	-moz-box-shadow: 2px 2px 10px 0px rgba(100, 68, 245, 0.75);
	box-shadow: 2px 2px 10px 0px rgba(100, 68, 245, 1);
}


#OFFERINGS-Kerani .home-bio-pic {
  margin-top: 60px;	
  -webkit-box-shadow: 2px 2px 10px 0px rgba(100, 68, 245, 0.75);
	-moz-box-shadow: 2px 2px 10px 0px rgba(100, 68, 245, 0.75);
	box-shadow: 2px 2px 10px 0px rgba(100, 68, 245, 1);
}

#Publish-Your-Book {
  padding: 0;
  margin: 10vh 5vh 10vh 30vh;
}
#Publish-Your-Book,
#Publish-Your-Book h2,
#Publish-Your-Book p,
#Publish-Your-Book-2,
#Publish-Your-Book-2 h2,
#Publish-Your-Book-2 p{
  color: #fff;
  text-align: center;
}
#Publish-Your-Book-2 {
	padding: 0 5% 0 5%;
}
#Publish-Your-Book h2 {
  margin: 10vh 0 0 0;
  padding: 48px 0 24px 0;
  font-size: 6em;
}
#Publish-Your-Book h3 {
  font-size: 36px;
  color: #f5f7fb;
  text-shadow: 8px 8px 8px rgb(2, 1, 66);
  margin: 36px 0 48px 0;
  line-height: 1.2;
}
#Publish-Your-Book .offset-left-9pc {
  width: 82%; margin-left: 9%;
}
h2#your-story-matters {
  margin: 0 0 60px 0;
  padding: 90px 0 0 0; 
  font-size: 5em;
}
h2#sowise {
  margin: 0 auto;
  padding: 24px 0 60px 0;
  color: #2869e9;
  text-shadow: 8px 8px 11px rgb(0, 0, 0);
  line-height: .9;
}
p#sowise {
  margin: 0 auto;
  
}
#Publish-Your-Book .acronym {
  font-size: 1.5em;
  line-height: 1.7;
  margin: 0 auto;
  padding: 28px 0 28px 0;
  width: 80%;
  max-width: 820px;
  color: #fff;
  text-shadow: 8px 8px 11px rgb(0, 0, 0);
}
#Publish-Your-Book .acronym i {
  font-size: 121%;
  letter-spacing: .055em;
  font-weight: bold;
}
#Publish-Your-Book .flex-container {
  width: 100%; margin: 5vh 2vw 5vh 0;
}
#Publish-Your-Book-2 .flex-container {
  width: 80%; margin: 0 auto; margin-top: 8vh; margin-bottom: 8vh; 
  margin-left: 8vw;
}
#Publish-Your-Book-2 p {
  color: #142155;
  text-shadow: none;
  /* width: 50%; */
  margin: 0 auto;
  line-height: 170%;
  font-size: 1.35em;
}

#Publish-Your-Book-2 p.font-size-150pc {
  color: #142155;
  text-shadow: none;
  font-size: 2em;
  font-weight: bold;
  padding: 6px 0 12px 0;
}
#Publish-Your-Book-2 p.font-size-120pc {
  color: #142155;
  text-shadow: none;
  font-size: 1.5em;
  font-weight: bold;
}
#Publish-Your-Book-2 .flex-item p.left {
  font-size: 1.5em;
  line-height: 170%;
  text-align: right;
}
#Publish-Your-Book-2 .flex-item p.right {
  font-size: 1.15em;
  line-height: 170%;
  margin-top: 8vh;
  padding-left: 4vw;
  text-align: left;
}
#Publish-Your-Book-2 p#begin-the-journey {
  font-size: 1.75em;
  white-space: nowrap;
  width: 100%;
}
#OFFERINGS-Kerani p, 
#OFFERINGS-Lucid p, 
#OFFERINGS-Brenda p,
#OFFERINGS-Alexa p,
#OFFERINGS p,
#blue-bkgr p,
#mission p {
  font-size: 1.1em; line-height: 70%;
}
#OFFERINGS-Kerani p a, 
#OFFERINGS-Lucid p a, 
#OFFERINGS-Brenda p a,
#OFFERINGS-Alexa p a,
#OFFERINGS p a {
  font-size: 1.1em;
}
#OFFERINGS-Lucid p {
  color: #0f01a5;
  font-size: 1.1em;
}
#OFFERINGS-Kerani h2 {
  margin-top: 24px;
  margin-bottom: 100px;
  color: #2869e9;
}
#OFFERINGS-Lucid h2 {
  margin-top: 24px;
  margin-bottom: 60px;
}
#OFFERINGS-Brenda h2 {
  font-family: Qwigley, cursive;
  margin: 24px 0 90px 0;
  color: #fff;
  font-size: 4.4em;
  text-align: center;
  opacity: 1;
  z-index: 999;
}

#OFFERINGS-Kerani h3, 
#OFFERINGS-Lucid h3, 
#OFFERINGS-Brenda h3,
#OFFERINGS-Alexa h3,
#OFFERINGS h3,
#blue-bkgr h3,
#mission {
  font-size: 1.35em;
  text-align: center;
  color: #faf9fb;
}
#OFFERINGS-Kerani h3 {
  color: #2869e9;
}
#OFFERINGS-Lucid h3,
#OFFERINGS-Alexa h3 {
  color: #1304b9;
}
#OFFERINGS-Brenda h3 {
  color: #321c74;
}
#OFFERINGS-Kerani h4, 
#OFFERINGS-Lucid h4, 
#OFFERINGS-Brenda h4,
#OFFERINGS-Alexa h4,
#OFFERINGS  h4 {
  font-size: 1.15em;
  color: #fff;
  text-align: center;
  line-height: 140%;
  font-weight: normal;
  margin: 0 auto;
  width: 80%;
  max-width: 920px;
}
#OFFERINGS-Kerani .left-col-description, 
#OFFERINGS-Lucid .left-col-description, 
#OFFERINGS-Brenda .left-col-description,
#OFFERINGS-Alexa .left-col-description,
#OFFERINGS .left-col-description,
#blue-bkgr .left-col-description {
  line-height: 160%;
  text-align: left;
  margin: 0 auto;
}
#OFFERINGS-Lucid .left-col-description {
  margin-top: 2em;
}
#OFFERINGS-Kerani .left-col-description-OK {
  color: #e1e6fe;
  font-size: 1.1em;
  line-height: 140%;
  text-align: left;
  margin: 48px 0 0 48;
}
#OFFERINGS-Kerani .left-col-description-OK-lg {
  color: #e1e6fe;
  font-size: 1em;
  line-height: 160%;
  text-align: center;
  margin: 0 auto;
}
#OFFERINGS-Kerani .left-col-description-OK-lg.left {
  text-align: left;
}
#OFFERINGS-Brenda p,
{
  color: #000;
}
#OFFERINGS-Lucid .left-col-description-centered, 
#OFFERINGS-Brenda .left-col-description-centered,
#OFFERINGS-Alexa .left-col-description-centered,
#OFFERINGS .left-col-description-centered,
#blue-bkgr .left-col-description-centered {
  color: #7504b9;
  line-height: 160%;
  text-align: center;
  margin: 48px 0 0 0;
}
#original-art.left-col-description-centered {
  margin-top: 111px;
}
#rites-of-passage.left-col-description {
  margin-top: 111px;
}
#creative-mentoring.left-col-description {
  margin-top: 111px;
}
#ARTWORK-Kerani {
  width: 100%;
  text-align: center;
}
#ARTWORK-Kerani h2 {
  font-family: Lato, sans-serif;
  color: #fb9d06;
  text-shadow: none;
  margin: 60px 0 48px 0;
}
#ARTWORK-Kerani .flex-item img {
  width: 100%;
  max-width: 600px;
}
#ARTWORK-Kerani .flex-item a {
  border-bottom: #fff 0px solid;
}
#OFFERINGS-Kerani .flex-container a:link, 
#OFFERINGS-Kerani .flex-container a:visited {
  color: #93b6fb;
	text-decoration: none;
  transition: 1s ease;
  opacity: 1;
}
#OFFERINGS-Kerani .flex-container a:hover, 
#OFFERINGS-Kerani .flex-container a:active {
  color: #2869e9;
	text-decoration: none;
  transition: 1s ease;
}
#OFFERINGS-Brenda .flex-container a:link, 
#OFFERINGS-Brenda .flex-container a:visited {
  color: #fff;
	text-decoration: none;
  transition: 1s ease;
  opacity: 1;
}
#OFFERINGS-Brenda .flex-container a:hover, 
#OFFERINGS-Brenda .flex-container a:active {
  color: #4373f1;
	text-decoration: none;
  transition: 1s ease;
}

#OFFERINGS-Lucid .lucid-cc-attribute {
  color: #fff;
  font-size: .8em;
  z-index: 999;
  width: auto;
  margin: 0 0 48px 45px;
}

.lucid-cc-attribute a:link,
.lucid-cc-attribute a:visited {
  color: #fff;
  font-size: .8em;
  z-index: 999;
}
.footer {
  background: #0d0bc4;
  color: #adc7fc;
  margin: 0 auto;
  padding: 24px 0 24px 0;
  text-align: center;
  line-height: 170%;
}
.footer-brand {
  color: #eee;
  font-size: 1.5em;
}
.footer-links a:link, .footer-links a:visited {
  color: #6f94dc;
  font-size:  1.1em;
  font-weight: bold;
}
.footer-links a:hover, .footer-links a:active {
  color: #ccc;
}
.copyright {
  font-size: 92%;
}
#social img {
  width: 36px;
}
#mailchimp {
  margin: 0 auto;
  width: 40%;
  background: #004fe199;
  margin-top: 5rem;
  margin-bottom: 24px;
  padding: 18px 5% 56px 5%;
  border: 1px solid #2769e9;
  border-radius: 14px;
}
#mc_embed_signup_scroll h2 {
  margin: 0 0 0 0;
  font-size: 4.5rem;
  line-height: 1
}
.mc-field-group label, .mc-field-group input {
  text-align: center;
  
}
.mc-field-group {
  margin: 1rem;
}
input#mce-EMAIL, input#mce-FNAME {
  width: 60%;
  
}



@media screen and (min-width:1680px) {
  

	a:link.splash-button, a:visited.splash-button {
	  font-size: 1.2em;
	  font-weight: bold;
    letter-spacing: .03em;
	}


	#Publish-Your-Book .acronym {
    margin: 0 auto;
    width: 80%;
    max-width: 820px;
	  font-size: 1.5em; 
    line-height: 170%;
	}

  #Publish-Your-Book-2 p {
  color: #142155;
  text-shadow: none;
  width: 50%;
  margin: 0 auto;
  line-height: 145%;
  font-weight:  bold;
  font-size: 1.5em;
  }
  .flex-container-90pc-w {
    max-width: 1400px;
  }

	.font-size-135em {
		font-size: 1.5em;
	}

  #OFFERINGS-Kerani .three-col-left {
    width: 20%;
  }
  #OFFERINGS-Kerani .three-col-center {
    width: 44%;
  }
  #OFFERINGS-Kerani .three-col-right {
    width: 26%;
    margin-top: 24px;
    padding-top: 24px
  }
  
  #OFFERINGS-Kerani .three-col-right .left-col-description-OK-lg {
    font-size: 1.2em;
    padding-top: 24px
    
  }
  
  #OFFERINGS-Kerani .home-bio-pic {
    margin-top: 20px;	
  }
  #OFFERINGS-Brenda p {
    font-size: 1.2em
  }
  #OFFERINGS-Lucid .flex-container {
    padding-top: 60px;
    max-width: 1440px;
  }
}

@media screen and (min-width:1024px) and (max-width:1380px) and (height:768px) and (orientation:landscape) {

.vert-space-60px {
  height: 48px;
}
}


@media screen and (max-width:1280px) {
  #splash-parallax h3 {
    font-size: 1.5em;
  }
  
  .three-col-left {
    width: 28%;
  }
  .three-col-center {
    width: 32%;
  }
  .three-col-right {
    width: 30%;
    margin-top: 24px;
  }
  
  #OFFERINGS-Kerani .left-col-description-OK {
    font-size: 1.1em;
  }
  #OFFERINGS-Kerani .left-col-description-OK-lg {
    font-size: 1em;
    text-align: center;
  }
}


@media screen and (max-width:1080px) {
  
  #splash-parallax h1 {
    font-size: 8em;
  }
  
  #splash-parallax .flex-item-right, 
  #splash-parallax .flex-item-left {
    width: 50%;
  }
  #OFFERINGS-Kerani p, 
  #OFFERINGS-Lucid p, 
  #OFFERINGS-Brenda p,
  #OFFERINGS-Alexa p,
  #OFFERINGS p,
  #blue-bkgr p,
  #mission p {
    font-size: 1em;
  }
  #OFFERINGS-Lucid p {
    font-size: 1em;
  }
  
  #OFFERINGS-Kerani p a, 
  #OFFERINGS-Lucid p a, 
  #OFFERINGS-Brenda p a,
  #OFFERINGS-Alexa p a,
  #OFFERINGS p a {
    font-size: 98%;
  }
  .home-3-buttons ul li a:link.publish-button, 
  .home-3-buttons ul li a:visited.publish-button {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
    display: block;
  }
  
  #Publish-Your-Book-2 p {
    width: 70%;
    margin: 0 auto;
    line-height: 170%;
    font-size: 1.35em;
  }
  
  #mailchimp {
    margin: 0 auto;
    width: 60%;
    background: #004fe199;
    margin-top: 5rem;
    margin-bottom: 24px;
    padding: 18px 5% 56px 5%;
    border: 1px solid #2769e9;
    border-radius: 14px;
  }
}


@media screen and (max-width:960px) {
  #splash-parallax h1 {
    font-size: 6em;
    margin-bottom: 36px;
  }
  #splash-parallax h3 {
    font-size: 1.45em;
  }
  
  #splash-parallax .flex-item-left {
    width: 55%;
    text-align: center;
    vertical-align: middle;
  }
  #splash-parallax .flex-item-right {
    padding: 5px;
    width: 45%;
    text-align: center;
    vertical-align: middle;
  }
  
  #splash-parallax p.maya-quote {
    margin: 0 auto;
    padding: 120px 0 0 0;
    text-align: center;
    line-height: 200%;
    width: 80%;
      }
    #Publish-Your-Book {
    margin: 10vh 5vh 10vh 20vh;
  }
  #Publish-Your-Book .offset-left-9pc {
    width: 100%; margin-left: 0;
  }
  
  #Publish-Your-Book-2 p {
    width: 80%;
  }
  #OFFERINGS-Kerani .three-col-left {
    width: 50%;
  }
  #OFFERINGS-Kerani .three-col-center {
    display: none;
  }
  #OFFERINGS-Kerani .three-col-right {
    width: 50%;
    margin-top: 24px;
  }
  
}


@media screen and (max-width:920px) {
  #splash-parallax .flex-container {
    padding: 0;
    margin: 0 auto;
    width: 98%;
    flex-direction: column;
  }
  
  #splash-parallax .flex-item-left,
  #splash-parallax .flex-item-right {
    margin: 0 auto;
    width: 80%;
  }
  
  #splash-parallax p.maya-quote {
    font-size: 1.4em;
    margin: 0 auto;
    margin-top: 4vh;
    padding: 60px 0 0 0;
    width: 85%;
    max-width: 550px;
    line-height: 160%
  }
  #splash-parallax p.maya-quote-attribute {
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
  }
  
  #splash-parallax h2 {
    font-size: 2.2em;
    margin: 0 0 0 0;
  }
  #splash-parallax h3 {
    font-size: 2em;
    margin: 0;
    padding: 90px 0 60px 0;
  }

  #OFFERINGS-Lucid h2 {
    margin-top: 5vh
  }
  .three-col-left {
    width: 50%;
  }
  .three-col-center {
    display: none;
  }
  .three-col-right {
    width: 50%;
    margin-top: 24px;
  }
  
  #OFFERINGS-Brenda .three-col-left {
    display: none;
  }
  #OFFERINGS-Brenda .three-col-center {
    display: block;
    width: 50%;
  }
  #OFFERINGS-Brenda .three-col-right {
    display: block;
    width: 40%;
  }
  .vert-space-80px {
    height: 60px;
  }
  .vert-space-36px {
    height: 12px;
  }
  .vert-space-24px {
    height: 8px;
  }

}


@media screen and (min-width:768px and max-width:920px) {
  #splash-parallax .flex-container {
    padding: 0;
    margin: 0 auto;
    width: 98%;
    flex-direction: column;
  }
  
  #splash-parallax .flex-item-left,
  #splash-parallax .flex-item-right {
    margin: 0 auto;
    width: 80%;
  }
  
  #splash-parallax p.maya-quote {
    font-size: 1.4em;
    margin: 0 auto;
    margin-top: 4vh;
    padding: 60px 0 0 0;
    width: 85%;
    max-width: 550px;
    line-height: 160%
  }
  #splash-parallax p.maya-quote-attribute {
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
  }
  
  #splash-parallax h2 {
    font-size: 2.2em;
    margin: 0 0 0 0;
  }
  #splash-parallax h3 {
    font-size: 2em;
    margin: 0;
    padding: 90px 0 60px 0;
  }

  #OFFERINGS-Lucid h2 {
    margin-top: 5vh
  }
  .three-col-left {
    width: 50%;
  }
  .three-col-center {
    display: none;
  }
  .three-col-right {
    width: 50%;
    margin-top: 24px;
  }
  
  #OFFERINGS-Brenda .three-col-left {
    display: none;
  }
  #OFFERINGS-Brenda .three-col-center {
    display: block;
    width: 50%;
  }
  #OFFERINGS-Brenda .three-col-right {
    display: block;
    width: 40%;
  }
  .vert-space-80px {
    height: 60px;
  }
  .vert-space-36px {
    height: 12px;
  }
  .vert-space-24px {
    height: 8px;
  }

}







@media screen and (min-width:600px) and (max-width:1024px) and (orientation:portrait) {
  #splash-screen, #splash-phone, #MOBILE {
		display: none;
	}
	#splash-tablet, #TABLET {
		display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    
	}
	#SCREEN-WIDTH, #MOBILE-WIDTH, #SCREEN {
		/*! display: none; */
	}
	#TABLET-WIDTH {
		display: block;
	}
  #splash-parallax {
    text-align: center;
  }
  #splash-parallax h1 {
    padding-top: 48px;
    margin-bottom: 36px;
    font-size: 5em;
    text-align: center;
  }
  
  #splash-parallax p.maya-quote {
    margin: 0 auto;
    padding: 90px 0 0 0;
    text-align: center;
    line-height: 120%;
    width: 80%;
    max-width: 400px;
  }
  #splash-parallax h3 {
    font-size: 1.8em;
    margin: 0 auto;
    padding: 90px 0 40px 0;
    text-align: center;
  }
  #splash-parallax p.maya-quote-attribute {
    margin: 0 auto;
    padding: 24px 0 0 0;
    text-align: center;
    width: 62%;
    max-width: 550px;
  }
  
  .flex-container-90pc-w {
    width: 100%;
  }
  #Publish-Your-Book-2 p#begin-the-journey {
    font-size: 1.5em;
    white-space: normal;
    width: 100%;
  }
  #Publish-Your-Book {
    margin: 0 auto;
    padding: 36px;
    max-width: 820px;
  }
  #Publish-Your-Book h2,
  #Publish-Your-Book-2 h2 {
    margin: 0 auto;
    padding: 24px 0 24px 0;
    font-size: 4em;
    line-height: 120%;
  }
  h2#your-story-matters {
    margin: -100px 0 60px 0;
    padding: 0 0 0 0; 
  }
  #Publish-Your-Book,
  #Publish-Your-Book h2,
  #Publish-Your-Book p,
  #Publish-Your-Book-2,
  #Publish-Your-Book-2 h2,
  #Publish-Your-Book-2 p {
    color: #020272;
    text-align: center;
  }
  
  #Publish-Your-Book p {
    color: #ffffff;
  }
  #Publish-Your-Book .text-shadow-blue,
  #Publish-Your-Book-2 p.text-shadow-blue,
  #OFFERINGS-Lucid h2,
  #OFFERINGS-Kerani h2,
  #OFFERINGS-Brenda h2,
  #OFFERINGS-Lucid h3,
  #OFFERINGS-Kerani h3,
  #OFFERINGS-Brenda h3,
  #OFFERINGS-Kerani .left-col-description-OK-lg, 
  #OFFERINGS-Kerani .left-col-description-OK {
    text-shadow: none;
    color: #ffffff;
  }
  .three-col-home p {
    color: #ffffff;
  }
  #OFFERINGS-Lucid h2,
  #OFFERINGS-Kerani h2,
  #OFFERINGS-Brenda h2,
  #Publish-Your-Book h2.text-shadow-blue,
  #your-story-matters.text-shadow-blue {
    text-shadow: none;
    color: #fff;
  }
  #OFFERINGS-Kerani .left-col-description-OK-lg, 
  #OFFERINGS-Kerani .left-col-description-OK {
    font-weight: bold;
  }
  #OFFERINGS-Kerani h2,
  #OFFERINGS-Lucid h2,
  #OFFERINGS-Brenda h2 {
    margin-top: 120px;
    margin-bottom: 60px;
    line-height: 120%;
    font-size: 4em;
  }
  .one-col-wide {
    margin: 0 auto;
    padding-top: 60px;
	  width: 80%;
	  max-width: 620px;
    text-align: center;
  }
  #TABLET-WIDTH.flex-container-90pc-w {
    width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  flex-wrap: nowrap;
  }
  .two-col-left {
	  width: 45%;
  }
  .two-col-right {
	  width: 45%;
  }
  #OFFERINGS-Kerani .home-bio-pic {
    margin-top: 0;	
  }
  .vert-space-48px {
    height: 24px;
  }
  #OFFERINGS-Lucid .flex-container {
    flex-direction: column;
  }
  #OFFERINGS-Lucid .flex-item {
    width: 100%;
  }
  #OFFERINGS-Kerani .left-col-description,
  #OFFERINGS-Lucid .left-col-description,
  #OFFERINGS-Brenda .left-col-description,
  #OFFERINGS-Kerani .left-col-description-OK-lg.left {
    font-size: 1.2em;
    font-weight: bold;
    color: #020272;
  }
  #Publish-Your-Book,
  #Publish-Your-Book-2 {
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 90%;
  }
  h2#your-story-matters {
    margin: 0;
  }
  #Publish-Your-Book .acronym {
    font-size: 1.35em; line-height: 170%; margin: 0 auto;
    color: #fff;
  }
  .font-size-135em {
    margin: 24px 0 0 0;
  }
  #Publish-Your-Book-2 p {
    width: 80%;
    line-height: 140%;
  }
  .splash-button-bottom-margin {
    height: 90px;
  }
  a:link.splash-button-lg, 
  a:visited.splash-button-lg, 
  a:hover.splash-button-lg, 
  a:active.splash-button-lg {
    font-size: 1.5em;
  }
  p#sowise {
    color: #ffffff;
    margin: 0 auto;
    width: 90%;
    line-height: 1.4;
  }
}





@media screen and (max-width:600px) {
  #MOBILE, #splash-phone {
    display: none;
  }
  #TABLET {
    display: none;
  }
  .mobile-header {
    height: 120px;
    background: #000;
    background-image: url(img-parallax/HOME-PAGE-SPLASH--mobile-head-bkgr.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    margin: 0;
  }
  .mobile-header h1 {
    color: #e9f0ff;
    font-family: 'Qwigley', cursive;
    font-size: 2.8em;
    text-align: center;
    margin: 0 auto;
    padding: 24px 0 0 0;
    line-height: 100%;
  }
  .mobile-header h2 {
    font-family: Lato, sans-serif;
    margin: 0 auto;
    color: #81a3fc;
    font-size: 1em;
    text-align: center;
  }
  
  .mobile-container {
    background: #e4deff;
    padding: 0 5% 0 5%;
  }
  
  .mobile-container h2,
  h2#your-story-matters {
    font-size: 3.5em;
    line-height: 100%;
    margin: 024px 0 0 0;
  }
  
  h2#your-story-matters {
    color: #142155;
    margin: 12px 0 36px 0;
    text-shadow: none;
    font-size: 3.6em;
  }
	#Publish-Your-Book-2 p {
		width: 98%;
	}
  .mobile-container h3 {
    color: #9f04e7;
    font-size: 1.5em;
    text-align: center;
    line-height: 140%;
  }
 
  .mobile-container p {
    color: #1304b9;
    font-size: 1.1em;
    
  }
  
  #splash-parallax h3 {
    font-size: 2em;
    margin: 0;
    padding: 36px 0 36px 0;
  }
  #splash-parallax p.maya-quote {
    font-size: 1.35em;
    color: #9f04e7;
    line-height: 150%;
    margin: 0 auto;
    padding: 36px 0 0 0;
    width: 80%;
  }
  #splash-parallax p.maya-quote-attribute {
    font-size: 1em;
    margin: 0 auto;
    padding: 12px 0 48px 0;
    width: 80%;
  }
  
  .flex-container-90pc-w {
    -webkit-flex-flow: column wrap;
  }
  .three-col-home {
    width: 68%;
    background: #004fe199;
    margin: 0 auto;
    margin-bottom: 48px;
    padding: 18px 36px 56px 36px;
    border: 1px solid #2769e9;
    border-radius: 14px;
  }
  #Publish-Your-Book-2 h4 {
    font-size: 1.6em;
    line-height: 130%;
    color: #1304b9;
  }
  #Publish-Your-Book-2 h3 {
    font-size: 1.3em;
    color: #1304b9;
  }
  #Publish-Your-Book-2 p {
    color: #142155;
    font-size: 1.2em;
    white-space: normal;
  }
  #Publish-Your-Book-2 p#begin-the-journey {
    white-space: normal;
  }
  #OFFERINGS-Kerani,  
  #OFFERINGS-Lucid, 
  #OFFERINGS-Brenda {
    text-align: center;
  }
  

  #OFFERINGS-Kerani p, 
  #OFFERINGS-Lucid p, 
  #OFFERINGS-Brenda p,
  #OFFERINGS-Alexa p,
  #OFFERINGS p,
  #blue-bkgr p,
  #mission p {
    font-size: 1.1em; line-height: 70%;
  }
  .mobile-container #OFFERINGS-Kerani p a:link, 
  .mobile-container #OFFERINGS-Lucid p a:link, 
  .mobile-container #OFFERINGS-Brenda p a:link,
  .mobile-container #OFFERINGS-Kerani p a:visited, 
  .mobile-container #OFFERINGS-Lucid p a:visited, 
  .mobile-container #OFFERINGS-Brenda p a:visited   {
    color: #4347f1;
    font-size: 1em;
    line-height: 120%;
  }
  .mobile-container #OFFERINGS-Kerani p a:hover, 
  .mobile-container #OFFERINGS-Lucid p a:hover, 
  .mobile-container #OFFERINGS-Brenda p a:hover,
  .mobile-container #OFFERINGS-Kerani p a:active, 
  .mobile-container #OFFERINGS-Lucid p a:active, 
  .mobile-container #OFFERINGS-Brenda p a:active {
    color: #9ea0f7;
    font-size: 1em;
  }
  #OFFERINGS-Lucid p {
    color: #0f01a5;
    font-size: 1.1em;
  }
  #OFFERINGS-Kerani h2 {
    color: #7504b9;
    margin-top: 90px;
    margin-bottom: 12px;
  }
  #OFFERINGS-Lucid h2,
  #OFFERINGS-Brenda h2 {
    color: #7504b9;
    font-size: 3em;
    margin-top: 120px;
    margin-bottom: 48px;
    text-shadow: none;
  }
  

  #OFFERINGS-Kerani h3, 
  #OFFERINGS-Lucid h3, 
  #OFFERINGS-Brenda h3,
  #OFFERINGS-Alexa h3,
  #OFFERINGS h3,
  #blue-bkgr h3,
  #mission {
    font-size: 1.35em;
    text-align: center;
    color: #faf9fb;
  }
  #OFFERINGS-Kerani h3 {
    color: #1304b9;
    margin-top: 60px;
  }
  #OFFERINGS-Lucid h3,
  #OFFERINGS-Brenda h3 {
    color: #1304b9;
  }
  #OFFERINGS-Kerani h4, 
  #OFFERINGS-Lucid h4, 
  #OFFERINGS-Brenda h4,
  #OFFERINGS-Alexa h4,
  #OFFERINGS  h4 {
    font-size: 1.15em;
    color: #fff;
    text-align: center;
    line-height: 140%;
    font-weight: normal;
    margin: 0 auto;
    width: 80%;
    max-width: 920px;
  }
  #OFFERINGS-Kerani .left-col-description, 
  #OFFERINGS-Lucid .left-col-description, 
  #OFFERINGS-Brenda .left-col-description,
  #OFFERINGS-Alexa .left-col-description,
  #OFFERINGS .left-col-description,
  #blue-bkgr .left-col-description {
    color: #1304b9;
    line-height: 160%;
    text-align: left;
    margin: 0 auto;
  }
  
  #OFFERINGS-Brenda .left-col-description {
    padding-bottom: 60px;
  }
  #OFFERINGS-Kerani .left-col-description-OK {
    color: #e1e6fe;
    font-size: 1.1em;
    line-height: 140%;
    text-align: left;
    margin: 48px 0 0 48;
  }
  #OFFERINGS-Kerani .left-col-description-OK-lg {
    color: #1304b9;
    font-size: 1em;
    line-height: 160%;
  }
  #OFFERINGS-Kerani .left-col-description-OK-lg.left {
    text-align: left;
  }
  #OFFERINGS-Brenda p,
  {
    color: #000;
  }
  #OFFERINGS-Lucid .left-col-description-centered, 
  #OFFERINGS-Brenda .left-col-description-centered,
  #OFFERINGS-Alexa .left-col-description-centered,
  #OFFERINGS .left-col-description-centered,
  #blue-bkgr .left-col-description-centered {
    color: #7504b9;
    line-height: 160%;
    text-align: center;
    margin: 48px 0 0 0;
  }
  #OFFERINGS-Brenda .home-bio-pic {
    margin-top: 0;
    margin-bottom: 36px;
  }
  #splash-parallax h1 {
  	margin-top: 48px;
  }
  
}







@media screen and (max-width:415px) {
  #banner {
    display: none;
  }
	#splash-screen, #splash-tablet {
		display: none;
	}
	#splash-mobile, #splash-phone {
		display: block;
	}
	#TABLET-WIDTH {
		display: none;
	}
	#SCREEN-WIDTH, #MOBILE-WIDTH {
		display: block;
  }
  
  #splash-parallax h1 {
    font-size: 4em;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 36px;
    text-align: center;
    letter-spacing: .03em;
  }
  #splash-parallax h2 {
    font-size: 1.8em;
  }
  #splash-parallax h3 {
    font-size: 2em;
    margin: 0;
    padding: 8px 0 36px 0;
  }
  #splash-parallax h3 {
    font-size: 1.45em;
  }
  #Publish-Your-Book-2 p,
  #Publish-Your-Book-2 p.font-size-150pc,
  #Publish-Your-Book-2 p.font-size-120pc {
    color: #ffffff;
  }
  
  h2#sowise {
    margin: 0 auto;
    padding: 24px 0 60px 0;
    color: #ffffff;
    line-height: 1.2;
  }
  .vert-space-60px.no-tablet {
    height: 0;
  }
  h2#your-story-matters {
    font-size: 3.5em;
    color: #fff;
    padding: 0 5% 0 5%;
  }
  #Publish-Your-Book-2 p#begin-the-journey {
    font-size: 1.35em;
    white-space: normal;
  }
  a:link.splash-button-lg {
    font-size: 1.45em;
  }
  a:link.splash-button {
    background: transparent;
    border: 0px;
    padding: 0;
    text-decoration: underline;
    font-size: 1.2em;
  }
  #Publish-Your-Book h3 {
    margin: 0 0 48px 0;
  }
}





