/*
 vanillaSlideshow v0.1
 (c) Dimitri Mikadze
 https://github.com/DimitriMikadze/vanilla-slideshow
 License: MIT
*/
@import url(https://fonts.googleapis.com/css?family=Lato:100);
@import url(https://fonts.googleapis.com/css?family=Lato:900);
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://use.typekit.net/wjj7jjk.css");



/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////  BASE HTML  ///////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */





html, body { 
	background-color: #FDF3E7;
	margin: auto;
	
}

html, body, h1 { 
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	color: #444;
	text-align: left;
}

#site-container { 
	width: 100%; 
	height: 100%;
	max-width: 1024px;
	padding: 0;
	margin: auto;
}

#site-holder-container { 
	width: 100%; 
	height: 100%;
	max-width: 1124px;
	padding: 0;
	margin: auto;
}












/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////  MAST CONTENT  //////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */


#mast { 
	width: 90%;
	margin-left: 40px;
	margin-right: 40px;
	height: 80px;
	background-color: #BF9766;
	z-index: 4;
	border-radius: 0px 0px 20px 20px; /* Different radii for each corner */
}

#mastMobile { 
	width: 90%;
	margin-left: 40px;
	margin-right: 40px;
	height: 65px;
	background-color: #BF9766;
	z-index: 4;
	
	border-radius: 0px 0px 20px 20px; /* Different radii for each corner */
}

#logo { 
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 5px;
	width: 70px; 
	height: 70px;
	z-index: 5;
	opacity: 1;
	position: absolute;
}



.socialIcons { 
	float: right;
	margin-top: 18px;
	margin-right: 15px;
	display: inline-block;
}

.socialSpace { 
	padding-right: 5px;
	display: inline-block;
}









/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////  MAIN NAVIGATION  //////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */




#nav{ 
	font-family: 'raleway', sans-serif;
	font-weight:700;
	font-size: 15px;
	height:10px;
	list-style-type: none;
	color: #fff;
	padding-top: 25px;
	padding-left: 50px;
	position: relative; 
	text-align: left;	
}

#navMobile{ 
	font-family: 'raleway', sans-serif;
	font-weight:700;
	font-size: 15px;
	height:10px;
	list-style-type: none;
	color: #fff;
	padding-top: 25px;
	padding-left: 50px;
	position: relative; 
	text-align: left;	
}

.navHash{ 
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 20px;
	padding:0px;
	list-style-type: none;
	color: #fff;
}

.navSpace{ 
	width: 15px;
	margin-top: 5px;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-decoration: none;
	display: inline-block;
	vertical-align: bottom;
	
}

li {
    float: left;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px;
    text-decoration: none;
}

li a:hover {
    color: #fff;
	text-decoration: none;
}


.anchor { 
	clear:both;
}



.modContactText a:link {
  text-decoration: underline;
  color:#25293A;
}

.modContactText a:visited {
  text-decoration: underline;
  color:#25293A;
}

.modContactText a:hover {
  text-decoration: underline;
  color:#25293A;
}

.modContactText a:active {
  text-decoration: underline;
  color:#25293A;
}






/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////  FORM CONTENT  //////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */




