/* SF.com site CSS 2016 */
/* Small screens */
/* Define mobile styles */

/* back-to-top */
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
z-index: 100;
/*display: none;*/
text-decoration: none;
color: #ffffff;
background-color: transparent;
opacity: 0.8;
text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
}

.back-to-top:hover,.back-to-top:focus {
	color: #ffffff;
	opacity: 1;
}



.back-to-top i {
  font-size: 32px;
}

/* spinner */
.spinner {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* utility classes */

.outline {
    outline: 1px dotted red;
}
html,body {
    background: #000;
    color: #999;
    /* for dev only */    
    font-family: Roboto, Arial, sans-serif;
	min-height: 1%;
	overflow:visible;
	clear:both;
}

.row {
    clear: both;
    /* outline: 1px solid yellow; */
    max-width: 100em;
}
.clrbth {
    clear: both;
}
.button,
.button:focus {
    color: #fff!important;
    border: 1px solid #fff;
    background-color: rgba(208, 17, 43, 0.8);
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Bold', Arial, sans-serif;
}
.button.solid {
    background-color: rgba(208, 17, 43, 1);
}
.button.solid:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.button:hover {
    background-color: rgba(208, 17, 43, 1);
}
.button.secondary,
.button.secondary:focus {
    color: #fff!important;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(217, 85, 0, 0.8);
}
.button.secondary:hover {
    color: #fff;
    background: rgba(217, 85, 0, 1);
}
.button.third,
.button.third:focus {
    color: #fff!important;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(6, 66, 131, 0.8);
}
.button.third:hover {
    color: #fff;
    background: rgba(6, 66, 131, 1);
}
#mc-embedded-subscribe,
#mc-embedded-subscribe:focus {
    /*	color: #fff!important;
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(130,130,130,0.8);*/
}

.margin-top-one {
    margin-top: 1em;
}
.margin-bottom-one {
    margin-bottom: 1em;
}
.margin-bottom-none {
    margin-bottom: 0!important;
}

.flt-rgt {
    float: right;
}

.flt-lft {
    float: left;
}

/* Off Canvas */

#offCanvasToggle {
    color: #fff;
    padding-left: 10px;
}
#offCanvasToggle span {
    font-size: 14px;
    line-height: 20px;
}
.headerWrapper,
.footerWrapper {
    background: #000;
}

.headerWrapper {
        border-bottom: 1px solid #333;
}
/* header */

header,
.header {
    padding: 10px 0 0;

}

.utilityOuter {
    background: #28343b; /* Old browsers */
    background: -moz-linear-gradient(left,  #28343b 0%, #5e646b 53%, #28343b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #28343b 0%,#5e646b 53%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #28343b 0%,#5e646b 53%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#28343b',GradientType=1 ); /* IE6-9 */
    max-width:100%;    
}

.utility a.button.tiny {
    font-family: 'Holtwood One SC', serif;
    color: rgba(207, 32, 46, 1.0)!important;
    background: #fff;
    border: 0;
    font-weight: normal;
    padding: 3px 10px;
    border-radius: 5px;
    position: relative;
    top: 7px;
    font-size: 0.59rem;
}

.logo .hide-for-small {
    padding-top: 5px;
}

.radio-sponsor {
    display: inline-block;
    width: 100%;
}

.radio-sponsor .headerDates {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #ddd;
    font-family: 'Lobster Two Bold Italic', cursive;
    color: #FFF;
    font-size: 0.9rem;
}

.headerDates-sm {
    font-family: 'Lobster Two Bold Italic', cursive;
    color: #FFF;
    font-size:0.7rem;
    padding: 10px 0 0;
}

.radio-sponsor .headerDates .inner {
    display: inline-block;
    position: relative;
    top: 0px;
}

.radio-sponsor a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    text-align: right;
}
.radio-sponsor a:last-child {
    /*border-left: 1px solid #444;*/
    
    margin: 0;
    padding-right: 0;
    padding-left: 10px;
}
.countdown {
    line-height: 1.2rem;
    padding-top: 15px;
    font-family: 'Roboto Condensed Light', sans-serif;
}
.countdown span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}
.countdown .countdownTitle {
    color: #D0112B;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0;
}
#countdown p {
    display: inline-block;
    color: #FFF;
    font-size: 0.9em;
    font-weight: 300; 
    margin:2px 0 10px;
}
.festivalDates {
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 10px 5px 0;
    margin: 0;
}
.show-for-small .countdown {
    padding-top: 0;
}
.show-for-small .countdown .countdownTime {
    font-size: 0.7rem;
}
.show-for-small .countdown .countdownTitle {
    font-size: 1.1rem;
}
/* nav */

/*
.top-bar-section li:not(.has-form) a:hover {
    background: #111!important;
    color: #FFF;
}
.top-bar-section li.has-dropdown:hover {
    background: #111!important;
}
.top-bar-section li:not(.has-form) ul.dropdown li a:hover {
    background: #000;
}
.top-bar-section li:not(.has-form) a.not-link:not(.button) {
    cursor: default;
}
*/
section.top-bar-section > ul > li > ul > li > a {
    line-height: 2.5rem!important;
}

