@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');

body {
    max-width: 1200px;
}

#series-title {
    background-image: url("../FallChase/_images/yellow-and-red-leaves.png");
    background-repeat: no-repeat;
    background-size: 150px;
    background-color: rgba(148, 148, 148, 0.15);
}   

#series-title h3 {
    font-size: 60px;
    color: #9A0B00; /*#EAA81D;*/
    margin: 3px;
    padding: 5px 5px 5px 150px;
    text-shadow: 2px 3px 1px  #FFE200; /* #E3801D; */
	font-family: "Permanent Marker", "Segoe UI", Verdana, sans-serif;
}

#cssmenu li {
	z-index: 999;
}

#cssmenu-2 ul,
#cssmenu-2 ul li,
#cssmenu-2 ul li a,
#cssmenu-2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu-2 ul li {
	border: 3px white solid;	
	background-color: rgba(32, 32, 32, 0.8);
	margin: 0 10px;
}

#cssmenu-2:after,
#cssmenu-2>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu-2 #menu-button-2 {
  display: none;
}


#cssmenu-2 {
  font-family: Montserrat, sans-serif;
  background: #222233;
  margin-bottom: 20px;
}

#cssmenu-2>ul>li {
  float: left;
}

#cssmenu-2>ul>li>a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  transition: color .25s ease;
}

#cssmenu-2>ul>li:hover>a {
  color: gold;
}

#cssmenu-2>ul>li:hover {
  border: 3px gold solid;;
  background-color: black;
}

#cssmenu-2>ul>li.has-sub>a {
  padding-right: 30px;
}

#cssmenu-2 ul>li.has-sub>a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  transition: background .25s ease;
}

#cssmenu-2>ul>li.has-sub:hover>a:after,
#cssmenu-2>ul>li.has-sub>a:hover:after {
  background: #ffffff;
}

.cssmenu-2-active {
  border: 3px gold solid !important;
  background-color: black !important;
  color: gold !important;
  text-decoration: underline !important;
}

#cssmenu-2 ul>li.has-sub>a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu-2 ul>li.has-sub:hover>a:before,
#cssmenu-2 ul>li.has-sub>a:hover:before {
  top: 23px;
  height: 0;
}

/*
#cssmenu-2 ul ul {
  position: absolute;
  left: -9999px;
}
*/

#cssmenu-2 li:hover>ul {
  left: auto;
}

#cssmenu-2 ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu-2 ul ul li {
  height: 0;
  -webkit-transition: height .25s ease;
  -moz-transition: height .25s ease;
  transition: height .25s ease;
}

#cssmenu-2 li:hover>ul>li {
  height: 35px;
}

#cssmenu-2 ul ul li a {
  width: 240px;
  padding: 11px 15px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  font-size: 12px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: #222233;
}

#cssmenu-2 ul ul li:last-child>a,
#cssmenu-2 ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu-2 ul ul li:hover>a {
  color: #ffffff;
}

/*
#cssmenu-2 ul ul li a:hover {
  color: lightskyblue;
}

#cssmenu-2 ul ul li.has-sub>a:after {
  top: 16px;
  right: 11px;
  background: #dddddd;
}

#cssmenu-2 ul ul>li.has-sub:hover>a:after,
#cssmenu-2 ul ul>li.has-sub>a:hover:after {
  background: #ffffff;
}

#cssmenu-2 ul ul li.has-sub>a:before {
  top: 13px;
  right: 14px;
  background: #dddddd;
}

#cssmenu-2 ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}
*/

#cssmenu-2.small-screen {
  width: 100%;
}

#cssmenu-2.small-screen ul {
  width: 100%;
  display: none;
}

#cssmenu-2.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#cssmenu-2.small-screen ul ul li,
#cssmenu-2.small-screen li:hover>ul>li {
  height: auto;
}

#cssmenu-2.small-screen ul li a,
#cssmenu-2.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}

#cssmenu-2.small-screen>ul>li {
  float: none;
}

#cssmenu-2.small-screen ul ul,
#cssmenu-2.small-screen ul ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}


#cssmenu-2.small-screen ul ul li a {
  padding-left: 25px;
}

#cssmenu-2.small-screen ul ul ul li a {
  padding-left: 35px;
}

#cssmenu-2.small-screen>ul>li.has-sub>a:after,
#cssmenu-2.small-screen>ul>li.has-sub>a:before,
#cssmenu-2.small-screen ul ul>li.has-sub>a:after,
#cssmenu-2.small-screen ul ul>li.has-sub>a:before {
  display: none;
}


