@import url('https://fonts.googleapis.com/css2?family=Varela+Round');
@import url('https://fonts.googleapis.com/css2?family=Marcellus');
@import url('https://fonts.googleapis.com/css2?family=Sarabun');
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans');
  
 

html,body { 
  height: 100%;
  font-family: Helvetica, sans-serif;
   
}
p {
  margin: 14px 0;
  padding: 0; 
}
h1,h2,h3,h4,h5,h6 {
  display: block; 
  margin: 0;
  padding: 0;
}
img,a img {
  border: 0;
  height: auto;
  outline: none;
  text-decoration: none;
}

button {
  font-size:14px;
} 


.content_wrapper a:link, .content_wrapper a:visited, .content_wrapper a:active {
  color: #233c94;
  text-decoration: underline;
}

.content_wrapper a:hover {
  color: #cc3366;
  text-decoration: none;
}

.clear {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #transparent;
  background-position: center;
  background-size: cover;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.inline_block {
  display: inline-block;
}

.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text_color_yellow {
  color: #f2d15a;
}

.font_VarelaRound {
  font-family: 'Varela Round', sans-serif;
}

.font_Marcellus {
  font-family: 'Marcellus', serif;
}

.font_BalsamiqSans {
  font-family: 'Balsamiq Sans', cursive;
}

.font_Sarabun {
  font-family: 'Sarabun', sans-serif;
}

.font_OpenSans {
  font-family: 'Open Sans', sans-serif;
}


.content_wrapper {
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column; 
  background-color:#ffffff;
}

.cont_parallax {
  position:relative;
}

.parallax {
  height: 100vh;

  opacity: 0.9;
  background: linear-gradient(to bottom, rgba(63, 84, 161, 0.3), rgba(255, 255, 255, 0)), url("https://www.share-international.us/worldteacher/images/earth_pir04d_pixabay.jpg") center center;

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;

  margin: 0 auto 0 auto;
  z-index: -2;

}


 
.cont_header_box {
  position:absolute;
  top:2vh;
  color: #F2F2F2;
  text-align: center;
  border: 1px none #EA5B3A;
  box-shadow: none;
  word-break: break-word;
  flex-flow: column;

  width: 100%; 
  padding: 8vh 7px 0 7px;
  margin: 0 auto 0 auto;
  max-width:100%;
} 

.world_had_enough {
  font-size: 21px;
  line-height:25px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 96%;
  margin: 0 auto 0 auto;

  color:#f4f4f4;
  text-shadow:1px 1px 6px #111, 1px 1px 6px #222;
}

.header_box {
  padding: 28px 12px 20px 12px;
  color: #F2F2F2;
  text-align: center;
  background-color: rgba(16, 38, 117, 1);
  opacity: 0;
  word-break: break-word;
  flex-flow: column;
  border-radius: 7px; 
  max-width: 460px;
  width: 90%;
  margin: 20vh auto 0 auto;
  align-self: flex-end;
  animation-duration: 3.2s;
  animation-iteration-count: 1;
  transform-origin: 50% 0;
  box-sizing: initial;
}

.appear {
  animation-name: animateOpacity;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes animateOpacity {
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

.word_spacing {
  word-spacing: 3px;
}

.in_answer_to {
  font-size: 19px;
  letter-spacing: 0.5px;
  padding: 0 0 18px 0;
}

.the_world_teacher, .is_now_here {
  color: #f2d15a;
  font-size: 30px; 
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 36px;
}

.cont_below_header {
  background:transparent none no-repeat center/cover;

  width: 100%;
  flex: 0 0 auto;
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0 auto 0 auto;

}

.cont_multi_column {
  max-width: 960px; 
  width: 92%; 
  margin: 0 auto 0 auto;

}

.multi_col_inner {
  display: flex;
  flex-direction: column;
    /* font-size:1.14em;  */
	/* line-height:1.9em; */
}

.three_col_inner {
  display: flex;
  flex-direction: column;
}


.cont_main_column_1_intro {
  padding: 14px 0 0 0;
  flex: 1;
}

.cont_main_column_2_intro {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  flex: 1;
}


.cont_main_column_who_1 {
  padding: 32px 0 0 0;
  flex: 1;
}

.cont_main_column_who_2 {
  padding: 0 0 0 0;
  margin: 32px 0 0 0;
  flex: 1;
}


.cont_main_column_1 {
  padding: 24px 0 0 0;
  flex: 1;
}

.how_help_column {
  padding: 24px 0 0 0;
  flex: 1;
}


.cont_main_column_2 {
  padding: 0 0 0 0;
  margin: 24px 0 0 0;
  flex: 1;
}
 
.for_more_info_column {
  padding: 0 0 0 0;
  margin: 24px 0 0 0;
  flex: 1;
  font-size:16px;
}
 
 
.cont_main_column_1, .cont_main_column_2, .cont_main_column_who_1, .cont_main_column_who_2, .cont_main_column_1_intro, .cont_main_column_2_intro {
  color: #091C46;
  text-align: center;
  box-shadow: none;
  flex-flow: column;
  line-height: 150%;
}

.how_help_column, .for_more_info_column {
  color: #091C46;
  text-align: center;
  box-shadow: none;
  flex-flow: column;
  line-height: 150%;
}

 


.column_text_great_invcation {
  padding: 10px 0 0 0;
}

.img_earth_valuable {
  background-image: url("https://www.share-international.us/worldteacher/images/earth_valuable_markus_spiske_pexels.jpg");
  width: 80%;
  height: 240px;
  position: relative;
  opacity: 0.9;
  background-attachment: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2vh auto 2vh auto;
}

 

.aquarius_container {
  position:relative;
  overflow:hidden;
  background-color: #102675;
}


.aquariusContainerStandard {

}

.aquariusContainerIOS {
  
}


.img_aquarius {
  background-image: url("https://www.share-international.us/worldteacher/images/age_aquarius.png");
  opacity: 1;
  max-width:90%;
  max-height:300px;
  height:75vw;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; 
  margin: 0 auto 0 auto;
  padding:0 0 0 0;
  position:relative;
}
 
	
.imgAquariusStandard {
	height: 280px;
	background-attachment: scroll;
}

.imgAquariusIOS {
	height: 280px;
	background-attachment: scroll;
}
	

.floatBoxContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 10px 0;
  z-index: 3;

}

 

.floatTextBoxAquarius {
  max-width:94%;
  margin: 0 auto 0 auto;
  background-color: #fff;
  opacity: 1;
  z-index: 3;
  border: 2px solid #db9a0d;
  overflow: hidden;
}



.aquarius_backcolor {
  height: 100%;
  padding: 5%;
  background-color: rgba(219, 154, 13, 0.1);
  font-size: 15px;
  line-height: 150%;
  color: #091C46;
}



.video_background {
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  z-index: 3;
  display: block;
  opacity:0.85;
  background-color:#222b45;
  display:none;
}


.cont_videoInterview {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  position: relative;
  background-color: #050505;
 
  opacity: 1;
  z-index: 3;

  right: 0;
  max-width: 90%;
  margin: 25px auto 10px auto; 
  padding: 1.5% 1.5%;
  border: 2px solid #db9a0d;
  overflow: hidden;
}

 

.cardVideoContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;

}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; 
  height: 100%;
}