.top-bar .show-for-small {
    /*top: -10px;*/
    position: relative;
    padding-right: 5px;
}
.nav-sftv {
    display: block;
    border: 1px solid #000;
    border-top: 0;
    border-bottom: 0;
    /* Firefox v3.6+ */
    
    background-image: -moz-linear-gradient(NaN% 0% -90deg, rgb(34, 34, 34) 0%, rgb(17, 17, 17) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    
    background-image: -webkit-gradient(linear, NaN% 0%, NaN% 100%, color-stop(0, rgb(34, 34, 34)), color-stop(1, rgb(17, 17, 17)));
    /* Chrome v10.0+ and by safari nightly build*/
    
    background-image: -webkit-linear-gradient(-90deg, rgb(34, 34, 34) 0%, rgb(17, 17, 17) 100%);
    /* Opera v11.10+ */
    
    background-image: -o-linear-gradient(-90deg, rgb(34, 34, 34) 0%, rgb(17, 17, 17) 100%);
    /* IE v10+ */
    
    background-image: -ms-linear-gradient(-90deg, rgb(34, 34, 34) 0%, rgb(17, 17, 17) 100%);
    background-image: linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(17, 17, 17) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff222222,endColorstr=#ff111111,GradientType=0)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff222222, endColorstr=#ff111111, GradientType=0);
}
.nav-sftv:hover {
    /* Firefox v3.6+ */
    
    background-image: -moz-linear-gradient(NaN% 0% -90deg, rgb(17, 17, 17) 0%, rgb(34, 34, 34) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    
    background-image: -webkit-gradient(linear, NaN% 0%, NaN% 100%, color-stop(0, rgb(17, 17, 17)), color-stop(1, rgb(34, 34, 34)));
    /* Chrome v10.0+ and by safari nightly build*/
    
    background-image: -webkit-linear-gradient(-90deg, rgb(17, 17, 17) 0%, rgb(34, 34, 34) 100%);
    /* Opera v11.10+ */
    
    background-image: -o-linear-gradient(-90deg, rgb(17, 17, 17) 0%, rgb(34, 34, 34) 100%);
    /* IE v10+ */
    
    background-image: -ms-linear-gradient(-90deg, rgb(17, 17, 17) 0%, rgb(34, 34, 34) 100%);
    background-image: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgb(34, 34, 34) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff111111,endColorstr=#ff222222,GradientType=0)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff111111, endColorstr=#ff222222, GradientType=0);
}
.top-bar-section > ul > li.has-dropdown > a:after {
    display: none!important;
}
.top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent;
}
.top-bar-section .has-dropdown > a {
    padding-right: 10px!important;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f054";
}
.top-bar-section li.active > a,
.left-off-canvas-menu li.active > a {
    background: #D0112B!important;
}
/* home page slideshow */
.homeCarousel.slick-slider {
    margin-bottom: 0;
}

.homeCarousel .slick-slide {
    position: relative;
    border-bottom: 1px solid #222;
}
.homeCarousel .slick-slide img.overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.homeCarousel .slick-slide > div {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20%;
}
.homeCarousel .slick-slide .row {
    text-align: left;
}
.homeCarousel .slick-slide .row > div {
    padding-top: 10px;
}
.homeCarousel .slick-slide .row .title {
    font-family: 'Roboto Bold',sans-serif;
    font-size: 2.2rem;
    line-height: 3.0rem;
    color: rgb(255, 255, 255);
    text-align: left;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    margin-bottom: 5px;
}
.homeCarousel .slick-slide .row .subtitle {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 120%;
    color: rgb(255, 255, 255);
    text-align: left;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
.homeCarousel .slick-slide .row .action-button {
    margin-top: 1.5em;
}
.homeCarousel .slick-slide .row .button.more-info {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
    background-color: rgba(208, 17, 43, 0.8);
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    margin-right: 2rem;
}
.homeCarousel .slick-slide .row .button.more-info:hover {
    background-color: rgba(208, 17, 43, 1);
}
.homeCarousel .slick-slide .row .button.more-info-2 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #D0112B!important;
    border: 1px solid #D0112B;
}
.homeCarousel .slick-slide .row .button.more-info-2:hover {
    background-color: rgba(255, 255, 255, 1);
}
.slick-prev,
.slick-next {
    font-size: 3.2rem;
    font-family: 'Quicksand';
    font-weight:700;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=3)";
    zoom: 1;
    filter: progid: DXImageTransform.Microsoft.Glow(Color=#ff000000, Strength=3);
    opacity: 0.5;
    content: ''!important;
}
.slick-prev.small,
.slick-next.small {
    font-size: 1.5rem;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 1.0;
    color: #fff;
}
.slick-prev:before,
.slick-next:before {
    color: #FFF;
    content: ''!important;
}
.slick-prev {
    left: 20px;
}
.slick-next {
    right: 20px;
}
.homeCarousel .slick-dots {
    bottom: -10px;
}
.homeCarousel .slick-dots li {
    width: 30px;
}
.homeCarousel .slick-dots li button {
    border: 1px solid transparent;
    border-radius: 2px;
    height: 0.8em;
    width: 1.5rem;
    background: #FFF;
    /* Firefox v3.5+ */
    
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35);
    /* Safari v3.0+ and by Chrome v0.2+ */
    
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#ff000000,Strength=2)";
    filter: progid: DXImageTransform.Microsoft.Glow(Color=#ff000000, Strength=2);
}
.homeCarousel .slick-dots li.slick-active button {
    background: #D0112B;
}
.homeCarousel .slick-dots li button:before {
    content: '';
}

.homeCarousel.small .slick-dots {
    display: none!important;
}
/* slick-carousel */

.home.slick-slider {
    margin-bottom: 0;
}

#headlinersCarousel {
    margin-right: -2rem;
}
#headlinersCarousel .owl-item {
    margin-right: 2rem;
}
#headlinersCarousel .owl-item img {
    width: 100%;
    height: auto;    
    object-fit: cover;
}
.row.headliners {
    margin-top: 1.5rem;
}

.row.headliners .headlinerList {
    font-family: 'Yanone Kaffeesatz Bold', sans-serif;
    font-size: 1.1rem;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2rem;
    margin-bottom: 1.0rem;
}

.row.headliners .headlinerList li {
    padding: 3px 0;
}

.row.headliners .headlinerList a {
    color: #111;
}

.row.headliners .headlinerList a:hover {
    color: #D1202F;
}

.row.headliners .headlinerList li span.headlinerDate {
    font-weight: 400;
    color: #999;
    font-size: 0.9rem;
}
.row.headliners,
.row.promos,
.row.attractions {
    margin-bottom: 1em;
}
.home .owl-item {
    position: relative;

}
#headlinersCarousel .owl-nav div {
    position: absolute;
    font-family: FontAwesome, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0px 0px 5px #000000;
    top: 40%;    
}
#headlinersCarousel .owl-prev {
    left: 10px;
    width: 30px;
    text-align: left;
}
#headlinersCarousel .owl-next {
    right: 10px;
    width:30px;
    text-align:right;
}

.home .owl-item .holder {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#40000000,Positive=true)";
    zoom: 1;
    filter: progid: DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#40000000, Positive=true);
    text-align: left;
    width: 100%;
    max-width: 100%;
    background: #111;
    font-size: 1.2rem;
}

.holder table {
    background: transparent; 
    width: 100%; 
    border: 0;
    color: #fff;
    margin:0;
    padding:0;
}

