/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
}

@font-face {
  font-family: "FFSizmoRegular";
  src: url(ffSizmo-3Reg.ttf) format("truetype");
}

/* .trYr2026
 {
	 background: url("26-test1.png") no-repeat;
	 background-size: contain;
	 background-position: right;
 } */

 .tdYr2026
  {
 	 background: url("26.png") no-repeat;
	 background-size: 48px 48px;
 	background-position: right 5px top 5px;
  }

.tdYr2025
	{
	background: url("25.png") no-repeat;
	background-size: 48px 48px;
	background-position: right 5px top 5px;
}

.tdYr2024
	{
		background: url("24.png") no-repeat;
		background-size: 48px 48px;
		background-position: right 5px top 5px;
}

.tdYr2023
	{
		background: url("23.png") no-repeat;
		background-size: 48px 48px;
		background-position: right 5px top 5px;
}

.tdYr2022
	{
		background: url("22.png") no-repeat;
		background-size: 48px 48px;
		background-position: right 5px top 5px;
}

.tdYr2021
	{
		background: url("21.png") no-repeat;
		background-size: 48px 48px;
		background-position: right 5px top 5px;
}

.tdYr2019
	{
		background: url("19.png") no-repeat;
		background-size: 48px 48px;
		background-position: right 5px top 5px;
}








.iframe-container {
	overflow: scroll;
	padding-top: 56.25%;
	position: relative;
}




.iframe-container iframe{
	position:absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 80%;
	height: 80%;
	display: block;
}




.dropbtn {
    background-color: lightgray;
    color: #212F3D;
    font-size: 16px;
    border: none;
    cursor: pointer;
		padding-top:5px;
		padding-bottom:10px;
}

.dropdown {
    position: relative;
    display: none;
}

.dropdown-content a{
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: lightgray;
		padding-top:10px;
    min-width: 160px;
		opacity: 0.98;
    z-index: 1;
		right:0;
		margin-right:-20px;
}

.show {display:block;}


/* .resp-container {
	position: relative;
	overflow: hidden; */
/*
	padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
} */
	/* padding-bottom: 56.25%; */
/*
.resp-container iframe{
	position; absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
} */

a:link {
  /* color: #668197; */
	color: #6087a7;
  text-decoration: none;
}

a:visited {
  /* color: #668197; */
	color: #6087a7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /* color: #212F3D; */
	color:#555;
}



a.kwMain:link {
	color: #212F3D;
	text-decoration: none;
}

a.kwMain:visited {
	color: #212F3D;
  text-decoration: none;
}

a.kwMain:hover {
	color: gray;
	text-decoration: none;
}



a.nav:link {
	color:#212F3D;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	/* font-size: 17px; */
	padding-left: 10px;
	padding-right: 10px;
}

a.nav:visited{
	color:#212F3D;
	text-decoration: none;
}

a.nav:hover {
	color:#6087a7;
}



a.landing:link {
	color: #212F3D;
	text-decoration: none;
}

a.landing:visited {
	color: #212F3D;
  text-decoration: none;
}

a.landing:hover {
	color: #6087a7s;
	text-decoration: none;
}





.header {
  background-color: lightgray;
  /* padding: 30px; */
  /* text-align: center; */
}

/* .topContent {
    text-align: center;
    overflow: hidden;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

img.imgTop {
	padding: 0 0 0 0;
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	left: 100%;
	margin-left: -200%;
} */

.topContent {
	/* display: flex; */
  justify-content: center;
  align-items: center;
  overflow: hidden;
	width:100%;
}

.topContent img {
	flex-shrink: 0;
  /* min-width: 100%;
  min-height: 100%; */
	width: 100%;
	height: auto;
}

#navbar {
	background-color: lightgray;
	width: 100%;
	/* position: fixed; */
	/* top: 0; */
	left: 0;
	z-index: 3;
	opacity: 0.98;
	clear:both;
	display:block;
	padding-top:0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.content {
  /* padding: 16px; */
	padding:20px;
	margin: 0px auto 40px;
	max-width: 980px;
	display:block;
}

.sticky + .content {
  padding-top: 100px; /* with this, desktop view doesn't jump BUT without it, mobile view doesn't jump */
}





nav {
	float: right;
	padding: 20px;
}

#menu-icon {
	display: none;
	width: 40px;
	height: 40px;
	/* background: #4C8FEC center; */
	background: lightgray center;
	color:#212F3D;
}

a:hover#menu-icon {
	background-color: lightgray;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
}

a:visited#menu-icon{
	color:#212F3D;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
	float: left;
	padding: 5px 10px 5px 10px;
	font-family: "FFSizmoRegular", sans-serif;
	font-weight: 700;
}






/* section {
	margin: 380px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
} */






h1 {
	font-size: 2em;
	/* color: #2262AD; */
	line-height: 1.15em;
	margin: 20px 0;
	font-family: 'Bitter', serif;
	color: #212F3D;
	display: inline-block;
	margin: 18px 0px 0px 20px;
	font-weight: 500;
}

h2 {
	font-size: 1.6em;
	font-family: 'Bitter', serif;
	font-weight: 500;
	line-height: 1.15em;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 2px solid lightgray;
	text-align: right;
}

h3 {
	font-size: 1.3em;
	/* color: #2262AD; */
	line-height: 1.15em;
	margin: 17px 0;
	font-family: 'FFSizmoRegular', sans-serif;
	font-weight: 500;
	padding-bottom: 15px;
	padding-left: 65px;
}

h4 {
	font-size: 1.3em;
	/* color: #2262AD; */
	line-height: 1.15em;
	/* margin: 50px 0; */
	font-family: 'FFSizmoRegular', sans-serif;
	font-weight: 500;
	padding-bottom: 10px;
}

h5 {
	font-size: 1em;
	/* color: #2262AD; */
	line-height: 1.15em;
	/* margin: 50px 0; */
	font-family: 'FFSizmoRegular', sans-serif;
	font-weight: 500;
	padding-bottom: 10px;
}


p {
	font-size: 0.82em;
	font-family: "FFSizmoRegular", sans-serif;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 800px) {


	#menu-icon {
		display:inline-block;
	}

	.dropdown {
		display:block;
	}

	nav .regularUl, nav:active .regularUl {
		display: none;
		position: absolute;
		/* padding: 20px; */
		/* background: #fff; */
		background: lightgray;
		/* border: 3px solid #212F3D; */
		right: 0px;
		top: 0px;
		width: 100%;
		border-radius: 4px 0 4px 4px;
		opacity: 0.98;
	}

	nav li {
		text-align: left;
		width: 90%;
		padding: 10px 0 0 10px;
		margin: 0;
	}

	/* nav:hover ul{
		display:block;
	} */
