body {	
	color: #444;
	margin-top: 0px;	
	font-family: Segoe UI, Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #333;
}

a, a:visited {
	text-decoration: underline;
	color: #3a6bae;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #aaa;
	}


h1, h2, h3, h4, h5 {
	color: #3a6bae;
	font-weight: 500;
}

h6 {
	font-size: 0.9em;
}

h1, h2, h3, h4 {
	margin-bottom: 25px;
}

p {
	font-size: 0.9em;
}

.white-back li, .grey-back li {
	padding-bottom: 5px;
	font-size: 0.9em;
}

.page-title {
	margin-bottom: 60px;
}

/*@media (max-width: 767px) {
	h1, h2, h3, h4, h5, p {
	text-align: center;
}
}*/

.red {
	color: red;
	font-weight: bold;
}


										/* NAVBAR */

.nav-item {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
}


/* shrink gaps between links at SM */
@media (max-width: 767px) {
	.nav-item {
		margin-left: 3px;
		margin-right: 3px;
	}
}


/* add blue lines under links on onscreen menu */
@media (min-width: 576px) {

	.nav-item:focus, .nav-item:hover, .nav-item:active {
		border-bottom: 2px solid #ccc;
		}


	.active-item {
		border-bottom: 2px solid #3a6bae;
		}
}


/* change the link colors in the onscreen Menu */
.navbar a, .navbar a:visited, .navbar a:hover, .navbar a:active {
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9em;
	}


/* change the link color */
.navbar .navbar-nav .nav-link {
    color: #fff;
}

/* change the color of active or hovered links */
.navbar .nav-item.active .nav-link,
.navbar .nav-item:focus .nav-link,
.navbar .nav-item:hover .nav-link {
    color: fff;
}

.navbar .dropdown-menu {
	background-image: url("../palette/dropdown_fade.png");
	background-color: transparent;
	background-repeat: repeat;
	border-radius: 0;
	border-radius: 0;
}

.navbar .dropdown-menu a.dropdown-item:hover {
	background-color: #3a6bae;
	color: #333;
}

.index .dropdown-menu {
	background-image: url("../palette/dropdown_fade.png");
	background-color: transparent;
	background-repeat: repeat;
	border-radius: 0;
	border-radius: 0;
}

.index .dropdown-menu a.dropdown-item:hover {
	background-color: transparent;
	color: #333;
}


@media all and (min-width: 576px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}




.navbar .dropdown-menu .dropdown-item {
	color: #fff;
}

/* change the link colors in the OffCanvas Menu */
@media (max-width: 575px) {

	/* change the link color */
	.navbar .navbar-nav .nav-link {
		color: #fff;
	}
	
	/* change the link color */
	.navbar .navbar-nav .nav-link.active {
		color: #4f91a9;
	}

	/* change the color of active or hovered links */
	.navbar .nav-item.active .nav-link,
	.navbar .nav-item:focus .nav-link,
	.navbar .nav-item:hover .nav-link {
		color: #4f91a9;
	}

}



/* Set the border color of the navbar toggle to the desired color */
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:visited {
    border-color: transparent;
}




										/* HEADER */

 .header {
	background-image: url("../palette/topbg2.jpg");
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 500px;
	padding-top: 170px;
	border-bottom: 10px solid #3a6bae;
	margin-top: -100px;
 }

.header .whitelogo {
	width: 175px;
	max-width: 75%;
	padding-bottom: 50px;
}

.header h4 {
	color: #fff;
	padding-bottom: 70px;
	margin: 0px 50px;
}

 .shortheader {
	background-image: url("../palette/topbg2.jpg");
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	Xmin-height: 500px;
	padding-top: 120px;
	border-bottom: 10px solid #3a6bae;
	margin-top: -100px;
 }

.shortheader h1 {
	color: #fff;
	padding-bottom: 60px;
	margin: 0px 50px;
}



										/* CONTENT */

