body {
  background-color: #efefef;
  margin: 0;
  padding:0;
  font-family: 'Roboto', sans-serif;
  color: #3e3a3b;
  overflow-x: hidden
}
.container{
	max-width: 960px;
	padding: 0;
	margin-bottom: 0;
}
.container.top{
	border-bottom: 1px solid #fff;
}
.container.top:after{
	display: block;
	content: " ";
	border-bottom: 1px solid #ccc;
}

h1,h2,h3,h4, a{
	color: #df6237; 
	font-family: 'Roboto', sans-serif;
}
h3{
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
}
h3 em{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-style: italics;
}
a, a:active, a:visited, a:focus{border: 0; outline: 0}
p,ul li{
	font-family: 'Roboto', sans-serif;
	font-size: 16px; 
	line-height: 22px;
	font-weight: normal;
	color: #3e3a3b;	
}
.points{
	text-align: center;
	padding: 40px;
}
.points h3{
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.points h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px; 
	line-height: 40px;
	font-weight: bold;
	color: #3e3a3b;
}
.points h2 span{
	color: white;
	background: #df6237;
	display: inline-block;
	padding: 0px 8px;
	line-height: 27px;
}
.points p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px; 
	line-height: 22px;
	font-weight: normal;
	color: #3e3a3b;	
}
#tellFriends > p{margin-top: 20px; text-align: center; line-height: 34px;}
#tellFriends p  span{display: block; width: 32px; margin: 0 auto}
.video p{
	margin-top: 20px;
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 38.26%;
	margin-top: 20px;
	max-width: 570px;
	margin: 0 auto;
	box-shadow: 0 0 6px rgba(0,0,0, 0.75);	
}
.video-container iframe {
	width: 100%;
	height: 100%;
	top: 0;
}

#about{
	background: #678fa9;
	position: relative;
	z-index: 9999;
	margin: 30px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 20px;
}
#about h2{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 24px;
	display: block;
	width: 100%;
	color: white;
	border-bottom: 1px solid #75a4c2;	
	margin-bottom: 20px;
	margin-top: 0;
}
#about h2 span{
	padding: 25px 50px 15px;
	display: block;
}
#about h2:after{
	display: block;
	content: " ";
	border-bottom: 1px solid #507287;
}
#about p{
	color: white;
	padding: 0 30px 0 50px;
	margin-bottom: 25px;
}
#about:after {
	width: 0;
	height: 0;
	border-top: 20px solid #3e5462;
	border-right: 20px solid transparent;
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 9999;
}
#about:before {
	width: 0;
	height: 0;
	border-top: 20px solid #3e5462;
	border-left: 20px solid transparent;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 9999;
}
#about ul{
	margin-right: 50px;
	margin-left: 50px;
	list-style-image: url('img/bullet.jpg');
	-webkit-padding-start: 0;
}
#about ul{
	margin-right: 50px;
	margin-left: 50px;
	list-style-image: url('img/bullet.jpg');
	-webkit-padding-start: 0;
}
#about ul li{
	color: white;
	margin-bottom: 15px;
}

  form{
	float: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	width: 290px;
	background: #e0ddd3;
	padding: 13px 15px 20px 15px;
	border-radius: 15px;
	margin: 0 auto;
}
  form h2{font-size: 23px; line-height: 25px;margin-top: 0;text-align: center; border-bottom: 1px solid #fff}
	form h2:after{display: block; content: " ";border-bottom: 1px solid #b9baac; margin-top: 10px}
	form label{font-weight: normal; font-size: 16px;}
	form small{font-size: 84%}
	form .form-group{margin-top: 18px}
	form input[type=submit], form input[type=submit]:active, form input[type=submit]:focus{display: block; width: 277px; height: 55px; background: url(img/submit.jpg) 0 0 no-repeat; text-indent: -999px; margin: 0 auto; outline: 0; border: 0}

.footer{
	padding: 35px 0;
	margin:0;
	background-color: #3e3a3b;
	text-align: center;
}
.footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: white;
}
.footer a{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;

	color: #df6237;
}
.footer span{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #494546;
	padding: 0 2px;
}
.modal{z-index: 99999}
.tooltip-inner {
background-color: #df6237;
border: 1px solid #df6237;
color: white
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #df6237
}
@media (min-width: 768px) {
  #header{background: url(img/header-sm55.jpg) center top no-repeat; min-height: 445px}
  #header h1{font-size: 30px; line-height: 40px; padding-top: 10px}
  #header h3{font-size: 18px; line-height: 24px; padding-top: 6px}
  .container.top{
	background: white url(img/shadow.png) center top no-repeat;
}
#tellFriends > p{margin-top: 20px; text-align: left; line-height: 34px;}
#tellFriends p  span{display: block; float: left; margin: 0 5px 0 0}
form{
	float: right;

	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 16px;
	width: 270px;
	background: #e0ddd3;
	padding: 10px;
	border-radius: 15px;
}
form h2{font-size: 22px; line-height: 23px;margin-top: 0;text-align: center; border-bottom: 1px solid #fff}
form h2:after{display: block; content: " ";border-bottom: 1px solid #b9baac; margin-top: 7px}
form label{font-weight: normal; font-size: 14px;}
form small{font-size: 84%}
form .form-group{margin: 10px 5px 5px}
	form input[type=submit], form input[type=submit]:active{display: block; width: 260px; height: 52px; background: url(img/submit.jpg) 0 0 no-repeat; text-indent: -999px; margin: 0 auto; outline: none; border: 0}
}
@media screen and (min-width: 992px) {
  #header{background: #131426 url(img/header555_01.jpg) center top no-repeat; min-height: 572px;}
  #header h1{font-size: 40px; line-height: 60px; padding-top: 20px}
  #header h3{font-size: 28px; line-height: 28px; padding-top: 6px}

  .sticker{
	display: block;
	position: absolute;
	z-index: 9999;
	width: 288px;
	height: 288px;
	top: 361px;
	left: 23.5%;
	background: url(img/orange-sticker.png) center center no-repeat;
  }
  h3{
	font-size: 42px;
	line-height: 52px;
	font-weight: normal;

}
.points h3{	margin-top: 16px}
.points .row .col-lg-4{
	border-right-color: rgba(239, 239, 239, 0.21);
	border-right-width: 1px;
	border-right-style: groove;
}
.points .row .col-lg-4:last-child{
	border: none
}
.points .row .col-lg-4 h2{
	margin-top: 0
}
.points > .row{
	margin-top: 30px
}
#tellFriends p  span{display: block; float: left; margin: 0 5px 0 0}
  form{
	float: right;
	margin-top: 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	width: 290px;
	background: #e0ddd3;
	padding: 13px 15px 20px 15px;
	border-radius: 15px;
}
  form h2{font-size: 23px; line-height: 25px;margin-top: 0;text-align: center; border-bottom: 1px solid #fff}
	form h2:after{display: block; content: " ";border-bottom: 1px solid #b9baac; margin-top: 10px}
	form label{font-weight: normal; font-size: 16px;}
	form small{font-size: 84%}
	form .form-group{margin-top: 18px}
	form input[type=submit], form input[type=submit]:active{display: block; width: 277px; height: 55px; background: url(img/submit.jpg) 0 0 no-repeat; text-indent: -999px; margin: 0 auto; outline: none; border: 0}
	.points{
		padding: 0;
		padding-bottom: 40px;
		text-align: left;
	}
	.points h3{
		text-align: center;
	}
 
  .points{
	padding: 0 40px 40px;
  }

  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {





}
.st_email_large{
	cursor: pointer;
}

.st_email_large span .stLarge{
	background-image: none !important; 
	position: absolute;
}