/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/
/* ===================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
    
Base orange
hex #ff8000;
    
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

body {
    /*font-size: 16px;*/
    font-family: 'Roboto', sans-serif;
    background: #fff;
    /*line-height: 1;*/
    color: #000;
}

a {

    color: #00a0df;

}

a:hover {
    /*
    color: #2a6496;
    text-decoration: underline;
    */
}

h1 {
    /*
    color: #428bca;
    */
    text-shadow: none;
    color: #000;
}

h2 {
    /*
    color: #428bca;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-shadow: none;
    */
    color: #000;
}

h3 {
    /*
    color: #428bca;
    */
    color: #000;
}

h4 {
    /*
    color: #428bca;
    */
    color: #000;
}

h5 {
    /*
    color: #428bca;
    */
    color: #000;
}

.Masthead {
    /*
    box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    */
}

#content-container .container {
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#dvCustomMasthead {
    display: block;
}





/***top nav**/

nav#top-site h4,
nav#top-site h5 {
    display: none;
}

.sitenav {
    background-color: #000000;
    border-bottom: 1px solid #333;
}

.sitenav ul {
    float: right;
    padding: 0px;
    margin: 0px;
}

.sitenav ul li {
    float: left;
    margin: 0px;
    list-style: none;
}

.sitenav ul li a {
    font-size: 15.3px;
    color: #999999;
    display: block;
    padding: 3px 8px;
    line-height: 1;
}

.sitenav ul li a:hover,
.sitenav ul li a.active {
    color: #ffffff;
    text-decoration: none;
}






/*-- header --*/
header .ad-space>* {
    margin: auto;
    max-width: 780px;
    padding: 10px 0;
}

header {}

.single header {
    margin-bottom: 30px;
}

header .brand a {
    display: inline-block;
    max-height: 115px;
    font-weight: bold;
}

header .brand img {
    width: 100%;
    height: 115px;
}

.brand.container div span {
    font-size: 24px;
}

.brand.container div span:first-of-type {
    font-weight: bold;
}

.brand.container div span {
    display: block;
}


/* ============= Uber Nav Styles ============== */

#ubernav {
    background-color: #000;
    min-height: 32px;
}

/*#mags li:first-of-type{
  width: 50%;
  float: right;
}
#shows li:first-of-type{
  width: 50%;
  float: left;
}*/
#ubernav div {
    display: flex;
    justify-content: space-between;
    /*padding: 7px 0;*/
}

#ubernav>div {
    z-index: 10;
}

#ubernav ul {
    list-style: none;
    background-color: #000;
}

#ubernav ul li {
    background-color: #000;
}

/*#ubernav ul li:first-of-type {
    margin-right: 15px;
    text-align: right;
    width: 40%;
    position: absolute;
    right: 0;
}*/
#ubernav ul li.open {
    margin-right: 15px;
    text-align: right;
    width: 100%;
    position: relative;
}

/*#ubernav ul li:first-of-type a{
  color: #fff;

}*/
#ubernav ul li:first-of-type a:after {
    font-family: 'FontAwesome';
    content: "\f106";
    margin-left: 15px;
}

#ubernav ul li:nth-of-type(n+2) {}

#ubernav ul li:nth-of-type(n+2) a:after {
    margin: 0 7px;
    text-align: center;
}

#ubernav ul li:last-of-type a:after {}

#ubernav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #c2c2c2;
    display: block;
    padding: 6px;
    font-size: 16px;
}

#ubernav ul li a:hover {
    color: #fff;
}

#ubernav ul li a.active {
    color: #fff;
    /*width: 150px;*/
}

#ubernav ul .open {}

#ubernav ul .open a:after {
    content: "\f107";
}

#ubernav ul li:nth-of-type(n+2) {
    display: none;
}

#ubernav ul .open~li:last-of-type(n+2) {
    border-right: none;
}

#ubernav ul .open~li:nth-of-type(n+2):hover a {
    background-color: #333;
    color: #fff;
}

#ubernav ul .open {
    width: 100%;
}

#ubernav ul .open~li:nth-of-type(n+2) {}

#shows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    right: 0;
}

#shows .open~li:nth-of-type(n+2) {
    display: block;
}

#shows .open~li:nth-of-type(n+2) {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: calc(100% / 5 - 1px)
}

#ubernav #mags {
    width: 100%;
}

#ubernav #mags .open~li:nth-of-type(n+2) {
    display: block;
    border-top: 1px solid #333;
}

