body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
   background: #d4d4d4
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

.center-content {
    width: 100%;
    text-align: center;
}


.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

h1 {
    font-family: Helvetica, Arial;
	color: #691b18;
	font-size: 42px;
    font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
}


 /***********************************    DESKTOP    **************************************/

@media (min-width: 1240px) {
 
  body {
  	background-color: #d4d4d4  
	width: 1240px;
	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	
  }

  #centered {
  	background-color: #ffffff;
  	position: absolute;
	width: 1240px;
  	left: 50%;
  	top: -20px;
  	margin-left: -620px;
  	background-repeat: no-repeat;
  	margin-bottom: 20px;
  }

  #container {
  	background-color: #ffffff;
	height: 100%;
	width: 1240px;
	margin: 0;
	}

  div.content {
  	background-color: #ffffff;
  	width: 1240px;
  	margin-left: 0px;
  	margin-right: 0px;
	margin-top: 20px;
  	padding-right: 0px;
  	padding-left: 0px;
  	padding-bottom: 0px;
	height: auto;
  }

	
  
  div.clear {
        clear:both;
      }
	
img {
    max-width: 100%;
    height: auto;
}

div.titleback { 
	width: 100%;
	height: 240px;
	padding: 0px 0px 0px 0px;
	background: url("../images/title-back.jpg") no-repeat;
	background-size: contain;
	float: left;
	}
div.title { 
	width: 100%;
	padding: 40px 0px 0px 0px;
	float: left;
	}
		
div.videoback {
	width: 100%;
	height: 525px;
	background-color: #555;
    background: url("../images/video-back.jpg") no-repeat;
	background-size: contain;
	float: left;
}
div.video { 
	width: 100%;
	height: auto;
	padding: 60px 0px 30px 0px;
    float: left;
    text-align: center;
	}

div.textback {
  	background-color: #f1f1f0;
  	width: 100%;
  	float: left;
	padding: 0px 0 0px 0px;
	}
div.text {
  	width: 90%;
  	float: left;
	padding: 75px 20px 75px 75px;
  	font-family: Helvetica, Arial;
  	color: #691b18;
	font-weight: normal !important;
  	font-size: 22px;
  	line-height: 36px;
	}

div.formback {
  	background-color: #f1f1f0;
  	width: 100%;
  	float: left
  	text-align: center;
	padding: 0px 0 0px 0px;
	}

div.footerbk {
	height: auto;
	width: 100%;
	padding: 0px 0px 0px 0px;
    background-color: #555;
	display: inline-block;
  	}
		div.footer-text {
		width: 100%;
		height: auto;
		font-weight: normal;
		font-family: Helvetica, Arial;
		color: #ededec;
		float: left;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		padding: 70px 0px 70px 0px;
		}
		

.mobile-show {
  display:none;
}

}




 /***************************      SMALL DESKTOP BREAK   ******************************/



