*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    height: 100%;
    margin: 0;
	padding: 0;
	background-color: #FFF;
    font: 13px Verdana, Arial, Geneva, sans-serif;
	color: #333;
	line-height: 1.5;
}

img {
	border: none;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
}

#header {
	position: relative;
	background-color: rgba(237,237,231,0.9);
	width: 100%;
	height:108px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	border-bottom:1px solid #dadad0;
	box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.1);
	z-index:1000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#header:hover {
	background-color: rgba(237,237,231,1);
	box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	height:110px;
	padding: 2px 0 0 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#logo {
	background: transparent url(../images/rtdnf_logo_main_2023.png) no-repeat;
	width: 120px;
	height: 83px;
	float: left;
	margin: 8px 0;
	padding: 0;
}
.beigesection {
	background:#edede8;
	width:100%;
	overflow:auto;
	border-top:1px solid #dcddd9;
	border-bottom:1px solid #dcddd9;
}
.fullsection {
	background:#FFF;
	width:100%;
	overflow:auto;
}
.container {
	margin: 0 auto;
	padding: 0;
	max-width:1024px;
	text-align: left;
	position: relative;
	overflow:auto;
}
#header .container {
	overflow: inherit;
}
.content {
	margin: 60px auto;
	padding: 30px 0;
	overflow:auto;
}
.content li {
	padding: 0 0 7px 0;
}

.center {
	text-align: center;
}

#banner {
	margin: 0;
	padding: 170px 0 0 0;
	width:100%;
	height: 560px;
	background-color: #3d3b31;
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	text-align:center;
}

#banner h2, #banner h3 {
	font-family: Lato, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.9);
	line-height:1;
}
#banner h2 {
	font-weight:300;
	font-size:40px;
	color:#FFF;
	line-height:1.3;
}
#banner h3, #banner h3 a {
	font-weight:400;
	font-size:24px;
	color:#FC0;
	padding: 15px 25px 20px 25px;
	border-radius: 9px;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}
 #banner h3 a {
	 	background-color: rgba(0,0,0,0.5);
 }
 #banner h3 a:hover {
	color:#FFF;
	background-color: #FC0;
	border-radius: 9px;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}
#banner .container {
	max-width: 740px;
}
.yellowline {
	border: none 0;
	border-top: 2px solid #FC0;
	height: 1px;
	margin: 30px auto;
	width:20%;
	text-decoration: none;
}

ul.social {
  display: inline;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  position:absolute;
  right:0;
}
ul.social li {
  display: inline-block;
  margin:0 0 0 30px;
}
/* ====================== MENUBAR ======================= */

ul.nav {
  display: inline;
  margin: 0;
  padding: 53px 0 0 0;
  list-style: none;
  float:right;
}
ul.nav li {
	font-family: Verdana, Geneva, sans-serif;
	color: #3e3d33;
	font-size: 16px;
	text-transform: capitalize;
   white-space:nowrap;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 14px;
  /*background: #fff;*/
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.nav li>a {
	color: #3e3d33;
}
ul.nav li>a:hover {
	color:#C00;
}

ul.nav li:hover, ul.nav li:active {
  background: #FFF;
  color: #C00;
}

ul.nav li ul {
  padding: 0;
  position: absolute;
  top: 53px;
  left: 0;
  width: 230px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul.nav li ul li {
  background: #FFF;
  display: block;
  color: #fff;
  border-bottom:1px solid #DBDBD5;
}
ul.nav li ul li a {
  color: #3e3d33;
}
ul.nav li ul li:hover { background:#edede7; }
ul.nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.nav .has-submenu>a {
	background: url(../images/plus.png) no-repeat right;
	padding-right:20px;
}


/*  --------- end menu ------------- */


a {
	color: #C00;
	text-decoration: none;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: none;
}
a:link img {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85); /* For IE8 and earlier */
}



/* ------------------- FOOTER --------------------- */

#footer {
	background-color: #484539;
	width: 100%;
	min-height: 150px;
	padding: 20px 0 30px 0;
	font-size: 14px;
	color: #B6B7B5;
	box-shadow: 0px 0px 72px 0px rgba(0,0,0,0.3) inset;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
	line-height: 1.3;
}
#footer:hover {
	background-color: #3d3b31;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}
#footer a:link, #footer a:visited {
	color: #CBCDCA;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#footer a:hover {
	color: #FC0;
	margin-left: 2px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
#footer ul {
	display: block;
	width: 30%;
	margin: 0;
	padding: 0;
	float: left;
}
#footer ul.r { margin-right:0; float:right; clear:both; }