.holder table td {
    background: transparent; 
    border: 0;
    color: #fff;
    margin:0;
    padding:5px 0;
    font-size: 20px;
    vertical-align: top;
    line-height: 1rem;
}
.home .owl-item .holder span {
    /*display: block!important;*/
}
.home .owl-item .shadow-overlay {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
}
.home .owl-item .performance-date {

    font-family: 'Lobster Two Bold Italic', cursive;
}
.home .owl-item .performance-artist {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25rem;
}
.home .owl-item .performance-featuring {
    text-transform: uppercase;  
    font-size: 0.7rem;
    padding-left: 5px;
    line-height: 0.5rem;
}
.home .owl-item .button-more-info {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #D0112B!important;
    border: 1px solid #D0112B;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
}
.home .owl-item .button-more-info:hover {
    background-color: rgba(255, 255, 255, 1);
}
.home .owl-item .button-get-tickets {
    position: absolute;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(208, 17, 43, 0.8);
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    bottom: 10px;
    right: 10px;
    font-weight: 700;
}
.home .owl-item .button-get-tickets:hover {
    background-color: rgba(208, 17, 43, 1);
}
.row.headliners h3,
.row.promos h3,
.row.attractions h3 {
    font-family: 'Roboto Bold';
    font-size: 18px;
    line-height: 38px;
    min-height: 38px;
    color: rgb(255, 255, 255);
    width: auto;
    text-transform: uppercase;
    margin: 0;
}
.row.headliners h3 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}
.row.promos {
    margin-bottom: 0;
}

#ticketRotator {
/**/
}

#ticketRotator li {
   margin-bottom: -1px;
}

#ticketRotator a {
/**/    
}

#ticketRotator img {
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
}

.row.promos h3 {
    background-color: rgba(0, 139, 112, 0.6);
    padding-left: 10px!important;
}
.row.promos li .promo-date,
.row.promos li .promo-title {} .home .slick-slide .promo-date {
    font-size: 0.85rem;
}
.home .slick-slide .promo-title {
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.2rem;
}
.slick-slide .button-more-info {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #D0112B!important;
    border: 1px solid #D0112B;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    bottom: 10px;
    left: 10px;
    font-weight: 700;
}
.slick-slide .button-more-info.right {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: #D0112B!important;
    border: 1px solid #D0112B;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    bottom: 10px;
    right: 10px;
    left: auto;
    font-weight: 700;
}
.slick-slide .button-more-info:hover {
    background-color: rgba(255, 255, 255, 1);
}
.row.attractions li .attraction-date,
.row.attractions li .attraction-title {} .home .slick-slide .attraction-date {
    font-size: 0.9rem;
}
.home .slick-slide .attraction-title {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.row.attractions h3 {
    background-color: rgba(0, 139, 112, 0.6);
    padding-left: 10px!important;
}
/* content */

/* sponsor carousel */

.sponsorWrapper {
    background-color: #FFF;
    max-width: 100%;  
    padding: 10px 0;
    border-top: 1px solid #333;
}
#sponsorsCarousel.owl-carousel {
    text-align: center;
    line-height: 70px;
}
#sponsorsCarousel.owl-carousel .owl-item {
    display: table-cell;
    vertical-align: middle;
}
#sponsorsCarousel.owl-carousel .owl-item img {
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 70px;
}
/* signup-social */

.socialWrapper {
    /* Firefox v3.6+ */
    
    background-image: -moz-linear-gradient(71% 0% -90deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 42%, rgb(17, 17, 17) 100%);
    /* safari v4.0+ and by Chrome v3.0+ */
    
    background-image: -webkit-gradient(linear, 71% 0%, 71% 102%, color-stop(0, rgb(34, 34, 34)), color-stop(0.42, rgb(34, 34, 34)), color-stop(1, rgb(17, 17, 17)));
    /* Chrome v10.0+ and by safari nightly build*/
    
    background-image: -webkit-linear-gradient(-90deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 42%, rgb(17, 17, 17) 100%);
    /* Opera v11.10+ */
    
    background-image: -o-linear-gradient(-90deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 42%, rgb(17, 17, 17) 100%);
    /* IE v10+ */
    
    background-image: -ms-linear-gradient(-90deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 42%, rgb(17, 17, 17) 100%);
    background-image: linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 42%, rgb(17, 17, 17) 100%);
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    /* Firefox v1.0+ */
    
    -moz-border-radius: 1px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    
    -webkit-border-radius: 1px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    
    border-radius: 1px;
    border-style: solid;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff222222,endColorstr=#ff111111,GradientType=0)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff222222, endColorstr=#ff111111, GradientType=0);
    padding-top: 10px;
    padding-bottom: 15px;
}
#emailSignUp {
    outline: 1px solid red;
}
.emailSignUp label {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    max-height: 25px;
}
.emailSignUp input[type='email'] {
    height: auto;
    padding: 7px 5px;
    max-height: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px; 
    border: 1px solid #f3f3f3;
    margin-bottom: 5px;
}
.emailSignUp #mc-embedded-subscribe {
    height: auto;
    padding: 6px 10px;
    position: relative;
    top: 0;
    text-transform: uppercase;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;    
    border: 1px solid #fff;
    font-size: 0.6875rem!important;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}
.social-square {
    border: 1px solid #333333;
    color: #fff!important;
    min-width: 32px;
    min-height: 32px!important;
    line-height: 32px;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 5px;
}
.social-square.facebook {
/*    background-color: #3A5795; */
}
.social-square.tumblr {
/*    background-color: #36465D; */
}
.social-square.instagram {
/*    background-color: #416F95; */
}
.social-square.twitter {
/*    background-color: #55ACEE; */
}
.social-square.youtube-square {
/* background-color: #E62117; */
}
.social-square.snapchat-square {
/*    background-color: #FFFC00; */
}

.social-square.snapchat-square .fa-snapchat-ghost {
    color:#FFF!important;
    /*text-shadow: 0px 0px 1px rgba(0, 0, 2, 1);   */
}

/* homeBlogTrending */
.homeBlogTrending h4 {
    font-size: 1.4rem;
    border-bottom: 2px solid #999;
    font-family: 'Holtwood One SC', serif;   
    color: rgba(207, 32, 46, 1.0);
}
.homeBlogTrending ul {
    margin-bottom: 0;
}
.homeBlogTrending ul li {
    font-size: 1.2rem;
    color: #111;
}
.homeBlogTrending ul li br {
    display:none;
}
.homeBlogTrending ul li span {
    color: #999;
    font-style: italic;
}
.social-icons-home {
    background: transparent;
    position: relative;
    padding: 0 5px;
}
.social-icons-home-list-wrapper {
    position: relative;
    background: url(/assets/theme/bg-social.jpg) no-repeat center center;
    background-size: 100% 100%;
    object-fit: cover;
    display: block;
}
.social-icons-home-list {
    position: relative;
    margin-right: 0;
    top: 0.5rem;
}
.social-icons-home-list li {
    padding: 0;
    margin-top: 2px;
}
.social-icons-home-list li a  {
    display: block;
    vertical-align: middle;
    padding: 0 2px;
}
.social-icons-home .fa-stack.fa-2x {
    font-size: 1.7rem;
}
.social-icons-home .fa {
    color: #FFF;

}
.social-icons-home .fa-inverse {
    color: #000;
}
/* footer */

