/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*end of reset*/
@font-face {
  font-family: 'lemonmilkregular';
  src: url("lemonmilk-webfont.eot");
  src: url("lemonmilk-webfont.eot?#iefix") format("embedded-opentype"), url("lemonmilk-webfont.woff2") format("woff2"), url("lemonmilk-webfont.woff") format("woff"), url("lemonmilk-webfont.ttf") format("truetype"), url("lemonmilk-webfont.svg#lemonmilkregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'prismaregular';
  src: url("prisma-webfont.eot");
  src: url("prisma-webfont.eot?#iefix") format("embedded-opentype"), url("prisma-webfont.woff2") format("woff2"), url("prisma-webfont.woff") format("woff"), url("prisma-webfont.ttf") format("truetype"), url("prisma-webfont.svg#prismaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1rem;
}

h1 {
  font-family: 'lemonmilkregular';
  font-size: 2.125rem;
}

h2 {
  font-family: 'prismaregular';
  font-size: 3.75rem;
}

h3 {
  font-family: 'prismaregular';
  font-size: 5.688rem;
  text-align: center;
}

h5 {
  font-family: 'lemonmilkregular';
  font-size: 1.75rem;
}

#desktopnav {
  display: block;
}
@media screen and (max-width: 885px) {
  #desktopnav {
    display: none;
  }
}
#desktopnav header {
  background-color: #d5d3cd;
  width: 100%;
  height: 66.567px;
}
#desktopnav #logo {
  clear: both;
  margin: auto;
  display: inline-block;
  position: absolute;
  width: 33.59375%;
  z-index: 1000;
  padding-left: 8px;
}
#desktopnav nav {
  width: 65.625%;
  float: right;
}
#desktopnav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
}
#desktopnav nav a {
  text-decoration: none;
  color: #013b39;
  font-family: 'lemonmilkregular';
  font-size: 1.5rem;
}
@media screen and (max-width: 1085px) {
  #desktopnav nav a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 950px) {
  #desktopnav nav a {
    font-size: 1rem;
  }
}
#desktopnav nav a:hover {
  color: #d4c30c;
}
#desktopnav nav li {
  padding: 3% 3% 0 0;
}
@media screen and (max-width: 1007px) {
  #desktopnav nav li {
    padding: 4% 1% 0 0;
  }
}

