body{
	font-family: 'CalibriRegular';

}
.nav {
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.nav-pills .nav-link.active{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af1a38+0,610f1f+100 */
background: #af1a38; /* Old browsers */
background: -moz-linear-gradient(top,  #af1a38 0%, #610f1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #af1a38 0%,#610f1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #af1a38 0%,#610f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1a38', endColorstr='#610f1f',GradientType=0 ); /* IE6-9 */
	border-radius: 0px;

}
.nav-pills .nav-link {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a3a3a+0,222222+100 */
background: #3a3a3a; /* Old browsers */
background: -moz-linear-gradient(top, #3a3a3a 0%, #222222 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3a3a3a 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3a3a3a 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
    border-top: none;
	border-bottom: none;
	border-left: solid 1px #fff;
    border-radius: 0px;
	color: #fff;
}


.black-back {
	background:#383838;
	width:100%;
	float:left;
	padding: 10px;
	}
.light-blue-back {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebeaee+0,c3c0c1+100 */
background: #ebeaee; /* Old browsers */
background: -moz-linear-gradient(top,  #ebeaee 0%, #c3c0c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ebeaee 0%,#c3c0c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ebeaee 0%,#c3c0c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeaee', endColorstr='#c3c0c1',GradientType=0 ); /* IE6-9 */
	width:100%;
	float:left;
	}
.card-header {
	background: url("../images/black-back.jpg") repeat-x;
	border-radius: 0px
}

.card-header:first-child {
    border-radius: 0px;
}

h4{
	color: #FFFFFF;
	font-family: 'CalibriRegular';
	font-size: 44px;
	font-weight: bold;
	line-height: 56px;
}

.bg-primary {
    background-color: transparent;
	background: url("../images/red-back.jpg") repeat-x;
}
.bottom-back-text {
	font-family: 'CalibriRegular';
	font-size:14px;
	color:#5c0b1b;
	line-height:20px;
	}

.font75{
	font-size: 75px;
}

.font95{
	font-size: 95px;
	color:#b41b39;
}

.white-box{
	background:#ededed; 
	padding: 25px; 
	border: 1px solid #dcdcdc; 
	box-shadow: 2px 2px 11px #91cff9; 
	-moz-box-shadow: 2px 2px 11px #b1b1b1; 
	-webkit-box-shadow: 2px 2px 11px #b1b1b1; 
	-moz-border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.red-color{
	color: #7c0e24;
}

.main-content{
	max-width:960px;
	margin: auto;
}
.number-panel {
    width: 45px;
    float: left;
    margin-right: 5px;
	margin-left: 15px;
}

.black-color{
	color: #000;
}
.border-video{
	border: solid 5px #a91936;
}

.footer-back {
	background:#580d1c;
	width:100%;
	float:left;
	padding: 20px 0px;
	margin-top: 25px;
	}

.white-color{
	color: #fff;
}

.footer-text {
	font-family: 'CalibriRegular';
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	text-decoration:none;
	text-transform:uppercase;
	}
h5{
	text-transform: uppercase;
}

.footer-text:hover {
	color:#eeeced;
}

.fa-facebook-square{
	color: #fff;
}

.fa-twitter-square{
	color: #fff;
}

.fa-square-rss{
	color: #fff;
}

input{    margin: 0 7px;}

.style3{
	color: crimson;
}
.get-started-button{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b21b38+0,610f1f+100 */
background: #b21b38; /* Old browsers */
background: -moz-linear-gradient(top,  #b21b38 0%, #610f1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b21b38 0%,#610f1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b21b38 0%,#610f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21b38', endColorstr='#610f1f',GradientType=0 ); /* IE6-9 */
	padding: 5px 60px;
    font-size: 30px;
    color: #fff;
    border-radius: 40px;
    border: solid 5px #fff;
    box-shadow: #6a6a6a 2px 4px 15px -2px;
	margin-top: 25px;
	font-weight: 700;

}

.btn-danger{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b21b38+0,610f1f+100 */
background: #b21b38; /* Old browsers */
background: -moz-linear-gradient(top,  #b21b38 0%, #610f1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b21b38 0%,#610f1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b21b38 0%,#610f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21b38', endColorstr='#610f1f',GradientType=0 ); /* IE6-9 */
	 border-radius: 40px;
    border: solid 2px #fff;
	 box-shadow: #6a6a6a 2px 4px 15px -2px;
}

.form-control {
	    margin: 0 0px;
}

.accordion-button {
	font-size: 20px;
	border:solid 1px #cccacb;
	font-weight: 600;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.get-started-button{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b21b38+0,610f1f+100 */
background: #b21b38; /* Old browsers */
background: -moz-linear-gradient(top,  #b21b38 0%, #610f1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b21b38 0%,#610f1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b21b38 0%,#610f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21b38', endColorstr='#610f1f',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
    font-size:large;
    color: #fff;
    border-radius: 40px;
    border: solid 5px #fff;
    box-shadow: #6a6a6a 2px 4px 15px -2px;
	margin-top: 25px;
	font-weight: 700;

}
	.radioCol h2 {
		font-size:large;
		
	}
}

@media only screen and (max-width: 600px) {
	.nav {
		font-size:13px;
	}
	
	h4{
		font-size:x-large;
		line-height: 36px;
	}
	
	.red-heading-text {
		font-size:x-large;
		width: 250px;
	}
	
	.red-heading-text-new{
		font-size:large;
		width: 250px;
	}
	
.main-content{
	padding-left: 15px;
	padding-right: 15px;
	
}
}

@media only screen and (max-width: 480px) {
.nav {
		font-size:10px;
	}
	
	.radioCol h2 {
		font-size:large;
		
	}
	}

