@font-face {
    font-family: sora-b;
    src: url('fonts/Sora-Bold.ttf')  format('truetype');
}


@font-face {
    font-family: sora-m;
    src: url('fonts/Sora-Medium.ttf')  format('truetype');
}

@font-face {
    font-family: sora-sb;
    src: url('fonts/Sora-SemiBold.ttf')  format('truetype');
}

@font-face {
    font-family: sora-r;
    src: url('fonts/Sora-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: starry-font-secondary;
    src: url('fonts/star.ttf')  format('truetype');
}



html, body{
margin: 0;
padding: 0;	 
	 
 }
 
 
 /* a links */ 

a:link, a:visited, a:hover, a:active{
text-decoration: none;	
	
	
	
}


div, p, a, li, td { -webkit-text-size-adjust:none; } /* Over write iphone min text */


mark{
background: #fed800;	
}

.desktopconstrain-wrapper{
width: 100%;
float: left;
position: relative;	
text-align: center;	
background: gainsboro;	
}

.desktopconstrain-wrapper-inline{
max-width: 1990px;	
width: 100%;
display: inline-block;
vertical-align: top;
background: white;
}




/*Navbar with logo left of center*/


.navbar{
width: 100%;
float: left;
background: white;
height: 110px;
position: relative;	/*Here we can change to relative or fixed depending on the requirement of the website  */	
text-align: center;	
border-bottom: 1px solid #d6d6d6;
}

.navlogo{
float: left;
width: 135px; /* Change size as needed. */
height: auto;
margin-top: 5px;
margin-left: 3%;
position: relative; 	
	
	
}


.navlogo img{
float: left;
width: 100%;
height: auto;	
	
	
}



.navlinks{
width: 500px;
float: right;
color: white;
color: rgb(55,55,55);
margin-right: 2%;
font-size: 100%;
font-family: sora-m, calibri, sans-serif;
text-transform: uppercase;	
font-weight: 500;	
text-align: right;	
}




.navlinks a{
width: auto;
line-height: 105px;
display: inline-block;
vertical-align: middle;
padding-right: 8px;
padding-left: 8px;	
color: rgb(55,55,55);
color: #01a4e3;
margin-left: -5px;
}


.navlinks a:hover{	
border-bottom: 2px solid #fdb400;	
color: #fdb400;

}




.navbutton{	
width: auto;
height: auto;
float: right;
margin-left: 6px;
margin-right: 6px;
font-family: sora-sb, calibri, sans-serif;
text-transform: uppercase;	
font-size: 13px;
background: #fdb400;
border: 2px solid #fdb400;
padding: 3px;
margin-top: 37px;
border-radius: 50px;	
text-align: center;	
color: white;

}


.navbutton:hover{
background: #01a4e3;	
border: 2px solid #01a4e3;	
color: white;	
}


.navbutton img{
width: 16px; 
height: auto;
margin-right: 3px;	
display: inline-block;
vertical-align: middle;
}


.navmenuimage, .navmenuimagelast{
	
width: 25px;
float: right;
margin-right: 1%;
margin-top: 40px;	
text-align: center;	
	
	
}

.navmenuimagelast{
margin-right: 4%;	
}


.navmenuimage img{
width: 100%;
height: auto;	
}



 
 
 
 /*menu show */



.openmenu{
	
width: 20px;
float: right;
margin-right: 2%;
margin-top: 40px;	
text-align: center;	
display: none;	
	
}

.openmenu img{
width: 100%;
height: auto;	
}



.menushow{
position: fixed;
height: 100%;
box-sizing: border-box;
z-index: 99999999999999999999;
top: 0;
right: 0;	
background: rgba(45,45,45);	
background: #fdb400;
width: 280px;
color: rgb(60,60,60);	
font-family: sora-m, calibri, sans-serif;
font-size: 16px;
text-align: left;
display: none;
overflow-y: scroll;
}

.menu-show-buffer{
	
width: 100%;
float: left;
padding-top: 60px;	
	
}

.menushow a{
color: white;
color: #07719a;
text-transform: uppercase; 
width: 100%;
box-sizing: border-box;	
padding: 12px;
text-align: left;	
float: left;
}

.menushow a:hover {
background: #01a4e3; 	
color: white;	
	
}


.closemenu{
width: auto;
top: 6px;
right: 6px;
color: white;
color: #07719a;
font-size: 30px;
font-weight: 300;
font-family: calibri, sans-serif;
position: absolute;	
cursor: pointer;	
	
}

/* &times; close symbol */

 
 
 /*Simple Hero Image*/
 
 
 .heroimage{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 7%;
padding-bottom: 7%; 
background: url(images/background-hero-main-v9.webp) no-repeat 60% 50% scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
text-align: left; 
 }
 
 
 .heroimagetextunderlay{
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 100%;
background: rgba(0,0,0,0.1);	 
z-index: 1;
 }
 
 .heroimagetext{
width: 35%;
display: inline-block;
vertical-align: top;
margin-left: 5%;
font-family: calibri, sans-serif;
text-align: center;
 position: relative;
 padding: 3%;
 z-index: 2;
  }
  
 .heroimagetext h1{
   width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, ubuntu, sans-serif;
font-weight: 500;
font-size: 250%;	 
color: white;	
 text-align: left;
 margin-bottom: 6px;
 text-shadow: 1px 1px 2px rgb(35,35,35);
  }
  
  
.heroimagetext h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: white;	 
margin-bottom: 1%;
margin-top: 4%;	
 text-align: left;

  }
   
   
 .heroimagetext p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 120%;	 