#cssmenu-2.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#cssmenu-2.small-screen #menu-button-2:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}

#cssmenu-2.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}

#cssmenu-2.small-screen #menu-button-2.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cssmenu-2.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cssmenu-2.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}

#cssmenu-2.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}

#cssmenu-2.small-screen .submenu-button.submenu-opened {
  background: #262626;
}

#cssmenu-2.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu-2.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}

#cssmenu-2.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}

#cssmenu-2.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}

#cssmenu-2.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}

#cssmenu-2.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

#cssmenu-2  {
   background-color: rgba(255, 255, 255, .01);
}


.szlr-info-table tbody tr td {
    padding: 3px 15px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32pt;
    text-align: center;
    text-shadow:6px 5px 14px #1c1c1a;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48pt;
    text-align: right;
    color: yellow;
    text-decoration: underline;
    font-weight: bold;
    text-shadow:6px 5px 14px #1c1c1a;
}

div[id*="fall-content-"] h4 {
    font-family: 'Titillium Web', 'Montserrat', sans-serif;
    font-size: 32px;
    color: #ff2424;
    text-decoration: underline;
    /* text-shadow: 1px 1px 1px #f0f0f0, 1px -1px 1px #ffffff, -1px -1px 2px #f0f0f0, -1px 1px 1px #F0F0F1; */
    background-color: rgba(32, 32, 32, 0.8);
    padding: 1px 1px 5px 8px;
    margin: 0 0;
}

div[id*="fall-content-"] h5 {
    font-family: 'Titillium Web', 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    color: #6082ff;
    background-color: rgba(32, 32, 32, 0.8);
    padding: 1px 1px 5px 10px;
    margin: 0 0;
}

/*
#div-result-history {
    background-image: url("../SummerSizzler/Sizzler_Page_Images/ss-banner.png");
    background-size: cover;
    opacity: .5;
    z-index: -1;
}
*/

.gsh-szlr-results-history table {
    border: 0; /* 1px gray solid; */
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 0;
    vertical-align: top;
}

.gsh-szlr-results-history td {
    border: 0; /* 1px gray solid; */
    padding: 3px 35px 3px 35px;
    font-family: monospace;
}

.gsh-szlr-results-history a {
    font-family: 'Roboto Mono', monospace;
    font-size: 12pt;
}
.gsh-szlr-results-history a:hover {
    background-color: blue;
    color: white;
}

.szlr-result-hist-year-results {
    float: none     ;
}

.szlr-result-hist-year-grp {
    overflow: auto;
    padding: 10px 10px 5px 10px;
    width: 80%;
    margin: 25px auto;
    -webkit-box-shadow:3px 10px 14px 3px #969696  ;
    -moz-box-shadow:3px 10px 14px 3px #969696  ;
    box-shadow:3px 10px 14px 3px #969696  ;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color: white;
    z-index: 5;
}

.szlr-result-hist-year-literal {
    float: left;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 18pt;
    background-color: dimgray;
    color: deepskyblue;
    padding: 10px 20px 10px 20px;
    border: 2px gray ridge;
    vertical-align: middle;
     border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

.szlr-result-float-clear {
    float: none;
}

hr.szlr-result-hist {
        border: 0;
        height: 1px;
        background: #333;
        margin: 10px 10px 10px 10px;
        width: 70%;
        background-image: linear-gradient(to right, #ccc, #333, #ccc);
}    

/*
#last-updated {
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
}
*/

#content {
	font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#content pre {
	font-family: "Source Code Pro", "Consolas", monospace;
}

.content-background {
    background: 
        /*linear-gradient(to bottom, rgba(240,240,240, 0.50), rgba(255,255,255, 0.0));*/	
/*        url("../SummerSizzler/Sizzler_Page_Images/ss-banner.png"); */
        url("../FallChase/_images/RaceDayBanner-2018.jpg");
    background-size: repeat;
    border: 1px gray solid;
    border-radius: 5px;
    margin: 0px 0px;
    padding: 0px 20px;
}

.content-background-agr {
    padding: 0px 5px;
}
#content-all {
    background-image: 
        linear-gradient(to bottom,
            rgba(60, 60, 60, 0.40), 
            rgba(40, 40, 60, 0.70), 
            rgba(40, 40, 40, 0.90), 
            rgba(32, 32, 32, 0.90), 
            rgba(32, 32, 32, 0.98)
/*            rgba(246, 223, 147, 0.83),
            rgb(235, 203, 96)
*/           
        );
        margin: 0px 10px;
        border: 1px #303030 solid;
        padding: 0px 20px;
}