#desktopdisplay {
  display: block;
}
@media screen and (max-width: 885px) {
  #desktopdisplay {
    display: none;
  }
}
#desktopdisplay article img#skyline {
  width: 100%;
}
#desktopdisplay article #bar1 {
  background: #005D61;
  width: 100%;
  float: left;
  color: #d5d3cd;
  font-family: 'lemonmilkregular';
  font-size: 1.5rem;
  text-align: center;
}
#desktopdisplay article #bar1 #leftOne {
  width: 33.33333333333333%;
  float: left;
  padding-top: 3%;
}
#desktopdisplay article #bar1 #middleOne {
  width: 33.33333333333333%;
  float: left;
  padding-top: 3%;
}
#desktopdisplay article #bar1 #rightOne {
  width: 33.33333333333333%;
  float: left;
  box-sizing: border-box;
  padding: 2%;
}
#desktopdisplay article #bar1 #rightOne img {
  float: left;
  width: 40%;
  padding-left: 5%;
  box-sizing: border-box;
}
#desktopdisplay article #lineupBar {
  text-align: center;
  color: #013b39;
  background-color: #d5d3cd;
  padding-top: 10px;
}
#desktopdisplay article #lineupBar #sliderGallery {
  display: block;
}
#desktopdisplay article #lineupBar #sliderGallery .flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
}
#desktopdisplay article #lineupBar #sliderGallery .flickity-prev-next-button:hover {
  background: transparent;
}
#desktopdisplay article #lineupBar #sliderGallery .flickity-prev-next-button .arrow {
  fill: #d4c30c;
}
#desktopdisplay article #lineupBar #sliderGallery .flickity-prev-next-button.no-svg {
  color: #d4c30c;
}
#desktopdisplay article #lineupBar #sliderGallery .flickity-page-dots {
  display: none;
}
#desktopdisplay article #countdown {
  width: 100%;
  background: #005D61;
  float: left;
  font-family: 'lemonmilkregular';
  color: #d5d3cd;
  font-size: 3rem;
  text-align: center;
}
#desktopdisplay article #countdown p {
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 20px;
}
#desktopdisplay article #buttonBar {
  width: 100%;
  background: #9b9c9f;
  float: left;
  font-family: 'lemonmilkregular';
  color: #d5d3cd;
  font-size: 2rem;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
}
#desktopdisplay article #buttonBar #leftButton {
  width: 33.33333333333333%;
  float: left;
}
#desktopdisplay article #buttonBar #leftButton img {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  #desktopdisplay article #buttonBar #leftButton img {
    width: 50%;
  }
}
#desktopdisplay article #buttonBar #leftButton a {
  text-decoration: none;
  color: #d5d3cd;
}
#desktopdisplay article #buttonBar #middleButton {
  width: 33.33333333333333%;
  float: left;
}
#desktopdisplay article #buttonBar #middleButton img {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  #desktopdisplay article #buttonBar #middleButton img {
    width: 50%;
  }
}
#desktopdisplay article #buttonBar #middleButton a {
  text-decoration: none;
  color: #d5d3cd;
}
#desktopdisplay article #buttonBar #rightButton {
  width: 33.33333333333333%;
  float: left;
}
#desktopdisplay article #buttonBar #rightButton img {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  #desktopdisplay article #buttonBar #rightButton img {
    width: 50%;
  }
}
#desktopdisplay article #buttonBar #rightButton a {
  text-decoration: none;
  color: #d5d3cd;
}
#desktopdisplay article #lineBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
}
#desktopdisplay article #lineBar #lineLeft, #desktopdisplay article #lineBar #lineMiddle, #desktopdisplay article #lineBar #lineRight {
  padding-top: 10px;
  width: 33.33333333333333%;
  float: left;
}
#desktopdisplay article #mapBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#desktopdisplay article #venueMap {
  background-color: #d5d3cd;
}
#desktopdisplay article #venueMap img {
  width: 50%;
  margin-left: 25%;
}
#desktopdisplay article #galleryBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
}
#desktopdisplay article #galleryBar .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 40px;
  height: 0;
}
#desktopdisplay article #galleryBar .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#desktopdisplay article #galleryBar #photogallery {
  padding-top: 10px;
  margin: auto;
}
#desktopdisplay article #galleryBar #photogallery a {
  float: left;
  width: 33%;
}
#desktopdisplay article #tixBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#desktopdisplay article #tixInfo {
  width: 100%;
  background: #9b9c9f;
  float: left;
  font-family: 'lemonmilkregular';
  color: #d5d3cd;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 3%;
}
#desktopdisplay article #tixInfo #tixLeft, #desktopdisplay article #tixInfo #tixMiddle, #desktopdisplay article #tixInfo #tixRight {
  width: 33.33333333333333%;
  float: left;
  padding-bottom: 2%;
}
#desktopdisplay article #tixInfo #tixLeft img, #desktopdisplay article #tixInfo #tixMiddle img, #desktopdisplay article #tixInfo #tixRight img {
  width: 40%;
}
#desktopdisplay article #tixInfo #tixFull {
  width: 100%;
  float: left;
  background: #9b9c9f;
  color: #005d61;
  font-family: 'lemonmilkregular';
  font-size: 1.2rem;
  padding: 10px;
  box-sizing: border-box;
  line-height: 2rem;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 4%;
  margin-top: 2%;
}
#desktopdisplay article #video {
  width: 100%;
  padding-top: 10px;
}
#desktopdisplay article #newsBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#desktopdisplay article #newsInfo {
  width: 100%;
  background: #9b9c9f;
  float: left;
  font-family: 'lemonmilkregular';
  color: #005d61;
  font-size: 1.5rem;
  text-align: center;
  padding: 3%;
  box-sizing: border-box;
}
#desktopdisplay article #newsInfo h4 {
  color: #d5d3cd;
}
#desktopdisplay article #newsInfo #bars, #desktopdisplay article #newsInfo #expand, #desktopdisplay article #newsInfo #bars2, #desktopdisplay article #newsInfo #expand2, #desktopdisplay article #newsInfo #bars3, #desktopdisplay article #newsInfo #expand3, #desktopdisplay article #newsInfo #bars4, #desktopdisplay article #newsInfo #expand4, #desktopdisplay article #newsInfo #bars5, #desktopdisplay article #newsInfo #expand5 {
  padding-top: 1%;
  padding-bottom: 1%;
  width: 80%;
  margin: auto;
}
#desktopdisplay article #newsInfo #bars, #desktopdisplay article #newsInfo #bars2, #desktopdisplay article #newsInfo #bars3, #desktopdisplay article #newsInfo #bars4, #desktopdisplay article #newsInfo #bars5 {
  background-color: #013b39;
  margin-bottom: 3%;
}
#desktopdisplay article #newsInfo #expand, #desktopdisplay article #newsInfo #expand2, #desktopdisplay article #newsInfo #expand3, #desktopdisplay article #newsInfo #expand4, #desktopdisplay article #newsInfo #expand5 {
  margin-top: -2.5%;
}
#desktopdisplay article #linePics {
  width: 100%;
  float: left;
  background: #005d61;
}
#desktopdisplay article #linePics .lb-album {
  width: 100%;
  margin: 0 auto;
  font-family: 'lemonmilkregular';
}
#desktopdisplay article #linePics .lb-album li {
  float: left;
  margin: 5px;
  position: relative;
}
#desktopdisplay article #linePics .lb-album li > a,
#desktopdisplay article #linePics .lb-album li > a img {
  display: block;
}
#desktopdisplay article #linePics .lb-album li > a {
  width: 29.4vw;
  position: relative;
  padding: 10px;
  background: #013b39;
  box-shadow: 1px 1px 2px #013b39, 1px 1px 2px rgba(1, 59, 57, 0.3) inset;
}
#desktopdisplay article #linePics .lb-album li > a span {
  position: absolute;
  width: 29.4vw;
  height: 95%;
  top: 10px;
  left: 10px;
  text-align: center;
  color: rgba(1, 59, 57, 0.8);
  text-shadow: 0px 1px 1px rgba(213, 211, 205, 0.6);
  font-size: 36px;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(213, 211, 205, 0.56) 0%, #005d61 100%);
  background: radial-gradient(center, ellipse cover, rgba(213, 211, 205, 0.56) 0%, #005d61 100%);
  -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  padding-top: 120px;
  box-sizing: border-box;
}
@media screen and (min-width: 1300px) {
  #desktopdisplay article #linePics .lb-album li > a span {
    height: 96%;
  }
}
@media screen and (min-width: 1645px) {
  #desktopdisplay article #linePics .lb-album li > a span {
    height: 97%;
  }
}
#desktopdisplay article #linePics .lb-album li > a:hover span {
  opacity: 1;
}
#desktopdisplay article #linePics .lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 99;
  text-align: center;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #d5d3cd 100%);
  background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.56) 0%, #d5d3cd 100%);
}
#desktopdisplay article #linePics .lb-overlay > div {
  position: relative;
  color: rgba(1, 59, 57, 0.8);
  width: 550px;
  height: 80px;
  margin: 40px auto 0px auto;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
}
#desktopdisplay article #linePics .lb-overlay div h4,
#desktopdisplay article #linePics .lb-overlay div p {
  padding: 0px 20px;
  width: 200px;
  height: 60px;
}
#desktopdisplay article #linePics .lb-overlay div h4 {
  font-size: 36px;
  float: left;
  text-align: right;
  border-right: 1px solid rgba(1, 59, 57, 0.4);
}
#desktopdisplay article #linePics .lb-overlay div h4 span,
#desktopdisplay article #linePics .lb-overlay div p {
  font-size: 16px;
  font-family: 'lemonmilkregular';
}
#desktopdisplay article #linePics .lb-overlay div h4 span {
  display: block;
  line-height: 6px;
}
#desktopdisplay article #linePics .lb-overlay div p {
  font-size: 14px;
  text-align: left;
  float: left;
  width: 260px;
}
#desktopdisplay article #linePics .lb-overlay a.lb-close {
  background: rgba(1, 59, 57, 0.8);
  z-index: 1001;
  color: #d5d3cd;
  position: absolute;
  top: 43px;
  left: 50%;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  width: 50px;
  height: 23px;
  overflow: hidden;
  margin-left: -25px;
  opacity: 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#desktopdisplay article #linePics .lb-overlay img {
  max-height: 60%;
  width: 75%;
  position: relative;
  opacity: 0;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