#ubernav #mags li:first-of-type {
    width: 100px;
    z-index: 2;
    position: relative;
}


@media screen and (min-width: 1024px) {
    #ubernav .container {
        max-width: 1280px;
    }

    #ubernav #mags,
    #ubernav #shows {
        position: relative;
        right: auto;
        width: auto;
        margin-bottom: 0px;
    }

    #ubernav #mags {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #ubernav ul li:first-of-type {
        width: auto;
        position: relative;
    }

    #ubernav ul li:nth-of-type(n+2) {
        display: block;
    }

    #ubernav ul li:nth-of-type(n+2) a:after {
        color: #fff;
        content: "|";
    }

    #ubernav ul li:last-of-type a:after {
        content: "";
    }

    #ubernav ul li:first-of-type a:after {
        content: "";
    }

    #ubernav ul .open~li:nth-of-type(n+2):hover a {
        background-color: transparent;
        color: #fff;
    }

    #shows .open~li:nth-of-type(n+2) {
        width: auto;
        border: none;
    }

    #ubernav #mags .open~li:nth-of-type(n+2) {
        border: none;
    }
}

@media (max-width: 992px) {
    #shows {
        position: relative !important;
        display: block !important;
        justify-content: left !important;
    }
    
    #ubernav ul .open ~ li:nth-of-type(n+2) {
        width: 100% !important;
    }
}


/* ====================== Additional container styles ======================= */

a.dropdown-toggle.language-toggle {
    display: none;
}

.breadcrumb {
    display: none;
}

.badge {
    /*
    background-color: #428bca;
    */
}

.pagination>li>a,
.pagination>li>span {
    /*
    color: #428bca;
    */
}

.nav-tabs>li {
    /*
    color: #555;
    */
}

.nav-tabs>li>a:hover {
    /*
    color: #2a6496;
    */
}

.nav-tabs>li.active>a {
    /*
    border-top-color: #428bca;
    color: #428bca;
    */
}

body.no-nav {
    /*
    background-color: white;
    background-image: none;
    */
}






/* ====================== Navigational styles =============================== */

div#ctl00_dvTopNavigation {
    background-color: #000;
}

.navbar-collapse {
    background-color: #000;
    box-shadow: 1px 1px 5px #333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 24px;
}

.container>.navbar-collapse {
    border-bottom-color: #ff8000;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top>li>a {
    /*
    padding: 5px;
    color: #428bca;
    */
}

.navbar-top>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li>a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.navbar-nav>li>a:hover {
    color: inherit;
    background: inherit;
}

.navbar-nav>li {
    color: #fff;
}

.navbar-nav>li:hover {
    color: #fff;
    border-bottom: none;
    font-weight: normal;
    background-color: #00a0df;
}

.navbar-nav>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li>a.active {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li.active>a {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li>.dropdown-menu {
    /*
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

.dropdown-menu {
    background-color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 0px;
    margin-left: -1px;
}

.dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    color: #fff;
}

.dropdown-menu>li>a:hover {
    color: #00a0df;
    background-color: #333;
}

.dropdown i.fa.fa-caret-down {
    display: none;
}

li.dropdown {}

.left-nav>li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-nav>li>a {
    /*
    color: white;
    */
}

.left-nav>li>a:hover {
    /*
    color: white;
    background-color: #ff8000;
    */
}

.left-nav>li.active>a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav>li.active>a:hover {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
    color: #428bca;
    */
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
    color: #428bca;
    */
}

.left-subnav.in>li>a {
    /*
    color: #428bca;
    padding: 8px 0px 8px 24px;
    background-color: white;
    */
}

.left-subnav>li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-subnav>li>a {
    /*
    padding: 8px 0px 8px 11px;
    color: #428bca;
    */
}

.left-subnav>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.left-subnav>li.active>a {
    /*
    color: white;
    background-color: #428bca;
    */
}

.left-subnav>li.active>a:hover {
    /*
    color: white;
    background-color: #428bca;
    */
}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

#ctl00_UserInfo_lnkLogout {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;

}

a#ctl00_UserInfo1_lnkLogout {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;
    background: transparent !important;
}

ul.nav.navbar-nav.navbar-top.nav-logout li {
    background: transparent;
}

.navbar-toggle {
    background-color: #00a0df;
    border-color: #00a0df;
    padding: 20px 18px;
    margin: 0px;
    border-radius: 0px;
}