color: white;	 
text-align: left;
  margin-top: 6px;
  line-height: 150%;
 text-shadow: 1px 1px 2px rgb(35,35,35); 
  }  
  
  /* Generic Centered Section */
  
  
.centered-section{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 5%;
padding-bottom: 5%; 
font-family: calibri, sans-serif;
background: #f2f2f2;
 }
 
 
.centered-section-dual-text{
width: 100%; 
	 display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding-left: 3%;
padding-right: 3%; 
 }
 
 
.centered-section-dual-text h2{
display: inline-block;
vertical-align: top;
font-family: sora-sb, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: #01a4e3;	 
margin-bottom: 3%;
margin-top: 4%;	
margin-top: 0;
width: 100%;
line-height: 160%;
 }
 
.centered-section-dual-text p{
display: inline-block;
vertical-align: top;
font-family: sora-r, ubuntu, sans-serif;
font-size: 115%;	 
color: rgb(35,35,35);
line-height: 30px;	 
width: 100%; 
 }
 
 
 .centered-section-dual-text blockquote{
display: inline-block;
vertical-align: top;
font-family: sora-m, ubuntu, sans-serif;
font-style: oblique;
font-weight: 300;
font-size: 120%;	
text-align: left;  
color: rgb(35,35,35);
line-height: 30px;	 
width: 100%; 
box-sizing: border-box;
padding-left: 3%;
padding-top: 2%; 
padding-bottom: 2%;
border-left: 5px solid #fdb400;
 }
 
 
 
 
.centered-section-columns-a{
width: 40%;
margin-left: 3%;
margin-right: 3%;
display: inline-block;
vertical-align: top;	 
	 
}


.centered-section-columns-b{
width: 56%;
margin-left: 3%;
margin-right: 3%;
display: inline-block;
vertical-align: top;	 
margin-bottom: 1%;	 
}
 
 
.centered-section-columns-c{
width: 22%;
margin-left: 3%;
margin-right: 3%;
display: inline-block;
vertical-align: top;	 
margin-bottom: 1%;	 
}


.centered-section-columns-c img{
width: 100%;
height: auto;	
	
}
 
.centered-section-image-hold{
width: 70%;
display: inline-block;
vertical-align: top;
padding-bottom: 70%;
position: relative;	
margin-left: 3%;
margin-right: 1%;
overflow-y: hidden;	
overflow-x: hidden;	
border-radius: 50%;
}


.centered-section-image-hold img{
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
}

 
 
 

 
 .centered-section-text{
width: 60%; 
display: inline-block;
vertical-align: top;
 }
 
 
 
 
 
 .call-to-action-hold,  .call-to-action-hold-left{
width: 100%;
margin-top: 2%; 
margin-bottom: 1%;
position: relative;
text-align: center;
}

.call-to-action-hold-left{
	text-align: left;
}


.call-to-action, .call-to-action-ghost, .call-to-action-ghost-white{
width: auto;
padding: 12px;
padding-left: 22px;
padding-right: 22px;
font-weight: 600;
font-family: sora-b, calibri;	
background: #fdb400;
border: 2px solid #fdb400;
display: inline-block; 
vertical-align: top;	
text-transform: capitalize;
color: white;
color: #0078a7;
color: #01516f;
font-size: 18px;
border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px 0px #aa7b07;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 1px 0px #aa7b07;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 1px 0px #aa7b07;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
    	  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;	
  margin-top: 1%;
  margin-bottom: 1%;
  margin-right: 1%;
  text-align: center !important;
}
 
.call-to-action-ghost{
background: transparent;
border: 2px solid #015e83;	
color: #015e83;
  -webkit-box-shadow: 0px 0px 0px 0px #aa7b07;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 0px 0px #aa7b07;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 0px 0px #aa7b07;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}
 
 
 .call-to-action-ghost-white{
background: transparent;
border: 2px solid white;	
color: white;
  -webkit-box-shadow: 0px 0px 0px 0px #aa7b07;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 0px 0px #aa7b07;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 0px 0px #aa7b07;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}
 
 
 
 
 .call-to-action:hover, .call-to-action-ghost:hover, .call-to-action-ghost-white:hover{
background: rgb(25,25,25);
background: #01658c;
border: 2px solid #01658c;
color: white;
  -webkit-box-shadow: 1px 1px 1px 0px #013b52;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 1px 0px #013b52;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 1px 0px #013b52;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
    	  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;	
 } 
  
 /*Video Wrapper */

 .videoWrapper {
	position: relative;
	padding-bottom: 48%; /* square - padding 56% for 16:9*/
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 


/* Video Wrapper End  */

 
  
  
  /*Main Section*/
 
.mainbackground{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 5%;
padding-bottom: 5%; 
 }
 
 
 .mainbackground-div{
width: 70%;
display: inline-block;
vertical-align: top;
font-family: calibri, sans-serif;
text-align: center;	 
 }
 
 
 .mainbackground h1{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-sb, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: rgb(55,55,55);	
 text-align: left;
 }
 
.mainbackground h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-sb, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 170%;	 
color: rgb(35,35,35);	 
margin-bottom: 1%;
margin-top: 4%;	
 text-align: left;
 }
 
 .mainbackground p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 120%;	 
color: rgb(35,35,35);	 
text-align: left;
 }
 
 
 /*Apex Form Section*/
 
.apex-home-form-section{
background: white;
width: 100%;
float: left;
text-align: center;	 
padding-top: 6%;
padding-bottom: 6%;	 
font-family: sora-r, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
text-align: center;
 }
 
 
.apex-home-form-section h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: rgb(35,35,35);
color: #01a4e3;	 
margin-bottom: 1%;
margin-top: 4%;	
 text-align: left;

  }
   
   
