@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,700&family=PT+Serif:ital,wght@0,400;1,700&display=swap');
body {
	margin: 0px;
	overflow-x: hidden;
	font-family: 'PT Serif';
	width:100%;
}
.newsitem.color {
	background: #FFD100;
	padding: 40px 30px;
	border-bottom: 10px solid #0047BA;
}
.zkright .newsitem.color {
	padding-left: 30px;
}
.newsitem.color .title {
	font-family: 'Barlow';
	font-style: normal;
	color: #0047ba;
	font-size: 36pt;
	line-height: 90%;
	margin-bottom: -10px;
}
.newsitem.color .excerpt {
	padding-left: 140px;
	font-family: 'Barlow';
	max-width: 85% !important;
	display: block;
}
.moreNews .title {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.moreNews .title img {
	position: relative;
	display: inline-block;
	float: right;
	margin-right: 10px;
	top: 7px;
}
.moreNewsItems li .date {
	background: #FF6B00;
	font-size: 16px;
	color: #fff;
	font-family: 'Barlow';
	text-align: center;
	width: 75px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	align-items: center;
	justify-content: center;
}
.moreNewsItems li {
	border: 0.25px solid rgb(26 24 24 / 25%);
	position: relative;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 0px;
	flex-direction: row;
	display: inline-flex;
	align-items: stretch;
	flex: 1;
}
.moreNewsItems {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	width: calc(100% - 10px);
	margin-bottom: 50px;
}
.moreNewsItems li .date strong {
	font-size: 36px;
	display: block;
	margin-top: -7px;
	margin-bottom: -7px;
	font-weight: normal;
}
.moreNewsItems li .name {
	font-family: 'Barlow';
	font-size: 18px;
	width: calc(100% - 75px);
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.zktweets {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	width: calc(100% - 50px);
}
.zktweets li {
	margin-bottom: 30px;
	position: relative;
	margin-top: 131px;
}
.zktweets li .tweetHead {
	border-top: 30px solid #ff6b00;
	border-bottom: 15px solid #ff6b00;
	height: 15px;
	background: #ffd100;
	position: relative;
}
.zktweets li .tweetHead img {
	position: absolute;
	left: 10px;
	top: -25px;
}
.zktweets li .tweetBody {
	background: #ffd100;
	font-size: 14pt;
	font-weight: bold;
	font-family: 'Barlow';
	color: #0047ba;
	padding: 20px;
	box-sizing: border-box;
}
.zktweets li .tweetBody p {
	margin: 0px;
	max-width: 90%;
	line-height: 150%;
}
.zktweets li .tweetBody ul {
	list-style: none;
	margin-top: 12px;
	padding: 0px;
	margin-left: 0px;
}
.zktweets li .tweetBody ul li {
	display: inline-block;
	width: 34%;
	margin-top: 5px;
	margin-bottom: 0px;
}
.zktweets li .tweetFoot {
	background: url('img/icon_quote_blue.png') no-repeat bottom 25px right 50px #ffd100;
	font-size: 14pt;
	font-weight: bold;
	font-family: 'Barlow';
	color: #0047ba;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
}
.zktweets li .tweetFoot p {
	margin: 0px;
	padding: 0px;
}
.zktweets li .tweetFoot:after {
	content: '';
	width: 0px;
	height: 50px;
	border-right: 50px solid transparent;
	;
	position: absolute;
	bottom: 0px;
	right: -50px;
	border-bottom: 50px solid #ffd100;
}
#zkfooter {
	display: block;
	position: relative;
	width: 100%;
	height: 85px;
	background: #FF6B00
}
.wrapper {
	max-width: 1200px;
	display: block;
	margin: auto;
	padding: 30px;
	box-sizing: border-box;
}
.borderRight {
	border-right: 1px solid #1A1818;
}
div.borderRight:not(.zkleft, .zkright), img.borderRight {
	padding-right: 10px;
	margin-right: 10px;
}
.borderLeft {
	border-left: 1px solid #1A1818;
}
.borderTop {
	border-top: 1px solid #1A1818;
}
.borderBottom {
	border-bottom: 1px solid #1A1818;
}
.thick {
	border-width: 5px;
}
.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}
.inline {
	display: inline;
}
.bold {
	font-weight: bold;
}
#zknewspaper {
	font-size: 0px;
	font-family: 'PT SErif', serif;
}
.zkleft, .zkright {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 10px;
	margin-bottom: 20px;
}
.zkleft {
	width: 385px;
}
.zkright {
	width: calc(100% - 385px);
}
.newsitem {
	padding-top: 20px;
	padding-bottom: 20px;
}
.zkright .newsitem {
	padding-left: 10px;
}
.zkright .newsitem p {
	max-width: 95%;
}
.newsitem {
	clear: both;
}
.newsitem .source, .newsitem .date {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}
.newsitem .title {
	font-size: 25pt;
	font-weight: bold;
	font-style: italic;
}
.mainContent .stats {
    border-bottom: 1px solid black;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.mainContent .titleLine {
    display: inline-block;
}

.mainContent .subLine {
    display: inline-block;
    width: 660px;
}

.mainBanner .bannerWrapper .logo,
.mainBanner .bannerWrapper .orlando,
.mainBanner .bannerWrapper .rightSide {
    display: inline-block;
}

.mainBanner .bannerWrapper .logo svg {top: 25px;position: relative;display: block;}
.newsitem .title.small {
	font-size: 18pt;
}
.newsitem .intro, .newsitem .author, .newsitem .position {
	font-size: 12pt;
	font-weight: bold;
}
.newsitem .excerpt, .newsitem .quote, .newsitem ul {
	font-size: 12pt;
}
.newsitem ul {
	padding-left: 17px;
	max-width: 60%;
}
.newsitem li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.newsitem .quote {
	padding-left: 10px;
	padding-right: 50px;
}
.newsitem img.floatLeft {
	margin-right: 20px;
	margin-left: 10px;
}
.newsitem img:not(.floatLeft) {
	margin-bottom: 10px;
}
.newsitem p {
	margin: 0px;
	line-height: 150%
}
.newsitem p.author {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}
.newsitem p.title {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 100%
}
.newsitem .quote {
	display: inline-block;
	max-width: 70% !important;
	margin-top: 20px;
	margin-bottom: 10px;
}
p.floatLeft {
	width: 40%;
	margin-right: 30px;
	margin-bottom: 30px;
}
.insideWrapper {
	max-width: 900px;
	display: block;
	margin: auto;
	padding-bottom: 20px;
}
.insideWrapper .newsitem .source {
	display: inline-block;
	margin-top: 20px;
}
.newsitem .position {
	margin-top: -10px;
}
.quote.marks {
	background: url('img/icon_quote_black.png') no-repeat top 10px right
}
.zkleft .newsitem p.excerpt {
	max-width: 85%;
}
.zkright .newsitem p.excerpt {
	max-width: 90%;
}
#zkmedia {
	font-size: 0px;
	margin-bottom: 30px;
}
#zkmedia .zkleft, #zkmedia .zkright {
	display: inline-block;
	width: calc(50% - 10px);
	vertical-align: top;
    padding: 0px;
}
#zkmedia .zkleft {
	background: #0047BA;
	border-bottoM: 10px solid #FFC400;
	margin-right: 10px;
	position: relative;
}
#zkmedia .inner {
	max-width: 600px;
}
#zkmedia .zkleft .inner {
	display: block;
	margin-left: auto;
}
#zkmedia .zkright .inner {
	display: block;
	margin-right: auto;
	border: 1px solid black;
	padding: 60px 30px;
	box-sizing: border-box;
	margin-left: 10px;
}
#zkmedia .newsitem {
	padding: 0px;
}
#zkmedia .newsitem p.title {
	max-width: 90%;
}
#zkmedia .newsitem p.author, #zkmedia .newsitem p.position {
	font-family: 'Barlow', sans-serif;
}
#zkmedia .zkleft .title {
	font-family: 'Barlow';
	font-style: normal;
	color: #FFD100;
	font-size: 36pt;
	line-height: 90%;
	margin-bottom: -10px;
	margin-top: 0px;
}
#zkmedia .zkleft .excerpt {
	color: #fff;
	font-family: 'Barlow';
	max-width: 90%;
}
#zkmedia .zkleft .inner {
	padding: 57px;
	box-sizing: border-box;
}
@media (max-width:1300px) {
    .newsitem.color:before {
        display:none !important;
    }
}
@media (max-width:1200px) {
	.newsitem.sans {
		border:none;
	}

	.rightSide h3 {
		text-align: center;
	}
	
	.mainBanner .bannerWrapper .logo, .mainBanner .bannerWrapper .orlando, .mainBanner .bannerWrapper .rightSide {
		width: 100%;
		display: block;
	}
	
	.mainBanner .bannerWrapper .logo svg {
		margin: auto;
		display: block;
		width: 100%;
		margin-top: 0px !important;
	}
	
	.rightSide {
		margin-bottom: 30px;
	}
	
	.leftBannerText {
		display: block !important;
		width: 100% !important;
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 3px solid #fff;
		padding-right: 0px !important;
		border-right: none !important;
	}
	
	.rightBannerText {
		display: block !important;
		width: 100% !important;
		text-align: center;
		padding-top: 20px;
	}
	
	.mainContent .stats {
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	
	
	.orlando h1 {
		font-size: 60pt !important;
	}
	
	.rightBannerText p {
		margin: auto !important;
	}
	
	.titleTagline h1 {
		font-size: 40pt !important;
	}
	
	.mainContent .subLine {
		display: none;
	}
	
	#zknewspaper .zkfull {
		border-top:1px solid black;
	}
	
	#zknewspaper .zkfull .newsitem {
		border:none !important;
	}
	#zkgame .zkleft, #zkgame .zkmiddle, #zkgame .zkright {
		width: 100% !important;
        display: block !important;
	}
	.zkfull.borderTop {
        border-top: 0px;
    }

    #zkgame .zkright .newsitem {
        border-top:0px;
    }

    .mainContent.borderBottom {
        border: 0px !important;
    }

    #zkmedia .zkright .newsitem {
        border: none !important;
    }
	#zkgame .zkleft .zktweets {
		margin: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto !important;
		width: 308px;
	}
	#zkgame .zkleft {
		border-bottom: 1px solid black !important;
	}
	#zkgame .stat:before {
		display: none;
	}
	#zkgame .zkright {
		margin-bottom: 50px !important;
	}
	#zknewspaper .zkright, #zknewspaper .zkleft {
		max-width: 100% !important;
		width: 100%;
	}
	.zktweets li {
		margin-top: 50px;
	}
	.newsitem.color {
		border: none !important;
	}
	.newsitem.color .excerpt {
		width: 100%;
		padding: 0px;
	}
	.newsitem.color+.newsitem {
		border-top: 0px !important;
	}
	.zkleft, .zkRight {
		width: 100%
	}
	.borderRight, .borderLeft {
		border: none;
	}
	p.floatLeft {
		width: 100%;
		float: none;
	}
	.zkRight .newsitem img, .zkFull .newsitem img {
		display: block !important;
		margin: initial;
		margin-bottom: 20px;
		float: none !important;
	}
	.zkFull, .zkLeft, .zkRight {
		padding: 0px;
		border: none !important;
	}
	.zkright {
		border: none !important;
	}
	.newsitem {
		border: none;
		border-top: 1px solid #1A1818;
	}
	.zkFull .newsitem {
		border-bottom: 1px solid #1A1818;
	}
	.newsitem .quote {
		border-left: 5px solid #1A1818 !important;
	}
	.newsitem {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.insideWrapper .newsitem .source {
		margin-top: 0px;
	}
	#zkmedia, #zkmedia .zkleft, #zkmedia .zkright, #zkmedia .zkleft .inner, #zkmedia .zkright .inner {
		width: 100%;
		display: block;
		max-width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	#zkmedia .zkleft p.excerpt, #zkmedia .zkleft p.title {
		max-width: 100%
	}
	#zkmedia .zkright {
		padding: 30px;
	}
}
#zkgame .zkleft, #zkgame .zkmiddle, #zkgame .zkright {
	display: inline-block;
	font-size: 0px;
}
#zkgame .zkleft {
	width: 30%;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	box-sizing: border-box;
	margin-left: 0px;
}
#zkgame .zkleft p.title {
	font-family: 'Barlow';
	font-size: 40pt;
	margin-top: 0px;
}
#zkgame .zkleft p {
	font-family: 'Barlow';
}
#zkgame .zktweets li {
	margin-top: 30px;
}
#zkgame .zktweets li .tweetFoot:after {
	display: none;
}
#zkgame .zktweets li img.frame {
	position: absolute;
	top: -10px;
	left: 0px;
	z-index: 100;
	width: 305px;
}
#zkgame .zktweets li div {
	margin-left: 12px;
	width: 280px;
}
#zkgame .zktweets li .tweetBody p {
	font-size: 12pt;
	max-width: 100%;
	line-height: 110%;
}
#zkgame .zktweets li div.tweetBody {
	padding-top: 10px;
	padding-bottom: 10px;
}
#zkgame .zktweets li div.tweetFoot {
	padding-top: 5px;
	padding-bottom: 37px;
}
#zkgame .wrapper {
	padding-bottom: 0px;
}
#zkgame .zkright {
	width: calc(47% - 100px);
	float: right;
	margin-left: 50px;
}
#zkgame .zkmiddle {
	width: 22%;
	padding-right: 0px;
	padding-top: 40px;
	margin-right: 0px !important;
	box-sizing: border-box;
	font-size: 0px;
}
.stat {
	padding: 20px;
	font-size: 14pt;
	font-family: 'Barlow';
	margin-bottom: 20px;
	position: relative;
}
.newsitem.color:before {
	content: '';
	width: 1000%;
	height: 375px;
	background: #ffd100;
	display: block;
	position: absolute;
	border-bottom: 10px solid #0047ba;
	z-index: -1;
	top: 0px;
	left: 0px;
}
.newsitem.color {
	position: relative;
}
.stat.calendar {
	background: #ffd100;
	color: #1A1818;
}
.stat.tourism {
	background: #ff6b00;
	color: #fff;
}
.stat.visited {
	background: #0047ba;
	color: #fff;
}
.stat:before {
	content: '';
	width: 0px;
	position: absolute;
	left: -48px;
}
.stat:last-of-type {
	margin-bottom: 30px;
}
.stat.calendar:before {
	top: 0px;
	border-top: 50px solid #ffd100;
	border-left: 50px solid transparent;
}
.stat.tourism:before {
	bottom: 0px;
	border-top: 50px solid transparent;
	border-right: 50px solid #ff6b00;
}
.stat.visited:before {
	top: 0px;
	border-top: 50px solid #0047ba;
	border-left: 50px solid transparent;
}
.stat .number {
	font-size: 42pt;
	font-weight: bold;
	font-style: italic;
	line-height: 90%;
	margin-bottom: 5px;
}
.stat.calendar .number {
	color: #0047ba;
}
.stat.calendar .descriptor {
	color: #0047ba;
	font-size: 20pt;
	line-height: 90%
}
.stat.calendar .descriptor strong {
	display: block;
	font-size: 28pt
}
.stat.calendar .descriptor p {
	color: #1A1818;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14pt
}
.stat.calendar .descriptor img.icon {
	float: left !important;
	margin-right: 10px;
}
.stat.tourism .number {
	color: #ffd100;
}
.stat.tourism .descriptor {
	color: #ffffff;
	font-size: 21pt;
	line-height: 90%
}
.stat.tourism .descriptor strong {
	display: block;
	font-size: 21pt
}
.stat.tourism .descriptor p {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14pt
}
.stat.tourism .descriptor img.icon {
	float: right !important;
	margin-right: 10px;
	top: 4px;
	position: relative;
}
.stat.visited .number {
	color: #ffffff;
}
.stat.visited .descriptor {
	color: #ffffff;
	font-size: 20pt;
	line-height: 90%
}
.stat.visited .descriptor strong {
	display: block;
	font-size: 19pt
}
.stat.visited .descriptor p {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14pt
}
.stat.visited .descriptor img.icon {
	float: right !important;
	margin-right: 10px;
}
#zkgame .zkright .title {
	font-size: 30pt;
	font-family: 'PT Serif';
}
#zkgame .zkright .newsitem .quote {
	max-width: 100% !important;
}
#zkgame .zkright .quote.borderLeft.thick {
	margin-bottom: 0px;
}
#zkgame .zkright .quote.borderLeft.thick.bigNumbers {
	margin-top: 0px;
	list-style: none;
	padding-left: 20px;
}
#zkgame .zkright .quote.borderLeft.thick.bigNumbers img {
	float: left;
	margin-right: 10px;
}
#zkgame .zkright .quote.borderLeft.thick.bigNumbers li {
	margin-bottom: 35px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: -10px;
	font-family: 'Barlow';
	margin-top: 0px;
}
#zkgame .zkright .quote.borderLeft.thick.bigNumbers li:nth-child(even) {
	margin-left: 40px;
}
#zkgame .zktweets li {
	margin-bottom: 0px;
}
#zkgame .zkright .newsitem {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#zkgame .zkright .quote.borderLeft.thick.bigNumbers li:last-of-type img {
	margin-bottom: 0px;
}
#zkgame .zkright .quote.borderLeft.thick.bigNumbers {}
#zkgame .zktweets {
	margin-top: 50px;
}


