body {font-family: 'Futura Md BT'; color: #3b134c !important;}
h1, h2, h3, h4, h5, h6, p {line-height: 1; margin: 0}

h1 {font-size: 30px}
h2 {font-size: 24px}
h3 {font-size: 18px}
h4 {font-size: 16px}
h5 {font-size: 14px}
h6 {font-size: 12px}
p {font-size: 14px}

ul, ol {padding-left: 20px}
.btn-default, .btn-default:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde3a5+0,fbca56+12,fbca56+82,eaa225+98 */
	background: #d5001e; /* Old browsers */
	border: none;
	border-radius: 1px;
	text-shadow: none;
	box-shadow: none;
	color: #fff;
	font-weight: bold;
	padding: 6px 18px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	width:130px ;
}

.spotlight {
	background-image: url(../images/spotlight-banner-m.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 415px ;
}

.spotlight-tq {
	background-image: url(../images/tq-bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 680px
}

.spotlight-bg-image {
	position: relative;
}

.tq-text {
	color: #fff;
	text-shadow: 0 2px 1px rgba(130, 60, 0, 0.5);
}

.tq-text h2 {
	line-height: 1.6;
	font-weight: 500;
}



.tq-text h3 {
	line-height: 1.3;
	font-weight: 300;
	font-family: 'Futura Bk BT';
}

.logo-section {
	padding: 10px;
}

.logo-section img {
	max-width: 120px;
	float: left;
}

.social-icons {
	float: right;
	list-style: none;
}

.social-icons li {
	display: inline-block;
	vertical-align: top;
}

.social-icons li a img {
	max-width: 34px;
	margin: 3px;
}

.hero-content h1 {color: #fff; font-style: italic; text-shadow: 0 3px 1px rgba(130, 60, 0, 0.5); margin-bottom: 20px; text-align: center; line-height: 1.2}

.lead-form {
	max-width: 340px;
	background-color: #fff;
	padding: 6px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 8px 12px 1px rgba(0,0,0,0.2);
	box-shadow: 4px 8px 12px 1px rgba(0,0,0,0.2);
	font-family: 'Futura Md BT';
	margin: 0 auto;
}

.border-line {
	border-radius: 8px;
	padding: 35px 28px;
}
.formborder-line
{
    border-radius: 8px;
	padding: 35px 28px;
	max-width: 600px;
    margin: 0 auto;
}
.form-control {
	background-color: #fafafa;
	box-shadow: none;
	border: none;
	border-radius: 0;
	min-height: 32px;
	border-bottom: 2px solid #e4e4e4;
	font-size: 12px;
	padding: 8px 15px
}

.hero-content img {position: relative; z-index: 9999}

.second-scroll {
	padding: 30px 20px;
}

.third-scroll {
	padding: 0 20px 20px;
	position: relative
}

.third-scroll-text {
	margin-top: 50px
}

.third-scroll-text h1 {
	margin-top: 30px;
}

.third-scroll:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 390px;
	background-color: #ffd270;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.second-scroll h1, .third-scroll h1, .entries-section h2 {
	margin-bottom: 20px;
	font-weight: bold
}

.second-scroll h3 {
	margin-bottom: 20px;
	font-style: italic;
	font-family: 'Futura md BT';
}

.second-scroll p {
	font-size: 16px;
	line-height: 1.5
}

.third-scroll ol li {
	font-size: 14px;
}

.underlined {
	width: 70%;
	height: 1px;
	background-color: #3b134c;
	display: block;
	margin-bottom: 20px;
}

.underlined2 {
	width: 20%;
	height: 1px;
	background-color: #3b134c;
	display: block;
	margin: 30px auto 20px;
}


.underlined3 {
	width: 40%;
	height: 1px;
	background-color: #c8722c;
	display: block;
	margin: 15px auto;
}

.entries-section {
	padding: 30px 0;

}

.entries-bg {
	background-color: #ffd985;
	padding: 30px 10px
}

.entry {
	width: 100%;
	max-width: 280px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.entry-photo {
	width: 260px;
	height: 260px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: 6px 4px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 6px 4px 10px 0 rgba(0,0,0,0.4);
	border: 1px solid #fff
}

.entry-photo > img {
	min-width: 130%;
	margin-left: -15%;
}

.entry-text {
	height: 90px;
	display:block; 
	overflow: hidden;
	word-break: break-word;
    word-wrap: break-word;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.entry h3 {
	margin: 15px auto;
	font-family: 'Futura Md BT';
	font-weight: 500

}

.entry p {
	margin: 10px auto;
	line-height: 1.2 ;
	font-size: 14px
}

.btn-readmore {
    display: none;
    text-decoration: none; 
	color: #3b134c;
	opacity: 0.8
  }



.view-more-btn {
	color: #3b134c;
	font-size: 20px;
	margin: 20px auto;
	display: block;
  }

.btn-readmore:hover,
.btn-readmore:focus,
.btn-readmore:active {color: #3b134c; opacity: 1; text-decoration: none ; outline: none; }

footer {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 30px 20px;
	background-color: #fdfdfd;
	color: #444
}

.terms {
	color: #3b134c;
}

.modal-header {
	padding: 0
}

.modal-content {
	background-color: #ffe6ae;
	padding: 10px
}

.modal-header {
	border: none;
	color: #c8722c
}

input[type=file] {font-size: 12px; height: 30px}

.pagination > li > a, .pagination > li > span {
	margin: 2px;
	border: none;
	font-size: 14px;
	color: #3b134c;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+85,cccccc+85,ededed+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 85%, #cccccc 85%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 85%,#cccccc 85%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#cccccc 85%,#cccccc 85%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.share-contest {
	list-style: none;
	text-shadow: none
}

.share-contest li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 4px;
	font-size: 14px;
}

.share-contest li:nth-child(3) {
	border-left: 1px solid #fff;
	padding-left: 12px;
}

.share-contest li a  {
	display: block;
	border-radius: 50%;
	width: 35px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.share-contest li a img {
	float: left
}

.caret {
	margin-left: 4px;
}
.caret-rotated {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (max-width: 768px) and (orientation:landscape) {
    .spotlight
    {
        min-height: 750px;
    }
}
@media screen and (min-width: 769px) and (max-width: 850px) and (orientation:landscape) {
    .spotlight
    {
        min-height: 850px;
    }
}
@media screen and (min-width: 768px) and (max-width: 850px) and (orientation:portrait) {
    .spotlight
    {
        min-height: 775px;
    }
}
@media screen and (min-width: 768px) {
	.spotlight {
		background-image: url(../images/spotlight-banner-m.png);
		background-size: cover
	}
	
	.logo-section {padding: 15px}
	.logo-section img {max-width: 150px}
	
	.hero-content h1 {font-size: 44px}

	
	.second-scroll {
		padding: 10px 30px 0
	}
	
	.third-scroll-text h1 {
		margin-top: 38%;
	}

	.entry {
		max-width: 240px;
		margin: 0 30px
	}
	
	.third-scroll:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 400px;
		background-color: #ffd270;
		position: absolute;
		top: 23%;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
	}
	
	.tq-text h1 {
		font-size: 48px
	}


.modal-dialog {
    width: 80%;
}

}

@media screen and (min-width: 992px) {
	.second-scroll h1 {
		margin-top: 80px;
	}


	.spotlight {
		/* background-image: url(../images/spotlight-banner.png); */
		background-image: url(../images/top-banner.jpg);
		background-size: cover
	}
	
	.third-scroll-text h1 {
		margin-top: 40%;
	}

	.third-scroll:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 400px;
		background-color: #ffd270;
		position: absolute;
		top: 28%;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
	}
	
	.third-scroll-text {
		margin-top: 0
	}

	.lead-form {margin-top: -60px}
	
	.entries-section {
		padding: 30px;
	}
	
	h1 {font-size: 36px}
	h2 {font-size: 25px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; margin-top:25px; }
	h3 {font-size: 24px;}
	h4 {font-size: 18px}
	h5 {font-size: 16px}
	h6 {font-size: 14px}
	p {font-size: 14px}
}



@media screen and (min-width: 1200px) {
	.entry {
		max-width: 280px;
	}
	
	.third-scroll:before {
		top: 20%;
	}
	.wht-ovrly {
			  position: absolute;
			  bottom: 12.5%;
			  width: 100%;
			  right: 0;
			  left: 0;
		  }
	
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .spotlight
    {
        min-height:550px ;
    }
}
@media screen and (min-width: 1600px) {
	.spotlight {
		min-height: 769px ;
	}
			  .wht-ovrly {
			  position: absolute;
			  bottom: 19.5%;
			  width: 100%;
			  right: 0;
			  left: 0;
		  }
}
.iwinli li
{
    
    color: #6c4e79;
    margin-top: 7px;
    font-size: 15px;
}
.formdiv
{
    background:#ffd270 ;
    padding:20px;
}
.samplediv
{
    background:#ffeec8 ;
}
.textareadiv
{
   background: #efefef;
   color: #cbcbcb;
   text-align: left;
   padding: 7px;
}
.textareadiv ul li
{
    list-style: number;
    margin-left: 10px;
}
.modal
{
    z-index:9999 ;
}