@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

body {
/*font-family: 'Raleway', sans-serif;*/
font-family: 'Lato', sans-serif;

}


a {
	color: #001e3d;
}
h1, h2, h3, h4 {

	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #001e3d;
}


.grecaptcha-badge { 
visibility: hidden; 
}

.racecheck-widget-iframe {
/*	position: relative !important;*/
	
}

.footer a, .newsletterfooter a {

	color: #FFF;
}

.gold {
	color: gold;
}
.silver {
	color: silver;
}
.bronze {
	color: #bca56f;
}


.resultstable td, .resultstable th {
	font-size: 12px;
	white-space: nowrap;
}
.navbar-dark .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.grey {
	color: #999;
}

.card {
	background-color: rgb(213, 225, 237,0.5) !important;
}

.footer {
	margin-top: 0px;
	padding:20px;
   width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #001e3d;
  font-size: 12px;
  color: #FFF

}



.newsletterfooter {
	margin-top: 50px;
	padding:20px;
   width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #1589ba;
  font-size: 12px;
  color: #FFF;
	  background-image: url("/img/topbg.jpg");
background-size: cover;

}

.newsletterfooter h4 {
color: #FFF
	}

nav {
	font-family: 'Lato', sans-serif;
}

.navbar-brand {

    margin-right: 2rem;
    font-weight: 400;

}

.toplogo {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00063e+0,00adee+100 */
background: #00063e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #00063e 0%, #00adee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #00063e 0%,#00adee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #00063e 0%,#00adee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00063e', endColorstr='#00adee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bluecard {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00063e+0,00adee+100 */
background: #00063e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #00063e 0%, #00adee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #00063e 0%,#00adee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #00063e 0%,#00adee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00063e', endColorstr='#00adee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:white;
	border-radius: 0px;border: none !important;
}

.toprighttxt {
	margin-right: 30px;

}
.toprighttxt a{
	color: #FFF;

}
.bg-dark {

    background-color: #00053d !important;

}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

    color: rgba(255,255,255,1);

}
.navbar-dark .navbar-nav .nav-link {

    color: rgba(255,255,255,1);

}

.dropdown-menu {


    color: #FFF;
    background-color: #00053d;
    border-radius: 0rem;
    border: none;

}

.dropdown-item {

    color: #fff;
    text-decoration: none;
    background-color: #00053d;

}


.dropdown-item:focus, .dropdown-item:hover {

    color: #FFF;
    text-decoration: none;
    background-color: #00053d;
	

}

.dropdown-toggle:active,
.dropdown-toggle:focus {
   outline: 0;
}


.topbutton {
	position:absolute;
	top:143px;
	right:30px;
	display: none;
}


.topbuttonmob {
	position:absolute;
	top:10px;
right:10px;
}

.container { 
clear:both;
	}

.card-header {
    background-color: #001e3d;
    border-bottom: 1px solid #001e3d;
    color: #FFF;
}

.btn-primary, .btn-primary:hover {

    color: #fff;
    background-color: #00adee;
    border-color: #00adee;
    	font-family: 'Lato', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 0px;

}

.topbar {
	background-color: #001e3d !important;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFF;
	padding-left: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;

	}

.topbar, .topbardate {
display: none;	
}


.articleimageright, .articleimageleft {
max-width: 100%;
float: none;


}


/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

 }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.toplogo > a > img{
		max-height: 150px;
	}	
	.nav-link {
font-size: 1rem;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;

}
.topbutton {
	display: block;
}
.topbardate {
	display: inline;
}
.topbar {
display: block;
}

	.topbuttonmob {
	display: none;
}

.toprighttxt {
float: right;
	}





 }



 .footer .container {
	 padding-bottom: 60px; 
}

/* racecheck */
@media (min-width: 501px) { 
		

 .footer .container {
	 padding-right: 260px; min-height: 200px;
}
	
}
	
	

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
		.toplogo > a > img {
		max-height: 150px;
	}
	.nav-link {
	font-size: 1.2rem;
	    padding-right: 1rem !important;
    padding-left: 1rem !important;
}




 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.toplogo > a > img {
		max-height: 150px;
	} 
}