#footer li {
	margin: 0;
	padding: 15px 0;
	list-style: none;
}

#footer .logo {
	background: transparent url(../images/rtdnf_logo_footer_2023.png) no-repeat;
	width: 92px;
	height: 77px;
}

#footer2 {
	background-color: #1D1C16;
	width: 100%;
	padding: 1px 0 10px 0;
	font-size: 11px;
	color: #fff;
	overflow: auto;
	text-align: center;
}

#footer2 ul {
   margin: 15px auto 0 auto;
   padding:0;
   max-width: 500px;
   /*float:left;*/
}
#footer2 li {
   list-style: none;
   display: inline-block;
   margin: 0 0 0 0;
   padding: 0 30px 0 0;
   float:left;
}
#footer2 li a {
	text-align: right;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
}
#footer2 li a:hover {
	color: #FC0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* =============================== TEXT FORMATTING============================== */
H1, H2, H3, H4, H5, H6 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: Lato, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-weight:400;
	line-height:1.2;
}
H1 {
	font-size : 50px;
	color: #C00;
	margin: 0 0 10px 0;
}
H2  {
	font-size : 42px;
	color: #484539;
}
H3 {
	font-size : 32px;
	color: #C00;
}
H4 {
	font-size : 24px;
	color: #484539;
	margin: 10px 0;
}
H5 {
	font-size : 24px;
	color: #C00;
	margin: 10px 0;
}
H6 {
	font-size : 18px;
	color: #484539;
	margin: 0;
}

hr {
	border: none 0;
	border-top: 1px dotted #C00;
	height: 1px;
	margin: 20px 0;
	width:100%;
	text-decoration: none;
}
hr.whiteline {
	border: none 0;
	border-top: 1px dotted #FFF;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	width:100%;
	text-decoration: none;
}


.red {
	color : #CC0000;
}
.lightblue {
	color: #3399CC;
}
.white {
	color : #FFF;
}
.grey  {
	color : #999;
}
.small {
	font-size : 10px;
}
.medium {
	font-size : 14px;
}
.large {
	font-size : 18px;
}
.extralarge {
	font-size : 24px;
}


/* ================================ VIDEO ====================================== */

