﻿body {
    background-color: white;
    width: 100%;
    margin: 0;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}
footer {
    background-color: #222222;
    color: white;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
}
footer div p {
    font-size: 16pt;
    color: white;
    font-family: "Trebuchet MS";
}
footer div a {
    font-size: 16pt;
    color: #57C6CD;
    font-family: "Trebuchet MS";
    text-decoration: none;
}
footer div:first-of-type {
    margin-right: auto;
}
h1 {
    font-size: 20pt;
    font-family: "Helvetica";
}
h2 {
    font-size: 18pt;
    font-family: "Helvetica";
}
h3 {
    font-size: 16pt;
    font-family: "Helvetica";
}
p {
    font-size: 16pt;
    font-family: "Trebuchet MS";
}
li {
    font-size: 16pt;
    font-family: "Trebuchet MS";
}
.homeNavBreak {
    background-color: #021A48;
    width: 100%;
    height: 78px;
}
.transportTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}
.transportTable tr th {
    border: 3px solid #003263;
    margin: 0;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Trebuchet MS";
    color: white;
    background-color: #003263;
}
.transportTable tr td {
    width: 20%;
    border: 3px solid black;
    margin: 0;
    text-align: center;
    font-size: 14pt;
    font-family: "Trebuchet MS";
    padding-top: 5px;
    padding-bottom: 5px;
}
.navBar {
    background-color: white;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding-left: 0;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
}
.navBar li {
    display: flex;
    align-items: center;
}
.navSplit {
    margin-right: auto;
}
.navBarLogo {
    height: 50px;
}
.navBarSVG {
    height: 25px;
    text-align: center;
}
.navBar li a, .dropbtn {
    font-size: 12pt;
    font-family: "Trebuchet MS";
    text-decoration: none;
    color: #333333;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
#aReset {
    font-size: initial;
    font-family: initial;
    text-decoration: initial;
    color: initial;
    text-align: initial;
    padding-top: initial;
    padding-bottom: initial;
    padding-right: initial;
    padding-left: initial;
    border-bottom: initial;
    background-color: initial;
}
.navLink {
    border-bottom: 2px solid white;
    background-color: white;
}
.dropdown-content {
	display: none;
    position: absolute;
    top: 78px;
    background-color: white;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.navBar .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
    text-align: left;
    font-family: "Trebuchet MS";
    border-bottom: 2px solid white;
}
.navBar li a:hover {
    border-bottom: 2px solid red;
}
#aReset:hover {
    border-bottom: initial;
}
.dropdown-content a:hover {
	background-color: #e2e2e2;
    border-bottom: 2px solid red
}
.dropdown:hover .dropdown-content {
    display: block;
}
.headerLine {
    background-color: #003263;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.headerLine h1 {
    color: white;
    margin: 0;
}
.teamImage {
    width: 80%;
}
.homeEventsImg {
    max-width: 100%;
    width: 90%;
}
.accordion {
    background-color: #333333;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-size: 18pt;
}
.active, .accordion:hover {
    background-color: #444444;
}
.panel {
    padding: 20px 25px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.panel a {
    font-size: 16pt;
    text-decoration: none;
    color: #003263;
    font-family: "Trebuchet MS";
}
.panel a:hover {
    color: #B4181C;
}
.downloadImg {
    height: 16pt;
    margin-left: 25px;
}
.fullHeight {
    min-height: calc(100vh - 145.66px);
}
#homeHeader {
    width: 100%;
    height: calc(100vh - 78px);
}
#homeHeaderImg {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 78px);
}
#homeHeaderImgM {
    width: 100%;
    max-width: 100%;
    display: none;
}
#homeWelcome {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    background-color: #e2e2e2;
    padding-top: 50px;
    padding-bottom: 50px;
}
#homeWelcome h1 {
    margin-top: 0;
}
#homeWSAP {
    margin-top: 75px;
    margin-bottom: 75px;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
}
#homeWSAP img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
#homeWSAP p {
    margin-bottom: 0;
}
#homeTorch {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    background-color: #e2e2e2;
    padding-top: 50px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
}
#homeTorch img {
    width: 350px;
    max-height: 350px;
    margin-right: 10%;
}
#teamArticle {
    width: 70%;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 25px;
}
#teamArticle div:first-of-type {
    margin-right: auto;
}
#teamArticle div {
    text-align: center;
    background-color: #003263;
    padding: 15px 15px;
    border-bottom: 10px solid #B4181C;
    color: white;
    width: 45%;
}
#teamArticle div h2 {
    color: #D9B78C;
    font-size: 20pt;
}
#teamArticleInfo {
    width: calc(70% - 30px);
    color: white;
    margin: auto;
    margin-top: 25px;
    background-color: #003263;
    padding: 15px 15px;
    border-bottom: 10px solid #FFD200;
    margin-bottom: 50px;
}
#teamArticleInfo hr {
    border: none;
    height: 3px;
    color: #B4181C;
    background-color: #B4181C;
}
#docsArticle1 {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    background-color: white;
}
#docsArticle1 h2 {
    margin-top: 0;
}
#docsArticle1 p {
    margin-bottom: 0;
}
#docsArticle2 {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    background-color: white;
}
#diningArticle, #attractionsArticle {
    width: 70%;
    margin: auto;
    margin-top: 25px;
}
#transportArticle {
    width: 70%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
#mapsArticle {
    width: 70%;
    margin: auto;
    margin-top: 25px;
    height: 750px;
    margin-bottom: 25px;
}
#policiesArticle {
    width: 70%;
    margin: auto;
    margin-top: 25px;
}
.search {
    border: 2px solid #003263;
    border-radius: 10px;
    padding: 4px 6px;
    font-size: 12pt;
    font-family: 'Trebuchet MS';
    background-color: #cce6ff;
}
.search:focus {
    outline: none;
}
.sort {
    border: none;
    background-color: #003263;
    color: white;
    font-family: 'Trebuchet MS';
    font-size: 12pt;
    padding: 6px 8px;
    border-radius: 10px;
}
.sort:hover {
    background-color: #00264d;
    cursor: pointer;
}
.sort:focus {
    outline: none;
}
.list {
    list-style-type: none;
    padding-left: 0;
}
.list li {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.list li:last-of-type {
    margin-bottom: 50px;
}
.list li .listImgBox {
    width: 200px;
    height: 200px;
    background-color: white;
    padding-right: 25px;
}
.listImgBox img {
    width: 100%;
    height: 100%;
}
.listInfoBox {
    width: calc(100% - 200px);
    height: 200px;
}
.listInfoBox h2 {
    margin-top: 0;
}
.listRow {
    width: 100%;
    overflow: auto;
}
.listRow p, .listRow a {
    float: left;
    margin: 0;
    padding: 4px 6px;
    border: 2px solid #003263;
}
.listRow p {
    margin-right: 10px;
}
.listRow a {
    text-decoration: none;
}
.listInfoD {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    margin-top: 15px;
    z-index: 1;
}
.listInfoD p {
    margin: 0;
}
.listInfoD:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 2px;
}
.listInfoD:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}