
body{
	background-color: #005665;
	margin: 0;
	padding:0;
	font-family: 'News Cycle', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #fff;
}

/* Style the header with a grey background and some padding */
.header {
	overflow: hidden;
	background-color: #005665;
	background: rgba(0, 0, 0, 0.2);
	margin: 0;
	padding:0;
	border-bottom-right-radius: 200px;
	position: relative;
	z-index: 1;
	padding-top: 30px;
}

.footer-back {
	background-color: #005665;
}

.footer-back2 {
	background-image: url("images-ajas/footer-repeat2.png");
	background-repeat: repeat;
	margin-top: 50px;
	background-color: #005665;
	border-top-right-radius: 200px;
	border-top-left-radius: 200px;
	border-top: 10px solid rgba(0, 0, 0, 0.08);
}

.footer-back3 {
	background-image: url("images-ajas/footer-repeat2.png");
	background-repeat: repeat;
	margin-top: -10px;
}

.header-out {
	background: rgba(0, 0, 0, 0.1);
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom-right-radius: 200px;
}

.headerdarkest {
	background: rgba(0, 0, 0, 0.5);
	background-color: #000;
	height: 30px;
}


.feather {
	background-image: url("https://daisy.winith.ca/ajas/images-ajas/feather-white.png");
	background-repeat: no-repeat;
	padding-left: 160px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position-y: 40px;
}


/* Style the header links */
.header a {
	float: left;
	color: white;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	border-radius: 2px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
	font-size: 25px;
	font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
	background: rgba(255, 255, 255, 0.4); 
	color: black;
}

/* Style the active/current link*/
.header a.active {
	background: rgba(0, 0, 0, 0.2);
	color: white;
}

/* Float the link section to the right */
.header-right {
	float: right;
	margin-right: 100px;
}

a.top:link {
	color: #fff; 
	text-decoration: none;
}
a.top:visited {
	color: #fff;
}
a.top:hover {
	color: #fff;
}
a.top:active {
	color: #fff;
}

a.main:link {
	padding: 50px; 
	margin-top: 100px;  
	background: rgba(0, 0, 0, 0.6); 
	color: #fff; 
	border-radius: 5%; 
}
a.main:hover {
}
a.main:visited {
}
a.main:active {
}

.width960 {width: 1060px;
	margin: 0 auto;
	max-width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}


.topmargin0{
	margin-top: 0px;
	padding-top: 30px;
}

.width75 {
	width: 70%; 
	float: left;
}
.width25 {
	width: 25%; 
	margin-left: 1%; 
	margin-right: 1%; 
	float: right;
}

.width75r {
	width: 70%; 
	float: right;
}
.width25l {
	width: 23%; 
	margin-left: 1%; 
	margin-right: 0%; 
	border-right: 0px solid #f44336; 
	float: left;
}


.left {
	float: left;
}
.right {
	float: right;
}

h1 {
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.2em;
	display: inline;
}

.logopadding {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


a {
	color: #fff;
	text-decoration: underline;
}

a.sidelink:link,a.sidelink:visited {
	background-color: #f44336;
	color: white;
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 40px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}


.margintop0 {
	margin-top: 0px;
	padding-top: 0px;
}

a.sidelink2:link,a.sidelink2:visited {
	background-color: #f44336;
	background: rgba(0, 0, 0, 0.2);
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}


a.sidelink2:hover,a.sidelink2:active {
	background-color: red;
}


a.sidelink:hover,a.sidelink:active {
	background-color: red;
}

.sponsor {
	border-bottom: 1px double rgba(255, 255, 255, 0.3);
	padding: 0px;
	text-align: center;
	padding: 10px;
	margin-bottom: 40px;
}

.sponsor-inner {
	background: rgba(255, 255, 255, 0.3);
	padding: 10px;
	font-size: 1.5em;
}

.sponsor-inner2 {
 }

a.footer:link,a.footer:visited,a.footer:active {
	color: white;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
}



a.footer:hover {
	color: black;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.5em;
}


.center {
	text-align: center;
	margin: 0 auto;
}


.margin-bottom20 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer-container {
	width: 100%;
	max-width: 100%;
}

.footer-col{
	width: 25%;
	float: left;
	display: inline;
}

a.footer-cred:link {
	color: #aaa;
	text-decoration: none;
}

a.footer-cred:visited {
	color: #aaa;
	text-decoration: none;
}

a.footer-cred:active {
	color: #aaa;
	text-decoration: none;
}

a.footer-cred:hover {
	color: #fff;
	text-decoration: none;
}

a.plain:link,a.plain:visited,a.plain:active,a.plain:hover {
	background-color: none;
margin: 0 auto;
}

.creds {
	font-size: .85em;
	line-height: 1.2em;
	color: #aaa;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 0;
}


.collapsible {
	background-color: transparent;
	color: white;
	cursor: pointer;
	padding: 0 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1.2em;
	line-height: 1.8em;
}

.active, .collapsible:hover {
	background: rgba(0, 0, 0, 0.4);
}

.content {
	padding: 20px 60px;
	display: none;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2);
}

