body {
	color: #3e3935;
	background-color: #00205C;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2 {
	color: #00205C;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3 {
	color: #00205C;
	text-transform: capitalize;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

h4, h2.empera {
	color: #00205C;
	font-family: "Empera-Soft";
	font-weight:normal;
}

h5 {
	font-family: proxima-nova, sans-serif;
	color: #00205C;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.white {
	color:#fff;

}

.empera {
	font-family: "Empera-Soft";
	font-weight:normal;
}

.sans-serif-header {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom:0rem;
}

.lowercase {
	text-transform: lowercase;
}

footer h4 {
	color:#fff;
}

a {
	color: #ba0600;
	font-weight: 700;
}

a:hover, a:focus {
    color: #8b000b;
}

.social a {
	margin-left:0.25rem;
}

.button.hollow {
border: 1px solid #fff;
color: #fff;
}

.button.hollow:hover, .button.hollow:focus {
border-color: #ba0600;
color: #ba0600;
}

p.bands {
	background: #a329ba;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	text-transform:uppercase;
	padding: .325em .875em;
	font-size:70%;
}

.event-info p {
	text-transform:uppercase;
}

.hashtag  {
	font-family: "Empera-Soft";
	font-weight:normal;
	font-size:130%;
	margin-right:10px;
}

.social-icons {
	font-size: 14px;
}

.bullet-hr {
    color: #ba0600 !important;
    border: dashed 1px #a329ba !important;
    width: 1000px !important;
	width: 25%  !important;
}

ul,
li {
  padding: 0;
  margin: 0;
}

.terms ul {
	margin-left:40px;
}

ul, li {
  margin-bottom: 2em;
}

ol li {
	margin-bottom: 2em;
}

ol.contents li {
	font-size: 14px;
	margin-bottom:0px;
}

ul.check li, ul.plus li, ul.caret li, ul.flag li  {
	margin: .5em;
	margin-left: .5rem;
	list-style: none;
}

ul.check li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #00205C;
}

ul.plus li:before {
  content: '\f067';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color:  #00205C;
}

ul.caret li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #00205C;
}

.precontent {
	padding:1.25rem 0;
}

main {
	background-color: #fff;
	padding:20px;
}
	
.postcontent {
background: #c0daf1 url(../images/flex.jpg);
	padding-top:1.5rem;
	border-top: 12px solid #00205C;
}

footer {
	background-color: #00205C;
	color:#fff;
	padding:1.875em;
}

.button {
	background-color:#ba0600;
	text-transform:uppercase;
	font-weight: 700;
}

.button:hover, .button:focus {
    background-color: #8b000b ;
	color:#fff;
}

.highlight {
	background: #ba0600;
	color:#fff;
	padding:15px 0px 15px 0px;
}

.highlight h3, .highlight p {
	color: #fff;
}
.highlight a {
	color: #fff;
}
.highlight a:hover {
	text-decoration: underline;
}

main {
	padding-bottom:1.25rem;
}

.bluebox {
	background-color: #00205C;
	color:#fff;
	padding:25px;
	border:8px solid #00205C;

}

.bluebox h4{
color:#fff;
}

	
.outlinebox {
	background-color: #fff;
	border:8px solid #00205C;
	padding:25px;
	height:100%;
}

.outlinebox p {
	margin-bototm:0px;
}

.visionicon {
	width:30%;
}


footer .button.hollow:hover, .button.hollow:focus {
    border-color: #ba0600;
	color: #ba0600;
}

footer .button.hollow  {
    border-color: #fff ;
	color:#fff;
}

footer .copyright a {
	font-weight: normal;
}
footer .copyright  {
	font-size: 75%;
	line-height: inherit;
}

iframe, object, embed {
    max-width: 100%;
}

.topbar-responsive {
	background: #00205C;
	text-transform:uppercase;
	font-weight: bold;
}

.topbar-responsive .topbar-responsive-logo {
	vertical-align: middle;
}

@media only screen and (max-width: 40em) {
    
    .topbar-responsive .topbar-responsive-logo img {
            height:40px;
            margin-top:5px;
            margin-left:5px;
    }
}

.topbar-responsive .topbar-responsive-logo img { 
    margin-left:15px; 
	height:80px;
}

.topbar-responsive .menu {
  	background: #00205C;
}

.topbar-responsive .menu li:last-of-type {
  	margin-right: 0;
}

.topbar-responsive .menu li:first-of-type {
  	margin-left: 15px;
}