.iframe_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#video_caption_first_line {
	margin:0 0 2px 0;
	font-size:1.15em; 
	line-height:1.3em;
}

.video_caption {
  color: #d3d3d3;
  margin: 14px auto 0 auto;
  font-size: 0.94em;
  width:80%;
  text-align:center;
}



@media only screen and (min-width: 600px) {
	
	#video_caption_first_line {
		margin:0 0 3px 0;
	}

	
	.video_caption {
	  margin: 18px auto 0 auto;
	  font-size: 0.98em;
	  width:100%;
	  text-align:center;
	}
}


 


.cont_evidence_column_1 {
  padding: 24px 0 0 0;
}

.cont_evidence_column_1, .cont_evidence_column_2, .cont_evidence_column_3 {
  color: #091C46;
  text-align: center;
  box-shadow: none;
  flex-flow: column;
  line-height: 150%;
}

.cont_evidence_column_3 {
  margin:10px 0 0 0; 
}

.column_image_credit {
  font-size: 0.82em;
  line-height: 120%;
  color: #333;
}




.column_text, .column_text_great_invcation {
  text-align: left;
  color: rgba(16, 38, 117, 1);
  font-size:1.16em;
  line-height:1.48em;
}



@media only screen and (min-width: 500px) {
	.column_text, .column_text_great_invcation {
	  text-align: left;
	}
}


.column_text_help_more_info, .column_text_contact {
  text-align: left;
  color: rgba(16, 38, 117, 1);
  word-wrap: break-word;
}

.column_text_help_more_info {
 font-size:1.16em;
  line-height:1.48em;

}


.column_title {
  color: #cc3366;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px 0;
}


.img_earth_space {
  background-image: url("https://www.share-international.us/worldteacher/images/earth_dragonuppl_pixabay.png");
  width: 100%;
  height: 240px;
  position: relative;
  opacity: 0.9;
  background-attachment: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 2vh auto;
}


.img_mountains {
  background-image: url("https://www.share-international.us/worldteacher/images/mountains_free-photos_pixabay.jpg");
  width: 100%;
  height: 240px;
  position: relative;
  opacity: 0.9;
  background-attachment: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 2vh 0;
}


#hidden_who_is_maitreya {
  display: none;
}

#hidden_who_are_masters {
  display: none;
}

.highlight_box {
  max-width: 1000px;
  width: 100%;
  min-height: 60px;
  padding: 16px;
  background-color: rgba(16, 38, 117, 1);
  word-break: break-word;
 
  color: #f2fbfc;
 
  margin: 24px auto 0 auto;
  text-align: justify;
  font-size:1.16em;
}