.topnav {
	overflow: hidden;
	position: relative;

}

.topnav #myLinks {
	display: none;
}

.topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.topnav a.icon {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	text-align: center;
	padding-left: 0;
	margin-right: 0;

 
}

.topnav a:hover {
	background: rgba(0, 0, 0, 0.6);
	color: white;
}

.menu-sm {
	display: none;
}

.bold {
	font-weight: bold;
}

.paddingtop30 {
	padding-top: 20px;
}

.round {
	border-radius: 50%;
	width: 100px;
	margin-right: 30px;
	float: left;
}

.smaller {
	font-size: 1.5em;
}

.left50 {
	width: 50%; 
	float: left; 
	border-right: 1px solid #ccc;
}
.right50 {
	width: 50%; 
	float: right;
}

.left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 30px;	
}

h1 {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.2em;
	display: inline;
	letter-spacing: 1mm;
	text-transform: uppercase;
}


.coin {
	width: 400px;
	max-width: 100%;
	float: right;
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.sponsor-title {
	text-align: center; 
	width: 100%; 
	font-size: 1.5em; 
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-left-radius: 90px;
	border-bottom-right-radius: 90px;
	background: rgba(0, 0, 0, 0.3);
}

.back-gr {
	background: rgba(0, 0, 0, 0.2);
}

.sponsor-back{
	background: rgba(0, 0, 0, 0.2);
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-left-radius: 90px;
	border-bottom-right-radius: 90px;
}


.image-mobile {
display: none;
}


/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 768px) {

.sponsor-title {
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: rgba(0, 0, 0, 0.3);
}


.sponsor-back{
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}


.header a {
	float: none;
	display: block;
 
  }
.header-right {
	float: none;
  }


.footer-col{
	width: 100%;
	float: left;
	display: inline;
	padding-left: 10px;
}


.collapsible {
	background-color: transparent;
	color: white;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1em;
}

.active, .collapsible:hover {
	background: rgba(0, 0, 0, 0.6);
}

.content {
	padding: 5px;
	display: none;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
}

body {
	font-size: 1em;
	padding-left: 0px;
	padding-right: 0px;
max-width: 100%;
}


.menu-sm {
	display: initial;
width: 100%;
	max-width: 100%;
	}

.topnav {
	background: rgba(0, 0, 0, 0.2);
	padding-right: 0;
	margin-right: 0;
margin-top: 0;	
}


.menu-lg {
	display: none;
	}

.footer-back2 {
	padding: 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top: 0px;
	}

.feather {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.width960 {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	}

.left50 {
	width: 100%; 
	float: none; 
	border-left: none;
	}

.right50 {
	width: 100%;
	float: none;
	}

.width25 {

	width: 100%; 
	float: none;
	}

.width75 {

	width: 100%; 
	float: none;
	}

h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #FF0000;
display: none;

}

.topmargin0 {
	padding-top: 10px;
}

.coin {
	max-width: 100%;
	display: block;
	margin: 10px;
}

.sponsor-inner {
	width: 100%;
	display: table-cell;
}

.logopadding {
	display: block;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.image-mobile {
	display: initial;
	max-width: 100%;
}

.width960 {
	width:96%;
	padding-left: 2%;
	padding-right: 2%;
}


a.sidelink2:link,a.sidelink2:visited {
	padding: 5px;

}
}



#loadOverlay{display: none;}