.topBanner {
	display: flex;
	flex: 1 0 100%;
	height: 30px;
	background-color: #072846;
  }
  
  .mainBanner {
	background-color: #ff6b00;
	max-width: 100% !important;
	padding-bottom: 1px;
	}
  
  .bannerWrapper, .mainContent {
	max-width: 1200px;
	margin: auto;
	justify-content: center;
  }
  
  .logo {
	display: flex;
	justify-content: flex-end;
  }
  
  #logoImage {
	margin: 25px 0;
  }
  
  .orlando {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
  }
  
  .orlando h1 {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 100pt;
	color: #fff;
	margin: 0px 30px;
	}
  
  .rightSide h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40pt;
	color: #fff;
	line-height: 1em;
	margin: 0px;
	}
  
  .rightSide {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
  }
  
  .dividerLine {
	height: 2px;
	background-color: #fff;
	margin: 0;
	margin-bottom: 20px;
  }
  
  .leftBannerText {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	color: #fff;
	border-right: 2px solid white;
	width: 60%;
	padding-right: 50px;
	display: inline-block;
	}
  
  .leftBannerText p {
	font-size: 18pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
  
  .rightBannerText {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	width: 30%;
	}
  
  .rightBannerText p {
	font-size: 16pt;
	width: 100%;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
  
  .bottomLine {
	margin: 20px 0;
	margin-bottom: 40px;
  }
  
  .mainContent {
	margin-top: 30px;
  }
  
  .header {
	justify-content: center;
  }
  
  .titleTagline h1 {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 60pt;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	}
  
  .titleLine h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30pt;
	margin-top: 20px;
	margin-bottom: 0px;
	}
  
  .thickLine {
	margin: 0;
	height: 85%;
	background-color: #000;
	width: 100%;
	height: 32px;
	top: 3px;
	position: relative;
	margin-left: 20px;
	}
  
  .headerBlurb {
	margin-top: 40px;
	margin-bottom: 40px;
  }
  
  .headerBlurb p {
	font-family: 'Barlow', sans-serif;
	font-size: 18pt;
  }
  
  .stats {
	margin-bottom: 50px;
  }
  
  .lineBreak {
	height: 2px;
	background-color: #000;
	margin: 0;
	margin-bottom: 20px;
  }

  .zkfull.borderTop {
	border-top: 0px;
	}

	#zkgame .zkright .newsitem {
		border-top:0px;
	}

	.mainContent.borderBottom {
		border: 0px !important;
	}

	@media (max-width:600px) {
		.orlando h1 {
			font-size: 35pt !important;
		}
	
		.rightSide h3 {
			font-size: 26pt !important;
		}
	
		.leftBannerText p {
			font-size: 14pt !important;
		}
	
		.rightBannerText p {
			font-size: 14pt !important;
		}
	
		.titleTagline h1 {
			font-size: 30pt !important;
		}
	
		.titleLine h3 {
			font-size: 20pt !important;
		}
	
		.headerBlurb p {
			font-size: 14pt !important;
		}
	
		#zkgame .zkleft p.title {
			font-size: 32pt !important;
		}
	
		#zkgame .zkright .title {
			font-size: 24pt !important;
		}
	
		#zkgame .zkright .quote.borderLeft.thick.bigNumbers li {
			margin-top: 10px !important;
			margin-bottom: 10px !important;
		}
	
		.moreNews .title {
			font-size: 18pt !important;
		}
	
		.moreNews .title img {
			width: 110px;
		}
	
		.newsitem.color .title {
			font-size: 24pt !important;
		}
	
		#zkmedia .zkleft .title {
			font-size: 25pt !important;
		}
	
		.newsitem img {
			max-width: 100%;
			height: auto;
		}
	}