/* GLOBAL and HOMEPAGE STYLES
-------------------------------------------------- */

body {
  padding:0px;
  margin:0px;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  font-size:14px;
  color: #010101;
  background-color:#ffffff;
 /* overflow-x: hidden;*/
}


@font-face {
font-family: 'Antonio Bold';
font-style: normal;
font-weight: normal;
src: local('Antonio Bold'), url('Antonio-Bold.woff') format('woff');
}

h1					{font-family:'Antonio Bold';font-size:57px;color:#ffffff;text-align:center;}

p					{line-height:26px;margin-bottom:24px;font-weight:300;} 
p:not(*:root) 		{line-height:26px;margin-bottom:24px;font-weight:400;}
.highlight			{font-size:24px;font-weight:600;color:#203a56;font-style:italic;text-transform:uppercase;}
p.objectives1		{padding-right:11%;}
p.objectives2		{padding-right:14%;margin-bottom:36px;}
p.objectives-title	{font-size:21px;font-weight:500;margin-bottom:12px;}

p.footer1-text		{font-size:22px;color:#fffefb;margin-left:1.3%;}
p.footer2-text		{font-size:12px;color:#9e9e9f;margin-left:1.3%;}

p.form-intro		{font-size:17px;line-height:36px;color:#bfcce2;text-align:center;padding:5px 70px 24px 70px;}
.form-intro-highlight {font-size:34px;color:#eeca83;}
p.download-text		{font-size:17px;line-height:36px;color:#bfcce2;text-align:center;padding:5px 0px 24px 0px;}
p.copyright{color:#fff; font-size: 12px; margin-top:20px;}


.imglink		{border:none;outline:none;}

#chris-curran-college-funding		{position:relative;z-index:1000;min-height:138px;background-color:#1b334d;}
#chris-curran-college-funding img	{margin:0px auto;}

#college-funding-secrets-banner	{position:relative;z-index:1000;height:954px;background-image:url('../images/bkg/college-funding-secrets.png');background-repeat:no-repeat;background-position:top center;background-color:#ffffff;}
.logo-block			{padding-top:12px;}

#main-content	{position:relative;margin-top:-260px;z-index:9999;}
.college-funding-secrets-books		{float:left;padding-top:26px;padding-bottom:26px;}
.college-funding-secrets-books	img	{margin-left:-30px;}
.christopher-curran {float:left;padding:70px 60px 0px 60px;}	

#order-now		{position:relative;z-index:1000;height:473px;background-image:url('../images/bkg/order-now-bkg.png');background-repeat:no-repeat;background-position:top center;}

#graduating-students		{position:relative;z-index:1000;height:473px;background-image:url('../images/bkg/graduating-students-1.jpg');background-repeat:no-repeat;background-position:top center;}

#order-buttons	{position:relative;z-index:1000;}
.order-now-button	{margin-top:24px;margin-left:-50px;z-index:9999;}
.order-btn3  {margin-left:-10px;}

#college-funding-secrets		{position:relative;z-index:1000;height:auto;margin-top:60px;padding-bottom:24px;}

.objectives-left	{}
.objectives-right   {}

.objective-item			{width:100%;float:left;margin-bottom:12px;}
.objective-item-bullet	{width:10%;float:left;}
.objective-item-text	{width:90%;float:left;padding-right:11%;padding-top:9px;}
.objective-adjust		{padding-top:0px;}



#chris-curran-college-funding		{position:relative;z-index:1000;height:138px;background-color:#1b334d;}

#social-media		{position:relative;z-index:1000;min-height:65px;background-color:#1b334d;padding-top:20px;}
.sm-spacing			{padding-left:24px;}
.sm-spacing2			{padding-left:60px;}



/* CONTACT FORM  */


#label-contactfirstname		{display:none;}
#label-contactlastname		{display:none;}
#label-contactemail			{display:none;}
#label-contactmessage		{display:none;}


input.contact-form-submitformbtn	{background-image:url('../images/buttons/sign-up-btn.jpg');background-repeat:no-repeat;width:147px;height:50px;margin:0px 0px 24px 30%;padding:0px;float:left;border:none;cursor:pointer;border: 0px solid #ccc;}


input.contact-input-box {
  display: block;
  width:70%;
  min-height: 46px;
  background-color:#e7e9eb;
  border: 0px solid #cfcfcf;
  padding-left:3%;
  box-shadow:none;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius:0px;
  font-size:13px;
  font-weight:400;
  margin:0px auto;
}


.contact-textarea-box {
  display: block;
  width: 70%;
  min-height: 52px;
  background-color:#e7e9eb;
  border: 0px solid #cfcfcf;
  padding-left:3%;
  padding-top:3%;
  box-shadow:none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius:0px;
  font-size:13px;
  font-weight:400;
  margin:0px auto;
}


.contactus-form-row {
	margin-bottom:20px;
}

label	{font-weight:700;margin-top:0px;margin-bottom:10px;cursor:default;}

.required-text-footnote	{font-size:11px;padding-left:3px;font-weight:400;font-style:italic;color:#ffffff;text-align:right;padding-right:80px;}
.required-text		{font-size:11px;padding-left:3px;color:#ffffff;}
.form-err			{font-size:12px;color:#ffffff;font-weight:400;}

input.contact-input-box::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-size:13px;
	font-weight:400;
	font-style:italic;
	color:#6b7a80;
}
input.contact-input-box:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size:13px;
	font-weight:400;
	font-style:italic;
	color:#6b7a80;
}
input.contact-input-box::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size:13px;
	font-weight:400;
	font-style:italic;
	color:#6b7a80;
}
input.contact-input-box:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size:13px;
	font-weight:400;
	font-style:italic;
	color:#6b7a80;
}

.contactinfoblock	{float:left;margin:36px 0px 0px 6.5%;}


/* END CONTACT FORM */



.contact-info-block			{width:100%;float:left;}

/* LINKS */

a.downloadlink:link, a.downloadlink:visited		{font-size:34px;color:#eeca83;}
a.downloadlink:hover, a.downloadlink:active 	{font-size:34px;color:#ffffff;}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1299px) {
  .order-btn2	{width:100%;float:none;max-width:400px;}
  .order-btn3	{width:100%;float:none;max-width:400px;}
  .order-now-button {margin-left:70px;}
}
@media (max-width: 1199px) {
  
  .order-now-button {margin-left:10px;}
  .sm1	{display:none;}
  .sm2	{width:100%;float:none;text-align:center;}
  .sm3	{display:none;}
	.sm-spacing2 {padding-left:30px;}
}

@media (min-width: 1200px) {
	.colorcode	{color:black;}
}

@media (min-width: 992px) and (max-width: 1199px) {

  .colorcode	{color:#32e9d1;}
  
  .college-funding-secrets-books		{width:41.6666%;}
  .christopher-curran   {width:58.3333%;}
  
 /* .order-btn1	{display:none;}*/
  /*.order-btn2	{width:33.3333%;float:right;}
  .order-btn3	{width:33.3333%;float:right;}*/
  .objective-adjust	{padding-top:9px;}
  
 

}

@media (min-width: 880px) and (max-width: 991px) {

  .colorcode	{color:pink;}
  
  p.form-intro 	{padding-left:30px;padding-right:30px;}
  
  .college-funding-secrets-books		{width:41.6666%;}
  .christopher-curran   {width:58.3333%;}
  
  .order-btn2	{width:33.3333%;}
  .order-btn3	{width:33.3333%;}
  .objective-adjust	{padding-top:9px;}
  
  
  

}

@media (max-width: 879px) {
.college-funding-secrets-books img {
	margin:0px auto;}
	
	.order-now-button {margin:30px 0px 0px 0px;}
	.order-now-button img {margin:0px auto;}
	.order-btn2	{max-width:100%;}
    .order-btn3	{max-width:100%;}

}

@media (min-width: 768px) and (max-width: 879px) {

  .colorcode	{color:red;}
  
  /*#order-now	{background-image:url('../images/bkg/order-now-bkg-879.png');}*/
  /*.order-now-button	{margin-top:-93px;}*/
  
  .order-right	{display:none;}
  /*.order-btn2	{width:40%;float:left;}
  .order-btn3	{width:40%;float:right;}*/
  .objective-adjust	{padding-top:9px;}
  
  #order-now 	{height:373px;}
  .college-funding-secrets-books		{width:100%;margin-left:-15px;}
  #college-funding-secrets	{margin-top:30px;}
  
 

}


@media (min-width: 700px) and (max-width: 767px) {    

  .colorcode	{color:blue;}
	
  #college-funding-secrets-banner	{height:586px;background-image:url('../images/bkg/college-funding-secrets-767.png');background-repeat:no-repeat;}
  
  #main-content {margin-top: -80px;}

  #order-now	{background-image:url('../images/bkg/order-now-bkg-879.png');height:314px;}
  /*.order-now-button	{margin-top:-73px;}*/
  
  .order-right	{display:none;}
  /*.order-btn2	{width:40%;float:left;}
  .order-btn3	{width:40%;float:right;}*/
  .objective-adjust	{padding-top:9px;}
  
  #order-now 	{height:373px;}
  
  #college-funding-secrets	{margin-top:50px;}
  .college-funding-secrets-books		{width:100%;margin-left:-15px;}
	


}

@media (min-width: 589px) and (max-width: 699px) {  

  .colorcode	{color:purple;}
	
  #college-funding-secrets-banner	{height:586px;background-image:url('../images/bkg/college-funding-secrets-767.png');background-repeat:no-repeat;}
  
  #main-content {margin-top: -80px;}

  #order-now	{background-image:url('../images/bkg/order-now-bkg-879.png');height:314px;}
  /*.order-now-button	{margin-top:-73px;}*/
  
  .order-right	{display:none;}
  /*.order-btn2	{width:48%;float:left;}
  .order-btn3	{width:48%;float:right;}*/
  .objective-adjust	{padding-top:9px;}
  
  #order-now 	{height:373px;}
  
  #college-funding-secrets	{margin-top:50px;}
  .college-funding-secrets-books		{width:100%;margin-left:-15px;}
 
  
}


@media (min-width: 480px) and (max-width: 588px) {  

	.colorcode	{color:orange;}
	
  #college-funding-secrets-banner	{height:583px;background-image:url('../images/bkg/college-funding-secrets-767-2.png');background-repeat:no-repeat;}
  
  #main-content {margin-top: -80px;}
  
  p.form-intro 	{padding-left:10px;padding-right:10px;}

  #order-now	{background-image:url('../images/bkg/order-now-bkg-588.png');height:210px;}
  /*.order-now-button	{margin-top:-153px;}*/
  
  .order-right	{display:none;}
 /* .order-btn2	{width:60%;}
  .order-btn3	{width:60%;margin-top:20px;}*/
  .objective-adjust	{padding-top:9px;}
  
  #order-now 	{height:373px;}
  
  #college-funding-secrets	{margin-top:40px;}
  .college-funding-secrets-books		{width:100%;margin-left:-15px;}
 
}

@media (min-width: 400px) and (max-width: 479px) {

	.colorcode	{color:skyblue;}
	
	#college-funding-secrets-banner	{height:468px;background-image:url('../images/bkg/college-funding-secrets-479.png');background-repeat:no-repeat;}
  
  #main-content {margin-top: -80px;}
  
  .christopher-curran {padding: 50px 20px 0px 20px;}
  
  p.form-intro 	{padding-left:10px;padding-right:10px;}

  #order-now	{background-image:url('../images/bkg/order-now-bkg-588.png');height:210px;}
  /*.order-now-button	{margin-top:-153px;}*/
  
  .order-right	{display:none;}
  /*.order-btn2	{width:70%;}
  .order-btn3	{width:70%;margin-top:20px;}*/
  .objective-adjust	{padding-top:9px;}
  
  #order-now 	{height:373px;}
  
  #college-funding-secrets	{margin-top:20px;}
  .college-funding-secrets-books		{width:100%;margin-left:-15px;}
  .objective-item-bullet {width:20%;}
  .objective-item-text	 {width:80%;}

  
 
}

@media (min-width: 320px) and (max-width: 399px) {

	.colorcode	{color:green;}
	
	#college-funding-secrets-banner	{height:391px;background-image:url('../images/bkg/college-funding-secrets-399.png');background-repeat:no-repeat;}
  
  #main-content {margin-top: -80px;}
  
  .christopher-curran {padding: 50px 20px 0px 20px;}
  
  p.form-intro 	{padding-left:10px;padding-right:10px;}

  #order-now	{background-image:url('../images/bkg/order-now-bkg-399.png');height:210px;}
  /*.order-now-button	{margin-top:-153px;}*/
  
  .order-right	{display:none;}
  /*.order-btn2	{width:80%;}
  .order-btn3	{width:80%;margin-top:20px;}*/
  .objective-adjust	{padding-top:9px;}
  
  #order-now 	{height:373px;}
  
  #college-funding-secrets	{margin-top:30px;}
  .college-funding-secrets-books		{width:100%;margin-left:-15px;}
  .objective-item-bullet {width:20%;}
  .objective-item-text	 {width:80%;}

  
}

@media (min-width: 0px) and (max-width: 319px) {

	.colorcode	{color:#FFCC99;}
	
	#college-funding-secrets-banner	{height:391px;background-image:url('../images/bkg/college-funding-secrets-399.png');background-repeat:no-repeat;background-size:contain;}
  
  #main-content {margin-top: -150px;}
  
  .christopher-curran {padding: 50px 20px 0px 20px;}
  
  p.form-intro 	{padding-left:10px;padding-right:10px;}

  #order-now	{background-image:url('../images/bkg/order-now-bkg-399.png');height:210px;}
  /*.order-now-button	{margin-top:-153px;}*/
  
  .order-right	{display:none;}
  /*.order-btn2	{width:90%;}
  .order-btn3	{width:90%;margin-top:20px;}*/
  .objective-adjust	{padding-top:9px;}
  
  #order-now 	{height:373px;}
  
  #college-funding-secrets	{margin-top:0px;}
  .college-funding-secrets-books		{width:100%;margin-left:-15px;}
  .objective-item-bullet {width:20%;}
  .objective-item-text	 {width:80%;}

 

}