.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer ul.no-bullet {
    margin-bottom: 0;
    margin-top: 1rem;
}
.footer ul.no-bullet.last {
    margin-bottom: 1em;
}
footer li a,
.footer li a {
    font-size: 1.0rem;
    color: #fff;
    display: inline-block;
    line-height: 2.0rem;
}
footer li a:hover,
.footer li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .copyright,
.footer .copyright,
footer .copyright a,
.footer .copyright a {
    color: #ddd;
    font-size: 0.8rem;
    font-weight: 400 !important;
    padding-top: 1rem;
}
/* Pencil-Push Ad */

.pencil-push {
    margin-bottom: 1em;
}
.pencil-push .accordion .accordion-navigation > .content,
.pencil-push .accordion dd > .content {
    background: #fff url(/assets/theme/bg-accordion-content.png) left bottom no-repeat!important;
    color: #111;
}
.pencil-push .accordion .accordion-navigation > .content .subtitle {
    font-size: 0.8rem;
    font-weight: 300;
}
.pencil-push .accordion .accordion-navigation > .content .title {
    font-size: 0.9rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}
.pencil-push .accordion .accordion-navigation > .content img {
    padding-bottom: 10px;
}
.pencil-push .accordion .accordion-navigation > a,
.pencil-push .accordion .accordion-navigation > a:hover,
.pencil-push .accordion .accordion-navigation.active > a,
.pencil-push .accordion .accordion-navigation.active > a:hover {
    display: block;
    background-color: #002040;
    padding: 7px 10px;
    color: #fff;
    font-family: 'Roboto Light', sans-serif;
    font-size: 1em;
}
.pencil-push .accordion a .fa-star {
    color: #FFC926;
}
.pencil-push .accordion a .control {
    float: right;
}
.pencil-push .accordion a .control.open {
    /* */
}
.pencil-push .accordion a .control.close {
    display: none;
}
.pencil-push .accordion .accordion-navigation.active a .control.open {
    display: none;
}
.pencil-push .accordion .accordion-navigation.active a .control.close {
    display: block;
}
.pencil-push .accordion .content a.button-more-info {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(217, 85, 0, 0.8);
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
}
.pencil-push .accordion .content a.button-more-info:hover {
    background-color: rgba(217, 85, 0, 1);
}
/***************************************************************************************/
/* Forms */

form .error {
    display: none;
}

form .required {
    border-color: #D1202F;
}

#accountLogin label,
#accountRegister label {
    font-weight: bold;
}

#formsubmit[disabled] {
    background-color:#e1e1e1;
}
/***************************************************************************************/
/* Single Columns page template */

#content.row.single-column {
    /*margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;*/
    
    border: 0px solid #000000;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#content > .row {
    margin-bottom: 1em;
}
#content .columns {
    margin-bottom: 1em;
}
#content h1 {
    border-bottom: #e51937 2px solid;
    font-size: 1.6em;
    color: #000;
    padding: 12px 0 3px 0;
    font-family: 'Roboto Bold', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    margin-bottom: 1em;
}
#content h2 {
    border-bottom: #e51937 1px dotted;
    padding-bottom: 3px;
    font-size: 1.4em;
    color: #000;
    font-family: 'Roboto Bold', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    padding-top: 0;
    margin-bottom: 0.5em;
}
#content h3 {
    border-bottom: #111 1px dotted;
    padding-bottom: 3px;
    font-size: 1.2em;
    color: #000;
    font-family: 'Roboto Bold', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    margin-bottom: 0.5em;
}
#content h4 {
    font-size: 1em;
    font-weight: 700;
}
#content {
    color: #000;
    font-size: 16px;
    min-height: 500px;
}
#content p,
#content ul {
    font-size: 16px;
}
#content p.details {
    line-height: 1em;
}
#content p.details span {
    display: block;
    margin-bottom: .25em;
}
#content p.details .name {
    color: #111;
    font-size: 1em;
    font-weight: 700;
}
#content p.details .title {
    color: #666;
    font-size: 0.8em;
    font-style: italic;
}
#content p.details .email {
    color: #e51937;
    font-size: 0.8em;
}
#content a {
    color: #D0112B;
}
#content a:hover {
    text-decoration:underline;
}
#content .sponsorsPage ul {
    padding-bottom: 2em;
}
#content .sponsorsPage ul li {
    text-align: center;
    /*display: table-cell;
    vertical-align: middle;*/
    height: 150px;
    line-height: 150px;
    height: 100%!important;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;

}

#content .sponsorsPage .official-sponsors li a {
    display:block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#content .sponsorsPage .stage-sponsors li a {
    display:block;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

#content .sponsorsPage li a {
    display:block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#content .sponsorsPage li img {
    width: auto;
    max-width: 100%!important;
    margin: auto;
}
#content .border-bottom-red {
    border-bottom: #e51937 1px solid;
    margin-bottom: 1em;
}
#content span.artist-link {
    color: #D0112B;
    display: block;
    line-height: 1.2em;
    padding-top: 3px;
    font-weight: 700;
    font-size: 0.8rem;
}
#content .news-wrapper {
    margin-bottom: 1em;
}
#content .news-wrapper .news-item {
    border-bottom: #e51937 1px solid;
}
#content .news-wrapper .headlines {
    font-size: 1.2rem;
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
#content .news-wrapper .postedOnDate {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0 0 16px 0;
    margin-bottom: 0;
}
#content .news-wrapper .descBlock {
    font-size: 1em;
}
/***************************************************************************************/
/* News */

#content.news-post {
    padding-top: 1.5em;
}
.paging .pageList {
    border: 1px dotted #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0;
}
.paging .pageList li {
    text-align: center;
    padding: 5px 10px;
    margin-left: 0;
    border-left: 1px dotted #999;
}
.paging .pageList li:first-child {
    border-left: 0;
}
#content.single-column.news-post h1 {
    text-transform: uppercase;
    border-bottom: #e51937 2px solid;
    font-weight: 700;
    color: #000;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0.5em;
}
#content.news-post h2 {
    font-size: 0.8em;
    margin-top: 0.7em;
    border-bottom: 1px solid #666;
}
#content.news-post span.mediaContactLabel {
    display: block;
    font-size: 0.8em;
}
#content.news-post span.mediaContactName {
    display: block;
    font-size: 0.8em;
}
#content.news-post span.mediaContactPhone {
    display: block;
    font-size: 0.8em;
}