.btn-general {
	border: 1px solid #3a6bae;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 0px;
	margin-bottom: 10px;
	color: #3a6bae;
	font-weight: 500;
}
.btn-general:hover, .btn-general:focus, .btn-general:visited   {
	border: 1px solid #aaa;
	background-color: #fff;
	color: #aaa;
}

.jumper {
}

.jumper h6 {
	margin-bottom: 15px 
}

.btn-jump {
	border: 1px solid #3a6bae;
	background-color: #fff;
	text-align: center;
	padding: 5px 15px;
	border-radius: 0px;
	margin-bottom: 10px;
	color: #3a6bae;
	font-weight: 500;
}


.contestgraph {
	max-width: 90%;
}


.leftcol {
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
}
	
.audiopic {
	border: 1px solid #3a6bae;
	width: 140px;
	margin-top: 0px;
	margin-bottom: 3px;
}	

.leftcol .btn {
	width: 100%;
	margin: 3px 0px;
	}	

.results p {
	margin-left: 160px;
}

.fb-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.fb-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


.strat1 {
	color: #70ad47;
}
.strat2 {
	color: #3468bc;
}
.strat3 {
	color: #df4541;
}
.strat4 {
	color: #ed7d31;
}
.strat5 {
	color: #c750d0;
}


.btn-to {
	border: 0px solid transparent;
	background-color: transparent;
}

.btn-jump:hover, .btn-jump:focus, .btn-jump:visited   {
	border: 1px solid #aaa;
	background-color: #fff;
	color: #aaa;
}

.divider {
	padding-bottom: 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-top: 25px;
}

.sub-divider {
	padding-bottom: 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-top: -15px;
}


a.seeall, a.seeall:visited {
	text-decoration: none;
	color: #aaa;
	}
	
a.seeall:hover, a.seeall:active {
	text-decoration: none;
	color: #3a6bae;
	}


.img-thumbnail {
	border-radius: 0;
}

.img-event {
	width: 100%;
	padding: 10px 0px;
}
.img-event:hover {
	opacity: 0.8;
}

.img-sponsor {
	margin: 10px;
}

.img-player {
	margin: 4px 2px;
	max-width: 40%;
}

.img-affil {
	background-color: #fff;
	width: 100%;
	padding: 10px 10px;
}

.news-headlines .card {
	border-radius: 0;
	border-color: #eee;
}

.news-headlines .card-img-top {
	border-bottom: 3px solid #3a6bae;
	border-radius: 0;
}

.news-headlines .card-img-top:hover {
	opacity: 0.8;
}

.news-headlines .card-title {
	color: #3a6bae;
	font-weight: 500;
	border-radius: 0;
}

.news-headlines .news-headlines a {
	text-decoration: none;
}

.news-headlines .card-body .card-text a, .news-headlines .card-body .card-text a:visited, .news-headlines .card-body .card-text a:hover, .news-headlines .card-body .card-text a:active {
	text-decoration: none;
}



.white-back {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
}

.grey-back {
	background-color: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
}

			.red-back {
				background-color: #c50416;
				background-image: url(../palette/fade2.png);
				background-repeat: no-repeat;
				background-position: left top;
				padding-top: 40px;
				padding-bottom: 40px;
				border-bottom: 2px solid #c50416;
				margin-top: 0px;
			}

			.red-back h4, .red-back h5, .red-back a {
					color: #fff;
			}


.white-back .fa, .white-back .far, .white-back .fas, .white-back .fab, .white-back .fa-regular, .white-back .fa-solid, .white-back .fa-brands,
.grey-back .fa, .grey-back .far, .grey-back .fas, .grey-back .fab, .grey-back .fa-regular, .grey-back .fa-solid, .grey-back .fa-brands {
	color: #3a6bae;
	margin-right: 15px;
}




@media (max-width: 991px) {
	.fbk-long {
		display: none;
	}

	.fbk-short {
		display: inline;
	}
}

@media (min-width: 992px) {
	.fbk-long {
		display: inline;
	}

	.fbk-short {
		display: none;
	}
}