.highlight_title {
  font-weight: bold;
  font-size: 1.45em;
  margin: 0 0 16px 0;
  letter-spacing: 0.5px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
	.highlight_title {
		font-size: 1.6em;
	}
}

.cont_img_right_quote {
  padding: 0;
  max-width: 1000px;
  width: 92%;
  margin: 24px auto;
  display: flex;
  flex-direction: column;
} 

.img_sign {
  background-image: url("https://www.share-international.us/worldteacher/images/Dominic_Wunderlich_Pixabay.jpg");
  height: 200px;
  width: 100%;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px auto 5px auto;
}

.right_quote {
  text-align: justify;
  flex: 1;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size:1.14em;
  line-height:1.2em;
}

.quote_text {
  color: #6b6b6b;
  padding: 10px 10% 0 10%;
  line-height: 150%;
  font-weight: bold;
}


.cont_share_save_world {
  margin: 36px auto 15px auto;
  color: rgba(16, 38, 117, 0.7);
  padding: 24px 16px 24px 12px;
  border: 6px solid rgba(16, 38, 117, 0.5);
  background-color: rgba(240, 243, 247, 0.7);
  border-radius:  15px 120px 10px 160px/160px 15px 200px 15px;
  max-width: 400px;
  display:none;
}
 
.text_share {
  font-weight: bold;
  line-height: 120%;
  font-size: 48px;
}

.text_worlds_resources {
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 110%;
  font-size: 33px;
}

.text_save_the_world { 
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
}
 
.font_smaller {
  font-size: 1em;
}

.img_maitreyas_priorities {
  background-image: url("https://www.share-international.us/worldteacher/images/Maitreyas_priorities_share.jpg");
  width: 100%;
  height: 250px;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px auto 24px auto;
}


.img_political_changes {
  background-image: url("https://www.share-international.us/worldteacher/images/save_future_markus_spiske_pexels.jpg");
  width: 250px;
  height: 250px;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 14px auto;
}


.img_appearances {
  background-image: url("https://www.share-international.us/worldteacher/images/maitreya-nairobi_small.jpg");
  width: 250px;
  height: 200px;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 14px auto 14px auto;
}

.img_unexplained_phenomena {
  background-image: url("https://www.share-international.us/worldteacher/images/cross_of_light-konoxville-tennessee-usa.jpg");
  width:250px;
  height: 250px;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 24px auto 14px auto;
}


/* ---------- miracles ---------- */

#miracles {
  display: none;
  color:#000000;
}

.flex_column_miracles_title {
  font-size: 1.45em;
  flex: 100%;
  margin: 24px 4px 0 4px;
  border-radius: 4px;
  background-color: rgba(16, 38, 117, 1);
  font-weight: bold;
  padding: 12px;
  text-align: center;
  word-break: break-word;
  color: #f2fbfc;
  line-height: 170%;
}

	
@media only screen and (min-width: 600px) {
	.flex_column_miracles_title {
		font-size: 1.6em;
	}
}

 
.bg_highlight {
  background-color: #fcfbe3;
}

.img_credit {
  font-size: 10px;
  position: relative;
  color: #909090;
  text-align: left;
  transform: rotate(90deg);
  transform-origin: top left;
  line-height: 1.2em;
}

.img_paragraph {
  box-shadow: 0 0 4px 2px #000;
  display: inline-block;
}

.img_caption {
  font-size: 11px;
  color: #444;
}


.row {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto 0 auto;
}

.row_img_hand {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
  border: 2px solid #bd5537;
  border-radius: 4px;
  max-width: 380px;
}

.row_invocation {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
}

.img_container_cell {
  position: relative;
  display: block; 
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.flex_column {
  flex: 100%;
  padding: 7px;
  margin: 8px 4px 0 4px;
  border: 1px solid #d1ca47;
  border-radius: 4px;
}

.flex_column_invocation {
  flex: 100%;
  margin: 8px auto 0 auto;
}

.img_gen_background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signs_description {
  display: inline-block;
  margin: 1% 1%;
  font-size: 1.09em;
  line-height: 1.4em;
  padding: 0 7px 0 2px;
}

.img_credit_cell {
  top: 8px;
  margin: 0 0 0 10px;
}

.img_signs {
  margin:5px auto;
}

#img_madonna {

  background-image: url("https://www.share-international.us/worldteacher/images/clearwater-madonna-image.jpg");
  opacity: 1;
  width: 190px;
  height: 260px;
  box-shadow: 0 0 4px 2px #888;
}

#img_madonna_credit {
  left: 202px;
  width: 260px; 
  height: 20px;
}


#img_cross_light {

  background-image: url("https://www.share-international.us/worldteacher/images/cross_of_light-2012_08-krasnodar-russia.png");
  opacity: 1;
  width: 200px;
  height: 260px;
  box-shadow: 0 0 4px 2px #888;
}

#img_cross_light_credit {
  left: 212px;
  width: 260px; 
  height: 20px;
}


