/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

html {
    overflow-y: scroll;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
    height: 100%;    
}

h1 {    
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 25px;
}
h2 {    
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
    margin: 0 0 25px;
}
h3 {
    color: #fff;
    font-size: 27px;
    line-height: 27px;
    font-weight: bold;
    margin: 0 0 20px;
}
h4 {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
}
h5 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
body {
    background: rgb(2,93,112);
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 24px;
}
body .row {
    max-width: 1280px;
}
body > .contentRender {
    min-height: 100%;
    height: 100%;
}

body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}
ul {
    text-align: left;
}
p { 
    font-size: 18px;
    line-height: 24px;
}

a, a:focus {
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
div[class$="core_textbox"] a, div[class$="core_textbox"] a:hover {  
    color: #F7C610;
    text-decoration: underline;
}
i.fa {
    font-size: 20px;
}
.footer-container i.fa {
    font-size: 22px;
}

.panel-treatment {
    margin: 60px auto;
}
.color-1 {
    background: rgb(2,93,112) !important;
    color: #fff;
}
.color-1-trans {
    background: rgba(2,93,112,.8);
    color: #fff;
}

.color-2 {
    background: rgb(2,93,112) !important;
    color: #fff;
}
.color-2-trans {
    background: rgba(255,130,0,.8);    
    color: #fff;
}
.button-buy {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px 10px;
    border: 1px solid #fff;
}
.button-buy i {
    margin-right: 5px;
}
.arrow.slick-disabled {
    opacity: .2;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #e1a131;
    opacity: 1;
}
.slick-dots li:hover button {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.slick-slider .arrow { 
    position: absolute; 
    bottom: calc(50% - 25px);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white; 
    font-size: 20px; 
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    z-index: 2;
}
.slick-slider .arrow.nextSlide { 
    right: 0px; 
    border-right: none;
}
.slick-slider .arrow.prevSlide { 
    left: 0px;
    border-left: none;
}

.add-grad-overlay {
    position: relative;
    overflow: hidden;
}
.custom-header-slideshow-a .add-grad-overlay {
    position: static;
}
.add-grad-overlay:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 250px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
}
.restrict-widget-width {
    max-width: 1280px;
    margin: 0px auto;
}

.contact {
    display: inline-block; 
}
.contact p {
    line-height: 40px;
    margin: 0 20px 0 0;
}

.panel-page {
    min-height: 100%;
    position: relative;
}

.panel-page > .content {
    padding: 0px;
}

.panel-custom-header {
    position: relative;
    z-index: 10;
    padding: 0;    
    text-align: center;
}

.panel-custom-header .logo p {
    margin-bottom: 20px;
}
.panel-custom-header .main-nav, .panel-custom-header .social-nav {
    display: inline-block;
}
.panel-custom-header .main-nav {
    height: 50px;
    line-height: 50px;
    vertical-align: top;
}

.panel-custom-one-col {
    padding-top: 20px;
    text-align: center;
}
.panel-custom-one-col.text-left {    
    text-align: left;
}
.panel-custom-one-col.text-right {
    text-align: right;
}


.panel-custom-two-col-left h1 {
    margin-bottom: 10px;
}
.panel-custom-two-col-left .col-image .text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    min-height: 40%;
    z-index: 2;
}
.panel-custom-two-col-left .col-image h4, .panel-custom-two-col-left .col-image p {
    color: #fff;
}
.panel-custom-two-col-left img {
    width: 100%;
}
@media only screen and (max-width: 64.063em) {
    .panel-custom-two-col-left h1 {
        margin-bottom: 0px;
        margin-top: 10px;
    }
}


.panel-custom-footer {
    min-height: 200px;
    padding: 40px 0 35px;
    text-align: left;
}
.panel-custom-footer .logo-footer, .panel-custom-footer .social-footer {
    display: inline-block;
}
.panel-custom-footer .logo-footer {
    padding: 0px 10px;
}
.panel-custom-footer .social-footer .social-icon {
    padding: 0px 40px 0 0;
    margin: 0;
}

