/* ---------- Site-wide definition ----------- */
* { 
  box-sizing: border-box;
}
html {
  font-size: 14px; line-height:18px;
  scroll-behavior: smooth;
}
body {
  background:#DDDDDD; color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  padding:0px; margin:0px;
}

h1 {font-size:130%;}
h2 {font-size:120%;}
h3 {font-size:110%;}
h4 {font-size:100%;}
h5 {font-size:90%; }

pre, .articleBody pre {
  font-family:Courier, Courier New, Monaco, Monotype; color:#000000; 
  font-size:12px; line-height:15px;
}

a       {color: #003366; font-weight:normal; text-decoration: none;}
a:hover {color: #003366; text-decoration: underline;}
a.current {
  background:#008040 !important; 
  color:#FFFFFF !important; 
}

input {
  color:#008040;
  font-size:100%;
}
select {
	color:#FFFFFF; background-color: #008040;
	width:85%;
	font-size:16px; font-weight:bold; 
	font-family:Tahoma, Arial, sans-serif;
	padding: 4px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
select.archiveMenu {
    float:right; margin-right:10px;
}

/* ---------- Utility definitions ----------- */

.nopadding  {padding:0px !important}

.center     {margin:0 auto;}
.floatLeft  {float:left;}
.floatRight {float:right;}
.floatNone  {float:none;}

.hide      {display:none;}
.show      {display:block;}

.invisible {visibility:hidden;}

.centered  {text-align:center;}
.justified {text-align:justify;}
.left      {text-align:left;}
.right     {text-align:right;}

.smaller   {font-size:80%;}
.bigger    {font-size:120%;}
.bold      {font-weight:bold;}
.plain     {font-weight:normal;}

img.opaqueHover:hover {opacity:0.7;}

/* ---------- Grid layout ----------- */

.row:after {
    content: ""; clear: both; display: block;
}
.column-1 {width: 8.33%;}
.column-2 {width: 16.66%;}
.column-3 {width: 25%;}
.column-4 {width: 33.33%;}
.column-5 {width: 41.66%;}
.column-6 {width: 50%;}
.column-7 {width: 58.33%;}
.column-8 {width: 66.66%;}
.column-9 {width: 75%;}
.column-10 {width: 83.33%;}
.column-11 {width: 91.66%;}
.column-12 {width: 100%;}

.column-left  {width:674px;}
.column-right {width:306px;}

[class*="column-"] {
    float: left;
    padding: 2px;
}

.clear {
	clear: both; display: block;
	overflow: hidden; visibility: hidden;
	width: 0; height: 0;
}

/* ---------- Rounded borders ----------- */

.roundedBig {
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
}
.roundedMedium {
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
.roundedSmall {
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.roundedtopMedium {
	-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
}
.roundedBottomMedium {
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}

/* ---------- Positioning image, video and maps ----------- */

.placePhotoCenter {
  text-align:center; font-style:italic;
}
.placePhotoCenter img {
  display:block; max-width:95%; margin:0 auto;
}
.placePhotoRight {
  float:right; max-width:40%;
  margin:0px 0px 10px 10px;
  text-align:center;
  font-style:italic;
}
.placePhotoRight img {
  display:block; max-width:95%; margin:0 auto;
}
.placeVideoCenter {
  text-align:center; font-style:italic;
}
.placeVideoCenter iframe {
  display:block; max-width:90%; margin:0 auto;
}
.placeVideoCenter blockquote {
  display:block; max-width:90%; margin:0 auto;
}
.facebook-responsive {
    position:relative;
    height:0; overflow:hidden; 
    padding-bottom:56.25%;
}
.facebook-responsive iframe {
    position:absolute; top:0; left:0;
    width:100%; height:100%;
}
.youtube-responsive {
	position: relative;
	height: 0; overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
  margin-top:5px; margin-bottom:5px;
}
.youtube-responsive iframe {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
}
.google-map {
    width:80%; margin:0 auto;
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ---------- Styled Links ----------- */

.indexList li a, .videoList li a, .photoList li a {
  font-size:14px; line-height:18px; font-weight:bold; 
}
ul.photoList {
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
}

ul.photoList li {
  padding: 8px 16px;
  background:coral;
  border-bottom: 1px solid #ddd;
}
ul.photoList li:hover {
  background:teal;
}
ul.photoList li a {
  display:inline-block; width:100%;
  color:white; font-weight:bold;
  text-decoration: none;
  font-size:14px;
}

ul.photoList li a:hover {
  text-decoration:none; color:white;
}

ul.photoList li:last-child {
  border-bottom: none
}

a[href^="mailto:"] {
	padding-left: 18px;
    background: transparent url(/MEDIA/furniture/linkIcons/icon_mailto.gif) no-repeat center left;
}
a[href*='.pdf'] { 
	padding-left: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_pdf.gif) no-repeat center left;
}
a[href*='.doc'] { 
	padding-left: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_doc.gif) no-repeat center left;
}
a[rel*='externalSite'] {
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_external.gif) no-repeat center right;
}
a[class ="photo"] {
	padding-left: 18px;
    background: transparent url(/MEDIA/furniture/linkIcons/photo_icon.gif) no-repeat center left;
    color: #000000;
    font-weight: bold; font-size:14px; line-height:18px;
}
a[class ="video"] {
	padding-left: 18px;
    background: transparent url(/MEDIA/furniture/linkIcons/video_icon.gif) no-repeat center left;
    color: #000000;
    font-weight: bold; font-size:14px; line-height:18px;
}
a[class ="audio"] {
	padding-left: 18px;
    background: transparent url(/MEDIA/furniture/linkIcons/audio_icon.gif) no-repeat center left;
    color: #000000;
    font-weight: bold; font-size:14px; line-height:18px;
}
a[class ="photo"]:hover, a[class ="video"]:hover, a[class ="audio"]:hover  {
    background:transparent; background-color:transparent; color: #008040; text-decoration:none;
}

/* Styling links in Photo Gallery */

.photoGallery ul.indexList {
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
}

.photoGallery ul.indexList li {
  padding: 8px 16px;
  background:coral;
  border-bottom: 1px solid #ddd;
}
.photoGallery ul.indexList li:hover {
  background:teal;
}
.photoGallery ul.indexList li a {
display:inline-block; width:75%;
  color:white; font-weight:bold;
  text-decoration: none;
  font-size:14px;
}

.photoGallery ul.indexList li a:hover {
  text-decoration:none; color:white;
}

.photoGallery ul.indexList li:last-child {
  border-bottom: none
}

/* ---------- Buttons ----------- */

.textButton {
  position:relative;
  display:block;
  width:130px; margin:3px auto; padding: 5px 15px;
  background:#3399CC; color:#FFFFFF;
  font-size:13px; font-weight:bold; 
  text-align:center;
  text-decoration:none;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  -webkit-transition: background-color 0.7s linear;
  -moz-transition: background-color 0.7s linear;
  -o-transition: background-color 0.7s linear;
}

.textButton:hover {
  background:#008040; color:#FFFFFF;
  text-decoration:none;
  -webkit-transition: background-color 0.7s linear;
  -moz-transition: background-color 0.7s linear;
  -o-transition: background-color 0.7s linear;
}

.quickLinks .textButton {width:80%;}

.sectionButton {
  border-radius:15px; 
  padding:5px 5px; 
  font-size:160%; line-height:180%;}
  

a.scorecard {
  display:inline-block;
  margin: 1px 0px; padding:3px 5px; 
  background-color:#003366; color:#FFFFFF;
  font-weight:bold; font-size:14px;
  text-decoration:none;
  -webkit-border-radius:3px; -moz-border-radius: 3px; border-radius: 3px;
}
a.scorecard:hover {
  background-color:#000000; color:#FFFFFF;
}

/* ----------    Button Groups     ----------- */

.btn-container {
  margin: 10px 0px; text-align:center;
}
.btn-group {
  display: inline-block; vertical-align: middle;
}
.btn-group::before {
  display: table; content: "";
}
.btn-group::after {
  display: table; clear: both; content: "";
}
.btn {
  width:100px; position: relative; display: inline-block;
  padding:4px 8px;
  font-size:13px; font-weight:bold; line-height:16px;
  text-decoration:none; text-align:center;
  color: #FFCC33; background-color: #008040; border: 1px solid #FFCC33;
  white-space: nowrap; vertical-align: middle; cursor: pointer;
  -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
}
.btn:hover {
  text-decoration:none;
  background-color: #FFCC33; color: #008040;
}
.btn-group .btn:first-child {
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child {
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.btn-group .btn {
  position: relative; float: left;
}
.btns-3 .btn {
  width:107px;
}
.btns-5 .btn {
  width:64px; padding:4px 4px;
}

/* ---------- Overall site structure  ----------- */

.mainContainer {
   width:1100px; background:#FFFFFF;
   margin-left:auto; margin-right:auto;
}
.centering {
  width:100%; margin-left:auto; margin-right:auto;
}

/* ---------- Masthead components ----------- */

.masthead {
  position:relative; width: 100%; background-color:#006699;
}
.top-right {
  position: absolute;
  top: 8px;
  right: 8px;
}
.top-right img{
  border:1px solid #FC3;
  display:block;
}
.top-right img:hover {
  border:1px solid white; opacity:0.7;
}
.sectionMenu {
  position:relative;
  width:100%; height:1%;
  background-color:#008040;
  border:2px solid #FFCC33;
  border-width:2px 0px 0px 0px;
}


/* ---------- Sidebar components ----------- */

.sidebarheader {
  width:100%; 
  background-color: #008040; border-color: #008040; color:#FFCC33;
  padding:4px;
  font-size:15px; line-height:15px; font-weight:bold;
  text-align:center;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sidebarbottom {
  width:100%; 
  background-color:#FFFFFF;
  padding:2px; margin-bottom:4px;
  border-style:solid; border-color: #008040; border-width: 0px 2px 2px 2px;
  text-align:left;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* ---------- Footer components ----------- */

.footer-bottom {
	width:100%; padding: 5px 0px;
  background:#006699; color:#FFCC33;
  text-align:right;
}
.footer-bottom a {
  color: #FFCC33; 
  font-size: 13px; line-height:18px; font-weight: bold; 
  text-decoration:none;
}
.footer-bottom a:hover {
  color: #FFFFFF; text-decoration:none;
}

/* ---------- Home Page panels ----------- */

.homeBox {
  display:block;
  margin:5px 0px 10px 0px;
  padding:5px;
  border:2px solid #069;
  border-radius:10px;
}
.homeBoxHeader {
  display:block;
  font-size:18px; line-height:20px; font-weight:bold;
  color:#069;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom:5px;
}
.homeBoxTitle {
  padding-top:5px;
}
.homeBox img:hover {
    opacity: 0.7;
}
.homeBox .boxText, .homeBox .boxText a {
  color: #000000;
}
.homeBox .boxText a:hover {
  color: #008040;
}
.segmentSection {
  margin-bottom:6px; padding:0px 2px;
}
.allButton {
  display:block; width:90%; float:right;
  border:1px solid #99CCFF;
  padding:2px; margin:0px;
  background:#FC3; color:#069;
  font-size:14px; font-weight:bold;
  text-align:center; text-transform:uppercase;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.allButton:hover {
  text-decoration:none;
  background:#3399CC; color:#FFFFFF;
}
.CELIVE_link, .wideTextButton {
  position:relative;
  display:block;
  width:80%; margin:3px auto; padding: 5px 15px;
  background:#069; color:#FC3;
  font-weight:bold; text-align:center;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  -webkit-transition: background-color 0.7s linear;
  -moz-transition: background-color 0.7s linear;
  -o-transition: background-color 0.7s linear;
}
.CELIVE_link:hover, .wideTextButton:hover {
  background:#008040; color:#FFFFFF;
  text-decoration:none;
  -webkit-transition: background-color 0.7s linear;
  -moz-transition: background-color 0.7s linear;
  -o-transition: background-color 0.7s linear;
}

/* ---------- Home Page: Match Centre  ----------- */

#Match_Centre .MC_section {
width:100%; padding:5px;
background:#008040; color:white;
font-size:16px; line-height:18px; font-weight:bold;
}
#Match_Centre .MKHaudioItem {
  display:none;
}
.Match_Centre #Tournament .CELIVE_link {
  border-radius:15px; padding:5px 5px; 
  font-size:160%; line-height:180%;
}
#Match_Centre .textButton    { font-size:16px; }
#Match_Centre .btn-container { float:right; margin:0px; }
#Match_Centre .btn           { width:90px; }
#Match_Centre .btn:hover     { background:#99CC99; }


/* ---------- Home page: News headlines ----------- */

a.headline {
  color:#333333; 
  font-size:14px; line-height:16px; font-weight:bold;
}
a.story {
  color:#000000; text-decoration:none;
  text-align:justify; font-weight:normal;
}
div.story {
  margin-bottom:5px;
  color:#000000; 
  font-size:14px; line-height:17px;
  text-align:justify; font-weight:normal;
}

[class*="newsHighlight"] {
  margin-bottom:5px;
}
[class*="newsHighlight"] img {
  display:none;
}
[class*="newsHighlight"] .story {
  display:none;
}
[class*="newsHighlight"] .articleDate {
  display:none;
}
[class*="newsHighlight"] a.headline {
  display: list-item; list-style-position:inside; list-style-type:square;
  font-size:14px; line-height:20px; font-weight:normal;
}

.newsHighlight1 .articleSummary:nth-child(-n+1) a.headline,
.newsHighlight2 .articleSummary:nth-child(-n+2) a.headline,
.newsHighlight3 .articleSummary:nth-child(-n+3) a.headline,
.newsHighlight4 .articleSummary:nth-child(-n+4) a.headline,
.newsHighlight5 .articleSummary:nth-child(-n+5) a.headline,
.newsHighlight6 .articleSummary:nth-child(-n+6) a.headline,
.newsHighlight7 .articleSummary:nth-child(-n+7) a.headline,
.newsHighlight8 .articleSummary:nth-child(-n+8) a.headline {
  display: block; 
  font-size:16px; line-height:18px; font-weight:bold;
  margin-top:0px;
 }

.newsHighlight1 .articleSummary:nth-child(-n+1) .story,
.newsHighlight2 .articleSummary:nth-child(-n+2) .story,
.newsHighlight3 .articleSummary:nth-child(-n+3) .story,
.newsHighlight4 .articleSummary:nth-child(-n+4) .story,
.newsHighlight5 .articleSummary:nth-child(-n+5) .story,
.newsHighlight6 .articleSummary:nth-child(-n+6) .story,
.newsHighlight7 .articleSummary:nth-child(-n+7) .story,
.newsHighlight8 .articleSummary:nth-child(-n+8) .story {
  display:block;
  margin-bottom:3px; 
  font-size:14px; line-height:18px;
}

.newsHighlight1 .articleSummary:nth-child(1) .story,
.newsHighlight2 .articleSummary:nth-child(2) .story,
.newsHighlight3 .articleSummary:nth-child(3) .story,
.newsHighlight4 .articleSummary:nth-child(4) .story,
.newsHighlight5 .articleSummary:nth-child(5) .story,
.newsHighlight6 .articleSummary:nth-child(6) .story,
.newsHighlight7 .articleSummary:nth-child(7) .story,
.newsHighlight8 .articleSummary:nth-child(8) .story {
  margin-bottom:10px; 
}

.newsHighlight1 .homeArticleSummary:nth-child(1) .story,
.newsHighlight2 .homeArticleSummary:nth-child(2) .story,
.newsHighlight3 .homeArticleSummary:nth-child(3) .story,
.newsHighlight4 .homeArticleSummary:nth-child(4) .story,
.newsHighlight5 .homeArticleSummary:nth-child(5) .story,
.newsHighlight6 .homeArticleSummary:nth-child(6) .story,
.newsHighlight7 .homeArticleSummary:nth-child(7) .story,
.newsHighlight8 .homeArticleSummary:nth-child(8) .story {
  margin-bottom:10px; 
}

.showOnly1 .articleSummary:nth-child(n+2) {
  display:none !important;
}
.showOnly2 .articleSummary:nth-child(n+3) {
  display:none !important;
}
.showOnly3 .articleSummary:nth-child(n+4) {
  display:none !important;
}
.showOnly4 .articleSummary:nth-child(n+5) {
  display:none !important;
}
.showOnly5 .articleSummary:nth-child(n+6) {
  display:none !important;
}
.showOnly6 .articleSummary:nth-child(n+7) {
  display:none !important;
}
.showOnly7 .articleSummary:nth-child(n+8) {
  display:none !important;
}
.showOnly8 .articleSummary:nth-child(n+9) {
  display:none !important;
}

/* ---------- Home Page: news panel feature photo ----------- */

.featurePhotoContainer {
  position: relative;
  float:none;
  margin:0px 0px 5px 5px;
  width:305px; max-height:260px; overflow:hidden;
}
.floatfeaturePhotoContainer .featurePhotoContainer {
  float:right;
}
.featurePhotoContainer img {
  width:100%;
}
.featurePhotoContainer .overlay {
  position: absolute; 
  width: 100%;
  padding: 5px 10px;
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: white;
  text-align: center; font-size: 13px; font-family:Arial;
  transition: .5s ease;
  opacity:0;
  }
.featurePhotoContainer:hover .overlay {
  opacity: 1;
}

/* ---------- General content: page units ----------- */

.contentArea {
    padding: 3px;
}
.section {
  width:100%;
  margin-top: 3px; margin-bottom: 6px;
  padding:4px 8px;
  background-color:#069; color:#FFFFFF;
  font-size:18px; line-height:20px; font-weight:bold; 
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
} 
.subsection {
  width:100%;
  margin-top: 10px; margin-bottom: 5px;
  border-bottom:1px solid #000000; 
  color:#000000;
  font-size:18px; line-height:18px; font-weight:bold; 
} 
.subsubsection {
  width:90%; 
  margin-top: 10px; margin-bottom: 5px;
  border:0px; 
  color:#666666;
  font-size:16px; line-height:16px; font-weight:bold; font-style:italic;
} 

/* ---------- General content: News index listings ----------- */

.archive .articleSummary {
  padding:2px;
}
.archive .articleSummary:nth-child(odd) {
  background:#bfe4f6;
  border-radius:4px;
}
.archive img {
  display:none;
 }
.archive .articleDate {
  display:block;
}
.archive .story {
  display:block;
  margin-bottom:5px;
  color:#000000; 
  font-size:14px; line-height:17px;
  text-align:justify; font-weight:normal;
}
.archive .headline {
  display:block; margin-top:4px;
  font-size: 16px; line-height:16px;
}
.archive.newsroom img {display:inline;}
.archive.newsroom .featurePhotoContainer { float:right;}

/* ---------- General content: articles ----------- */

.strokeBox {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 5px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.strokeBox img {max-width:90%}

.articleTitle, .articleTitle * {
  margin-top:10px; margin-bottom:8px;
  color:#008040;
  text-align:left;
  font-size:18px; line-height: 20px; font-weight:bold;
}
.articleBody, .articleBody p {
  box-sizing: border-box !important;
  font-size:14px; line-height:19px;
  text-align: justify;
}
.articleBody img[align=middle] {
 float:none; display:block; 
 margin:0 auto; max-width:100%;
}
.articleBody p strong em {
 display:block; width:100%;
 text-align:center; font-weight:normal; font-style:italic;
}


/* ---- General content: Embed CStatz Scorecards in Articles ---- */

.cst_body  {
  margin:0px; padding:0px;
  background-color:#FFFFFF; color:#000000;
  font-family:Verdana; 
}
.cst_a {
  color:#0000FF; font-size:13px; font-weight:bold; text-decoration:none;
}
.cst_a:hover   {
  text-decoration:underline;
}
.cst_a:visited {
  color:#C000C0; text-decoration:none;
}
.cst_p {
   margin-top:11px; 
   color:#000000; font-size:13px; line-height:15px; text-align:center;
}
.cst_title{
  margin-top:15px; margin-bottom:5px;
  color:#000000; font-size:15px; font-weight:bold; text-align:center;
}
.cst_h0 {
  margin:0px; border:0px; padding:5px;
  color:#000000; font-size:15px;
}
.cst_h1 {
  width:auto; text-align:center;
  margin:0px; border:0px; padding:5px;
  color:#000000; font-size:15px; font-weight:bold;
}
.cst_h2 {
  margin:0px 0px 8px 0px;
  width:auto; text-align:center;
  border:0px; padding:5px; color:#000000;
  font-size:14px; font-weight:bold;
}
.cst_table {
  margin-top:11px; border-collapse:collapse;
}
.cst_table td, .cst_table th {
  padding:3px;
}
.cst_trh {
  text-align:left; color:#000000; font-size:13px;
}
.cst_trh th {
  text-align:left; color:#000000; font-size:13px;
}
.cst_tr1, .cst_tr1 td, .cst_tr1 td b {
  text-align:left; color:#000000; font-size:13px;
}
.cst_tr2, .cst_tr2 td, .cst_tr2 td b {
  text-align:left; color:#000000; font-size:13px;
}
td.cst_numeric, td.cst_rightpad {
  text-align:right;
}

.articleBody .cst_a,
.articleBody .cst_p,
.articleBody .cst_trh,
.articleBody .cst_trh th,
.articleBody .cst_tr1,
.articleBody .cst_tr1 td,
.articleBody .cst_tr1 td b,
.articleBody .cst_tr2,
.articleBody .cst_tr2 td,
.articleBody .cst_tr2 td b {
  font-size:12px; line-height: 14px;
}

.articleBody .cst_title,
.articleBody .cst_h0,
.articleBody .cst_h1,
.articleBody .cst_h2 {
  font-size:12px; line-height: 14px;
}

#StatzCorrection {
  border: 1px solid #CCCCCC; padding:3px;
}

#StatzCorrection table {
  margin-left:auto; margin-right:auto;
}

#StatzCorrection a {
  display: block; margin-top: 5px;
  text-align:center; font-size:16px; font-weight:bold;
}
#StatzCorrection td a {
  display: inline; margin-top: 0px;
  text-align:left; font-size:13px; font-weight:normal;
}

#StatzCorrection p {text-align:center;}

a.back_link {
    color:#008040; 
    font-weight:bold; font-size:16px;
    text-decoration:none;
}
a.back_link:hover {
    text-decoration:underline;
}

/* ------ General content: League Tables ------- */

.leagueTable {
  width:100%;
  font-size:14px; font-family:Arial;
  margin-bottom:10px;
  border-collapse:collapse; text-align:right;
}
.leagueTable tr td:first-child {
  width:25%;
  text-align:left;
}
.leagueTable tr:nth-child(odd) {
  background-color:#DDDDDD;
}
.leagueTable tr:first-child {
  background-color:#333333; color:#FFFFFF;
}

/* ---------- General content: Photo Listings & Display ----------- */

.galleryRow:after {
    content: ""; clear: both; display: block;
}
.galleryColumn {
    width:50%; float:left; padding:2px;
}
.phototitle {
  color:#006600; 
  font-weight:bold; font-size:140%;
} 

.caption, .photocaption {
  width: 100%; 
  color:#000000; 
  font-size:14px; line-height:17px;
  font-weight:bold; text-align:center;
} 
.credit, .photocredit  {
  width: 100%;
  color:#000000;
  padding-right:2px;
  font-size:14px; line-height:17px;
  text-align:center; font-style:italic;
} 
.copyright {
  color:#000000; text-align:right;
}

/* ----------   General Content: Audio     ----------- */

.MKHaudioItem {
  background:#09519f; padding:10px; border-radius:10px;margin-bottom:5px;
  color:white; font-size:16px; font-weight:bold;
}
ul.graphic li a, ul.graphic li a.sm2_link {
  font-size:16px; min-height:20px;
  background-color:#008040;
}

/* ----------   General content:  Accordions     ----------- */

.accordionGroup {
  padding: 5px; background-color:#99CCFF;
}
.accordionWrapper {
  border-color:#008040; 
  border-style:solid; border-width:1px; margin-bottom:2px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px; font-weight:bold;
    transition: 0.4s;
}
.accordionActive, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordionActive:after {
    content: "\2212";
}
.accordionPanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordionPanel a.textButton {width:90%}

/* ---------- Navigation ----------- */

.stickyMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.mobileNavigation {
  overflow: hidden;
  background-color: #006699;
  position: relative;
}

.mobileNavigation #myLinks {
  display: none;
}

.mobileNavigation a {
  color: #FC3;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px; font-weight:bold;
  display: block;
  border-bottom:1px solid #FC3;
}

.mobileNavigation a:hover {
  background-color: #FC3;
  color: #008040;
}

.mobileNavigation a.logo {
  background: #006699;
  height:45px;
  padding:0px;
}
.mobileNavigation a.logo:hover {
  background: #008040;
}

.mobileNavigation a.icon {
  background: #008040;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size:28px;
  padding: 8px 16px;
  border-bottom:0px solid white;
}

.mobileNavigation a.icon:hover {
  background: #FC3;
  color: #008040;
}

.mobileNavigation a.current {
    background: #006699 !important;
}
.mainNavigation {
  overflow: hidden;
  background-color: #006699;
}

.mainNavigation a {
  float: left;
  padding: 9px 13px;
  color: white;
  font-size: 14px;   line-height:18px;
  text-align: center; text-decoration: none;
}
.mainNavigation  a.home {
  padding-left:3px; padding-right:3px;
}
.mainNavigation  a.socialMedia {
  float:right; 
  font-size:140%; 
  padding-left:3px; padding-right:3px;
}

.mainNavigation a:hover, .dropdown:hover .dropbtn {
  background-color: #006699; color:#FFCC33;
}

.mainNavigation .dropdown {
  float: left;
  overflow: hidden;
}

.mainNavigation .dropdown .dropbtn {
  margin: 0;
  border: none; outline: none;  
  padding: 9px 13px;
  background-color: inherit; color: white;
  font-size: 14px;  line-height:18px;
}

.mainNavigation .dropdown-content {
  display: none;
  position: absolute;
  background-color: #006699;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.mainNavigation .dropdown-content a {
  float: none;
  display: block;
  padding: 3px 13px;
  border: 0px solid #FFCC33;
  border-top-width: 1px;
  color: white;
  text-align: left; text-decoration: none;  
}

.mainNavigation .dropdown-content a:hover {
  background-color: #FFCC33; color:#006699;
}

.mainNavigation .dropdown:hover .dropdown-content {
  display: block;
}

/* Records */

a.recordSetButton {
  display:block;
  margin:5px auto; padding:4px; width:120px;
  background:#f3b405; color:#008040;
  text-decoration:none;
  font-weight:bold; font-size:15px; line-height:16px; 
  text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
a.recordSetButton:hover {
  background-color:#006699; color:#FFFFFF;
  text-decoration:none;
}
.recordGroup {
  margin-top: 5px; margin-bottom: 4px;
  color: #008040;
  font-size: 18px; line-height: 18px;
  font-weight: bold;
}
a.recordCategory {
  font-weight:bold; font-size:120%;
}
a.recordCategory:hover {
  color:#008040;
}


/* Feature Boxes (sidebars and galleries) */

.featureBox {
  display:block; margin:2px; padding:2px;
  background-color:#008040; color:white;
  border-radius:8px;
  font-family:Arial; font-size:15px; font-weight:bold;
}
.featureBoxTitle {
  display:block; margin-top:3px;
  text-align:center;
  font-size:16px; color:wheat;
}
.MKHaudioItem .featureBoxTitle {
    color: wheat; font-weight:bold;
}
.featurePhotoBox, .featureVideoBox {
  position:relative;
  display:block; width:95%;
  margin:4px auto;
  text-align:center;
}
.featurePhotoBox img {
  display:block;
  object-fit:contain; width:auto; max-width:100%;
  margin:0 auto;
}
.featurePhotoBox img:hover {
  opacity:0.7
}
.featureVideoBox img{
  display:block; width:100%;  max-width:320px;
  margin:0 auto;
  max-height:160px; object-fit:cover;
}
.featureBoxCaption {
  display:block; margin-top:4px; margin-bottom:2px;
  text-align:center;
  font-family:Arial; font-size:15px; line-height:20px; font-weight:bold;
}
.featureBoxSummary {
  width: 100%; margin-bottom:4px;
  text-align:center;
  font-family:Arial; font-size:15px; line-height:20px; font-weight:normal;
 }
.playButton {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
.featurePhotoBox img.featureFlag {
display:inline; width:60px; height:40px; margin:0px 20px;
}
.featureBox a:hover {
text-decoration:none;
}
#leagueTableBox {
  border:0px solid #666;
  margin-bottom:10px;
}
#tableMenu {
  margin-bottom:2px;
  font-size:14px;
}
.competitionTitle {
  padding:3px;
  margin-bottom:0px; font-size:16px; font-weight:normal;
}
#tablePanel .leagueTable {width:100%;}

/* ----------   Responsive Layout     ----------- */

@media only screen and (min-width: 1100px) {
  .mainContainer { width:1100px; margin:0 auto;}
  .column-left   { width:70%; }
  .column-right  { width:30%; }
 
  .desktop          { display:block;}
  .tabletsmartphone { display:none !important;}
  .tablet           { display:none !important; }
  .smartphone       { display:none !important; }
}


@media only screen and (max-width: 1100px) {
  .mainContainer { width:1100px; }
  .column-left   { width:70%; }
  .column-right  { width:30%; }
 
  .desktop          { display:block;}
  .tabletsmartphone { display:none !important; }
  .tablet           { display:none !important; }
  .smartphone       { display:none !important; }
}


@media only screen and (max-width: 992px) {
  .mainContainer { width:100%; }
  .column-left   { width:100%; float:none; }
  .column-right  { width:100%; float:none;}

  .desktop          { display:none !important;}
  .tabletsmartphone { display:block !important; }
  .tablet           { display:block !important; }
  .smartphone       { display:none !important; }

  .stickyMenu {
	position: fixed; top: 0; width: 100%; z-index:9999;
  }
  .afterMenu {
	margin-top: 45px; background:white;
  }

  .articleBody img[align=right] {
    float:none; display:block; 
    margin:0 auto; max-width:50%;
   }
  .floatfeaturePhotoContainer .featurePhotoContainer {
    float: right; display:block; max-width:40%; margin:3px;
    max-height:150px; overflow:hidden;
  }
  .floatfeaturePhotoContainer .featurePhotoContainer .overlay {
    display:none;
  }
}

@media only screen and (max-width: 600px) {
  body {background:white;}
  .mainContainer     { width:100%;}
  .column-left       { width:100%; float:none; }
  .column-right      { width:100%; float:none; }
  [class*="column-"] { float:none; width: 100%;}

  .desktop          { display:none;}
  .tabletsmartphone { display:block; }
  .tablet           { display:none; }
  .smartphone       { display:block; }
  
  .allButton        { display:none;}
  .btn              { width:120px; padding:8px;}

  ul.photoList li a   {font-size:20px; line-height:24px;}
  ul.indexList li a   {font-size:20px; line-height:24px;}
  
  select {height:60px;}

  .featurePhotoContainer { float:right; max-width:40%;}
  #tableMenu { font-size:18px;}
  .archive .headline {font-size:18px; line-height:20px;}

}

