@import url('https://fonts.googleapis.com/css?family=Lato');
@media (min-width: 768px) {
  .ten-columns > .col-sm-2 {
    width: 20%;
  }
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}

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

.Site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.winner {
	background-color:#fbb129 !important;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

html {
	min-height: 100%;
}

* {
	font-family: 'Lato', sans-serif;
	/*font-size: 102%;*/
}

.row.display-flex>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.cleanul {
	padding: 5px;
	list-style-type: none;
	margin: 0;
}

.cleanul>li {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	padding: 2px;
}

html {
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	min-height: 100%;
}

body {
	background: url("/assets/background/crossword.png") fixed;
	padding-bottom: 225px;
	height: 100%;
	position: relative;
	/*margin-bottom: 60px; /* Margin bottom by footer height */
}

.btn-esa {
	color: #fff;
	background-color: #5aa93e;
	border-color: #509637;
}

.btn-esa:hover {
	color: #fff;
	background-color: #509637;
	border-color: #468330;
}

#pagewrapper {
	height: 100%;
	min-height: 100%;
}

.nav-fill {
	width: 100%;
}

.nav-link {
	color: white;
	vertical-align: middle;
	padding-top: 12px;
	transition: 0.5s;
}

.nav-link-light {
	color: black;
	transition: 0.5s;
}

.nav-link:hover {
	color: #5aa93e;
}

.nav-link2 {
	color: white;
	vertical-align: middle;
	/*padding-top: 12px; */
	display: block;
	padding: .8rem 1rem;
	transition: 0.5s;
}

.nav-link-light2 {
	color: black;
	transition: 0.5s;
}

.nav-link2:hover {
	color: #343a40;
	text-decoration-line: none;
}

nav {
	/* background: url("/atlantis/assets/images/eye.jpg") center; */
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.nav-item,
.nav-link {
	height: 50px;
}

.navbar-brand {
	font-family: arial;
	font-size: 25px;
}

.row {
	width: 100%;
	margin-bottom: 20px;
}

.containerpad {
	margin-top: 20px;
	margin-bottom: 20px;
}

.imagepad {
	margin-top: 5px;
	margin-bottom: 5px;
}

.image_off,
.imageswap:hover .image_on {
	display: none
}

.image_on,
.imageswap:hover .image_off {
	display: block
}

footer {
	min-height: 25px;
	width: 100%;
	background-color: black;
	padding-bottom: 15px;
	position: absolute;
	bottom: 0;
	height: 120px;
	line-height: 25px;
	/* Vertically center the text there */
}

.centerdiv {
	margin: auto;
}

.centertext {
	text-align: center;
}

.navlogoshow {
	position: relative;
	top: 0;
}

.navlogohide {
	position: relative;
	top: -142px;
	margin-bottom: -142px;
}

.navbar {
	margin-bottom: 0px;
}

.social-wrapper {
	/*width:50px;*/
	display: flex;
	flex-direction: row;
	/*position: -webkit-sticky;  /* required for Safari */
	position: absolute;
	top: 0;
	/* required as well.*/
	right: 0;
}

.social-wrapper>* {
	padding: 5px;
}

/* Home page carousel*/

.hero {
	position: relative;
	width: 100%;
	height: 650px;
	transition: height 1s;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: background 0.5s ease;
	display: flex;
	justify-content: center;
}

.hero-selectors {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 10px;
}

.hero-selector {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	opacity: 1;
	background-color: #5aa93e;
	width: 200px;
}

.hero-selector:hover {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	opacity: 1;
	background-color: #509637;
	width: 200px;
}

#header-img {
	width: 250px;
}

#navlogo {
	height: 108px;
}

@media only screen and (min-width:383px) {
	#navlogo {
		height: 108px;
	}
	#header-img {
		width: 250px;
	}
}

@media only screen and (min-width:600px) {
	#header-img {
		width: 250px;
	}
	#navlogo {
		height: 108px;
	}
}

@media only screen and (min-width:700px) {
	#header-img {
		width: 300px;
	}
	#navlogo {
		height: 126px;
	}
}

@media only screen and (min-width:800px) {
	#header-img {
		width: 350px;
	}
	#navlogo {
		height: 144px;
	}
}

@media only screen and (min-width:900px) {
	#header-img {
		width: 400px;
	}
	#navlogo {
		height: 162px;
	}
}

@media only screen and (max-width: 767px) {
	.hero {
		display: none;
		height: 400px;
	}
	.hero>* {
		display: none;
	}
}

/*
@media screen and (min-width:425px) {
	.hero {
		display: visible;
		height: 400px;
	}
	.hero>* {
		display: visible;
	}
	.hero-selector {
		margin-right: 2px;
		margin-left: 2px;
		padding: 5px;
		width: 80px;
		height: 80px;
	}
}

@media screen and (min-width:768px) {
	.hero {
		display: visible;
		height: 500px;
	}
	.hero>* {
		display: visible;
	}
	.hero-selector {
		margin-right: 5px;
		margin-left: 5px;
		padding: 10px;
		width: 100px;
		height: 100px;
	}
}

@media screen and (min-width:1024px) {
	.hero {
		display: visible;
		height: 600px;
	}
	.hero>* {
		display: visible;
	}
	.hero-selector {
		margin-right: 10px;
		margin-left: 10px;
		padding: 10px;
		width: 120px;
		height: 120px;
	}
}

@media screen and (min-width:1740px) {
	.hero {
		display: visible;
		height: 700px;
	}
	.hero>* {
		display: visible;
	}
}
*/

.hero-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: white;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.crumb {
	margin-top: 20px;
	margin-bottom: 20px;
	color: black;
}

div.crumb {
	padding-left: 30px;
}

.crumb:hover {
	color: #5aa93e;
	text-decoration-line: none;
}

.crumb-active:hover {
	text-decoration-line: none;
	color: #5aa93e;
}

.esacard {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	/* border-radius: .25rem; */
}

.headings {
	padding-left: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

h1.headings {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.esa-table {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 115%;
	overflow: auto;
	/*display: block;*/
	width:100%;
}


.esa-table th {
	background-color: rgb(90, 169, 62);
	font-weight: normal;
	color: white;
	padding: 20px 30px;
	text-align: center;
	border: 1px solid rgb(70, 149, 42);
}

.esa-table td {
	background-color: rgb(238, 238, 238);
	padding: 20px 30px;
	color: rgb(111, 111, 111);
	border: 1px solid rgb(200,200,200);
}