.apex-home-form-section p, .apex-home-form-section ol, .apex-home-form-section ul{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 115%;	 
color: rgb(35,35,35);		 
text-align: left;
  margin-top: 6px;
  line-height: 150%;
  }  
  
  
.apex-home-form-section li::marker {
  color: #01a4e3;
  font-size: 1.2em;
} 
  
 
.apex-home-form-column{
width: 38%;
display: inline-block;
vertical-align: middle;
position: relative;
margin-left: 3%;
margin-right: 3%;

}	
 
 
 
.apex-form-in-column{
width: 100%; 
display: inline-block;
vertical-align: top;
position: relative;
background: white;
background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 1px 1px 3px 1px silver;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 3px 1px silver;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 3px 1px silver;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}	
 
 
.apex-form-in-column h3{
width: 100%;
box-sizing: border-box; 
display: inline-block;
vertical-align: top;
padding: 3%;
color: white; 
font-family: sora-sb, calibri, sans-serif;
background: #01a4e3;
font-size: 120%;	
margin-top: 0;
	
}
 
 .apex-form-in-column-padded{
width: 100%;
box-sizing: border-box; 
display: inline-block;
vertical-align: top;
padding: 3%;	
 
 }
 
 
 .apex-form-image-section-hold{
width: 15%;
display: inline-block;
vertical-align: top;
padding-bottom: 15%;
position: relative;	
margin-left: 3%;
margin-right: 1%;
overflow-y: hidden;	
overflow-x: hidden;	
border-radius: 50%;
margin-bottom: 3%;
}


.apex-form-image-section-hold img{
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
}
 
 
 
 /*Apex proven strategies columns */
 
.apex-strategies-section{
width: 100%;
float: left;
text-align: center;	 
padding-top: 6%;
padding-bottom: 6%;	 
font-family: sora-r, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
 }
 
 
 .apex-strategies-section-hold{
width: 80%;
display: inline-block;
vertical-align: top; 
 
 }
 
 
  .apex-strategies-section-hold-headings{
width: 50%;
display: inline-block;
vertical-align: top;  
margin-left: auto;
margin-right: auto;
	  
  }
 
 
 
.apex-strategies-section-flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */	
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;	
	
}
 
.apex-strategies-section-flex section {
  width: 22%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 2%; 
  margin-bottom: 2%; 
  text-align: left;
}

.apex-strategies-section-flex img{
width: 28%; 
height: auto;

}

.apex-strategies-section h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: rgb(35,35,35);
color: #01a4e3;	 
margin-bottom: 1%;
margin-top: 4%;	

}

.apex-strategies-section h3{
 
 width: 100%;
box-sizing: border-box; 
display: inline-block;
vertical-align: top;
color: rgb(55,55,55);
font-family: sora-sb, calibri, sans-serif;
font-size: 120%;	
margin-top: 1%;
margin-bottom: 1%;

}

.apex-strategies-section p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 115%;	 
color: rgb(35,35,35);		 
  margin-top: 6px;
  line-height: 150%;
  
}

.apex-strategies-section-flex p{
font-size: 105%;	
line-height: 125%;
}



/*apex programmes section */

.apex-programs-section{
width: 100%;
float: left;
text-align: center;	 
padding-top: 6%;
padding-bottom: 6%;	 
font-family: sora-r, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
border-top: 1px solid gainsboro;
 }
 
 
.apex-programs-section-hold{
width: 80%;
display: inline-block;
vertical-align: top; 
 
 }



.apex-programs-flex-container {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */	
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.apex-programs-container-div {
  background-color: white;
  border: 1px solid gainsboro;
  border-radius: 8px;
  padding-bottom: 3%;
  width: 47%;
  text-align: center;
	box-sizing: border-box;
	margin-top: 4%;
	margin-bottom: 3%;
	margin-left: 1%;
	margin-right: 1%; 
	text-align: left;
}


.apex-programs-section-hold h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: rgb(35,35,35);
color: #01a4e3;	 
margin-bottom: 1%;
margin-top: 0;	

}

.apex-programs-container-div h3{
 
 width: 100%;
box-sizing: border-box; 
display: inline-block;
vertical-align: top;
color: white;
background: #01a4e3;
box-sizing: border-box;
font-family: sora-sb, calibri, sans-serif;
padding: 18px;
text-align: center;
font-size: 120%;	
margin-top: 0;
margin-bottom: 1%;

}
   
.apex-programs-section-hold p, .apex-programs-section-hold ul, .apex-programs-section-hold ol{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 115%;	 
color: rgb(35,35,35);	 
  margin-top: 6px;
  line-height: 150%;
 
  }  


.cushion-programmes-section{
  box-sizing: border-box;
  padding: 4%;
width: 100%;
display: inline-block;  
}

.apex-programs-section-hold li{
font-size: 17px;
line-height: 170%;

	
}

.apex-programs-section-hold li::marker {
  color: #01a4e3;
  font-size: 1.2em;		
}


/*Apex Contact Me Section */

 .apex-home-contact{
position: relative;
float: left;
width: 100%;
text-align: center;
padding-top: 8%;
padding-bottom: 8%; 
background: url(images/apex-tutoring-bottom-section-v2.webp) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
text-align: center; 
 }


.apex-home-contact-text {
width: 50%;
display: inline-block;
vertical-align: top;
font-family: calibri, sans-serif;
text-align: center;
 position: relative;
 padding: 3%;
  }
 

.apex-home-contact-text-left{
text-align: left;
width: 100%;
display: inline-block;
vertical-align: top;	
}
 