#desktopdisplay article #linePics .lb-prev, #desktopdisplay article #linePics .lb-next {
  text-indent: -9000px;
  position: absolute;
  top: -32px;
  width: 24px;
  height: 25px;
  left: 50%;
  opacity: 0.8;
}
#desktopdisplay article #linePics .lb-prev:hover, #desktopdisplay article #linePics .lb-next:hover {
  opacity: 1;
}
#desktopdisplay article #linePics .lb-prev {
  margin-left: -30px;
  background: transparent url(CSS3Lightbox/images/arrows.png) no-repeat top left;
}
#desktopdisplay article #linePics .lb-next {
  margin-left: 6px;
  background: transparent url(CSS3Lightbox/images/arrows.png) no-repeat top right;
}
#desktopdisplay article #linePics .lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 80px 100px 120px 100px;
}
#desktopdisplay article #linePics .lb-overlay:target img,
#desktopdisplay article #linePics .lb-overlay:target a.lb-close {
  opacity: 1;
}
#desktopdisplay article #linePics .lb-overlay:target img {
  -webkit-animation: fadeInScale 1.2s ease-in-out;
          animation: fadeInScale 1.2s ease-in-out;
}
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#desktopdisplay footer {
  width: 100%;
  background-color: #d4c30c;
  color: #005d61;
  text-align: center;
  font-family: 'lemonmilkregular';
  float: left;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