@media (min-width: 1200px) {
	.fbk-long {
		display: none;
	}

	.fbk-short {
		display: inline;
	}
}


			 .red-back .fas {
				color: #fff;
				margin-right: 15px;
			}





			.btn-full {
				background-color: #eee;
				border: 1px solid #ddd;
				Xbackground-image: url(../palette/fade100.png);
				Xbackground-repeat: no-repeat;
				Xbackground-position: right top;
				text-align: left;
				padding: 15px;
				width: 100%;
				margin-bottom: 20px;
				border-radius: 6px;	
				font-size: 1em;
			}

			.btn-full:hover {
				border: 1px solid #222d65;
				background-color: #ddd;
			}

			.btn-full small {
				margin-left: 18px;
				color: #444;
			}

			.btn-full .far {
				margin-right: 20px;
				color: #c50416;
			}




			.img-thumbnail.noline {
				border: 0px solid #fff;
			}




.img-right {
float: right;
margin-left: 30px;
margin-bottom: 20px;
border-radius: 0;
}	

@media (max-width: 768px) {
	.img-news {
		width: 100%;
	}
	.img-right {
		float: none;
		margin-left: 0px;
	}
}	

@media (min-width: 992px) {
	.img-news {
		max-width: 65%;
	}
}	

.news-article {
	margin-bottom: 50px;
}

.news-article p {
	Xfont-size: smaller;
}

.news-divider {
	padding-bottom: 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-top: -5px;
}

.news-date {
	color: #444;
	font-size: small;
	margin-left: 5px;
}

.gap2 {
	margin-bottom: 0px;
	min-height: 260px;
}

.member h4{
	
	font-size: small;
	margin-bottom: 5px;
}



.team {
	border: 1px solid #ddd;
	border-radius: 0px;
	margin: 30px 10px;
	padding: 15px 15px 5px 15px;
	background-image: url("../palette/teambg.png"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  Xbackground-size: cover;
}

.team p {
	margin-bottom: 5px;
}

.icon-contact {
	margin-right: 0px;
}


										/* BASE */
										
.base {
	background-color: #444;
	background-image: url(../palette/fade.png);
    background-repeat: no-repeat;
    background-position: left top;
	padding-top: 40px;
	padding-bottom: 20px;
	border-top: 10px solid #3a6bae;
}							
		
@media (max-width: 767px) {										
	.base {
		Xbackground-position: right top;
	}
}

.btn-base {
	border: 1px solid #fff;
	background-color: #c50416;
	text-align: left;
	padding: 15px;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 500;
}

.btn-100 {
	width: 100%
	}

@media (max-width: 991px) {
	.btn-base {
		font-size: 0.9em;
	}
}

.btn-base:hover {
	border-color: #222d65;
	color: #222d65;
}

.btn-base:hover .fa, .btn-base:hover .far, .btn-base:hover .fab, .btn-base:hover .fas {
	color: #fff;
}

.base .fa, .base .far, .base .fab, .base .fas, .base .fa-solid, .base .fa-regular, .base .fa-brands {
	color: #3276d2;
	margin-right: 15px;
}

.base a {
	text-decoration: none;
}

.base-logo {
	width: 250px;
}





.base-headlines .card {
	border-radius: 0;
	border: 0px;
	background-color: transparent;
	padding: 10px;
}

.base-headlines .card-title {
	color: #fff;
	font-weight: 500;
	border-radius: 0;
}

.base-headlines .card-text {
	color: #fff;
	border-radius: 0;
}

.base-headlines .news-headlines a {
	text-decoration: none;
}

.base-divider {
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #3a6bae;
	margin-top: -5px;
}


.base a, .base a:visited {
	color: #3276d2;
	text-decoration: none;
}
.base a:hover, .base a:active {
	color: #aaa;
	text-decoration: none;
}

										/* FOOTER */

.footer {
	background-color: #333;
	border-top: 10px solid #3a6bae;
}

.footer p {
	margin: 20px;
	color: #fff;
}

.footer a, .footer a:visited {
	color: #3276d2;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #aaa;
	text-decoration: none;
}