

/* 
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, 
body {
  margin: 0;
  padding: 0; 
}

p, 
blockquote, 
pre, 
a, 
abbr, 
acronym, 
address, 
cite, 
code, 
del, 
dfn, 
em, 
img, 
q, 
s, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
dd, 
dl, 
dt, 
li, 
ol, 
ul, 
fieldset, 
form, 
label, 
legend, 
button, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.45;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
  display: block; 
}

audio[controls], 
canvas, 
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; 
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/*
  
/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
  
html, 
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #201713;
  font-family: 'Lora', Georgia, serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.65;
   -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

h1, h2, h3, h4, h5, h6, .sideBar span {
  margin: 0 0 .5em 0;
  color: #201713;
  font-family: 'Lora', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

h1 {
  font-size: 2em;
  border-bottom: 2px solid #201713;
  margin-bottom: .75em;
}

h2 {
  font-size: 1.9em;
}

h3 {
  margin-bottom: .25em;
  padding-bottom: .25em;
  font-size: 1.7em;
  border-bottom: 2px solid #201713;
}

h4 {
  font-size: 1.5em;
  color: #00007e;
}

h5 {
  font-size: 1.35em;
}

h6 {
  font-size: 1.25em;
}

b, strong {
  font-weight: 700;
}

b a, 
strong a {
  font-weight: 700;
}

em, 
i {
  font-family: 'Nunito', sans-serif;
  font-style: italic;
}

p,
ol,
ul,
dl,
address {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 1em;
}
  
 small, 
 .small {
  font-size: .875em; }

ul,
ol {
  padding: 0 0 0 20px;
  }


a {
  color: #201713;/*black*/
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  outline: none;
  text-decoration: none;
}

.subpageContent a {
  color: #C88D28;
  font-weight: 700 !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto!important;
}

.imageRight, 
.imageLeft {
  position: relative;
  display: block;
  margin: .5em auto;
  text-align: center;
}

a:hover, 
a:active {
  text-decoration: underline;
}

:active {
  outline: 0;
}

:focus {
  outline: 1px dotted #ccc;
}

hr {
  height: 2px;
  margin: 1.5em 0;
  border: 0;
  background: #aaa;
}

.breadcrumb {
  padding: 0 .75em .5em;
  color: #6e7994;/* washed out blue */
}

input[type="text"], 
textarea, 
select {
    width: 100%!important;
    max-width: 600px!important;
    padding: 5px;
    line-height: 1.5em;
    font-size: 1em;
    font-family: 'Nunito', sans-serif;
    border: 1px solid #CCC;
}

input[type="text"],
select {
  height: 30px;
}

select {
  margin-bottom: 1.5em;
}

#ctl00_cphPageContent_btnSubmitForm {
  margin: .25em 0;
  font-size:  1.1em;
}


/*--Slick Nav styles--*/  
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
  background-color: #1B2323;
  display: block;
  vertical-align: middle;
  padding: .75em;
  line-height: 1.2;
  cursor: pointer;
  }

.slicknav_menu {
  padding: 5px 0 0;
}

.slicknav_menu  .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 20px;
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
  }

  
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 1px;
  }
  
  
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  margin: 3px;
  background-color: #fff;
  }
  
.slicknav_nav {
  clear: both;
  }
  
.slicknav_nav ul, .slicknav_nav li {
  display: block;
  }
  
.slicknav_nav .slicknav_arrow {
  margin: 0 0 0 0.4em;
  font-family: sans-serif;
  font-size: .85em;
  }
  
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  }
  
.slicknav_nav a {
  display: block
  }
  
.slicknav_nav .slicknav_item a {
  display: inline;
  }
  
.slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
  }
  
.slicknav_menu:after { clear: both }


.slicknav_menu {
  background: #DCDAD2;/*blue*/
  display: block;
  margin-bottom: 0;
}