#desktopdisplay footer #leftFoot {
  width: 33.33333333333333%;
  float: left;
}
#desktopdisplay footer #middleFoot {
  width: 33.33333333333333%;
  float: left;
}
#desktopdisplay footer #rightFoot {
  width: 33.33333333333333%;
  float: left;
}

#phonedisplay {
  display: none;
}
@media screen and (max-width: 885px) {
  #phonedisplay {
    display: block;
  }
}
#phonedisplay article img {
  width: 100%;
}
#phonedisplay article #titleBar {
  width: 100%;
  background-color: #d5d3cd;
  float: left;
}
#phonedisplay article #titleBar #titleBarText {
  color: #005D61;
  text-align: right;
  font-family: 'lemonmilkregular';
  font-size: 1.813rem;
  width: 333px;
  margin: auto;
}
#phonedisplay article #infoBar {
  background: #005D61;
  width: 100%;
  float: left;
  color: #d5d3cd;
  font-family: 'lemonmilkregular';
  font-size: 1.5rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#phonedisplay article #infoBar img {
  width: 15%;
}
@media screen and (max-width: 600px) {
  #phonedisplay article #infoBar img {
    width: 20%;
  }
}
#phonedisplay article #featArt {
  width: 100%;
  background: #d5d3cd;
  text-align: center;
  color: #005d61;
  font-size: 1.5rem;
  font-family: 'lemonmilkregular';
}
#phonedisplay article #featArt a {
  text-decoration: none;
  color: #005d61;
}
#phonedisplay article #buttonTablet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #9b9c9f;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 3%;
  padding-bottom: 2%;
  font-size: 2rem;
}
#phonedisplay article #buttonTablet a {
  text-decoration: none;
  color: #d5d3cd;
}
#phonedisplay article #buttonTablet img {
  width: 60%;
}
@media screen and (max-width: 600px) {
  #phonedisplay article #buttonTablet {
    display: none;
  }
}
#phonedisplay article #buttonPhone {
  display: none;
  width: 100%;
  background: #9b9c9f;
  float: left;
  font-family: 'lemonmilkregular';
  color: #d5d3cd;
  font-size: 2rem;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
}
@media screen and (max-width: 600px) {
  #phonedisplay article #buttonPhone {
    display: block;
  }
}
#phonedisplay article #buttonPhone #buttonPhoneLeft {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#phonedisplay article #buttonPhone #buttonPhoneLeft img {
  width: 60%;
}
#phonedisplay article #buttonPhone #buttonPhoneLeft a {
  text-decoration: none;
  color: #d5d3cd;
}
#phonedisplay article #buttonPhone #buttonPhoneRight {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
#phonedisplay article #buttonPhone #buttonPhoneRight img {
  width: 60%;
}
#phonedisplay article #buttonPhone #buttonPhoneRight a {
  text-decoration: none;
  color: #d5d3cd;
}
#phonedisplay article #linePhoneBar {
  width: 100%;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#phonedisplay article #phonePics {
  width: 100%;
}
#phonedisplay article #phoneArt {
  width: 100%;
  background: #9b9c9f;
  color: #005d61;
  text-align: center;
  font-size: 2.25rem;
  font-family: 'lemonmilkregular';
  padding-top: 15px;
  padding-bottom: 15px;
}
#phonedisplay article #mapBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#phonedisplay article #venueMap {
  background-color: #d5d3cd;
}
#phonedisplay article #venueMap img {
  width: 75%;
  margin-left: 12.5%;
}
@media screen and (max-width: 400px) {
  #phonedisplay article #venueMap img {
    width: 100%;
    margin-left: 0;
  }
}
#phonedisplay article #galleryBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
}
#phonedisplay article #galleryBar .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 40px;
  height: 0;
}
#phonedisplay article #galleryBar .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#phonedisplay article #galleryBar #photogallery {
  padding-top: 10px;
  margin: auto;
}
#phonedisplay article #newsBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#phonedisplay article #newsInfo {
  width: 100%;
  background: #9b9c9f;
  float: left;
  font-family: 'lemonmilkregular';
  color: #005d61;
  font-size: 1.2rem;
  text-align: center;
  padding: 3%;
  box-sizing: border-box;
  line-height: 2rem;
}
#phonedisplay article #newsInfo h4 {
  color: #d5d3cd;
  font-size: 1.4rem;
  background-color: #013B39;
  margin-bottom: 1%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