#img_milk_drinking {

  background-image: url("https://www.share-international.us/worldteacher/images/ganesha-drinks-milk-california-usa-1995.jpg");
  opacity: 1;
  width: 193px;
  height: 260px;
  box-shadow: 0 0 4px 2px #888;
}

#img_milk_drinking_credit {
  left: 205px;
  width: 260px;
  height: 20px;
}


#img_crop_circle {

  background-image: url("https://www.share-international.us/worldteacher/images/crop_circle_steve-alexander-temporarytemplescouk_jellyfish.jpg");
  opacity: 1;
  width: 200px;
  height: 260px;
  box-shadow: 0 0 4px 2px #888;
}

#img_crop_circle_credit {
  left: 212px;
  width: 260px;
  height: 20px;
}



#img_star {

  background-image: url("https://www.share-international.us/worldteacher/images/4_star_compilation.jpg");
  opacity: 1;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 4px 2px #888;
}

#img_star_credit {
  left: 212px;
  width: 200px;
  height: 20px;
}



#img_circles_light {

  background-image: url("https://www.share-international.us/worldteacher/images/circles_of_light-nimes-france-2011-01.jpg");
  opacity: 1;
  width: 200px;
  height: 250px;
  box-shadow: 0 0 4px 2px #888;
}

#img_circles_light_credit {
  left: 212px;
  width: 230px; 
  height: 20px;
}

.full_width_button {
  width: 100px;
  margin: 0 auto;
}

#btnHideMiracles{
  width: 100px;
}

/* ------------------------------ */



.cont_day_declaration {
  border: 4px solid rgba(16, 38, 117, 0.7);
  font-size: 1.16em;
    line-height: 1.48em;
  margin: 20px auto 0 auto;
  padding: 4% 4%;
  color: rgba(16, 38, 117, 1);
  text-align: left;
  box-shadow: none;
  flex-flow: column;
 
  width:85%;
  max-width:85%;
}

.larger_title {
  color: #cc3366;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px 0;
}

.day_declaration_quote {
  font-weight: bold;
  text-align: left;
  margin: 4px auto 8px auto;
  max-width: 85%;
}

.right_quote_source {
  font-size: 1.07em;
  margin:8px 0 0 0;
  color: #333;
  line-height:150%;
}


.cont_img_right_text {
  max-width: 960px;
  width: 94%;
  margin: 16px auto 0 auto;
  display: flex;
  flex-direction: column;
  font-size:1.16em;
  line-height:1.48em;
} 




.img_hand {
  background-image: url("https://www.share-international.us/worldteacher/images/maitreyas-hand-barcelona-2001_rbg.jpeg");
  height: 300px;
  width: 100%;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5px auto 0 auto;
}

.highlight_text_color {
  color: #cc3366;
}

.cont_right_text {
  text-align: left;
  flex: 1;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #091C46;
  box-shadow: none;
  flex-flow: column;
 
  margin: 0 auto 0 auto;
}

.right_text {
  padding: 28px; 
  color: rgba(16, 38, 117, 1);
}



.img_ageless_wisdom {
  background-image: url("https://www.share-international.us/worldteacher/images/ageless_wisdom_books.jpg");
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 25px auto 24px auto;
  width: 240px;
  height: 142px; 
  margin: 0 auto;
  box-shadow: 0 0 4px 5px white inset;
}


.img_promise_future {
  background-image: url("https://www.share-international.us/worldteacher/images/Promise_of_the_future.jpg");
  width: auto;
  height: 263px;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 3px auto;
}


.section_title {
  font-weight: bold;
  margin: 0 0 0 0;
  text-align: center;
  font-size: 1.45em;
  line-height: 1.2em;
}


.dynamic_multi_col_inner {
  display: flex;
  flex-direction: column;

}

.cont_dynamic_column_1, .cont_dynamic_transmission_column_1 {
  padding: 24px 0 0 0;
  flex: 1;
}

.cont_dynamic_column_2 {
  padding: 0 0 20px 0;
  flex: 1;
}

.cont_dynamic_transmission_column_2 {
  padding: 0 0 0 0;
  flex: 1;
}

.cont_dynamic_column_1, .cont_dynamic_column_2, .cont_dynamic_transmission_column_1, .cont_dynamic_transmission_column_2 {
  /*padding: 4px;*/
  color: #091C46;
  text-align: center;
  box-shadow: none;
  flex-flow: column;
 
}

.hidden_by_default {
  display: none;
}

.shown_ageless_wisdom {
  flex: 1;
}

.hidden_ageless_wisdom {
  display: none;
}

.btn_show_more, .btn_hide {
  margin: 1px 0 0 0;
  background-color: rgba(16, 38, 117, 0.7);
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 7px 12px;
}

.btn_hide {
  width: 90px;
}

.cont_section_show_less {
  width: 90px;
  margin: 0;

}

.btn_show_more:hover, .btn_hide:hover {
  background-color: rgba(219, 154, 13, 0.3);
  color: rgba(16, 38, 117, 1);
}

.shown_transmission_meditation {
  flex: 1;
}