#content .paging.text-center > ul > li > a.active {
color: #ddd!important;
}

html.js.flexbox.flexboxlegacy.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths body div.off-canvas-wrap div.inner-wrap div#content.row.single-column.news-post div.large-12.columns div.medium-4.medium-push-8.columns p span.mediaContactEmail medium-text-right {
    color: #E51937!important;
    font-size: 0.8em!important;
    display: inline-block;
}
/***************************************************************************************/
/* Lineup page */

/* favorite classes */
.removeText { display: none; }
.added .removeText { display: initial; }
.added .addText { display: none; }

img.lazy {
display: none;
}

.lineup-item .lineup-item-title {
    background: #111;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.3em;
    max-width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed','Yanone Kaffeesatz', sans-serif;  
    text-transform: uppercase;
	min-height: 60px;
    height: 60px;
    /*text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3);*/
}
.lineup-item {
    position: relative;
    margin-bottom: 1.0rem;
    /*visibility: hidden;*/
}

.lineup-item > a > img {
    width: 100%;
}

.switch input + label {
    /*bottom: -4px;*/
}

.switch input:checked + label {
    background: #D1202F;
    /*bottom: -4px;*/
}

.switch label.imagesCheckbox,
.switch label.favoritesCheckbox {
    color: #111;
    margin: 0!important;    
}

input[type=checkbox].headliner-checkbox,
input[type=checkbox].timeslots-checkbox{
    display: none;
}
/* to hide the checkbox itself */

input[type=checkbox].headliner-checkbox + label:before,
input[type=checkbox].timeslots-checkbox + label:before {
    font-family: FontAwesome;
    display: inline-block;
}
input[type=checkbox].headliner-checkbox + label:before,
input[type=checkbox].timeslots-checkbox + label:before {
    content: "\f096";
    font-size: 1.1rem;
}
/* unchecked icon */

input[type=checkbox].headliner-checkbox + label:before,
input[type=checkbox].timeslots-checkbox + label:before {
    letter-spacing: 10px;
}
/* space between checkbox and label */

input[type=checkbox].headliner-checkbox:checked + label:before,
input[type=checkbox].timeslots-checkbox:checked + label:before {
    content: "\f046";
    font-size: 1.1rem;
}
/* checked icon */

input[type=checkbox].headliner-checkbox:checked + label:before,
input[type=checkbox].timeslots-checkbox:checked + label:before {
    letter-spacing: 10px;
}
/* allow space for check mark */



.lineup-item .performance {
    /*display:none;*/
}

.lineup-item .added .addText {
    display: none!important;
}

.lineup-item .added .removeText {
    display: inline!important;
}

.lineup-item i.favstar {
    /*position: absolute;
    top: 10px;
    right: 15px;*/
    color: #D1202F;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    display: inline;
}
.lineup-item i.favstar:hover {
    cursor: pointer;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.lineup-item i.fa-star.favstar {
    display: none;
}
.lineup-item.favorite i.fa-star.favstar {
    display: block;
}
.lineup-item.favorite i.fa-star-o.favstar {
    display: none;
}
.medium-block-grid-3 > li.lineup-item:nth-of-type(3n+1) {
    clear: none!important;
}
.lineup-item .lineup-item-times {
    position: absolute;
    left: 0;
    display: none;
}
.lineup-item .lineup-item-times-inner {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    padding: 5px 7px;
}
.lineup-item .lineup-item-date {
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.2em;
    padding: 0;
    text-transform: uppercase;
}

.lineup-item .lineup-item-title > .artist {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */    
    display: flex;
    align-items: center!important;
    height: 100%!important;
}

.lineup-item .lineup-item-title .artist-date {
    font-family: 'Lobster Two Bold Italic', cursive;
    text-transform: capitalize;
    font-size: 0.9rem;
}

.lineup-item .lineup-item-title .artist-date-final {
    font-size: 0.8rem;
    font-weight: 700;
}

.lineup-item .lineup-item-title .artist a {
    padding: 7px 10px;
    color: #FFF!important;
    font-weight: 700;
    font-size: 0.8rem;
	line-height: 1.2rem;
    display: block;
    text-align: center!important; 
    margin: auto 0!important;
    width: 100%;
}
.lineup-item .lineup-item-title .lineup-trigger {
    display: none;
    position: absolute;
    left: 15px;
    bottom: 30px;
    color: #FFF;
    font-size: 0.8rem;
    width: 90%;
    padding-top: 5px;
}
.lineup-item .lineup-item-title .lineup-trigger:hover {
    cursor: pointer;
}
.lineup-item .lineup-item-times .stage {
    font-weight: 700;
    font-size: 0.8rem;
    padding-top: 5px;
}
.lineup-item .lineup-item-times .dateTimes {
    font-weight: 400;
    font-size: 0.8rem;
    padding-bottom: 5px;
}
#lineupFilterStage,
#lineupFilterDate {
    padding: 5px;
}

#fullDates .mainFilters {
    color: #111;
}

#fullDates .mainFilters .sortBy {
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz Bold', sans-serif;
    font-size: 1.5rem;
}

#addlFilters .addlFilters {
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz Bold', sans-serif;
    font-size: 1.1rem;
}

#fullDates .mainFilters span {
    color: #111;
    text-transform: uppercase;
    font-family: 'Holtwood One SC', serif;
    font-size: 2rem;
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#fullDates .mainFilters span.active {
    font-weight: normal;
    color: #D1202F;
}

#fullDates {
    color: #999;
}

#fullDates .fulldatesList  span {
    display: inline-block;
    padding: 5px 7px;
    font-family: 'Roboto Condensed',sans-serif;
    color: #666;
    text-transform: uppercase;
}

#fullDates .fulldatesList div {
    display:inline;
}

#fullDates .fulldatesList div:last-of-type {
    display:none;
}

#fullDates .fulldatesList  span.active {
    font-weight: bold;
    color: #D1202F;
}

#fullDates .fulldatesList span:hover,
#fullDates .mainFilters span:hover {
    cursor:pointer;
}

/***************************************************************************************/
/* Patrick Cudahy Contest Page */
input[type=checkbox].agree-checkbox {
    display: none;
}
/* to hide the checkbox itself */

input[type=checkbox].agree-checkbox + label:before {
    font-family: FontAwesome;
    display: inline-block;
}
input[type=checkbox].agree-checkbox + label:before {
    content: "\f096";
    font-size: 1.1rem;
}
/* unchecked icon */