.apex-home-contact-text ul,.apex-home-contact-text ol {
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 120%;	 
color: white;	 
  margin-top: 6px;
  line-height: 150%;
}
  
  
.apex-home-contact h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: white;	 
margin-bottom: 1%;
margin-top: 0;	


  }
   
   
.apex-home-contact p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 120%;	 
color: white;	 
  margin-top: 6px;
  line-height: 150%;
  }  
  



/*Testimonials*/

 .testi-section{
background: white;
width: 100%;
float: left;
text-align: center;	 
padding-top: 6%;
padding-bottom: 6%;	 
font-family: sora-r, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
 }
 
 
.testi-section-text {
width: 85%;
display: inline-block;
vertical-align: top;
font-family: calibri, sans-serif;
text-align: center;
 position: relative;
  }
  
  
.testi-section-text h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: #0078a7;	 
margin-bottom: 1%;
margin-top: 0;	


  }
   
   
   
 .testi-section-text h3{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 120%;	 
color: #0078a7;	 
margin-bottom: 1%;
margin-top: 0;	
  }  
   
   
.testi-section-text p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 100%;	 
color: rgb(35,35,35);	 
  line-height: 135%;
  margin-top: 8px;
  }  
  
  
  

.testi-flex-container {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */	
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.testi-flex-container-div {
  background-color: #f3f3f3;
  width: 23%;
  text-align: center;
	padding: 2%;
	box-sizing: border-box;
	margin-top: 6%;
	margin-bottom: 3%;
	margin-left: 1%;
	margin-right: 1%; 
}

.testi-flex-container-div:hover {
background-color: #fdb400;	
}


.testi-flex-container-image{
width: 40%;
display: inline-block;
vertical-align: top;
padding-bottom: 40%;
position: relative;	
border-radius: 50%;
overflow-y: hidden;	
overflow-x: hidden;	
border: 5px solid #fdb400;
margin-top: -30%;
margin-bottom: 3%;
}


.testi-flex-container-image img{
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
}


/*Questions and Answers */

 .faqs-section{
background: #01a4e3;
width: 100%;
float: left;
text-align: center;	 
padding-top: 6%;
padding-bottom: 6%;	 
font-family: sora-r, calibri, sans-serif;
font-weight: 300;
 }


.faqs-section-crunch{
width: 65%;
display: inline-block;
vertical-align: top;
font-family: calibri, sans-serif;
text-align: center;
 position: relative;	
	
}


 .faqs-section h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: #0078a7;
color: white;	 
margin-bottom: 5px;
margin-top: 0;	


  }
   
   
   
 .faqs-section h3{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 500;
font-size: 120%;	 
color: #0078a7;	 
color: white;
margin-bottom: 1%;
margin-top: 0;	
  }  
   
   
 .faqs-section p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 110%;	 
color: rgb(35,35,35);	 
  line-height: 135%;
  margin-top: 8px;
  margin-bottom: 4%;
  color: white;
  }  
  
  
 .faqs-section ul,  .faqs-section ul li{
list-style: none;
width: 100%;
display: inline-block;
vertical-align: top;
margin-left: 0;
box-sizing: border-box;
padding-inline-start: 0;
}	
  
  
 .faqs-section ul li {
width: 100%;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
padding: 0; 
padding: 1%;
padding-right: 4%;
color: white;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 18px;	 
margin-top: 1%;
margin-bottom: 1%;	 
margin-left: 0;
position: relative; 
text-align: left;
border-radius: 9px;
border: 1px solid white;
margin-left: 0;
 }


 .faqs-section ul li:hover {
background: #fdb400;	 
 }


.faqs-section ul li ul{
width: 100%;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
margin-left: 0; 
padding-left: 0;
padding-right: 4%;	
display: none;
border: none;
}


 .faqs-section ul li ul  li {
width: 100%;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
color: white;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;	 
position: relative; 
 text-align: left;
 border: none;
 }
 
 
 .testi-section-text-open, .testi-section-text-close{
position: absolute;
width: 25px;
font-size: 20px;	
color: white;
right: 6px;
z-index: 2;
top: 6px; 
 }
 
 
 

 
 /*Contact form section */
 
 
 .contact-form-hold{
background: #f3f3f3;
width: 100%;
float: left;
text-align: center;	 
padding-top: 70px;
padding-bottom: 70px;	 
font-family: sora-r, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
 }
 
 
 .contact-form-hold-cont{
width: 40%;
display: inline-block;
vertical-align: top;
text-align: left;
 } 
 
 
 .contact-form-hold h1{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: arial, ubuntu, sans-serif;
font-weight: 500;
font-size: 240%;	 
color: rgb(55,55,55);	
 text-align: center;
 margin-top: 0;
 }
 
.contact-form-hold h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 200%;	 
color: rgb(35,35,35);	 
margin-bottom: 1%;
margin-top: 4%;	
 text-align: center;
 }
 
 .contact-form-hold p{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 105%;	 
color: rgb(35,35,35);	 
text-align: left;
 }
 
 
 .contact-input-button{
width: auto;
padding: 8px; 
border: 0;
display: inline-block;
vertical-align: top;
margin-bottom: 8px;
margin-top: 8px;
outline: none;	
cursor: pointer;	
background: firebrick;
color: white; 
font-weight: 400;
font-family: calibri;
text-transform: uppercase;	
font-size: 15px;
border-radius: 1px;	
-webkit-appearance: none;
-moz-appearance: none;
}


 .contact-input-button:hover{
	 
	background: rgb(50,50,50); 
 }