.hidden_transmission_meditation {
  display: none;
}



.img_transmission_book {
  background-image: url("https://www.share-international.us/images/books/cover_Transmission.jpg");
  height: 320px;
  width: 100%;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 24px auto 18px auto;
}

.great_invocation {
  text-align: center;
  font-weight: bold;
  line-height: 170%;
}


.divider {
  display:none;
}

.divider, .divider_help_more_info {
  margin: 24px 0 0 0;
  border-top: 1px solid rgba(16, 38, 117, 0.3);
}
 

.divider_tran_med {
  margin: 24px 0 24px 0;
  border-top: 1px solid rgba(16, 38, 117, 0.3);
}

.img_transmission_session {
  background-image: url("https://www.share-international.us/images/transmission_meditation_group.jpg");
  height: 210px;
  width: 100%;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto 5px auto;
} 

.book_links_container {
  margin: 0 auto;
  width: 100%;
  word-break: break-all;
}

.book_links {
  text-align: left;
  font-weight: bold;
  font-size:15px;
	line-height:22px;
}

.more_info_link {
  margin: 18px 0 0 0;
  text-align: left;
}

.link {
  letter-spacing: 0.15px;
  font-weight: bold;
}


.cont_promise_future {
  color: #091C46;
 
    line-height: 1.48em;
  max-width: 960px;
  margin: 0 auto 0 auto;
  flex: 1;
}

.promise_future_inner {
  padding: 24px 0 0 0;
}

.hidden_promise_future {
  display: none;
}

.para_promise_future_first {
  padding: 8px 4px 0 0;
  line-height: 140%;	
}

.para_promise_future {
  padding: 18px 4px 0 0;
  line-height: 140%;
}

.more_info_bullets_first {
	 padding: 4px 4px 0 0;
	font-size:15px;
	line-height:22px;	
}

.more_info_bullets {
	 padding: 18px 4px 0 0;
	font-size:15px;
	line-height:22px;
}

.arrow_bullet, .arrow_bullet_promise {
  font-size: 16px;
  color: rgba(16, 38, 117, 0.7);
}

.arrow_bullet_promise {
	margin:0 14px 0 8px;
}

.hidden_messenger_hope {
  display: none;
}

.img_benjamin_creme {
  background-image: url("https://www.share-international.us/images/benjamin_creme.jpg");
  width: 140px;
  height: 200px;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}


.img_book_world_teacher {
  background-image: url("https://www.share-international.us/images/books/cover_WorldTeacher.jpg");
  width: 155px;
  height: 240px;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto 25px auto;
  border: 1px solid #333333;
}

.img_book_awakening_humanity {
  background-image: url("https://www.share-international.us/images/books/cover_AwakeningHumanity.jpg");
  width: 157px;
  height: 240px;
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto 25px auto;
  border: 1px solid #333333;
} 

.book_descr {
	margin:10px 0;
 
}


.column_text_contact {
  margin: 12px 0 0 0;
  color: #f2fbfc;
}

