@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
body.sliderpage{
	padding-top: 60px;
}
body.subpage{
	padding-top: 80px;
}
.headersect{
	padding:10px;
	margin: 0 0 15px 0;
	background: #244e94;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	/*border-top:10px solid #000;
	border-bottom:10px solid #000;*/
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#244e94+1,1e72bc+100 */
background: rgb(36,78,148); /* Old browsers */
background: -moz-linear-gradient(top, rgba(36,78,148,1) 1%, rgba(30,114,188,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(36,78,148,1) 1%,rgba(30,114,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(36,78,148,1) 1%,rgba(30,114,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244e94', endColorstr='#1e72bc',GradientType=0 ); /* IE6-9 */
}
.logoline{
	display: block;
	padding: 35px 0 30px 0;
}
.tableform{
	width:100%;
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	border:1px solid #244E94;
}
.tableform td{
	padding: 5px 5px;
	border-collapse: collapse;
	border:1px solid #244E94;
	width: 23%;
	font-size: 14px;
	line-height: 18px;
}
.textinputform, .electiondate{
	border: 1px solid #ccc;
	padding: 10px 10px;
	margin: 5px 5px 5px 5px;
	width: 100%;
}
.textinputform::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.4);
}
.textinputform::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,0.4);
}
.textinputform:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,0.4);
}
.textinputform:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.4);
}
.formbox{
	padding:25px;
	margin: 25px 0;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	
}
.formbox label{
	margin-top: 12px;
	margin-bottom: 2px;
}
.formbox span{
	margin-left:5px;
}
.formbox label span{
	color: #d9141f;
	font-weight: bold;
}
.highlightedtext {
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    font-style: italic;
    /*color: #244e94;*/
    color: #1a0b71;
    margin-top: 20px;
    background: #f1f1f1;
    padding: 15px 10px;
    box-shadow: 
        inset 0px 11px 8px -10px rgba(0,0,0,0.1),
        inset 0px -11px 8px -10px rgba(0,0,0,0.1); 
}
.btnlarge, a.btnlarge {
    display: block;
    padding: 15px 30px;
    color: #fff;
    /*border-radius: 40px;*/
    width: 100%;
    text-decoration: none;
    /*background: #244e94;*/
    margin: 15px 10px 5px 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#094da5+1,1e72bc+100 */
background: rgb(9,77,165); /* Old browsers */
background: -moz-linear-gradient(top, rgba(9,77,165,1) 1%, rgba(30,114,188,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(9,77,165,1) 1%,rgba(30,114,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(9,77,165,1) 1%,rgba(30,114,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094da5', endColorstr='#1e72bc',GradientType=0 ); /* IE6-9 */
}
.btnlarge:hover, a:hover.btnlarge {
	text-decoration: none;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e72bc+0,094da5+99 */
background: rgb(30,114,188); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,114,188,1) 0%, rgba(9,77,165,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,114,188,1) 0%,rgba(9,77,165,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,114,188,1) 0%,rgba(9,77,165,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e72bc', endColorstr='#094da5',GradientType=0 ); /* IE6-9 */
}

.btnlargenew, a.btnlargenew {
    display: block;
    padding: 15px 20px;
    color: #fff;
    /*border-radius: 40px;*/
    width: auto;
    text-decoration: none;
    /*background: #244e94;*/
    margin: 15px 5px 5px 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0450+0,25118f+100 */
background: rgb(15,4,80); /* Old browsers */
background: -moz-linear-gradient(top, rgba(15,4,80,1) 0%, rgba(37,17,143,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(15,4,80,1) 0%,rgba(37,17,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(15,4,80,1) 0%,rgba(37,17,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0450', endColorstr='#25118f',GradientType=0 ); /* IE6-9 */
}
.btnlargenew:hover, a:hover.btnlargenew {
	text-decoration: none;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25118f+0,0f0450+100 */
background: rgb(37,17,143); /* Old browsers */
background: -moz-linear-gradient(top, rgba(37,17,143,1) 0%, rgba(15,4,80,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(37,17,143,1) 0%,rgba(15,4,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(37,17,143,1) 0%,rgba(15,4,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25118f', endColorstr='#0f0450',GradientType=0 ); /* IE6-9 */
}

footer{
	font-size: 14px;
	color: #444;
	margin: 40px 0 0 0;
	padding: 20px 0;
	background: #f1f1f1;
}
footer a{
	color: #000;
	text-decoration: none;
}
footer a:hover{
	color: #666;
	text-decoration: underline;
}
.navbar{
	padding:0;
	background: #fff;
	-webkit-box-shadow: 0 0 0 4px white, 0 6px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 4px white, 0 6px 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 4px white, 0 6px 4px rgba(0,0,0,0.2);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.75);
}
.navbar-dark .navbar-nav .nav-link {
    color: #0d54a9;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.carousel-item{
	height:550px;
	min-height: 300px;
}
.carousel-caption{
	right: 10%;
	left: 10%;
	top: 15%;
}
.carousel-caption.contentright{
	text-align: right !important;
}
.carousel-caption.contentleft{
	text-align: left !important;
}
.carousel-control-next, .carousel-control-prev{
	width:5%;	
}
.carousel-caption h3{
	font-size: 55px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}
.carousel-caption h5{
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}
.carousel-caption p{
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
}
.carousel-caption p a{
	border: 1px solid #fff;
	padding: 10px 15px;
	color: #fff;
	display: inline-block;
	margin: 5px 0;
	background: none;
	font-size: 16px;
}
.carousel-caption p a:hover{
	color: #000;
	background: #fff;
	text-decoration: none;
}
.carousel-caption p a.blackbtn{
	color: #000;
	border: 1px solid #000;
}
.carousel-caption p a:hover.blackbtn{
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.carousel-caption.textcolor{
	color: #000;
}
.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
    background: #000;
    cursor: pointer;
}
h1{
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0;
	margin: 25px 0;
	font-size: 32px;
	color: #1a0b71;
}
.leftsect{
	padding: 90px 0 20px 0;
}
.leftsect h3{
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	color: #11034e;
	margin: 0 0 30px 0;
}
.leftsect p{
	font-weight: bold;
	font-size: 23px;
	padding: 0;
	margin: 0 0 40px 0;
}
.bg-primary {
    background-color: #1f0e7d!important;
}
.btn-primary {
    color: #fff;
    background-color: #1f0e7d;
    border-color: #1f0e7d;
    cursor: pointer;
}
.infotext{
	font-size:90% !important;
}
#gender-error{
	position: absolute;
	font-weight:400;
	margin-top: 20px;
	margin-left: -10px;
}
.nav-link.smalltxt{
	text-transform: capitalize !important;
	font-weight: bold !important;
	color: #fff !important;
	background: #1a0b71;
}
.rightlinks ul {
	padding: 0;
	margin: 0;
}
.rightlinks ul li{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
}
.rightlinks ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	font-weight: bold;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0450+0,25118f+100 */
background: rgb(15,4,80); /* Old browsers */
background: -moz-linear-gradient(top, rgba(15,4,80,1) 0%, rgba(37,17,143,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(15,4,80,1) 0%,rgba(37,17,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(15,4,80,1) 0%,rgba(37,17,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0450', endColorstr='#25118f',GradientType=0 ); /* IE6-9 */
}
.rightlinks ul li a:hover, .rightlinks ul li a.active{
	color: #fff;
	background:#080036;
	text-decoration: none;
}


@media(max-width:766px){
	.carousel-caption h3{
		font-size: 32px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.carousel-caption h5{
		font-size: 20px;
		font-weight: bold;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.carousel-caption p{
		font-size: 15px;
		font-weight: bold;
		padding: 0;
		margin: 0 0 15px 0;
	}
}

@media(max-width:600px){
	.tableform td{
		padding: 5px 5px;
		border-collapse: collapse;
		border:1px solid #244E94;
		width: 50%;
		font-size: 14px;
		line-height: 18px;
	}
	.textinputform{
		border: 1px solid #ccc;
		padding: 5px;
		margin: 5px;
		width: 100%;
	}
}