.contact-input, .contact-input-message{
width: 100%;
padding: 12px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
outline: none;
border: 0;
background: white;	
font-size: 14px;		
margin-top: 10px;
margin-bottom: 10px;	
		
	
}
 
 .contact-input-message{
	 
height: 300px;	 
	 
 }
 
 
 .firstnameerror .contact-input, .lastnameerror .contact-input, .messageerror .contact-input-message, .addresserror .contact-input, .phoneerror .contact-input, .emailerror .contact-input{
	
	border: 1px solid #c61722;
	background: #F3DDE5;
	
}


.contact-input-er{
	
display: none;	
	
}



.contactresponse{
width: 100%;
font-family: calibri;
font-weight: 300;
font-size: 15px;
color: rgb(55,55,55);	
	
	
}




/*Blog Info */

.blogmainpage{
width: 100%;
float: left;
text-align: center;	 
padding-top: 70px;
padding-bottom: 70px;	 
font-family: sora-r, calibri, sans-serif;
font-weight: 300;
color: rgb(30,30,30);
	
	
	
}


 .blogmainpage h1{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, arial, ubuntu, sans-serif;
font-weight: 500;
font-size: 200%;	 
color: #01a4e3;	
 text-align: left;
 margin-top: 0;
 }
 
.blogmainpage h2{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-sb, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 160%;	 
color: #01a4e3;	 
margin-bottom: 1%;
margin-top: 3%;	
 text-align: left;
 }
 
 .blogmainpage h3{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-sb, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 145%;	 
color: #01a4e3;	 
margin-bottom: 1%;
margin-top: 3%;	
 text-align: left;
 }
 
 
  .blogmainpage h4{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-sb, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 135%;	 
color: rgb(35,35,35);	 
margin-bottom: 1%;
margin-top: 3%;	
 text-align: left;
 }
 
 
  .blogmainpage h5{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-b, calibri, ubuntu, sans-serif;
font-weight: 400;
font-size: 125%;	 
color: rgb(35,35,35);	 
margin-bottom: 1%;
margin-top: 3%;	
 text-align: left;
 } 
 
 
 
 .blogmainpage p,  .blogmainpage ul{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r, calibri, ubuntu, sans-serif;
font-weight: 300;
font-size: 115%;	 
color: rgb(35,35,35);	 
text-align: left;
line-height: 30px;
margin-top: 1%;
 }
 
 
 .blogmainpage ul li{
 font-size: 17px;
 }
 

 .blogmainpage a{
color: #01a4e3;	 
 }
 
.blogmainpage img{
width: 100%;
height: auto;	
}



.blogmainpage-comp{
width: 45%;
display: inline-block;
vertical-align: top;
text-align: center;	 	 

}



.blogmainpage-comp-v2{
width: 75%;
display: inline-block;
vertical-align: top;
text-align: center;	 	 
margin-left: 4%;
}


.blogimage-cropped{
width: 100%;
display: inline-block;
vertical-align: top;
padding-bottom: 80%;
position: relative;	
overflow-y: hidden;	
overflow-x: hidden;	
}


.blogimage-cropped img{
width: 100%;
height: 100%;
left: 0;
top: 0; 
position: absolute; 
object-fit: cover; /*May not work on every browser but will likely work on most later versions*/
cursor: pointer;
}

.blogmainpage-comp-flex{
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */	
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;	
	
}


.blogmainpage-each{
width: 28%;
margin-left: 2%; 
margin-right: 2%; 	
margin-bottom: 3%;
margin-top: 2%;	
}


.blogmainpage-sidebar{
width: 20%;
display: inline-block;
text-align: center;	 	
margin-left: 3%;
}


.blogmainpage-sidebar a{
width: 100%;
border-bottom: 1px dotted gainsboro;
color: rgb(60,60,60);	
display: inline-block;
vertical-align: top;
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}


.blogmainpage-sidebar a:hover{
background: #01a4e3;
color: white;	
}

 
 /*Paging*/


.pagenumbershold{
width: 100%;
display: inline-block;
vertical-align: top;
text-align: center;	
margin-top: 3%;	
	
	
}




.pagenumbers{
width: 96%;
display: inline-block;
vertical-align: top;
text-align: left;	
margin-left: 1% !important	
	
	
}




ul.page-numbers {
    list-style: none;
    margin: 0 !important;
	margin-left: 0;
	width: 100%;
	display: inline-block;
	position: relative;
}

.page-numbers:after {
    content: ".";
    display: inline-block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline-block;
	vertical-align: top;
    margin: 8px 4px 4px 8px;
    text-align: center;
	font-family: sora-m, calibri, sans-serif;
	font-weight: 300;
}