/*
The Leaves Of Red And Gold Color Scheme palette has 6 colors which are Sangria (#990A08), International Orange (Engineering) (#AF100C), International Orange (Engineering) (#C42615), Marigold (#EAA81D), Carrot Orange (#E39329) and Princeton Orange (#E3801D).

This color combination was created by user Ronnie. The Hex, RGB and CMYK codes are in the table below.

*/

#content-all-agr {
        margin: 0px 0px;
        padding: 0px 0px;
}

.content-background >> p {
    margin: 5px 15px 10px 50px;
    font-weight: bold;
    color: white;
}

.intro, .szlr-info {
    font-size: 18px;	
}

#content-all {
    /* margin: 5px 15px 10px 50px; */
    font-weight: bold;
    color: white;
}

li[id*="szlr-div-nav-"] {
	border: 1px gold solid;
}

.race-date-table {
	color: white;
	margin: 20px 20px;
	border-collapse: separate;
} 

.race-date-table td {
	border-right: 1px #999494 solid;
	border-bottom: 1px #fffbfb solid;
	padding: 1px 3px 1px 3px;
} 

.race-date-table  td:nth-child(1) {
   width: 18%; 
   border-right: none;
}

.race-date-table td:nth-child(2) {
   width: 3%; 
   border-left: none;
   border-right: none;
   text-align: center;
}

.race-date-table > td:nth-child(3) {
   border-left: none;
}

td.race-date {
    font-family: consolas, monospace;
    font-size: 16px;
    color: rgb(66, 133, 244);
}

.SPECIAL-MSG {
    color: #ff2424;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0px 20px 0px;
    border: 2px yellow solid;
    padding: 5px 10px;
    box-shadow: 0px 1px 10px 1px white;
    background: rgba(20, 20, 20, 0.8);
}


#szlr-content-about > p.intro.SPECIAL-MSG > a {
    color: #ff2424;
    text-decoration: none;
    margin: 0px 0px 20px 0px;
}

.SPECIAL-MSG > a:hover {
    color: aqua;
    text-decoration: underline;
}

div[id*="szlr-content-"] td {
	color: white;
}

div[id*="szlr-content-"] a {
	color: aqua;
}

div[id*="szlr-content-"] a:hover {
	color: gold;
}


#footer table {
    width: 100%;
    border: 2px #202020 ridge;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    background-color: #303030;
    color: white;
}

#footer table {
    padding: 10px 10px 10px 10px;
}

#footer a, #footer a:visited {
    text-decoration: none;
    color: aqua;
}

#footer a:hover {
    text-decoration: underline;
    color: white;
}


.gshlogo-parent {
  position: relative;
  top: 0;
  left: 0;
}

.gshlogo-image1 {
  position: relative;
  top: 0;
  left: 0;
}

.gshlogo-image2 {
  position: absolute;
  top: 0px;
  left: 0px;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:2s;
}

.fade-in2 {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	animation-duration:1s;
}

.fade-out {
	opacity:1;  /* make things invisible upon start */
	-webkit-animation:fadeOut ease-in 0;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeOut ease-in 0;
	animation:fadeOut ease-in 0;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in2.two {
-webkit-animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
animation-delay: 1.7s;
}

/*h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48pt;
    text-align: right;
    color: yellow;
    text-decoration: underline;
    font-weight: bold;
    text-shadow:6px 5px 14px #1c1c1a;
}
*/

div[id*="fall-content-"] h5 {
    font-family: 'Titillium Web', 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    color: #6082ff;
    background-color: rgba(32, 32, 32, 0.8);
    padding: 1px 1px 5px 10px;
    margin: 0 0;
}


li[id*="fall-div-nav-"] {
	border: 1px gold solid;
}


div[id*="fall-content-"] td {
	color: white;
}

div[id*="fall-content-"] a {
	color: darkblue;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    margin: 5px 5px 20px 10px;
}

div[id*="fall-content-"] a:hover {
	color: gold;
    text-decoration: underline;
    background-color: black;
}


.faq-q {
	font-weight: bold;
	color: ghostwhite;
}
.faq-a {
	color: gold;
}

.result-link-hide {
    display: none;
}