@media only screen and (min-width: 1085px) and (max-width: 1239px) {
  /*** SML DESKTOP ***/

  html, body {
 background-color: #d4d4d4 
  
  	}
  
  
  body {
  	background-color: #fff;
  	width: 100%;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  }
  
  div.container {
  	width: 960px;
	}
	
  div.content {
          margin-top:0px;
        }
	
img {
    max-width: 100%;
    height: auto;
}
 
div.titleback { 
	width: 100%;
	height: 240px;
	padding: 0px 0px 0px 0px;
	background: url("../images/title-back.jpg") no-repeat;
	float: left;
	}
div.title { 
	width: 100%;
	padding: 40px 0px 0px 0px;
	float: left;
	}
		
div.videoback {
	width: 100%;
	height: 525px;
	background: url("../images/video-back.jpg") no-repeat;
	float: left;
}
div.video { 
	width: 100%;
	height: auto;
	padding: 60px 0px 30px 0px;
    float: left;
    text-align: center;
	}

div.textback {
  	background-color: #f1f1f0;
  	width: 100%;
  	float: left;
	padding: 0px 0 0px 0px;
	}
div.text {
  	width: 90%;
  	float: left;
	padding: 75px 20px 75px 75px;
  	font-family: Helvetica, Arial;
  	color: #691b18;
	font-weight: normal !important;
  	font-size: 22px;
  	line-height: 36px;
	}

div.formback {
  	background-color: #f1f1f0;
  	width: 100%;
  	float: left;
  	text-align: center;
	padding: 0px 0 0px 0px;
	}

div.footerbk {
	height: auto;
	width: 100%;
	padding: 0px 0px 0px 0px;
    background-color: #555;
	display: inline-block;
  	}
		div.footer-text {
		width: 100%;
		height: auto;
		font-weight: normal;
		font-family: Helvetica, Arial;
		color: #ededec;
		float: left;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		padding: 70px 0px 70px 0px;
		}
		
.mobile-show {
  display:none;
}
	
.text1 {font-family : Helvetica, Arial; font-weight: bold; font-size : 48px; color : #fff;}
.text4 {font-family : Verdana; font-weight: normal; font-size : 14px; color : #6f5995; line-height : 16px;}


}



/***************************      TABLET BREAK   ******************************/



@media only screen and (min-width: 760px) and (max-width: 1084px) {
  /*** TABLET ***/

  html, body {
  background-color: #d4d4d4 
  
  	}
  
  
  body {
  	background-color: #fff;
  	width: 100%;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  }
  
  div.container {
  	width: 760px;
	}
	
  div.content {
          margin-top:0px;
        }
	
img {
    max-width: 100%;
    height: auto;
}
 

div.titleback { 
	width: 100%;
	height: 240px;
	padding: 0px 0px 0px 0px;
	background: url("../images/title-back.jpg") no-repeat;
	float: left;
	}
div.title { 
	width: 100%;
	padding: 40px 0px 0px 0px;
	float: left;
	}
		
div.videoback {
	width: 100%;
	height: 525px;
	background: url("../images/video-back.jpg") no-repeat;
	float: left;
}
div.video { 
	width: 100%;
	height: auto;
	padding: 60px 0px 30px 0px;
    float: left;
    text-align: center;
	}

div.textback {
  	background-color: #f1f1f0;
  	width: 100%;
  	float: left;
	padding: 0px 0 0px 0px;
	}
div.text {
  	width: 90%;
  	float: left;
	padding: 75px 20px 75px 40px;
  	font-family: Helvetica, Arial;
  	color: #691b18;
	font-weight: normal !important;
  	font-size: 1.5em;
  	line-height: 1.9em;
	}

div.formback {
  	background-color: #f1f1f0;
  	width: 90%;
  	float: left;
  	text-align: center;
		padding: 0px 0 0px 30px;
	}

div.footerbk {
	height: auto;
	width: 100%;
	padding: 0px 0px 0px 0px;
    background-color: #555;
	display: inline-block;
  	}
		div.footer-text {
		width: 100%;
		height: auto;
		font-weight: normal;
		font-family: Helvetica, Arial;
		color: #ededec;
		float: left;
		text-align: center;
		font-size: 1.2em;
		line-height: 1.7em;
		padding: 70px 0px 70px 0px;
		}

.mobile-show {
  display:none;
}

 div.centered {
  	text-align: center;
	}  
		
 div.indent {
  	padding: 0 0 0 10px;
	}
	  

	
	
.text1 {font-family : Helvetica, Arial; font-weight: bold; font-size : 48px; color : #fff;}
.text4 {font-family : Verdana; font-weight: normal; font-size : 14px; color : #6f5995; line-height : 16px;}





}


/***************************      MOBILE BREAK   ******************************/



@media only screen and (min-width: 200px) and (max-width: 759px) {
  /*** MOBILE ***/

  html, body {
  background-color: #d4d4d4 

  	}
  
  
  body {
  	background-color: #fff;
  	width: 100%;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	
  }
  
  div.container {
  	width: 320px;
	}
	
  div.content {
          margin-top:0px;
          overflow: hidden;
        }
	
img {
    max-width: 100%;
    height: auto;
}
 

div.titleback { 
	width: 100%;
	height: 240px;
	padding: 0px 0px 0px 0px;
	background: url("../images/title-back.jpg") no-repeat;
	float: left;
	}
div.title { 
	width: 100%;
	padding: 10px 0px 0px 0px;
	float: left;
	}
div.videoback {
	width: 100%;
	height: 400px;
	background: url("../images/video-back.jpg") no-repeat;
	float: left;
}

div.video { 
	width: 100%;
	height: auto;
	padding: 0px 0px 30px 0px;
    float: left;
    text-align: center;
	}

div.textback {
  	background-color: #f1f1f0;
  	width: 100%;
  	float: left;
	padding: 0px 0 0px 0px;
	}
div.text {
  	width: 90%;
  	float: left;
	padding: 75px 20px 75px 20px;
  	font-family: Helvetica, Arial;
  	color: #691b18;
	font-weight: normal !important;
  	font-size: 1.5em;
  	line-height: 1.9em;
	}

div.formback {
  	background-color: #f1f1f0;
  	width: 90%;
  	float: left;
  	text-align: center;
		padding: 0px 0 0px 30px;
	}

div.footerbk {
	height: auto;
	width: 100%;
	padding: 0px 0px 0px 0px;
    background-color: #555;
	display: inline-block;
  	}
		div.footer-text {
		width: 100%;
		height: auto;
		font-weight: normal;
		font-family: Helvetica, Arial;
		color: #ededec;
		float: left;
		text-align: center;
		font-size: 1.2em;
		line-height: 1.8;
		padding: 70px 0px 70px 0px;
		}




.desktop-show {
  display:none;
  visibility: hidden;
}	
	



}