input[type=checkbox].agree-checkbox + label:before {
    letter-spacing: 10px;
}
/* space between checkbox and label */

input[type=checkbox].agree-checkbox:checked + label:before {
    content: "\f046";
    font-size: 1.1rem;
}
/* checked icon */

input[type=checkbox].agree-checkbox:checked + label:before {
    letter-spacing: 10px;
}
/* allow space for check mark */
/***************************************************************************************/
/* Youtube embed */

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}
.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/***************************************************************************************/
/* Artist Detail page */

.artist-detail {
    padding-top: 1.0rem;
}
.artist-detail-socials {
    margin-top: 1.0rem;
    /*border: 2px dotted #c4c4c4;
    border-left: 0;
    border-right: 0;*/
    padding: 3px 0 8px;
}
.artist-show-hide {
    display: none;
}
/* Website */
.artist-detail-socials .fa-globe {
    color: #016DD9;
}
/* Facebook */
.artist-detail-socials .fa-facebook-square {
    color: #395795;
}
/* Twitter */
.artist-detail-socials .fa-twitter-square {
    color: #55ACEF;
}

/* Instagram */
.artist-detail-socials .fa-instagram {
    color: #111;
}
/* Youtube */
.artist-detail-socials .fa-youtube-square {
    color: #CD181F;
}
/* Soundcloud */
.artist-detail-socials .fa-soundcloud {
    color: #FE4502;
}
/* Reverbnation */
.artist-detail-socials .fa-star {
    color: #E53526;
}
/* Ticket Link */
.artist-detail-socials .fa-ticket {
    color: #D9A400;
}
/***************************************************************************************/
/* Ticket info page */

#ticketInfo .pricing-table .title {
    font-weight: 700;
}
#ticketInfo .pricing-table .description.collapse {
    min-height: 0;
}

.ticket-list-item .ticket-list-item-wrapper {
    text-align:center;
    outline: 1px solid #c5c5c5;
}

.ticket-list-item .ticket-list-item-wrapper:hover {
    text-align:center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ticket-list-item a:hover {
    text-decoration:none!important;
}

/***************************************************************************************/
/* Stage Details page */

#content > .isStage img {
    width: 100%;
}

#content > .isStage .medium-3 img {
    width: auto;
}

#content .stage-details .stage-date {
    padding: 0 5px 2px;
    font-weight: 300;
    font-size: 0.9rem;
}
#content .stage-details .panel {
    overflow: hidden;
    padding: 0;
}
#content .stage-details .panel-header {
    overflow: hidden;
    background: #D0112B;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 0.8rem;
}
#content .stage-details .act {
    padding: 1rem 5px 5px;
    font-size: 1.0rem;
}
#content ul.stage-lineup {
    margin-top: 1.0rem;
}
#content ul.stage-lineup li {
    font-size: 0.8rem;
    padding: 5px;
}
#content ul.stage-lineup li .stage-date {
    background: #D0112B;
    color: #fff;
    font-weight: 700;
}
#content ul.stage-lineup li .act {
    padding: 2px 5px;
    line-height: 1.2rem;
}
.stage-promo-code-container {
    display: none;
}
.stage-promo-code-container .title {
    color: #fff;
    background: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 1.5rem;
}
.stage-promo-code-container .wrapper {
    padding: 0;
    border: 1px solid #111;
}
.stage-promo-code-container .subtitle {
    text-transform: uppercase;
    padding: 5px 10px;
    background: #CE102C;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}
.stage-promo-code-container p {
    padding: 10px 10px 0;
    margin-bottom: 5px;
}
.stage-promo-code-container .stage-code {
    font-weight: 700;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.stage-promo-code-container .stage-code span {
    background: #000;
    color: #FFF;
    padding: 0 5px;
}
/***************************************************************************************/
/* Summerfest Street Team */

.street-team-sidebar img {
    padding-bottom: 1.0rem;
}
.stTitle {
    font-size: 1.5rem !important;
}
.stDate {
    font-weight: 900;
    padding: 10px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background: #f1f1f1;
    border: 3px solid #D42232;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.2rem;
}
.stDate .month {
    /**/
}
.stDate .day {
    /**/
}
.stLocation {
    font-size: 0.8rem !important;
    color: #111;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
/***************************************************************************************/
/*  Contest Promotions Rules Page */
.contest-promotions-rules li {
    padding-bottom: 10px;
}

.contest-promotions-rules li span {
    display: block;
    width: 100%;
    padding-bottom: 5px;
}


/***************************************************************************************/
/* Emerging Artist Series */
#dynamicEAS li .artistEAS a {
    color: #FFF;
    font-weight:bold;
    padding: 6px 3px 3px;
    display: block;
    font-size: 0.9rem;
}

#dynamicEAS li .artistEAS .location {
    display: block;    
    padding: 3px;
}

#dynamicEAS li .artistEAS .dateTimes {
    display: block;
    padding: 3px 3px 6px;
}

/***************************************************************************************/
/* Mailchimp */

#mc_embed_signup {
    background: transparent;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}
/***************************************************************************************/
/* TinyMCE Classes */

#content .leftjustify {
    float: left;
}

/***************************************************************************************/
/* History of Emerging Artist Series */
#content h3.eas-year {
    font-size: 4rem;
    font-weight: 900;
    line-height: 2.7rem;
    border-color: #D0112B;
    color: #333;
    margin-bottom: 0.3rem;
    text-indent: -3px;
}
.eas-acts {
    font-size: 0.8rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webikit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
}

/* UTILITY CLASSES */
.fullWidthGrey {
    background:#BFBFBF;
    clear: both;
    overflow:hidden;
    height: 1%;    
}
.fullWidthWhite {
    background: #FFF;
    clear: both;
    overflow: hidden;
    height: 1%;
}

/****************************************************************************************
 Food and Beverage
*/

#foodListing li a.th {
    border: 0;
    padding: 20px 20px 0;
    box-shadow: none;
}
#foodListing li p {
    font-size: 0.8rem;
    font-family: Roboto, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;    
}

[class*="block-grid-"].text-center {
  font-size: 0;
}

[class*="block-grid-"].text-center > li {
  float: none!important;
  display: inline-block!important;
  /*outline: 1px solid #c5c5c5;*/
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
}

img.food-image-icon {
    margin-right: 5px; 
    margin-left: 0;
    width:50px!important;
    border:0!important;
    -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.3)); 
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.3));
}

/***************************************************************************************/
/* MEDIA QUERIES */
/* small only */