.button {
  background-color: #F0BA74;
  font-family: 'raleway', sans-serif;
  font-weight:700;
  font-size: 15px;
  border: none;
  color: white;
  height:50px;
  line-height: 50px;
  width:275px;
  overflow: visible; 
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.formText {
  font-family: 'raleway', sans-serif;
  font-weight:700;
  font-size: 13px;
  color:#666;
  text-align: left;
}

input[type=text] {
  width: 80%;
  color:#666;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 10px 20px 10px 10px;
  margin-bottom: 5px;
}

input[type=text]:focus  {

 color:#666666;
 background-color: white;
}






















/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////  HERO CONTENT  //////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */





.modHeroContainer{
	width: 100%;
   	margin-top: 10px;
	margin-left:40px;
}

.modHeroImgContainer{
	width: 50%;
	float:left;
	color: #444;
}

.modHeroHeadline{
	font-family: 'times', serif;
	font-weight:400;
	font-size: 75px;
	line-height: 75px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	font-style: normal;
	color: #777060;
	text-align: left;
}

.modHeroText{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	padding-left: 0px;
	padding-right: 60px;
	color: #444;
	text-align: left;
}

.modHeroBody{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 27px;
	font-style: normal;
	padding-left: 40px;
	padding-right: 40px;
	color: #444;
	text-align: left;
}










/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////  PROGRAMS CONTENT  ////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */





.modProgramsContainer{
	width: 90%;
   	margin-top:0px;
	margin-left:40px;
	margin-right:40px;
	background-color: #5D594D;
	border-radius: 20px 20px 20px 20px; /* Different radii for each corner */
	padding-bottom: 10px;

}


.modProgramsHeadline{
	font-family: 'times', serif;
	font-weight:400;
	font-size: 90px;
	line-height: 90px;
	padding-top: 60px;
	padding-left: 0px;
	font-style: normal;
	color: #C5B4A0;
	text-align: center;
}


.modProgramsText{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	font-style: normal;
	color: #fff;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}










/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////  OFFER CONTENT  /////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */





.modOfferContainer{
	width: 90%;
   	margin-top: 10px;
	margin-left:40px;
}

.modOfferImgContainer{
	width: 90%;
	float:left;
	color: #444;
}

.offerHeadline{
	font-family: 'times', serif;
	font-weight:400;
	font-size: 115px;
	line-height: 100px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	font-style: normal;
	color: #777060;
	text-align: left;
}

.offerBody{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 25px;
	line-height: 30px;
	font-style: normal;
	padding-left: 0px;
	padding-right: 60px;
	color: #444;
	text-align: left;
}










/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////  PLAN CONTENT  /////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */





.modPlanContainer{
	width: 90%;
   	margin-top: 40px;
	margin-left:40px;
	margin-right:40px;
	background-color: #BF9766;
	border-radius: 20px 20px 20px 20px; /* Different radii for each corner */
	display: inline-block;
	padding-bottom: 50px;
	background-image: url("../images/formFlower.svg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	
}


.modPlanHeadline{
	font-family: 'times', serif;
	font-weight:400;
	font-size: 75px;
	line-height: 65px;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-style: normal;
	color: #fff;
	text-align: left;
}

.modPlanSubHead{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size: 17px;
	line-height: 25px;
	padding-left: 60px;
	width: 50%;
	font-style: normal;
	color: #fff;
	text-align: left;
}

.modPlanText{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	padding-left: 60px;
	width: 50%;
	font-style: normal;
	color: #fff;
	text-align: left;
}










/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////  CONTACT CONTENT  ////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */





.modContactContainer{
	width: 90%;
   	margin-top: 10px;
	margin-left:40px;
	margin-right:40px;
}


.modContactImgContainer{
	width: 50%;
	float:left;
	color: #444;
}


.modContactHeadline{
	font-family: 'times', serif;
	font-weight:400;
	font-size: 70px;
	line-height: 60px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-style: normal;
	color: #777060;
	text-align: left;
}

.modContactText {
	color: #25293A;
	text-align: left;
}




























/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////  GRID STYLES  //////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */

.grid-container-one {
  display: grid;
  grid-template-columns: 1fr; /* Three equal columns */
  text-align: center;
}

.grid-container-two {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Three equal columns */
  gap: 20px; /* Space between columns */
  text-align: center;
}

.grid-container-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Three equal columns */
  gap: 20px; /* Space between columns */
  text-align: center;
}

.grid-item {
  padding: 10px;
  /* Add styling for individual column items */
}

.grid-item-center {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px 0px 0px 0px;
  height:100px;
  /* background-color: #FF9900;*/
  /* Add styling for individual column items */
}

.grid-item-center img {
  height: 100%;
  width: 100%;
  /* background-color: #000000; */ 
}

.grid-container-contact {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Three equal columns */
  gap: 40px; /* Space between columns */
  text-align: center;
}

.grid-item-contact {
  padding: 40px;
  /* Add styling for individual column items */
}

.grid-item-right {
  justify-self: end;
	padding-right: 20px;
	padding-bottom: 80px;
  /* Add styling for individual column items */
}



.textColHead { 
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size: 19px;
	line-height: 25px;
	font-style: normal;
	color: #fff;
}

.textColBody { 
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
	color: #fff;
}













/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////  FOOTER CONTENT  /////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */



#footer { 
	width: 100%;
	height: 100px;
	background-color: #BF9766;
	position: relative; 
	text-align: center;
	padding: 0px;
	border-radius: 20px 20px 0px 0px; /* Different radii for each corner */
}

#footerMobile { 
	width: 90%;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;
	background-color: #BF9766;
	position: relative; 
	text-align: center;
	padding: 0px;
	border-radius: 20px 20px 0px 0px; /* Different radii for each corner */
}