.navbar-toggle.collapsed {
    background-color: #000;
    border-color: #000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

#ctl00_dvTopNavigation .navbar-header {
    padding-bottom: 0px;
}

i.fa.fa-caret-down {
    /*
    display: none; (This is optional)
    */
}

@media (max-width: 992px) {
    .navbar-collapse {
        height: auto !important;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #000;
        background-color: #000;
        border-top: none;
    }

    .navbar-nav>li:hover {}

    .navbar-nav>li>a.active {
        color: #000;
        font-weight: 700;
    }

    .navbar-nav>li>a.active:hover {
        color: #000;
        font-weight: 700;
    }

    .navbar-nav>li>a {
        color: #fff;
        font-weight: 700;
        padding: 16px 16px;
    }

    .navbar-nav {
        margin: 0px 0px;
    }

    .navbar-collapse {
        background-color: #fff;
        border-top: 1px solid #000;
        border-bottom: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .dropdown-menu>li>a:link {
        padding: 16px 16px;
    }

    .dropdown-menu>li:hover {
        background-color: #000;
    }

    .navbar-header {
        background: #000;
    }
}






/** Social Icons **/

ul.social {
    float: right;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-right: 45px;
}

ul.social li,
ul.social li:hover {
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    color: white;
}


ul.social li a {
    color: white;
}

ul.social li a:hover {
    color: #00a0df;
}

@media (min-width: 993px) and (max-width: 1164px) {
    ul.social {
        display: none;
    }
}


FortWorth2025
/* =================== Fix Focus State for nav ===================== */

.nav>li>a:focus {
    background-color: transparent;
}




/* ----- Extra Classes ----- */


/* image replacement */

.ir {
    display: block;
    text-indent: -999em;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}






/* Hide but maintain layout */

.invisible {
    visibility: hidden;
}






/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    clear: both;
}


@media screen and (min-width: 1260px) {
    .container {
        max-width: 1260px;
        margin: auto;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width:1259px) {
    .container {
        width: 100%;
        margin: auto;
        padding: 0 10px;
    }

    nav#menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
        /*max-width: 780px;*/
        margin: 20px auto 0;
    }

    nav#menu ul li {
        /*margin-right: 45px;*/
    }
}

@media screen and (max-width: 767px) {
    .container {
        margin: auto;
        padding: 18px 10px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #ctl00_dvTopNavigation .navbar-header {
        width: 100% !important;
    }
}

/*-- end inner pages --*/
/*-- mobile --*/
.brand.container {
    padding: 10px 0;
}

.brand.container div {
    padding-top: 15px;
    margin-left: 15px;
}

.brand.container div span {
    display: block;
    line-height: 28px;
}

footer span {
    display: block;
}

@media screen and (min-width: 768px) {
    .brand.container {
        display: flex;
        justify-content: flex-start;
    }

    .brand.container div {
        padding-top: 10px;
        padding-left: 20px;
    }

    footer span {
        display: inline-block;
        margin-right: 35px;
    }

    footer span br {
        display: none;
    }
}

div#header {
    padding: 0px;
}

#Msg4011 {
    display: none;
}

#Msg4016 {
    margin-bottom: 20px;
}



/* ============================ */
/* === Custom footer styles === */
/* ============================ */

#footer-container .container {
	background-color: #fff;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
	max-width: 100%;
}


/* ================================== */
/* === Dark footer section styles === */
/* ================================== */