.panel-custom-footer.b {
    padding: 0px 0 35px;
    background: #58595b;
    color: #fff;
}
.panel-custom-footer.b .full-width {
    background: #025D70;
    height: 70px;
    line-height: 70px;
    border-bottom: 4px solid #fff;
    margin-bottom: 40px;
    text-align: center;
}

.panel-custom-footer.b .widget-logo {
    float: right;
    padding-right: 10px;
}
.panel-custom-footer.b .footer-nav {
    max-width: 400px;
}
.panel-custom-footer.b .footer-nav li {
    display: inline-block;
}
.panel-custom-footer.b .widget-basic-links > div {
    max-width: 470px;
}
.panel-custom-footer.b .widget-basic-links {
    max-width: 470px;
    float: left;
}
.panel-custom-footer.b .widget-basic-links > a:not(:first-of-type) {
    border: none;
}
.panel-custom-footer.b .widget-basic-links .email {
    padding-left: 0px;
    margin-top: 10px;
}
.panel-custom-footer.b .social-footer .social-icon {
    padding: 0px 20px;
}

@media only screen and (max-width: 64.063em) {
   .panel-custom-footer.b .widget-logo {
        float: none;
        padding-right: 0px;
        text-align: center;
    }
    .panel-custom-footer.b .widget-basic-links {
        float: none;
        max-width: 300px;
    }
    .panel-custom-footer.b .widget-basic-links > a {
        padding-left: 0px !important;
    }
    .panel-custom-footer.b .footer-nav {
        max-width: 300px;
    }
    .panel-custom-footer.b .footer-nav li {
        display: block;
        padding-left: 0;
    }
    .panel-custom-footer.b .social-footer .social-icons {
        margin: 3px 0px 5px 0px;
    }
}

.panel-custom-footer.c {

}
@media only screen and (max-width: 64.063em) {
    .panel-custom-footer.c .social-icons {
        margin: 5px 10px 5px -5px;
    }
    .panel-custom-footer.c .social-footer {
        display: block;
        margin: 0px auto;
        max-width: 300px;
    }
    .panel-custom-footer.c .widget-basic-links > a {
        padding-bottom: 10px;
    }
}