.video-container {
	position:relative;
	padding-bottom: 56.25%;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

/* =============================== BUTTON ======================================== */

.button, button {
	border: none;
	border-radius: 9px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
	background-color: #CC0000;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}
.button:hover, button:hover {
	background-color: #FF0000;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.buttonsmall {
	border: none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding: 7px 11px;
	text-align: center;
	background-color: #CC0000;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}
.buttonsmall:hover {
	background-color: #FF0000;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}
.buttonsmall:visited, .button:visited {
	color: #fff;
}


/* ====================== FANCY TABLE ======================== */

table {
    /*border-collapse: collapse;
    background: #fff;
	*/
    margin-bottom: 3em;
    width: 100%;
}
.fancy td, .fancy th {
    padding: 0.75em 1.5em;
}
.fancy td.err {
	background-color: #F2F2EF;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	line-height: 1;
	}
.fancy th {
	background-color: #B9B6A8;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}
.fancy tbody th {
	background-color: #EFEFEA;
}
/*
tbr:nth-ody tchild(2n-1) {
    background-color: #f2f2f2;
    transition: all .125s ease-in-out;
}
*/
.fancy tbody tr {
	border-bottom:1px dotted #ccc; /* added by K-J */
}
.fancy tbody tr:hover {
	background-color: rgba(239,239,234,0.9);
}


/* ====================== SHOW HIDE ========================= */

.expandicon {
	padding:5px;
	float:right;
	margin: -40px 0 0 0;
	color:#FFF;
	font-size: 10px;
	text-align:center;
	background-color:#C00;
}
.expandicon:hover {
	background-color: #333;
}

.expand-title {
cursor: pointer;
}
.expand-area {
padding: 3px;
background-color:#fcfcfc;
}
/* ================================ BOXES ================================= */

.box-1, .box-1-3, .box-1-2, .box-2-3, .box-1-4 { display:inline; float:left; margin-top: 20px; margin-bottom: 20px; margin-left:1%; margin-right:1%; padding:20px 7px 30px 7px;}
.box-1 { width: 98%; }
.box-1-3 { width: 31%;}
.box-1-2 { width: 47.5%; }
.box-2-3 { width: 64%; }
.box-1-4 { width: 23%; }
.l { margin-left:0; }
.r { margin-right:0; clear:right; }

.height-100 { height: 100px; overflow:hidden}
.height-150 { height: 150px; overflow:hidden}
.height-200 { height: 200px; overflow:hidden}
.height-225 { height: 225px; overflow:hidden}
.height-250 { height: 250px; overflow:hidden}
.height-300 { height: 300px; overflow:hidden}
.height-400 { height: 400px; overflow:hidden}
.height-500 { height: 500px; overflow:hidden}

.box-1 h2, .box-1-3 h2, .box-1-2 h2, .box-2-3 h2, .box-1 h3, .box-1-3 h3, .box-1-2 h3, .box-2-3 h3, .box-1 h4, .box-1-3 h4, .box-1-2 h4, .box-2-3 h4, .box-1 h5, .box-1-3 h5, .box-1-2 h5, .box-2-3 h5, .box-1 p, .box-1-3 p, .box-1-2 p, .box-2-3 p {
	margin: 0;
	padding: 2px 0;
}
.box-1 hr, .box-1-3 hr, .box-1-2 hr, .box-2-3 hr {
	margin: 10px 0;
	padding: 0;
}
.box-1 p, .box-1-3 p, .box-1-2 p, .box-2-3 p, .box-1-4 p {
	color: #333;
}
.box-1-4:hover p {
	color: #C00;
}
.box-1-4:hover h5 {
	color: #666;
}

.box-1-2 p { margin:10px 0 0 0; }

.boxbackground {
	background: url(../images/boxbackground.png);
	border:1px solid #CADAE5;
}

.nomargin { margin:0; }
.bigmargin { margin:60px 1%; }
.nopadding { padding:0; }
.spacer {margin: 0 0 20px 0}

.shadow {
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.1);
	box-shadow:         0px 0px 9px rgba(0,0,0,0.1);
	border:1px solid #d5d5d5;
}

/* ----------------- CIRCLES ---------------------- */
.circle-200 {
	width: 200px;
	height: 200px;
	/*border:4px solid #099;*/
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
    -ms-border-radius: 100px;
	 -o-border-radius: 100px;
	border-radius: 150px;
}
.circle-150 {
	width: 150px;
	height: 150px;
	/*border:3px solid #09C;*/
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
    -ms-border-radius: 75px;
	 -o-border-radius: 75px;
	border-radius: 75px;
}

/* ======================== COLOR EFFECT ========================= */
.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Transition for Webkit browsers */
}

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}


/* ========================================================== MOBILE STYLES ============================================================= */

@media screen and (max-width: 850px) {
	ul.nav {
	  padding: 56px 0 0 0;
	}
	ul.nav li {
		font-size: 14px;
		padding: 15px 9px;
	}
	.container {
		padding: 0 10px;
	}
}

@media screen and (max-width: 770px) {
	#banner{
		padding:120px 0 0 0;
		height:400px
	}
	#banner h2 {
		font-size:38px;
		color:#FFF;
		line-height:1.0;
	}
	.yellowline {
		margin: 15px auto;
	}
}

@media screen and (min-width: 670px) {
	#menubar {
		display: none;
	}
	.bannerlogo {
		display:none;
	}
}
@media screen and (max-width: 670px) {
	#header {
		display: none;
	}
	#banner{
		padding:50px 0 0 0;
		height:200px
	}
	#banner h2 {
		font-weight:400;
		font-size:16px;
	}
	#banner h3, #banner h3 a {
		display:none;
	}
	.yellowline {
		display: none;
	}
	.bannerlogo {
		background: transparent url(../images/rtdnf_logo_footer_2023.png) no-repeat;
		width: 92px;
		height: 64px;
		margin:0 auto;
	}


/* ||||||||||||| MOBILE MENUBAR START ||||||||||||| */
	#menubar {
		padding: 0;
		width:100%;
		height: 42px;
		background-color: #484539;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		position: fixed;
		top:0;
		z-index:1000;
	}

	#menubar ul {
		margin: 0 auto;
		padding: 0;
		display: inline-block;
	}
	#menubar li {
	   list-style: none;
		display: block;
	   padding: 12px 0;
	   float: left;
	   white-space:nowrap;
	}
	#menubar li a {
		padding: 15px 20px;
		color: #FFF;
		font: 14px Verdana, Arial, sans-serif;
		text-decoration: none;
	}
	#menubar li a:hover {
		color: #FFCC00;
	}
	#menubar li a:active {
		color: #FFCC00;
	}
	.menucontainer {
		text-align: center;
		margin: 0 auto;
	}