/* Dark Section styles */
.emeraldDarkSection {
    background-color: #2b2b2b;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


/* Dark Section text styles */
.emeraldDarkSection .EDScalloutTxt {
    color: white;
    display: block;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 30px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.EDSbtnBox {
    max-width: 800px;
    margin: 0 auto;
}

.EDSbtnBox .col-md-6{
    padding: 0px;
}

/* Dark Section Button styles */
.emeraldDarkSection .emeraldbtn {
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 15px 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    border: none;
    font-weight: 400;
    display: inline-block;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
	 transition: all 300ms ease 0ms;
}




@media (min-width: 993px){
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1 {
        margin-right: 40px;
        margin-left: 20px;
    }
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2 {
		margin-right: 10px;
		margin-left: 30px;
		padding: 15px 20px;
	}
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2:hover{
        padding: 15px 25px 15px 15px;
    }
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1:hover {
        padding: 15px 25px 15px 15px;
    }
    .emeraldDarkSection .emeraldbtn:after{
        transition: all 300ms ease 0ms;
    }
    .emeraldDarkSection .emeraldbtn:after {
        border-style: solid;
        border-width: 0.20em 0.20em 0 0;
        content: '';
        display: inline-block;
        height: 0.8em;
        position: relative;
        top: 0.399em;
        vertical-align: top;
        width: 0.8em;
        left: 1px;
        transform: rotate(45deg);
        margin-left: -1em;
        opacity: 0;
}
    
    .emeraldDarkSection .emeraldbtn:hover:after{
        opacity: 1;
        margin-left: -0.3em;
        transition: all 300ms ease 0ms;
    }
}

@media (max-width: 992px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 400px;
		margin: 30px auto;
		padding: 20px;
	}
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

@media (max-width: 767px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 275px;
		margin: 30px auto;
		padding: 10px;
	}
}

/* ======================================== */
/* === Emerald copyright section styles === */
/* ======================================== */

.eFooterContainer {
    display: flex;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.eFooterContainer hr {
    border-color: #b3b3b3;
}

.ecSection{
	padding: 0px;
}

.ecSection.ecLeft {
    padding-left: 14px;
}

.ecSection.ecLeft > ul{
    padding: 0px;
}
.ecSection.ecLeft > ul > li {
    display: inline-block;
    margin-right: 17px;
}

/* All text in footer (including links) */
.ecSection *{
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    line-height: 30.6px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.ecSection * a {
    color: #fff;
}

/* Hover state of all links in footer */
.ecSection a:hover {
    color: #000;
    text-decoration: none;
}

/* Just the left side links */
.ecSection.ecLeft > ul > li > a {
    /*font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the left side links Hover */
.ecSection.ecLeft > ul > li > a:hover{
    /*color: #000;*/
}


/* Just the right side text */
.ecSection.ecRight p {
	margin: 50px 0 0 0;
	text-align: right;
	/* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;
	line-height: 30.6px;*/
}


/* Just the right side links */
.ecSection.ecRight > p > a {
    /* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the rifht side link hover */
.ecSection.ecRight > p > a:hover {
    /*color: #000;*/
}

.emeraldCopyright {
    margin: 0 auto;
    background: #2a2a2a;
    padding: 32px 0;
}

@media (max-width: 992px){
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #373e4a;
    padding: 32px 5px;
}

div#dvFooterInc .eSocial-icons {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    max-width: 200px;
    margin: 0 auto;
    text-align: right;
}
/*
.eSocial-icons .fa {
    color: #858b95;
    font-size: 36px;
    color: #8e8e8e !important;
}
*/

/* youtube icon (1/3) 
span.fa-stack.fa-lg {
    margin: 0 auto;
}
*/
/* youtube icon (2/3) 
.eSocial-icons i.fa.fa-youtube-play.fa-stack-1x.fa-inverse {
    color: white !important;
    font-size: 21px;
    margin: 1px auto;
}
*/
/* youtube icon (3/3) 
.eSocial-icons i.fa.fa-circle.fa-stack-2x {
    font-size: 38px;
    margin: 0 auto;
}*/

@media (max-width: 992px){
	div#dvFooterInc .eSocial-icons {
		justify-content: center;
		margin: 30px auto;
	}
	/*div#dvFooterInc .eSocial-icons a{
		margin: 0px 20px;
	}*/
}

/* ===================== */
/* === button colors === */
/* ===================== */
/* If button top colors differ from button bottom colors, 
then make sure to target the specific button and not these colors */


a.ebtn-color-1 {
    color: #ffffff;
    background-color: #c02026;
}

a.ebtn-color-1:hover {
    background-color: #da4448;
    opacity: 1;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #0d9444;
}

a.ebtn-color-2:hover {
    background-color: #027932;
    opacity: 1;
}


/* ======================= */
/* === Univeral Search === */
/* ======================= */




.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 185px;
    margin-bottom: 0;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    position: absolute;
    right: 0px;
    padding: 0px;
    bottom: -15px;
}

ul.nav.navbar-nav.a2zNav {
    margin-top: 30px;
}


ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 190px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: 9.5px;
    width: 150px;
}

ul.nav.navbar-nav.navbar-right.search {
    margin-top: -12px;
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.navbar-right.search {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    ul.nav.navbar-nav.a2zNav {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

div#ctl00_dvMasthead {
    margin-bottom: 0px;
}

div#ctl00_dvMasthead {
    display: block !important;
}

/* ================== Uni Search Styles =================== */

ul.nav.navbar-nav.navbar-right.search li:hover {
    background-color: transparent;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: smaller;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 280px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}