.panel-custom-header.b {
    background: #262626;
}
.panel-custom-header.b .line-1 {
    line-height: 40px;
    height: 40px;
    text-align: right;
}
.panel-custom-header.b .line-2 {
    background: rgb(2,93,112);
}
.panel-custom-header.b .search-widget-headerbox .fa {
    line-height: 40px;
    padding: 0px 20px;
    background: #025D70;
    color: #fff;
}
.panel-custom-header.b .search-widget-headerbox {
    height: 40px;
    line-height: 40px;
}
.panel-custom-header.b .search-widget-headerbox input[type=search] {
    height: 40px;
    border: none;
}
.panel-custom-header.b .search-widget-headerbox.active input[type=search] {
    width: calc(100% - 57px);
}
.panel-custom-header.b .social-icons {
    margin-right: 70px;
}
.panel-custom-header.b .main-nav {
    padding: 45px 35px 35px 45px;
    float: left;
}
.rhythm .panel-custom-header.b .main-nav {
    padding: 45px 35px 95px 45px;
}
.panel-custom-header.b .logo {
    float: left;
}
.rhythm .panel-custom-header.b .logo {
    margin: 10px 0 0 -15px;
}
.panel-custom-header.b .navPrimary .item .dropdown.color-1 {
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
}
.panel-custom-header.b .navPrimary .dropItem .dropTitle a {
    color: #58595b;
}
.panel-custom-header.b .navPrimary > .item > a {
    border: none;
    padding: 0px 20px;
}
.panel-custom-header.b .navPrimary > .item:hover, .panel-custom-header.b .navPrimary > .item.open, .panel-custom-header.b .navPrimary > .item.selected {
    background: rgb(2,93,112);
    color: #fff !important;
}
.panel-custom-header.b .navPrimary > .item:hover a, .panel-custom-header.b .navPrimary > .item.open a, .panel-custom-header.b .navPrimary > .item.selected a {
    color: #fff !important;
}
.panel-custom-header.b .navPrimary > .item:hover .dropdown a, .panel-custom-header.b .navPrimary > .item.open .dropdown a, .panel-custom-header.b .navPrimary > .item.selected .dropdown a {
    color: #58595b !important;
}
@media only screen and (max-width: 1290px) {
    .rhythm .panel-custom-header.b .logo {
        margin: 15px;
    }
}
@media only screen and (max-width: 64.063em) {
    .panel-custom-header.b .line-1 {
        height: 0px;
        position: absolute;
    }
    .panel-custom-header.b .social-nav {
        display: none;
    }
    .panel-custom-header.b .search-box {
        margin-top: 10px;
    }
    .panel-custom-header.b .search-widget-headerbox .fa {
        background: transparent;
        padding-right: 0;
    }
    .panel-custom-header.b .main-nav {
        padding: 35px 35px 25px 35px;
    }
    .panel-custom-header.b .search-widget-headerbox.active input[type=search] {
        width: calc(100% - 160px);
    }
    .panel-custom-header.b .mobileNav .dl-trigger.menu-icon {
        margin-top: 1px;
    }
    .rhythm .panel-custom-header.b .main-nav {
        padding: 35px 35px 25px 35px;
    }
    .rhythm .panel-custom-header.b .logo {
        margin: 0 5px;
    }
}
@media only screen and (max-width: 40.063em) {
    .panel-custom-header.b .mobileNav .dl-trigger.menu-icon {
        margin-top: 6px;
    }
}

/* DTN Mobile Footer Banner */
.panel-custom-footer.hasMobileAd {
    height: 150px;
}

.panel-custom-footer.hasMobileAd .mobileAd {
    display: block;
}

.panel-custom-footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
}

.panel-custom-footer .mobileAd #dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel-custom-footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel-custom-footer .mobileAd .fa {
    color: white;
}

.navFooter {
    margin-left: 0px;
    margin-bottom: 0px;
}

.navFooter .item {
    display: inline;
}
.navFooter .item {
    border-right: 1px solid #ccc;
    margin-right: 5px;
    padding-right: 5px;
}

.navFooter .item:last-child {
    border-right: 0px; 
}

.navFooter .item a {
    font-size: 15px;
    line-height: 35px;
    color: #ccc;
    text-transform: uppercase;
}
.navFooter .item.no-border a {
    border: none;
}
.navFooter ul.dl-submenu {
    display: none;
}

/*** Social Hub ***/
.panel-custom-socialhub {
}

.panel-custom-socialhub .rawContent {
    display: none;
}

.panel-custom-socialhub .panes {
}

.panel-custom-socialhub .panes > .pane {
    display: none;
}

.panel-custom-socialhub .panes > .pane.active {
    display: block;
}

.panel-custom-socialhub .tabs {
    overflow: hidden;
}

.panel-custom-socialhub .tabs .tabContent {
    padding: 10px;
    float: left;
    text-align: center;
    background: #eee;
    cursor: pointer;
}
.panel-custom-socialhub .tabs > .tab.active .tabContent {
    background: #bbb;
}

.panel-custom-socialhub .powered-by-youtube {
    clear: both;
    font-size: 11px;
    line-height: 18px;
}

.panel-custom-socialhub .youtube-logo {
    height: 24px;
    width: 53px;
    display: block;
}
.youtube-logo {
    background: url(/includes/public/assets/shared/youtube_logo_bw.png) no-repeat;
}