.cont_contact_column_1, .cont_contact_column_2 {
  color: #091C46;
  text-align: center;
  box-shadow: none;
  flex-flow: column;
 
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */




@media only screen and (min-width: 480px) {
	
	.cont_videoInterview  {
		max-width:400px;
	}
	
	.cont_img_right_text {
		flex-direction: row;
		margin: 28px auto 0 auto;
	}
	.right_text {
		padding: 0 12px;
	}
	.img_hand {
		flex: 0 0 40%;
		width: 200px;
		height: 240px;
		padding: 0;
		margin: 5px 0;
		background-position: left;
	}
	.cont_right_text {
		flex-flow: column;
		display: flex;
		flex: 1 1 100%;
	}
	
 
}

 
@media screen and (min-width: 575px) {
	.flex_column {
		flex: 46%;
		margin: 8px 4px 0 4px;
	}
}

@media only screen and (min-width: 600px) {
	
	.img_earth_valuable {
	  width: 100%;
	  height: 300px;
	}


	
	.floatTextBoxAquarius {
		max-width: 600px;
	}
	
 
	
	.column_text {
		padding: 10px 0 0 0;
	}
	
	.aquarius_backcolor {
		padding: 5%;
		font-size: 15px;
		line-height: 165%;
	}
	
	
	.cont_videoInterview {
		max-width: 500px;
	}
	
	.cont_img_right_quote {
		margin: 22px auto;
		display: flex;
		flex-direction: row;
	}
	.img_sign {
		display: flex;
		flex: 0 0 50%;
	}
	.right_quote {
		text-align: justify;
		flex-flow: column;
		display: flex;
		flex: 1 1 100%;
		align-items: center;
		justify-content: center;
	}
	.quote_text {
		color: #5c5c5c;
		padding: 0 10%;
		line-height: 170%;
		font-weight: bold;
	}
	.img_maitreyas_priorities {
		margin: 0 auto;
	}
	.cont_day_declaration {
		max-width: 960px;
		width: 80%;
		padding: 24px;
		font-size: 16px;
		margin: 20px auto 0 auto;
	}
	.larger_title {
		font-size: 22px;
	}
	.cont_img_right_text {
		margin: 28px auto 0 auto;
	}
	.img_hand {
		flex: 0 0 45%;
		height: 310px;
		background-position: center;
	}
	.cont_right_text {
		display: flex;
		flex: 1 1 100%;
	}
	.right_text {
		padding: 0 28px 28px 28px;
	}
	.cont_img_right_text {
		padding: 0 12px;
	}
	.cont_right_text {
		flex-flow: column;
		display: flex;
		flex: 1 1 100%;
	}
	.img_political_changes {
		width: 200px;
		height: 200px;
		position: relative;
		margin: 28px 0 24px 24px;
		float: right;
	}
	.img_appearances {
		width: 260px;
		height: 175px;
		position: relative;
		margin: 24px 0 24px 24px;
		float: right;
	}
	.img_unexplained_phenomena {
		width: 200px;
		height: 200px;
		position: relative;
		margin: 18px 0 24px 24px;
		float: right;
	}
	.cont_dynamic_column_1,
	.cont_dynamic_column_2 {
		padding: 10px 24px 0 24px;
	}
	.cont_dynamic_transmission_column_1,
	.cont_dynamic_transmission_column_2 {
		padding: 10px 24px 0 24px;
	}
	.promise_future_inner {
		padding: 20px 24px 0 24px;
	}
	.flex_col_35pct {
		flex: 0 0 35%;
	}
	.cont_section_show_less {
		padding: 10px 24px 0 24px;
	}
	.img_ageless_wisdom {
		width: 240px;
		height: 142px; 
		margin: 0 0 14px 36px;
		float: right;
	}
	.img_promise_future {
		width: 280px;
		height: 194px;
		margin: 12px 0 14px 36px;
		float: right;
	}
	.img_benjamin_creme {
		width: 200px;
		height: 280px;
		margin: 0 0 14px 36px;
		float: right;
	}


	.img_book_world_teacher {
	  width: 155px;
	  height: 240px;
	  position:unset;
	  float:left;
	  margin: 7px 18px 12px 0;
	}
	
	.img_book_awakening_humanity {
	  width: 157px;
	  height: 240px;
	  position: unset;
	  float:left;
	  margin: 7px 18px 12px 0;
	}
	
	.book_descr {
		margin:0 0 10px 0;
	}

}


@media only screen and (min-width: 680px) {
	.img_earth_valuable {
	  height: 330px;
	}
	
		
	.book_descr {
 
	}

}



@media only screen and (min-width: 740px) {
	
	.aquariusContainerIOS {
		margin: 14px auto 0 auto;
	}
	
	.multi_col_inner {
		flex-direction: row;
	}
	.flex_row_width_600 {
		flex-direction: row;
	}
	.flex_column_width_600 {
		flex-direction: column;
	}
	.cont_main_column_1,
	.cont_main_column_2 {
		margin: 0;
		padding: 14px 24px 14px 24px;
	}
	
	.how_help_column, .for_more_info_column {
	  margin: 0;
	  padding: 14px 12px 14px 12px;
	 
	}
		
	.cont_main_column_who_1,
	.cont_main_column_who_2 {
		margin: 0;
		padding: 32px 24px 14px 24px;
	}
	
	.cont_main_column_1_intro {
		margin: 0;
		padding: 14px 24px 0 24px;
	}
	
	.cont_main_column_1_intro .column_text {
		text-align:left;
	}
	
	.cont_main_column_2_intro {
		margin: 0;
		padding: 14px 24px 14px 24px;
	}
	.cont_contact_column_1,
	.cont_contact_column_2 {
		padding: 6px 64px 0 24px;
	}
	.cont_share_save_world {
		max-width: 100%;
	}
	.img_maitreyas_priorities {
		width: 100%;
		height: 230px;
	}
	.cont_share_save_world {
		display: block;
	}
	.cont_right_text {
		text-align: left;
	}
	.img_hand {
		flex: 0 0 25%;
	}
	.cont_img_right_quote {
		padding: 0 0 0 40px;
	}
	.img_sign {
		flex: 0 0 30%;
	}
	.right_quote {
		flex: 0 0 70%;
	}
	.img_maitreyas_priorities {
		margin: 12px auto 10px auto;
	}
	.img_earth_valuable,
	.img_earth_space {
		width: 100%;
	}
	.img_earth_valuable {
		height: 290px;
	}
	.right_quote_source {
		float: right;
	}
	
	.img_promise_future {
		width: 380px;
		height: 263px;
	}
	
	.divider_help_more_info {
	  margin: 24px 0 14px 0;
	}

}






@media only screen and (min-width: 900px) {
	.img_container_cell {
		float: right;
		margin: 0 0 14px 14px;
	}
	.signs_description {
		display: block;
	}
	.img_signs {
		margin: 0 14px 7px 14px;
	}
	
}

 


@media only screen and (min-width: 1000px) {
	.img_maitreyas_priorities {
		width: 100%;
		height: 290px;
	}
	.three_col_inner {
		flex-direction: row;
	}
	.cont_evidence_column_1,
	.cont_evidence_column_2,
	.cont_evidence_column_3 {
		width: calc(33%);
		flex-grow: 1;
		padding: 24px 24px 24px 24px;
		margin: 0;
	}
	.img_political_changes {
		position: relative;
		width: auto;
		height: 285px;
		margin: 10px auto 12px auto;
		float: none;
	}
	.img_appearances {
		position: relative;
		width: auto;
		height: 180px;
		margin: 10px auto 12px auto;
		float: none;
	}
	.img_unexplained_phenomena {
		position: relative;
		width: auto;
		height: 245px;
		margin: 10px auto 12px auto;
		float: none;
	}
	.book_links_container {
		margin: 0 auto;
		width: 95%;
		
	}
	.divider {
		display: block;
	}
	
	.img_aquarius {
		background-position: center center;
	}
}






/*  ############################## */
/*  ####### MIN HEIGHT 400 ####### */
/*  ############################## */

@media only screen and (min-height: 400px) {
	
	
	@media only screen and (min-width: 400px) {
		.the_world_teacher,
		.is_now_here {
			font-size: 7.1vw;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 130%;
		}
	}
		
	
	@media only screen and (min-width: 600px) {
		
			
			
		.header_box {
			padding: 28px 12px 20px 12px;
			max-width: 580px;
			width: 80%;
		}
		.world_had_enough {
			font-size: 4.1vw;
			line-height:5.1vw;
		}
		.in_answer_to {
			font-size: 3.1vw;
			padding: 0 0 18px 0;
		}
		.the_world_teacher,
		.is_now_here {
			font-size: 5.8vw;
			letter-spacing: 2px;
			line-height: 6.7vw;
		}
		.aquarius_container {
			background: none;
		}
		
		
		.aquariusContainerStandard {
			height: 1200px;
		}

		.aquariusContainerIOS {
		    height: 970px;
		}
	
		
		
		.floatBoxContainer {
 
			
		}
		
		
		.floatBoxContainerStandard {
		    width: 100%;
	 
			margin: 0 auto 0 auto;
			padding: 0 0 5% 0;
			z-index: 3;
			max-width: 270px;
			position: absolute;
			top: 0;
			right:10px;
			padding: 50px 0 0 0;
		}
		
		.floatBoxContainerIOS {
			/*
			padding:0;
			margin: 0;
			width:50%;
			float:right;
			*/
			margin: 0 0 0 20px;
			max-width:310px;
			width:auto;
	        padding:0;
			position:absolute;
			right:20px;
			top:0;
			float:none;
		}
		
	
		
		.floatTextBoxAquarius {
			position: relative;
			right: 0.5vw;
			width: auto;
			top: 0;
			/* 20vh */
			margin: 0 0 0 auto;
			background-color: #fff;
			opacity: 1;
			z-index: 3;
			border-radius: 7px;
			border: 2px solid #db9a0d;
			overflow: hidden;
		}
		.aquarius_backcolor {
			height: 100%;
			padding: 5%;
			background-color: rgba(219, 154, 13, 0.1);
			font-size: 14px;
			line-height: 150%;
			color: #091C46;
		}
		
		
		.img_aquarius {
	 
		
			
		}
		
		.imgAquariusStandard {
 
			margin: 30px auto 30px auto;
		
			max-width: 100%;
			max-height: 100%;
			height:1200px;
			background-position: center left;
			background-size: contain;
			background-attachment: fixed;
			padding: 0 0 20vh 0;
		}
		
		.imgAquariusIOS {
			/*
			
			background-position: top left;
			height: 800px;
			*/
			
			margin: 3px 10px 0 20px;
			max-width: 775px;
			max-height: none;
		 
			background-position: top center;
			background-size:100%;
			height:320px;
			
			width:47%;
			padding: 0 0 0 0;
			float:left;
		}
		
 
		
		
		.cont_videoInterview {
			font-size: 16px;
			line-height: 20px;
			text-align: left;
			position: relative;
 
			opacity: 1;
			z-index: 3;
			border-radius: 7px;
			right: 0;
			margin: 0 auto 0 auto;
			padding: 1.5% 1.5%;
			border: 2px solid #db9a0d;
			overflow: hidden;
			
			position:absolute;
			left:50%;
			
			margin:0 0 0 -248px;
		}
		
		.contVideoInterviewStandard {
			bottom:100px;
		}
		
		.contVideoInterviewIOS {
			bottom:10px;
		}
		
		
		 
		.section_title {
		 
			letter-spacing: 0.4px;
		}
		.highlight_box {
			margin: 24px auto 0 auto;
			padding: 20px;
		}

			
		
	}
	
	
	@media only screen and (min-width: 740px) {
		
		.aquariusContainerIOS {
		    height: 970px;
		}
		
		.floatBoxContainerStandard {
			max-width: 300px;
		}
		
		
		.floatBoxContainerIOS {
			max-width:330px;
		}
		
		.imgAquariusStandard {
			margin: 30px auto 30px auto;
		
			max-width: 100%;
			max-height: 100%;
			height:1200px;
			background-position: center center;
			background-size: contain;
			background-attachment: fixed;
			padding: 0 0 20vh 0;
		}
		
		.aquarius_backcolor {
			font-size: 15px;
		}
		
		.imgAquariusIOS {
			
		}
		
		 
		.contVideoInterviewIOS {
			bottom:35px;
		}
	 
		
		.img_transmission_book {
		  height: 420px;
		}
		
		.img_transmission_session {
			height: 280px;
		}
		
	  
		.img_book_world_teacher {
		  width: 192px;
		  height: 300px;
		  position: relative;
		  float:none;
		  margin: 15px auto 25px auto;
		}
		
		.img_book_awakening_humanity {
		  width: 196px;
		  height: 300px;
		  position: relative;
		  float:none;
		  margin: 15px auto 25px auto;
		  border: 1px solid #333333;
		}
		
		.book_descr {
			margin:0 0 10px 0;
			 
		}
						
	}
	
	
	@media only screen and (min-width: 800px) {
		.floatBoxContainerIOS {
			left:52%;
			max-width:400px;
		}
		
		.imgAquariusIOS {
			background-size: contain;
			margin:2px 10px 0 30px;
			height:370px;
			width:48%;
		}
	
	}
	
	
	@media only screen and (min-width: 850px) {
		.cont_header_box {
			width: 100%;
		}
		.world_had_enough {
			font-size: 30px;
		}
		.header_box {
			word-spacing: 3px;
			padding: 28px 25px 20px 25px;
			max-width: 636px;
		}
		.in_answer_to {
			font-size: 22px;
			padding: 0 0 24px 0;
		}
		.the_world_teacher,
		.is_now_here {
			font-size: 56px;
			font-weight: bold;
			line-height: 70px;
		}

		
		.cont_main_column_1_intro .column_text {
			text-align:left;
		}

		.imgAquariusIOS {
		 
			height:370px;
		 
		}

	}
	
	
	@media only screen and (min-width: 910px) {
		
		.aquariusContainerIOS {
		    height: 970px;
		}
		
		.floatBoxContainerStandard {
			max-width: 400px;
		}
		
		.imgAquariusStandard {
		 
		}
		
		.imgAquariusIOS {
			/*
			margin:0 40px 0 40px;
			height:420px;
			*/
			background-size:contain;
			background-position: top right;
		}
		
		
		 
		
	}
	
	
	
	@media only screen and (min-width: 1320px) {
		
		.img_aquarius {
			
			 
		}
		
		.imgAquariusStandard {
			background-size: contain;
			width: 100%;
		}
		
		
	
		
		
	}

	
	
}



/*  ############################## */
/*  ####### MIN HEIGHT 600 ####### */
/*  ############################## */

@media only screen and (min-height: 600px) {
	
	.parallax {
		height: 87vh;
	}
	.cont_below_header {
		max-width: 1200px;
	}
	
	
	@media only screen and (min-width: 600px) {
		
		.img_aquarius {
 
		}
		
	}
	
	/*
	@media only screen and (min-width: 850px) {
		.floatTextBoxAquarius {
			width: 400px;
		}
	}
	
	@media only screen and (min-width: 1000px) {
		.floatTextBoxAquarius {
			max-width: 480px;
		}
		
		.aquarius_backcolor {
			padding: 5%;
			font-size: 16px;
			line-height: 180%;
		}
		
	}
	
	*/
	
}


/*  ############################## */
/*  ####### MIN HEIGHT 700 ####### */
/*  ############################## */

@media only screen and (min-height: 700px) {
	
	@media only screen and (min-width: 1100px) {
	
		.floatTextBoxAquarius {
			max-width: 440px;
			margin: 4px 0 0 auto;
		}
		.shadow_orange {
			-moz-box-shadow: 0 0 2px 4px rgba(219, 154, 13, 1);
			-webkit-box-shadow: 0 0 2px 4px rgba(219, 154, 13, 1);
			box-shadow: 0 0 2px 4px rgba(219, 154, 13, 1);
		}
		
		
		.img_aquarius {
			
			 
		}
		
		.imgAquariusStandard {
			background-position: center;
			height:100%;
		    margin: 2vh auto 2vh auto;
			background-attachment: fixed;
		}
		
		.imgAquariusIOS {
	 
		}
		
	  
		.floatBoxContainerStandard {
		
			padding: 50px 0 0 0;
		}
		
		.floatBoxContainerIOS {
		
			padding: 0 0 0 0;
		}
	
	}
 
	
}
 
 
@media only screen and (min-height: 850px) {
	
	@media only screen and (min-width: 1100px) {
	
 
		.imgAquariusStandard {
			background-size: auto;
		}
		
	}
	
}