#footImg{ 
	vertical-align:bottom;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding-bottom: -10px;
	margin-bottom: -10px;  
}



#footCopyright { 
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

#footCopyrightMobile { 
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	position: relative;
}


















@media (max-width: 5000px)
{	
#site-holder-container { visibility: visible; display:inline;}
#site-holder-mobile-container{ visibility: hidden; display:none;}
}



@media (max-width: 1150px)
{	
#site-holder-container { visibility: visible; display:inline;}
#site-holder-mobile-container{ visibility: hidden; display:none;}
}




@media (max-width: 1024px)
{	
#site-holder-container { visibility: visible; display:inline;}
#site-holder-mobile-container{ visibility: hidden; display:none;}
	
.modHeroHeadline{ font-size: 65px; line-height: 65px;}
.modHeroText{ font-size: 18px; line-height: 27px;}
.offerHeadline{ font-size: 100px; line-height: 85px;}	
.offerBody{ font-size: 22px; line-height: 28px;}
}




@media (max-width: 768px)
{	
#site-holder-container { visibility: visible; display:inline;}
#site-holder-mobile-container{ visibility: hidden; display:none;}

.modHeroHeadline{ font-size: 60px; line-height: 60px;}
.modHeroText{ font-size: 15px; line-height: 22px;}
.offerHeadline{ font-size: 85px; line-height: 70px;}	
.offerBody{ font-size: 18px; line-height: 25px;}
#nav{ font-size: 14px; line-height:14px; padding-top: 23px;	padding-left: 30px;}
.socialSpace img { height: 40px; width: 40px;}
.navSpace{ width: 8px; margin-top: 5px;}
#mast { height: 60px;}
.socialIcons { margin-top: 10px;}
.modProgramsHeadline{ font-size: 75px; line-height: 75px;}
.textColHead { font-size: 15px; line-height: 25px;}
.textColBody { font-size: 13px;line-height: 17px;}
.modPlanHeadline{ font-size: 65px; line-height: 55px; padding-left: 40px;}
.modPlanSubHead{padding-left: 40px; width:60%;}

}




@media (max-width: 568px)
{
#site-holder-container { visibility: hidden; display:none;}
#site-holder-mobile-container{ visibility: visible; display:inline;}
#navMobile{ visibility: hidden;}
.modHeroHeadline{ font-size: 75px; line-height: 75px; text-align: center;}
.modHeroText{ font-size: 20px; line-height: 30px; text-align: center; padding-right:0px;}
	


.button { display: block; margin: 0 auto;}
#mastMobile{ display: block; margin: 0 auto;}
.modHeroContainer{ display: block; margin: 0 auto;}
.modHeroText{padding-left: 20px; padding-right: 20px;}
.modHeroBody{padding-left: 20px; padding-right: 20px;}
.modProgramsContainer{ display: block; margin: 0 auto;}
.modOfferContainer{ display: block; margin: 0 auto;}
.modPlanContainer{ display: block; margin: 0 auto;}
.modContactContainer{ display: block; margin: 0 auto;}
.modPlanHeadline{ font-size: 53px; line-height: 43px; padding-left: 30px;}
	
.textColBody { padding-bottom: 60px;}

.modPlanSubHead{ font-size: 14px; line-height:19px;  padding-left: 30px; width: 80%;}

.offerHeadline{ text-align: center; padding-right:0;}
.offerBody{ text-align: center;padding-right:0;}
	
.modContactHeadline{ text-align: center; padding-right:0;}
.modContactText{ text-align: center;padding-right:0;padding-bottom:60px;}
	
#footerMobile { display: block; margin: 0 auto;}
	

	
	
}





@media (max-width: 480px)
{	

}




@media (max-width: 340px)
{	

}










/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}


/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	
}


@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	
}


/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	
}