.topbar-responsive .menu a, footer a {
  	color: #fefefe;
  	transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover, .topbar-responsive .menu a  .active > a, footer a:hover {
  	color: #ba0600;
}

.topbar-responsive .top-bar-title span {
	border: none !important;
}

 .topbar-responsive .top-bar-title span:hover   {
	background-color: #ba0600;
}

.menu-icon:hover::after {
    background: #fff !important;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff !important;
}

.topbar-responsive .menu a.topbar-responsive-button {
  color: #fff;
  border-color: #fff;
    padding: 0.75rem;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu a.topbar-responsive-button:hover {
  color: #ba0600;
  border-color: #ba0600;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a.topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
	.topbar-responsive-links {
	margin-top:20px;
}
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}

body.page-event header .top-bar  li.page-event a,
body.page-lineup header .top-bar  li.page-lineup a,
body.page-getting-here header .top-bar  li.page-getting-here a,
body.page-sponsors header .top-bar  li.page-sponsors a,
body.page-contact header .top-bar  li.page-contact a,
body.page-faqs header .top-bar  li.page-faqs a,
body.page-beneficiary header .top-bar  li.page-beneficiary a,
body.page-tickets header .top-bar  li.page-tickets a,
body.page-lodging header .top-bar  li.page-lodging a {
		color: #ba0600;
}
	
.orbit {
	background-color: #00205C; 
}
	
.teaser-content-section-block-header, .teaser-content-section-block-subheader {
	color:#fff;
}

.teaser-content-section-block-subheader {
		margin-bottom: 1.3rem;
}

.teaser-content-section-block-header {
	font-family: "Empera-Soft";
	font-weight:normal;
}
	
.teaser-content-section-block-header {
	font-size: 2rem;
	line-height: 2.25rem;
  }

.teaser-content-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.teaser-content-section .teaser-content-section-img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.teaser-content-section .teaser-content-section-img img {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .teaser-content-section .teaser-content-section-img {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.teaser-content-section .teaser-content-section-block {
  padding: 1rem;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
	  background: #ba0600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.teaser-content-section .teaser-content-section-block.block {
  background: #00205C;
}

.teaser-content-section .teaser-content-section-block.block-blue {
 	background: #8ebfe3;
}

.teaser-content-section a, .teaser-content-section p {
	color:#fff;
}

.teaser-content-section i.fa.fa-plus, .teaser-content-section i.fa.fa-arrow-right {
	margin-right: 0.25rem;
}

.teaser-content-section a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .teaser-content-section .teaser-content-section-block {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 2rem;
  }
	.teaser-content-section-block-header {
	font-size: 2rem;
	line-height: 2.25rem;
  }
}

@media screen and (min-width: 64em) {
 	.teaser-content-section-block-header {
	font-size: 2.8rem;
		line-height: 2.875rem;
	
  }
}

nav li.empera a, footer .button.hollow.empera  {
	font-family: "Empera-Soft";
	font-weight:normal;
	font-size:1.25rem;
}

@media screen and (min-width: 40em) {
  nav li {
margin-bottom:.325rem;
}

}

.hero-header {
    position:relative;
}

.hero-text {
    left: 0;
    position:absolute;
    text-align:center;
    top: 38%;
    width: 100%;
	font-family: "Empera-Soft";
	font-weight:normal;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hero-text {
	top: 35%;
		font-size: 2.4rem;
	  }
}

.ticketinfo a.accordion-title, .hotelinfo a.accordion-title  {
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size:24px;
	font-style: normal;
}

.faqs a.accordion-title  {
	font-weight: 700;
	font-size:18px;
}

.cost {
	font-size:13px;
}
	  
.accordion-item a   {
	background: #f3f3f3;
  	color: #3e3935;
}

.accordion-item a:hover, .accordion-item.is-active a {
    background: #00205C;
    color: #fff;
}

.accordion-content a.button {
  background: #ba0600 !important;
  color: #fff !important;
}
.accordion-content a.button:hover {
   background-color: #8b000b !important ;
	color:#fff !important;
}

.accordion-content a {
  background: none !important;
  color: #ba0600 !important;
}

.accordion-content a:hover, .accordion-content a:focus {
    color: #8b000b !important;
}

.ticketinfo li, .faqs li, .hotelinfo li {
  margin-bottom:0px;
}


@media screen and (min-width: 64em) {

#lineup-section li.tabs-title {
  width: 25%;
  }
  
  #lineup-section  .tabs-title > a {
    font-size: 100%;
	  text-align: center;
  }
}

#lineup-section  .accordion-item > a {
    font-size: 100%; 
}

#event-teaser-images a img, #faqs a img, #pr-images a img {
    border-radius:6px; 
}

#event-teaser-images a img:hover, #hotel-content a img:hover, #pr-images a img:hover {
  opacity:0.5; 
}

#back-top {
  position: fixed;
  bottom:20px;
  right: 2%;
  z-index: 100; 
}

.full-width {
	width: 100%;
}


.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }

}

table.tiers tbody td {
  padding-bottom:0px;
  padding-top:0px;
	border:0px;
}

table.tiers {
	border:0px;
	border-collapse: separate;
}

table.tiers td.fade {
  color: #a7a9ac;
}


table.tiers .fa-chevron-right {
	color: #a7a9ac;
	float: right;
	margin: 20px 0px -20px 0px;
}

@media screen and (min-width: 64em) {
table.tiers {
width:45%;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
table.tiers {
width:65%;
	}
}