.slicknav_nav  {
  background-color: #bfbcb0;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 0;
  text-decoration:none;
  color: #1B2323;
  text-transform: uppercase;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_item:hover {
  background: rgba(255,255,255,0.25); /*dark blue*/
  color: #1B2323;
  text-decoration: none;
}

.slicknav_item:hover a {
  color: #1B2323;
}

.slicknav_nav a:hover {
  background: rgba(255,255,255,0.25); /*dark blue*/
  color: #1B2323;
  text-decoration: none;
}

.disableClick {
  cursor: default;
}

/*=== helpers ===*/

.hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* shows the hidden skip links on keyboard focus */
.skip:focus {
  left: 0;
  width: auto;
  height: auto;
  overflow: initial;
}

.clearfix:before, 
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.flexContainer {
  display: -ms-Flexbox;
  -ms-box-orient: horizontal;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;

  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flexContainer > div, 
.flexContainer > li {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;

  margin: 0 1% 2.5em;
  width: 98%;
}


.button {
  background-color: #C5C3B5;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  padding: 0.75rem 1.65rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 165px;
}


.center {
  text-align: center;
}


/* ---- MAIN STYLES -----*/

body {
  font-family: 'Nunito', sans-serif;
}


.headerWrapper,
.contentWrapper, 
.footerWrapper {
  width: 100%;
}


header, 
.contentContainer, 
.pageHeading, 
footer {
  margin: 0 auto;
  position: relative;
  width: 98%;
}

.LoginLogout {
  position: absolute;
  top: 20px;
  right: 100px;
}

/* header */
.headerWrapper {
  background-color: #1B2323;
}
header {
  padding: 0.65rem 0;
}

.logo {
  display: block;
  text-align: center;
}
 
.headersocial {
    text-align: center;
}

.headerWrapper span {
    color: #C5C3B5;
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
}

/* menu */
.main {
  display: none;
}


/* body */
.homepage {
  background: url(/templates/webcmspierreplayerscom/2017/images/leadBg.jpg) 50% 0 transparent no-repeat;
  background-size: contain;
}
.homepage .bodyContent {
  background: url(/templates/webcmspierreplayerscom/2017/images/showsBg.jpg) 50% 100% transparent repeat-x;
  background-size: contain;
}
.subpageContent {
  background: url(/templates/webcmspierreplayerscom/2017/images/topdots.jpg) 0 0 transparent repeat-x;
  background-position: 0 58px;
  background-size: initial;
}
.subpageContent .contentContainer {
  background-color: rgba(255,255,255,0.85);
  min-height: 400px;
  padding: 1.55rem 1.45rem;
}
.subpageContent .bodyWrapper {
  background: url(/templates/webcmspierreplayerscom/2017/images/showsBg-Subpages.jpg) 0 0 transparent repeat;
  background-size: contain;
}
.subpageContent h2, 
.subpageContent h3 {
  border-bottom: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  text-transform: initial;
}

.subpageContent h2 {
  color: #000;
  font-size: 1.75rem;
}
.subpageContent h3 {
  color: #481405;
  font-size: 1.5rem;
}

.pageHeading {
  min-height: 85px;
  position: relative;
  width: 100%;
}
.pageHeading h1 {
  border-bottom: none;
font-family: 'Lora', Georgia, serif;
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 900;
  margin: 0 auto;
  padding: 0.75rem 1rem 0.8rem;
  text-transform: initial;
  width: 100%;
}


.contentContainer {
  padding: 0.25rem 0;
}

.leadContent .flexContainer {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.leadContent .flexContainer > div {
  margin: 0 auto 1rem;
  text-align: center;
  width: 98%;
}
.leadContent .flexContainer > div:first-of-type img {
  max-width: 150px;
}
.leadContent .lead {
  padding: 1rem;
  text-align: center;
}
.leadContent .lead h2 {
  border-bottom: 2px solid #1B2323;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  padding: 0.5rem 0 0.85rem;
  text-align: center;
  text-transform: initial;
}


.showsContent {}
.showsContent .flexContainer { 
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.showsContent .flexContainer > div {
  border: 1px solid #ececec;
  box-shadow: 0 3px 6px rgba(5,5,5,0.25);
  margin: 0 auto 1rem;
  width: 334px;
}

.showCard {
  background-color: #fff;
  padding: 0.35rem;
  position: relative;
}
.showCard h2 {
  color: #1B2323;
  font-family: 'Lora', Georgia, serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 0.55rem;
  text-transform: initial;
}
.showCard h3 {
  border-bottom: none;
  font-family: Courier, Courier New, monotype;
  font-size: 0.85rem;
  margin-bottom: 0rem;
}
.showCard > p {
  font-size: 0.85rem;
}
.showCard > a {
  display: block;
  line-height: 30px;
  margin: 0 auto 0.5rem;
  padding: 0;
  position: relative;
  width: 320px;
}
.showCard > a:hover {
  text-decoration: none;
}
.showCard > a:before, 
.showCard > a:after {
  background-color: #fff;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}
.showCard > a:before {
  left: 0;
  margin-left: -6px;
}
.showCard > a:after {
  right: 0;
  margin-right: -6px;
}
.showCard .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -82px;
}


.sponsorsContent {
  background-color: #fff;
  padding: 0.25rem 0 1rem;
  text-align: center;
}
.sponsorsContent h2 {
  font-style: italic;
  font-variant-caps: small-caps;
  text-transform: initial;
}
.sponsorsContent a {
  display: inline-block;
  margin: 0 auto 0.35rem;
}


.newsContent {
  background-color: #DCDAD2;
  padding: 0.25rem 0 1rem;
}
.newsContent .flexContainer {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.newsContent h2 {
  font-style: italic;
  font-variant-caps: small-caps;
  margin: 1rem 0 1.5rem;
  text-align: center;
  text-transform: initial;
}
.newsContent .button {
  margin: 0 auto;
  min-width: 200px;
}

.newsContent .flexContainer > div > p:first-of-type {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 0.5;
  height: auto;
  margin-bottom: 0.45rem;
  padding: 0;
}
.newsContent .flexContainer > div > p:first-of-type em {
  font-style: normal;
  font-size: 1.95rem;
  line-height: 1.15;
  text-transform: uppercase;
}
.newsContent .flexContainer > div > p:first-of-type em span {
  font-weight: 700;
}
.newsContent .flexContainer > div .truncate, 
.newsContent .flexContainer > div .truncate p, 
.newsContent .flexContainer > div .truncate span {
  line-height: 1.25 !important;
}
.newsContent h3 {
  border-bottom: 0;
  font-size: 1rem;
  min-height: 50px; 
  margin-bottom: 0;
  vertical-align: bottom;
}
.newsContent h3 a {
  display: block;
  font-family: Courier, Courier New, monotype !important;
  line-height: 1.15 !important; 
  text-decoration: none;
  vertical-align: bottom;
}


/* footer */
.footerWrapper {
  background: url(/templates/webcmspierreplayerscom/2017/images/footerBg.png) 50% 0 #1B2323 repeat-x;
}


footer {
  color: #fff;
  padding: 2.75rem 0 0.25rem;
}
footer .flexContainer {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
footer .flexContainer > div:first-of-type {
  text-align: center;
}
footer .flexContainer > div:first-of-type p {
  font-style: italic;
  font-family: 'Lora', Georgia, serif;
  font-weight: 700;
}
footer .flexContainer > div:first-of-type > a {
  margin-bottom: 1rem;
}
footer .flexContainer > div:last-of-type {
  text-align: center;
}
footer .flexContainer > div:last-of-type span {
  color: #C5C3B5;
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 700;
}


.search {
  position: relative;
  margin-bottom: 1rem;
}
.search input[type="text"] {
  height: 35px;
}
.search #btnSearch {
  background-color: #aaa;
  border: none;
  height: 35px;
  font-size: 1rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  min-width: 165px;
}


@media screen and (min-width: 650px) {

.showsContent {}

.showsContent .flexContainer { 
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.showsContent .flexContainer > div {
  width: 334px;
}


}


@media screen and (min-width: 767px) {

/* body */

.homepage {
  background: url(/templates/webcmspierreplayerscom/2017/images/leadBg.jpg) 50% 0 transparent no-repeat;
  background-size: contain;
}


.leadContent .flexContainer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.leadContent .flexContainer > div:first-of-type img {
  max-width: 85%;
}

.leadContent .flexContainer > div:first-of-type {
  width: 45%;
}
.leadContent .flexContainer > div:first-of-type img {
  max-width: 75%;
}
.leadContent .flexContainer > div:last-of-type {
  width: 85%;
}


.newsContent .flexContainer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}


/* footer */

footer .flexContainer {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
footer .flexContainer > div:first-of-type {
  text-align: left;
}
footer .flexContainer > div:first-of-type a {
  margin-bottom: 2rem;
}
footer .flexContainer > div:last-of-type {
  text-align: left;
}

}


@media screen and (min-width: 1000px) {

/* heaader */

.logo {
  display: inline-block;
}

.headersocial {
    position: absolute;
    right: 0;
    top: 10px;
}

.headerWrapper span {
    color: #C5C3B5;
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
}


/* menu */
.slicknav_menu {
  display: none;
}

nav.main {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
  
nav.main > ul {
 display: none; /* prevent flash of unstyled content */
   padding-left: 0;
   height: 100%;
  list-style: none;
}
nav.main ul li ul {
  height: auto;
}

.menu {
  display: block!important;
  margin: 0;
  text-align: right;
  background: none;
  height: 100%;
}
.menu li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.25em;
  cursor: pointer;
}
.menu li, .menu a {
  font-size: 1em;
}
.menu a {
  padding: 1em 0.55em;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}

.menu>li>ul>li a {
   text-transform: none;
}

.menu a, 
.menu li a, 
.subMenu a {
  color: #C5C3B5;
}
.menu a:hover,
.menu li a:hover, 
.subMenu a:hover {
  color: #fff; 
  text-decoration: none;
}

.menu > li:hover > a {
  background: #323a3a;
  color: #fff;
}

.menu > li ul {
  background-color: #323a3a;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;-
  transition: opacity 0.2s;
  min-width: 168px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  font-variant: normal;
  }

.menu li ul li {
  display: block;
  text-align: left;
}

.menu li ul li a {
  font-style: normal;
  padding: 0.65em 0.55em;
}

.menu li ul li > a:hover {
  background-color: #495050;
}


.menu > li:hover ul  {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu >li:hover >ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu ul ul {
  top: 2px;
  left: 100%;
}

.menu ul ul ul {
  display: none !important;
}

.menu li:last-of-type>ul>ul {
  top: 0px;
  right: 100%;
}

.menu li:last-of-type ul {
  left: inherit;
  right: 0px;
}


}


@media screen and (min-width: 1100px) {

header, 
.contentContainer, 
.pageHeading h1,
footer {
  width: 1100px;
}

}