@media only screen and (max-width: 40em) {
    /**/
    
    .row.headliners,
    .row.promos,
    .row.attractions {
        margin-bottom: 1em;
    }
     .social-icons-home-list {
        top: 0.2rem;
    }
    .social-icons-home .fa-stack.fa-2x {
        font-size: 1.3rem;
        outline: 1px solid red;
    }     
}
/* medium alterate */

@media only screen and (min-width: 480px) and (max-width: 800px) {
    /**/
    .festivalDates {
        font-size: 1.1rem;
    }
    .eas-acts {
    font-size: 0.8rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webikit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    }
    .headerDates-sm {
    font-family: 'Lobster Two Bold Italic', cursive;
    color: #FFF;
    font-size:1.0rem;
    padding: 10px 15px 7px;
    border-bottom: 1px solid #333;
    }
    
}
/* medium - iphone 6 landscape */

@media only screen and (min-width: 40.063em) {
    /**/
    .radio-sponsor .headerDates {
        font-size: 0.8rem;
    }
    .top-bar-section {
        padding-top: 15px!important;
    }  
    .top-bar-section ul {
        padding-top: 0;
        padding-right: 0;
    }
    .top-bar-section .has-dropdown > a,
    .top-bar-section ul li a {
        padding-left: 10px!important;
        padding-right: 10px!important;
        font-size: 1.2rem;
        line-height: 1.2rem!important;
    }
    .socialWrapper {
        padding-bottom: 0.75rem;
    }
}
/* medium only - landscape */

@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
    .top-bar-section .has-dropdown > a,
    .top-bar-section ul li a {

    }
}
/* medium only */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .countdown span {
        font-size: 0.8rem;
    }
    .top-bar-section .has-dropdown > a,
    .top-bar-section ul li a {

    }
    .homeCarousel .slick-slide > div {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 5%;
    }
    .homeCarousel .slick-slide .row .title {
        font-size: 1.6rem;
    }
    .homeCarousel .slick-slide .row .subtitle {
        font-size: 1.2rem;
    }
    .homeCarousel .slick-slide .row .button.more-info {
        font-size: 0.8rem;
    }
    .homeCarousel .slick-dots {
        bottom: -20px;
    }    
    .eas-acts {
    font-size: 0.8rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webikit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    }
    .playerFrame {
        width: 100%;
    }
    .playerFrame audio {
        width: 100%;
        min-width: 300px;
    }
    .playerLogo {
        display: block;
        float: left;
        margin: 9px 9px 9px 0;
    }
    .playerLogoText {
        display: none;
        visibility: hidden;
    }
    a.close_btn {
        margin: 16px 0 0 0;
    }
    .playerFrame {
        margin: 0 0 9px 0;
        overflow-x: scroll;
    } 
.emailSignUp input[type='email'] {
        height: auto;
        padding: 3px 5px;
        max-height: 25px;
        display: inline-block;
        width: 78%;
        position: relative;
        top: 2px;
        border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px; 
        border: 1px solid #f3f3f3;
    }
    .emailSignUp #mc-embedded-subscribe {
        height: auto;
        padding: 5px 10px;
        position: relative;
        top: 0;
        text-transform: uppercase;
        border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;    
        border: 1px solid #fff;
        font-size: 0.6875rem!important;
        display: inline-block;
        width: 18%;
        margin: 0 0 0 5px;
    }      
}
/* large */

@media only screen and (min-width: 64.063em) {
    /**/
    .header {
    padding-top: 1rem; 
    padding-bottom: 1rem;
    }
    
    .festivalDates {
        font-size: 1.1rem;
    }
    
    .top-bar-section ul.right {
        padding-top: 35px;
    }   
    .row.headliners {
        margin-bottom: 1.5em;
    }
    .row.promos,
    .row.attractions {
        margin-bottom: 2em;
    }
    .pencil-push {
        margin-bottom: 2em;
    }
    .top-bar-section .has-dropdown > a,
    .top-bar-section ul li a {
        padding-right: 25px!important;
        padding-left: 25px!important;
    }
    .homeCarousel .slick-slide > div {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 6%;
    }
    .homeCarousel .slick-slide .row .title {
        font-size: 2rem;
    }
    .homeCarousel .slick-slide .row .subtitle {
        font-size: 1.4rem;
    }
    .homeCarousel .slick-slide .row .button.more-info {
        font-size: 1rem;
    }
    body {
        background: #000 url(/assets/theme/bg-body.jpg) center center fixed;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		clear: both;
    }
    body.home {
        background: #000;
    }
     .eas-acts {
    font-size: 0.8rem;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webikit-column-width: 20%;
    -moz-column-width: 20%;
    column-width: 20%;
    }
    .playerInner {
        padding: 0 12px;
    }
    .playerLogoText {
        display: none;
        visibility: hidden;
    }
    .social-icons-home-list {
        top: 2.0rem;
    }
    .social-icons-home .fa-stack.fa-2x {
        font-size: 3.0rem;
    }
    .social-icons-home-list {
        top: 0rem;
    }
    .social-icons-home .fa-stack.fa-2x {
        font-size: 2.0rem;
    }    
    
    .emailSignUp input[type='email'] {
        height: auto;
        padding: 8px 5px;
        max-height: 25px;
        display: inline-block;
        width: 75%;
        position: relative;
        top: 2px;
        border-radius: 3px 0px 0px 3px;
        -moz-border-radius: 3px 0px 0px 3px;
        -webkit-border-radius: 3px 0px 0px 3px; 
        border: 1px solid #f3f3f3;
    }
    .emailSignUp #mc-embedded-subscribe {
        height: auto;
        padding: 6px 10px;
        position: relative;
        top: 1px;
        text-transform: uppercase;
        border-radius: 0px 3px 3px 0px;
        -moz-border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;    
        border: 1px solid #fff;
        font-size: 0.6875rem!important;
        display: inline-block;
        width: auto;
        margin: 0 0 0 5px;
    } 
    
    .large-block-grid-4 > li:nth-of-type(4n+1) {    
        clear: none;

    }
    
    .large-block-grid-4 > li:nth-of-type(5n+5) {    
        clear: none;

    }    
   
}
/* large only */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    /**/
}
/* xlarge */