#phonedisplay article #tixBar {
  width: 100%;
  float: left;
  background: #005d61;
  color: #d5d3cd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#phonedisplay article #tixInfo {
  width: 100%;
  background: #9b9c9f;
  float: left;
  font-family: 'lemonmilkregular';
  color: #d5d3cd;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 3%;
}
#phonedisplay article #tixInfo #tixLeft, #phonedisplay article #tixInfo #tixMiddle, #phonedisplay article #tixInfo #tixRight {
  width: 33%;
  float: left;
  padding-bottom: 2%;
}
@media screen and (max-width: 450px) {
  #phonedisplay article #tixInfo #tixLeft, #phonedisplay article #tixInfo #tixMiddle, #phonedisplay article #tixInfo #tixRight {
    width: 100%;
  }
}
#phonedisplay article #tixInfo #tixLeft img, #phonedisplay article #tixInfo #tixMiddle img, #phonedisplay article #tixInfo #tixRight img {
  width: 40%;
}
@media screen and (max-width: 800px) {
  #phonedisplay article #tixInfo #tixLeft img, #phonedisplay article #tixInfo #tixMiddle img, #phonedisplay article #tixInfo #tixRight img {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  #phonedisplay article #tixInfo #tixLeft img, #phonedisplay article #tixInfo #tixMiddle img, #phonedisplay article #tixInfo #tixRight img {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  #phonedisplay article #tixInfo #tixLeft img, #phonedisplay article #tixInfo #tixMiddle img, #phonedisplay article #tixInfo #tixRight img {
    width: 30%;
  }
}
#phonedisplay article #tixInfo #tixFull {
  width: 100%;
  float: left;
  background: #9b9c9f;
  color: #005d61;
  font-family: 'lemonmilkregular';
  font-size: 1.2rem;
  padding: 10px;
  box-sizing: border-box;
  line-height: 2rem;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 4%;
  margin-top: 2%;
}
#phonedisplay .navigation {
  list-style: none;
  background: #005d61;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding-top: 10%;
}
#phonedisplay .nav-item {
  padding-top: 5%;
}
#phonedisplay .nav-item a {
  padding: 2%;
  text-decoration: none;
  color: #d5d3cd;
  font-size: 1.375rem;
  font-family: 'lemonmilkregular';
}
#phonedisplay .nav-item a:hover {
  color: #d4c30c;
}
#phonedisplay .site-wrap {
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(315deg, #feffff 0%, #ddf1f9 35%, #a0d8ef 100%);
  background-image: linear-gradient(135deg, #feffff 0%, #ddf1f9 35%, #a0d8ef 100%);
  background-size: 200%;
}
#phonedisplay .nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
#phonedisplay label[for="nav-trigger"] {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' fill='#d4c30c' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  background-size: contain;
}
#phonedisplay label[for="nav-trigger"] .nav-trigger:checked + label {
  left: 215px;
}
#phonedisplay .nav-trigger:checked ~ .site-wrap {
  left: 200px;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.5);
}
#phonedisplay .nav-trigger + label, #phonedisplay .site-wrap {
  -webkit-transition: left 0.2s;
          transition: left 0.2s;
}
#phonedisplay body {
  overflow-x: hidden;
}
#phonedisplay header {
  background: white;
  padding-left: 30%;
}
@media screen and (max-width: 500px) {
  #phonedisplay header {
    padding-left: 15%;
  }
}

/*# sourceMappingURL=style.css.map */