.page-numbers a,
.page-numbers span {
    display: inline-block;
    padding: 5px 4px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: white;
	background: white;
	border: 1px solid silver;
	border-radius: 4px;
	color: gray;
	margin: 0;
	
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: white;
    background: #01a4e3;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }



.page-numbers .next{
margin-left: 6%;	
position: relative;	
display: inline-block;
padding: 5px 15px;
text-align: center;
	
}

.page-numbers .prev{
margin-left: 6%;	
position: relative;	
display: inline-block;
padding: 5px 15px;
text-align: center;
	
}


/*Paging End*/



/*Blog Layout */



/*reading hacks landing page */

.main-reading-landing-page{
width: 100%;	
float: left;
text-align: center; 
position: relative;
padding-top: 6%;
padding-bottom: 6%;
font-family: calibri, sans-serif;	
min-height: 500px;
font-family: calibri;
}


.reading-landing-hero-form{
width: 100%;	
float: left;
text-align: left; 
position: relative;	
padding-top: 5%;
padding-bottom: 5%;	
background: url(images/watercolor.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.reading-landing-hero-form-text{
width: 33%;
display: inline-block;
vertical-align: top;
margin-left: 13%;
font-family: sora-r, sans-serif;
color: white;
position: relative;
z-index: 99999999;
}

.reading-landing-hero-form-text h1{
font-family: sora-b, sans-serif;
color: white;
font-size: 220%;
margin-top: 0;
margin-bottom: 10px;
text-shadow: 1px 1px 3px dimgray;	
}

.reading-landing-hero-form-text p{
font-size: 140%;
margin-top: 8px;
margin-bottom: 10px;
	
}

.reading-landing-input {
width: 100%;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
padding: 12px;
color: grey;
border: 0;
background: white;	
outline: none;	
margin-top: 8px; 
margin-bottom: 8px;
}

.emailincorrect .reading-landing-input {
border: 2px solid red;
background: #f3cbcb;
	
}



.reading-call-to-action-hold{
width: 100%;
margin-top: 15px; 
margin-bottom: 1%;
position: relative;
text-align: center;
text-align: left;
}


.reading-call-to-action, .reading-call-to-action-blue{
width: auto;
padding: 10px;
padding-left: 15px; 
padding-right: 15px;
border-radius: 50px;
font-weight: 400;
font-family: sora-b;	
background: #fad03c;
display: inline-block; 
vertical-align: top;	
text-transform: uppercase;
color: #0a4365;
font-size: 105%;
letter-spacing: 1px;
border: 0;
cursor: pointer;
text-align: center !important;
}

.reading-call-to-action-blue{
background: #0a4365;
color: white;	
}


.reading-call-to-action:hover{
color: white;
background: #0a4365;	
}

.reading-call-to-action-blue:hover{
background: #5baddd;	
}




.tablet-book-display-position{
position: absolute;	
bottom: -30%;
right: 17%;
z-index: 3;
max-width: 450px;
width: 440px;
}

.tablet-book-display-position img{
width: 100%; 
height: auto;
 image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; /*better image optimization for chrome will work better on images than other graphics	*/	
}



/*Benefits Section */

.benefits-ebook-section {
width: 100%;
float: left;
text-align: center; 
position: relative;
padding-top: 7%;
padding-bottom: 5%;
font-family: sora-r, sans-serif;
background: white;
color: rgb(55,55,55);	
	
}


.benefits-ebook-section h2{
font-weight: 600;
font-family: sora-b;
margin-top: 15px;
color: #0a4365;	
font-size: 170%;
	
}


.benefits-ebook-section-each-hold{
width: 70%;
display: inline-block;
vertical-align: top;
text-align: left;
	
}


.benefits-ebook-section-each{
width: 45%;
margin-left: 2%;
margin-right: 2%;	
display: inline-block;
vertical-align: top;
text-align: left;	
margin-top: 2%;
margin-bottom: 2%;
}


.benefits-ebook-section-each-image{
width: 40px;
height: auto;
margin-right: 2%;	
display: inline-block;
vertical-align: middle;
text-align: left;	
}


.benefits-ebook-section-each-image img{
width: 100%; 
height: auto;	
 image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; /*better image optimization for chrome will work better on images than other graphics	*/
}


.benefits-ebook-section-each p{
width: calc(97% - 56px);	
display: inline-block;
vertical-align: middle;
text-align: left;	
margin-top: 0;
font-size: 108%;
line-height: 130%;
}



/*About Judith */


.reading-about-judith-section{
width: 100%;	
float: left;
text-align: center; 
position: relative;	
padding-top: 5%;
padding-bottom: 5%;	
background: url(images/watercolor-yellow.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.reading-about-judith-section-constrain {
width: 70%;
display: inline-block;
vertical-align: top;
text-align: left;	
	
}


.reading-about-judith-section h2{
font-weight: 600;
font-family: sora-b;
margin-top: 15px;
color: #0a4365;	
font-size: 170%;
	
}

.reading-about-judith-section p{
font-family: sora-r;
color: rgb(58,58,58);	
font-size: 120%;	
line-height: 160%;
margin-bottom: 50px;
margin-top: 50px;
}


.float-image-reading{
width: 25%;
max-width: 200px;
min-width: 120px;
float: left; 
margin-right: 2%;
position: relative;
overflow: hidden;
border-radius: 10px;	
margin-bottom: 4px;
}
.float-image-reading img{
width: 100%; 
height: auto;	
}


/*Accept Ebook Validation */

.center-email-section {
width: 100%;
float: left;
text-align: center; 
position: relative;
padding-top: 6%;
padding-bottom: 6%;
font-family: sora-r, sans-serif;
background: #f3da83;
background: url(images/watercolor-yellow-lighter.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
min-height: 500px;	
}




.center-email-section-constrain{
width: 65%;
display: inline-block;
vertical-align: top;
text-align: center;	
	
}

.center-email-section h2{
font-weight: 600;
font-family: sora-b;
margin-top: 15px;
color: #0a4365;	
font-size: 170%;	
text-align: left;
}

.center-email-section p{
font-family: sora-r;
color: rgb(58,58,58);	
font-size: 120%;	
line-height: 160%;
margin-bottom: 50px;
margin-top: 50px;
text-align: left;
}

.center-email-section img{
width: 100%;
height: auto;
margin-top: 3%;	
display: inline-block;
vertical-align: top;
max-width: 700px;
 image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; /*better image optimization for chrome will work better on images than other graphics	*/	
}

#ebooktime{
font-size: 150%;
color: #0a4365;
font-family: sora-b;	
}


.free-supercharge-section{
width: 50%;
display: inline-block;
vertical-align: top;
font-family: sora-r; 
color: white; 
font-size: 145%; 
line-height: 150%; 	
	
}


.free-supercharge-section-new{
width: 100%;
display: inline-block;
vertical-align: top;
font-family: sora-r; 
color: white; 
font-size: 145%; 
line-height: 150%; 	
	
}



.book-image-section{
width: 35%; 
display: inline-block;
vertical-align: middle;	
font-family: sora-r; 
}


.book-image-section img{
width: 100%;
height: auto;
	
}


.book-image-text-section{
width: 40%; 
margin-left: 3%;
display: inline-block;
vertical-align: middle;	
font-family: sora-r; 
text-align: left;
}


.book-image-text-section .testimonials-span, .book-image-text-section h2{
padding-left: 0;
padding-right: 0;	
	
}


.font-starry-section{
color: #ffc200;	
font-family: starry-font-secondary;	
font-size: 20px; 
margin-top: 8px;	
}



/* Pop Up Ebook */


.learn-to-read-pop-up{
width: 30%;
position: fixed;
bottom: 2%;
max-width: 400px;
min-width: 210px;	
color: white;
font-weight: 600;
font-family: sora-b, sans-serif; 
z-index: 9999999999999;
display: none;
}

.learn-to-read-pop-up img{
width: 100%; 
height: auto;	
}

.close-learn-to-read-pop-up{
position: absolute;
right: 2%;
top: 2%;
width: auto; 
color: white; 
font-size: 25px;	
cursor: pointer;
}

/*Footer */


.footer-section{
width: 100%; 
float: left;
padding-top: 5%;
padding-bottom: 5%;
background: white;
border-top: 1px solid gainsboro;	
text-align: center;	
font-family: sora-m, calibri, sans-serif;
font-weight: 300;	
}



.footer-section-logo{
width: 30%;
display: inline-block;
vertical-align: top;
margin-right: 20%;	
	
	
}

.footer-section-logo img{

width: 180px;
height: auto;

}

.footer-section-links {
width: 10%;
display: inline-block;
vertical-align: top;
margin-left: 3%;
margin-right: 3%;	
color: rgb(55,55,55);
text-align: left;	
}


.footer-section-links a {
color: rgb(55,55,55);	
color: #01a4e3;
padding-bottom: 10px;
width: 100%;
display: inline-block;	
}


.footer-section-links a:hover {
text-decoration: underline;	
color: #fdb400;
}

.copyright-section{
width: 100%;
font-weight: 300;
float: left;
border-top: 1px solid gainsboro;
padding-top: 7px;
padding-bottom: 7px;
color: dimgray;
font-size: 13px;
text-align: center;	
font-family: calibri, sans-serif;
}




/*Media Queries */


@media (max-width: 1200px){
	
.centered-section-columns-c{
width: 30%;
}	

.testi-flex-container-div {
  width: 45%;
  margin-top: 14%;
}


 .faqs-section ul li {
padding-right: 40px;
 }
	
	
}

@media(max-width: 1100px){
	
.apex-strategies-section-flex section {
width: 42%;
}	
	
.apex-strategies-section-hold-headings{
width: 70%;	
}

.blogmainpage-comp-v2{
width: 80%;
}

	
}

@media (max-width: 1000px){
	
.blogmainpage-comp{
	
	width: 50%;
	
}


.blogmainpage-sidebar{
width: 30%;	
}

.blogmainpage h2{
	
font-size: 150%;	
}



.blogmainpage h1{
	font-size: 190%;
}


.contact-form-hold-cont{
width: 60%;	
	
}

.faqs-section-crunch {
width: 75%;	
}

.blogmainpage-comp-v2{
width: 90%;
margin-left: 4%;
}


.apex-programs-section-hold{
width: 92%;
 
 }

	
}

@media (max-width: 900px){

.centered-section-dual-text h2{
font-size: 180%;	 

 }
 
 .testi-flex-container-div {
  width: 48%;
  margin-top: 14%;
}


.faqs-section ul li{
font-size: 16px;	
}

 
	
}

@media (max-width: 850px){
	
.navlinks{
	
display: none;	
	
}

.openmenu{
	
display: block;	
}	
	
	
.heroimagetext {
width: 45%;
	
	
	
}


.heroimagetext h1{
font-size: 180%;	
}

.heroimagetext p{
font-size: 100%;	
}


.apex-home-contact h2, .faqs-section h2, .testi-section-text h2, .apex-programs-section-hold h2{
font-size: 170%;	 
  }
   
   
.apex-home-contact p{

font-size: 115%;	 

  }  
  
  
.apex-programs-section-hold p{
font-size: 110%;
}	
  
 .apex-programs-section-hold li {
font-size: 16px;
 }	 
  
  
.apex-strategies-section h2{
font-size: 170%;
}	
  

.centered-section-columns-b, .centered-section-columns-c{
width: 70%;
margin-left: auto; 
margin-right: auto; 
margin-bottom: 25px;
}	


.centered-section-dual-text blockquote{ 
 margin-inline-start: 5px;
 margin-inline-end: 5px;

}

.apex-home-contact-text {
width: 70%;

  }	
  
  
.apex-strategies-section-flex section {
width: 45%;
}	
	
.apex-strategies-section-hold-headings{
width: 80%;	
} 
  
.faqs-section-crunch {
width: 80%;	
}

.blogmainpage-each{
width: 45%;	
}

	
}


@media (max-width: 750px){
	
	
	.centered-section-text{
	
    width: 75%;	
		
	}
	
	.blogmainpage h1{
	font-size: 170%;
}

	
}





@media(max-width: 700px){
	
.footer-section-logo{
margin-right: 15%;
}	
	
	
.footer-section-links {
width: 15%;
}	


.contact-form-hold h1{
font-size: 170%;	
	
}
	
	
.contact-form-hold-cont{
	width: 75%;
	
}

.apex-programs-container-div {
width: 90%;	
}

	
}


@media (max-width: 600px){
	
.blogmainpage-comp{
	
	width: 80%;
	
}


.blogmainpage-sidebar{
width: 60%;	
margin-left: auto;
}
	
	
.centered-section-columns-b, .centered-section-columns-c{
width: 80%;
}	

.apex-home-contact-text {
width: 85%;


  }	


.apex-strategies-section-flex section {
width: 100%;
}	
	
.apex-strategies-section-hold-headings{
width: 100%;	
} 
	
	
 .testi-flex-container-div {
  width: 100%;
  margin-top: 30%;
  padding: 18px;
}	

.faqs-section-crunch {
width: 88%;	
}

	
}


@media (max-width: 550px){
	
.centered-section{
padding-top: 50px;
padding-bottom: 50px;

}	
	
.centered-section-text{
	
    width: 85%;	
		
	}	
	
	
.centered-section h2{
	
font-size: 150%;	
}	

.apex-programs-container-div {
width: 100%;	
}
	
	
}


@media (max-width: 500px){
.heroimagetext {
width: 86%;
			
}

.heroimagetext p{
font-size: 112%;	
}	
	

.heroimagetextunderlay{
background: rgba(0,0,0,0.6);
}
	
.footer-section-logo{
margin-right: auto;
text-align: center;
width: 90%;
padding-bottom: 20px;
border-bottom: 1px solid gainsboro;
margin-bottom: 20px;
}	
	
	
.footer-section-links {
width: 80%;
margin-left: auto; 
margin-right: auto;
}	

.footer-section-links  a{
border-bottom: 1px dotted gainsboro;
padding-top: 8px;	
}

.centered-section-columns-b, .centered-section-columns-c{
width: 85%;
}	
	
.blogmainpage-each{
width: 90%;	
}	
	
.blogmainpage-comp-flex{
justify-content: center;
}	

.blogmainpage-comp-v2{
margin-left: auto; 
margin-right: auto;	
}
}




@media (max-width: 450px){

.blogmainpage-comp{
	
	width: 90%;
	
}


.blogmainpage-sidebar{
width: 80%;	
}

.contact-form-hold-cont{
	width: 85%;
	
}

	
.centered-section h2{
	
font-size: 135%;	
}	
	
}


@media (max-width: 290px){
.navlogo{
width: 100px;
margin-top: 12px;
}	
	
}


/*apex form Media Queries */
@media (max-width: 1100px){
.apex-home-form-column {
    width: 44%;
	margin-left: 2%;
	margin-right: 2%;
}

.apex-home-form-section h2{
font-size: 180%; 	
}


}


@media (max-width: 800px){
.apex-home-form-column {
    width: 75%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
}


@media (max-width: 500px){
.apex-home-form-column {
    width: 87%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
}

.apex-home-form-section h2{
font-size: 150%; 	
}



}


/*Ebook Media Queries */


@media (max-width: 1450px){
	
.tablet-book-display-position{
right: 12%;	
}

.reading-landing-hero-form-text {
width: 40%;
margin-left: 10%;
}	
	
}


@media(max-width: 1250px){
	
.benefits-ebook-section-each-hold{
width: 80%;
	
}

	
}

@media(max-width: 1150px){
.tablet-book-display-position{
right: 8%;	
width: 38%;
}

.reading-landing-hero-form-text {
width: 45%;
margin-left: 8%;
}	

.reading-about-judith-section-constrain {
width: 80%;
}	
	
}


@media (max-width: 990px){
.tablet-book-display-position{
right: 1%;	
width: 41%;
min-width: 340px;
}

.reading-landing-hero-form-text {
width: 50%;
margin-left: 5%;
}	
	
	
.reading-landing-hero-form-text h1{
font-size: 200%;
}	


.benefits-ebook-section-each-hold{
width: 88%;
	
}

.book-image-section{
width: 47%; 

}

.book-image-text-section{
width: 43%; 
margin-left: 2%;

}	
}



@media(max-width: 850px){
.reading-about-judith-section-constrain {
width: 85%;
}
}

@media(max-width: 750px){
.tablet-book-display-position{
right: -7%;	
width: 41%;
min-width: 340px;
}

.reading-landing-hero-form-text {
width: 50%;
margin-left: 6%;
}	
	
	
.reading-landing-hero-form-text h1{
font-size: 180%;
}	

	.font-starry-section{
font-size: 16px;
}	

}




@media (max-width: 599px){
		
	.reading-landing-hero-form-text {
margin-left: 5%;	
}
.tablet-book-display-position{
right: -10%;	
	
}



.benefits-ebook-section-each{
width: 98%;
	
}

.reading-about-judith-section-constrain {
width: 90%;
}	
		
}


@media (max-width: 545px) {

.tablet-book-display-position{
right: 7%;	
width: 75%;
min-width: 350px;
}

.reading-landing-hero-form-text {
width: 88%;
margin-left: 6%;
}	
	
.reading-landing-hero-form{
min-height: 640px;
padding-top: 50px;
}	
	
.benefits-ebook-section-each-hold{
margin-top: 155px;
	
}	
}

@media(max-width: 400px){
.tablet-book-display-position{
right: 3%;	
width: 80%;
min-width: 250px;
}


	
.reading-landing-hero-form{
min-height: 640px;
}


.advertise-book-section-plain-text-hold {
width: 85%;

}
}

@media(max-width: 295px){
.tablet-book-display-position{
min-width: 200px;
}

	
}	
	