@media only screen and (min-width: 90.063em) {
    /**/
    
    .radio-sponsor .headerDates {
        font-size: 1.1rem;
    }    
    
    .top-bar-section .has-dropdown > a,
    .top-bar-section ul li a {
        padding-left: 20px!important;
        padding-right: 20px!important;
        font-size: 1.0rem!important;
        line-height: 2.0rem!important;
    } 
    
    .homeCarousel .slick-slide > div {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 20%;
    }
    .homeCarousel .slick-slide .row .title {
        font-size: 2.4rem;
    }
    .homeCarousel .slick-slide .row .subtitle {
        font-size: 2rem;
    }
    .homeCarousel .slick-slide .row .button.more-info {
        font-size: 1.4rem;
    }
    .eas-acts {
    font-size: 0.8rem;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webikit-column-width: 20%;
    -moz-column-width: 20%;
    column-width: 20%;
    }
}
/* xlarge only */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.playerInner {
        padding: 0 12px;
    }
    .playerLogoText {
        display: none;
        visibility: hidden;
    }
    .social-icons-home-list {
        top: 1.2rem;
    }
    .social-icons-home .fa-stack.fa-2x {
        font-size: 3.0rem;
    }     
    /**/
}
/* xxlarge */

@media only screen and (min-width: 120.063em) {
    /**/
}
/*********************************************
iPad Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .homeCarousel .slick-slide .row .title {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .homeCarousel .slick-slide .row .subtitle {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}
/*********************************************
PLAYER */

#PlayerWrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    background: #000;
    width: 100%;
    text-align: center;
}
.playerInner {
    margin: 0 auto;
    width: 100%;
    max-width: 967px;
}
#PlayerWrap a.close_btn {
    /*background: url(/assets/images/Player/player_buttons.png) -435px -17px no-repeat;
    text-indent: -99999px;*/
    
    display: block;
    float: right;
    margin: 12px 12px 0;
    border: 2px solid #D0112B;
    padding: 2px;
    color: #D0112B;
    position: relative;
    height: 20px;
}
#PlayerWrap a.close_btn i {
    color: #D0112B;
    position: relative;
    top: -10px;
    font-size: 10px;
}
.playerFrame {
    display: block;
    float: left;
    text-align: left;
    overflow: visible;
    margin: 12px 0 0 0;
}
.playerFrame audio {
    width: 300px;
}
.playerLogo {
    display: block;
    float: right;
    margin: 10px 9px 9px 0;
}
.playerLogoText {
    display: block;
    float: right;
    margin: 15px 9px 9px 9px;
    color: white;
    font-size: 12px;
}

/* SPONSOR RECAPS */
.red-text { color: #e51937; }

#content .sponsor-tabs.tabs li {
    padding: 0;
}
#content .sponsor-tabs.tabs .tab-title a {
    font-size: 12px; /* 14px */
    font-family: 'Roboto Bold', Arial, sans-serif;
    text-align: center;
    color: #FFF;
    border: 1px solid #999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc2c2c+0,720000+100 */
    background: #cc2c2c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #cc2c2c 0%, #720000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc2c2c), color-stop(100%,#720000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc2c2c 0%,#720000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cc2c2c 0%,#720000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cc2c2c 0%,#720000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cc2c2c 0%,#720000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2c2c', endColorstr='#720000',GradientType=0 ); /* IE6-8 */

}
#content .sponsor-tabs.tabs .tab-title.active a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
    background: #b5bdc8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-8 */
    color: #FFF;
}

/* BLOG SECTION */
#content.blog-post,
#content.blog-posts {
    /**/
}

#content.blog-posts .blog-wrapper img.ff-smile {
    outline: 0;
    border: 0;
    position: absolute;
    top: -15px;
    right: -5px;
    width: 40px;
    height: 40px;
}

#content.blog-post h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    margin-left: -1.875rem;
    padding-left: 1.875rem;
    font-family: 'Lato Light','Arial', sans-serif;   
    font-weight: 300;
    font-size: 2.5rem;
    padding-bottom: 12px;
    margin-bottom: 1rem;
}

#content.blog-post .postContent h2 {
    border: 0;
    margin-bottom: 1.7rem;
    font-size: 2.0rem;
}

#content.blog-post .postContent h3 {
    border: 0;
    font-family: 'Roboto Condensed Bold', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#content.blog-post .blogPostImage .captions {
    border-bottom: 1px solid #111;
    clear: both;
    overflow: hidden;
    height: 1%;
    margin: 0 0.9375rem 1rem;
    font-style: italic;
}

#content.blog-post .blogPostImage .captions .caption {
    font-size: 0.9rem;
    padding-left: 0;    
}

#content.blog-post .blogPostImage .captions .photoCredit {
    font-size: 0.8rem;
    padding-right: 0;
    padding-left: 0;     
}

#content.blog-post span.share-links {
    font-family: 'Lato Light','Arial', sans-serif;   
    font-weight: 300;
    font-size: 1.5rem;
    padding-right: 10px;
    color:#D12133;
}

#content.blog-posts h2.headlines {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding-left: 10px;
    font-family: 'Lato Light','Arial', sans-serif;   
    font-weight: 300;
    font-size: 2.0rem;
    margin-bottom: 0.5rem;
}

#content.blog-posts .blog-wrapper {
    padding-top: 20px;
}

#content.blog-posts .blog-wrapper:hover {
    background: #f5f5f5;
}

#content.blog-posts .blog-wrapper img {
    outline: 1px solid #333;
    margin-bottom: 10px;
}

#content.blog-posts .postedOnDate {
    font-weight: normal;
    font-style: italic;
    color: #333;
}

#content.blog-posts .descBlock {
    color: #111!important;
}

/* MISC */
.shadow-right-bottom {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.5);
}


/* TABLES */
table.sf {
    background: #FFF;
}

table.sf tr,
table.sf td {
    background: transparent;
}

table.sf tr.heading td {
    background: #111;
    color: #FFF;
    font-size: 1.2rem;
    font-family: 'Lobster Two Bold', cursive;
}



 
/***********************************************************************************
Responsive Tables
***********************************************************************************/

table th {
    font-weight: bold;
}
table td,
table th {
    padding: 9px 10px;
    text-align: left;
}
/* Mobile */

@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0;
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap;
    }
    .pinned td:last-child {
        border-bottom: 0;
    }
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }
    div.table-wrapper div.scrollable table {
        margin-left: 35%;
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none;
    }
    
    .flt-rgt {
        float: none;
    }

    .flt-lft {
        float: none;
    }
}

/* For Print */
h1 {
  page-break-before: always;
}

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}

table, figure {
  page-break-inside: avoid;
}

.print-only {
    display: none!important;
}


@media only print {
    .hide-for-print {
        display: none!important;
    }
   .print-only {
        display: inherit!important;
    } 
}

@page {
  size: 8.5in 11in;  
  margin: 70pt 60pt 70pt;
}

@page:left{
  @bottom-left {
    content: "Page " counter(page) " of " counter(pages);
  }
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}