/* ||||||||||||| MOBILE MENUBAR END ||||||||||||| */

	.fullsection {
		display:none;
	}
	#footer {
		display:none;
	}
	#footer2 ul {
	   margin: 15px;
	   padding:0;
	}
	#footer2 li {
	   margin:0;
	   padding: 0 10px 10px 0;
	   float:center;
	}
	.box-1, .box-1-3, .box-1-2, .box-2-3, .box-1-4 { margin-top: 5px; margin-bottom: 5px; margin-left:1%; margin-right:1%; padding:10px 5px;}
	.box-1 { width: 98%; }
	.box-1-3 { width: 48%;}
	.box-1-2 { width: 48%; }
	.box-2-3 { width: 48%; }
	.box-1-4 { width: 48%; }
	.box-1 img, .box-1-3 img, .box-1-2 img, .box-2-3 img, .box-1-4 img { max-width:95%; height:auto;}

	H1, H2, H3, H4, H5, H6 {
		margin: 5px 0;
		line-height:1.2;
		font-weight: 400;
	}
	H1 {
		font-size : 32px;
		color: #C00;
	}
	H2  {
		font-size : 28px;
	}
	H3 {
		font-size : 24px;
	}
	H4 {
		font-size : 18px;
	}
	H5 {
		font-size : 18px;
	}
	H6 {
		font-size : 14px;
	}

	a.button {
		border-radius: 7px;
		font-size: 14px;
		padding: 10px 15px;
	}
	.fancy td, .fancy th {
		padding: 0.35em .5em;
	}

}

/* ===================================== MOBILE NAV =====================================*/

	#menuhead {
		display: block;
		width: 97%;
		margin:0 auto;
		padding: 10px;
		background-color: #b9b6a8;
		color:#FFF;
		font-size:14px;
		text-align:left;
		min-width:300px;
	}

	nav#navbar {
		display: inline-block;
		width: 97%;
		margin:0 auto;
		text-align: left;
		min-width:300px;
	}
	nav#navbar * {
		list-style-type: none;
		margin:0;
		padding:0;
	}
	nav#navbar ul li {
		display: block;
		min-height: 32px;
		line-height: 32px;
		height: auto;
		width: inherit;
		overflow: hidden;
		background: #b9b6a8;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
	}
	nav#navbar ul li:last-child {
		border-bottom: none;
	}
	nav#navbar ul li a, nav#navbar ul li a:visited {
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}
	nav#navbar ul li.has-submenu {
		background: #b9b6a8 url(../images/sub-arrow.png) right top no-repeat;
	}

	nav#navbar ul li>a:hover {
		color: #C00;
	}
	nav#navbar ul li ul {
		display: none;
		margin-left: -12px;
		margin-right: -12px;
		background: #c6c3b5 url(../images/shadow.png) repeat-x;
	}
	nav#navbar ul li.active>ul {
		display: block;
	}
	nav#navbar ul li ul li {
		border-bottom: solid 1px #ccc;
		border-left: none;
		background: none;
		padding-left: 20px;
		font-size: 12px;
	}
	nav#navbar ul li ul li:first-child {
		background: url(../images/arrow.png) 20px 0px no-repeat;
	}
	nav#navbar ul li ul li:last-child {
		background: url(../images/shadow2.png) repeat-x bottom;
	}
	nav#navbar ul li ul li a:hover {
	color: #C00;
	}
	nav#navbar ul li:hover ul {
		/*display: block;*/
	}

	/* Ted's customizations */
	.fileManagerToolbar {
		margin-bottom: 5px;
	}

	.submission-details-form label {
		font-weight: bold;
	}

	.judgement-form .criteria-container {
		font-weight: bold;
		margin: 20px 0;
	}

	.judgement-form .slider-container {
		width: 50%;
	}

	.multiselect label {
		text-align: left !important;
	}

	/* video.js audio UI tweaks */
	.vjs-default-skin.vjs-audio .vjs-big-play-button {
		height: 35px;
		width: 50px;
		top: 0;
	}

	.vjs-default-skin.vjs-audio .vjs-big-play-button:before {
		line-height: 30px;
	}