/* Consistent styling for shared action items in event/listing/offer layout and detail */
/* Usually appears as foo | bar | baz, span separated */
.shared-action-items {
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.shared-action-items span {
    padding-right: 5px;
    margin-right: 5px;
    float: left;
    border-right: 1px solid #ccc;
}

.shared-action-items span:last-child {
    border-right: none;
}

.shared-back-button{
    display: none;
}

.sitemap {
    text-align: left;
    text-transform: uppercase;
}
.sitemap a, .sitemap a:focus, .sitemap h4 {
    color: #fff;
}

@media only screen and (max-width: 64.063em) {
    h1 {    
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    h2 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 10px;
    }
    h3 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    h4 {
        font-size: 22px;
        line-height: 26px;
    }
    h5 {
        font-size: 16px;
        line-height: 18px;
    }
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .panel-treatment {
        margin: 30px auto;
    }
    .panel-custom-header {
        text-align: left;
    }
    .panel-custom-header .widget-logo {
        margin: 5px 0;
        background: transparent;
        padding: 2px;
    }
    .panel-custom-header .logo {
        position: absolute;
        z-index: 1015;
    }
    .panel-custom-header .logo img {
        height: 46px;
    }
    .panel-custom-header .line-1 {
        height: 1px;
    }
    .panel-custom-header .line-2 {
        background: rgb(2,93,112) !important;
    }
    .panel-custom-header .line-3 {
        display: none;
    }
}

@media only screen and (max-width: 40.063em) {
    .panel-custom-footer {
        text-align: left;
    }
    .panel-custom-footer .logo-footer {
        width: 100%;
        text-align: center;
    }
    .panel-custom-footer .social-footer .social-icon {
        padding: 0px 10px;
    }
    .panel-custom-header .social-nav {
        margin-bottom: 10px;
    }       
}


/* Mars Music Microsie */
.panel-page.marsmusic,
.marsmusic .panel-custom-header .line-2,
.marsmusic .panel-custom-header .search-widget-headerbox .fa,
.marsmusic .panel-custom-header .search-widget-headerbox input[type="search"] {
    background-color: #334c68 !important; /* #1c2e42 */
}
/* Desktop & up */
@media only screen and (min-width: 64.063em) {
    .marsmusic .panel-custom-header.b .mars-only,
    .rhythm .panel-custom-header.b .mars-only {
        display: inline-block !important;
        visibility: visible !important;
    }
}
.marsmusic .panel-custom-header.b .mars-only .logo-link:hover {
    text-decoration: none;
}
.marsmusic .panel-custom-header.b .mars-only img {
    width: 44px;
    margin-right: 25px;
}
.marsmusic .panel-custom-footer,
.marsmusic .button-buy,
.marsmusic .slick-slider .arrow {
    background-color: #ee2c3c !important;
}
.marsmusic .panel-custom-three-col-even {
    text-align: center;
}
.marsmusic .panel-custom-three-col-even h3 {
    font-family: 'Righteous', cursive;
    font-size: 35px;
    line-height: 1;
}




/* Mars Music Microsie */
.panel-page.rhythm,
.rhythm .panel-custom-header .line-2,
.rhythm .panel-custom-header .search-widget-headerbox .fa,
.rhythm .panel-custom-header .search-widget-headerbox input[type="search"] {
    background-color: #0d3c57 !important;
}
/* Desktop & up */
@media only screen and (min-width: 64.063em) {
    .rhythm .panel-custom-header.b .mars-only {
        display: inline-block !important;
        visibility: visible !important;
    }
    .rhythm .panel-custom-header.b .mars-only a.logo-link:hover {
        text-decoration: none;
    }
}
.rhythm .panel-custom-header.b .mars-only img {
    width: 44px;
    margin-right: 25px;
}
.rhythm .panel-custom-footer,
.rhythm .slick-slider .arrow {
    background-color: #37c0e5 !important;
}

.rhythm .panel-custom-footer,
.rhythm .panel-custom-footer .footer-nav a:link {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}
