.navbar-brand > img {
	display: inline;
}

#mu-content a:focus,
#mu-content a:hover {
    /*color: #02554c;*/
    text-decoration: underline;
}

#mu-content a:active {
    padding: 4px;
    margin: -4px;
    /*outline: medium solid #366FC0;*/
}

#mu-content a {
    /*color: #366FC0; */
    text-decoration: none;
}

#mu-content .glossary a {
    color: #02554c /* #999; */;
}

    #mu-content .glossary a:focus,
    #mu-content .glossary a:hover {
        color: #999; /* #2d5791 */
        ;
        text-decoration: underline;
    }

#mu-content .indent {
    margin-left: 2em;
}

/* START Tooltip css */

a.ttip {
    position: relative;
    display: inline;
}

    a.ttip:after {
        display: block;
        visibility: hidden;
        position: absolute;
        bottom: 0;
        left: 20%;
        opacity: 0;
        content: attr(data-item); /* might also use attr(title) */
        min-width: 250px;
        padding: 5px 8px;
        z-index: 999;
        color: #fff;
        text-decoration: none;
        text-align: center;
        background: rgba(0,0,0,0.85);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    a.ttip:before {
        position: absolute;
        visibility: hidden;
        width: 0;
        height: 0;
        left: 50%;
        bottom: 0px;
        opacity: 0;
        content: "";
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: rgba(0,0,0,0.85) transparent transparent transparent;
    }

    a.ttip:hover:after {
        visibility: visible;
        opacity: 1;
        bottom: 20px;
    }

    a.ttip:hover:before {
        visibility: visible;
        opacity: 1;
        bottom: 14px;
    }

    /* tips on bottom */
    a.ttip.tt-bottom:after {
        bottom: auto;
        top: 0;
    }

    a.ttip.tt-bottom:hover:after {
        top: 28px;
    }

    a.ttip.tt-bottom:before {
        border-width: 0 5px 8.7px 5px;
        border-color: transparent transparent rgba(0,0,0,0.85) transparent;
        top: 0px
    }

    a.ttip.tt-bottom:hover:before {
        top: 20px;
    }


    /* tips on the right */
    a.ttip.tt-right:after {
        left: 100%;
        bottom: -45%;
    }

    a.ttip.tt-right:hover:after {
        left: 110%;
        bottom: -45%;
    }

    a.ttip.tt-right:before {
        border-width: 5px 10px 5px 0;
        border-color: transparent rgba(0,0,0,0.85) transparent transparent;
        left: 90%;
        bottom: 2%;
    }

    a.ttip.tt-right:hover:before {
        left: 100%;
        bottom: 2%;
    }


    /* tips on the left */
    a.ttip.tt-left:after {
        left: auto;
        right: 100%;
        bottom: -45%;
    }

    a.ttip.tt-left:hover:after {
        right: 110%;
        bottom: -45%;
    }

    a.ttip.tt-left:before {
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent rgba(0,0,0,0.85);
        left: auto;
        right: 90%;
        bottom: 2%;
    }

    a.ttip.tt-left:hover:before {
        right: 100%;
        bottom: 2%;
    }


    /* tooltip colors */
    a.ttip.tt-blue:after {
        background: #5f87c2;
    }

    a.ttip.tt-blue:before {
        border-color: #5f87c2 transparent transparent transparent;
    }

    a.ttip.tt-bottom.tt-blue:before {
        border-color: transparent transparent #5f87c2 transparent;
    }

    a.ttip.tt-right.tt-blue:before {
        border-color: transparent #5f87c2 transparent transparent;
    }

    a.ttip.tt-left.tt-blue:before {
        border-color: transparent transparent transparent #5f87c2;
    }

    #mu-content a.ttip.tt-green, a.ttip.tt-right.tt-green {
        color: #02554c !important;
    }

        #mu-content a.ttip.tt-green:after {
            background: #02554c;
        }

        #mu-content a.ttip.tt-green:before {
            border-color: #02554c transparent transparent transparent;
        }

#mu-content a.ttip.tt-bottom.tt-green:before {
    border-color: transparent transparent #02554c transparent;
}

#mu-content a.ttip.tt-right.tt-green:before {
    border-color: transparent #02554c transparent transparent;
}

#mu-content a.ttip.tt-left.tt-green:before {
    border-color: transparent transparent transparent #02554c;
}

#mu-content a.ttip.tt-green:focus,
#mu-content a.ttip.tt-green:hover,
#mu-content a.ttip.tt-right.tt-green:focus,
#mu-content a.ttip.tt-right.tt-green:hover {
    color: #999 !important; /* #2d5791 */
}

a.ttip.tt-animate:after, a.ttip.tt-animate:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* END Tooltip css */


/*=========================================== /
   GLOBAL
/ ===========================================*/
.link:hover, .link:hover {
    text-decoration: underline;
    font-weight: bold;
}

/*=========================================== /
   NEWSROOM MENU
/ ===========================================*/

.adash.newsroom .menu-item:selection {
    background: rgba(2,139,255,1);
    color: #fff;
    text-shadow: none;
}

.adash.newsroom .menu-grid {
    display: flex;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}

.adash.newsroom .menu-item {
    flex-grow: 2;
    padding: 10px;
    text-transform: uppercase;
    color: #717171;
    background-color: #fff;
    border-right: 1px solid #717171;
    border-bottom: 1px solid #717171;
    text-align: center;
    margin: 0 !important;
}

.dd-item: hover {
    color: rgb(105,105,105);
    background-color: rgba(105,105,105,.2);
    transition: all 0.5s;
}

.adash.newsroom .menu-item.active {
    background-color: #355e92;
    color: #fff;
}

.adash.newsroom .menu-select {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adash.newsroom .menu-select {
    display: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    min-width: 160px;
}

    .adash.newsroom .menu-select.top-bar .filterLabel {
        display: inline-block;
        font-size: 17px;
        margin: 0 15px;
    }

#mu-information .mu-information-menu .mu-read-more-btn .menu-item {
    margin: 0px;
}

@media ( max-width: 800px) {
    .adash.newsroom .menu-grid {
        flex-wrap: wrap;
    }

    .adash.newsroom .menu-item {
        flex-basis: 50%;
    }

        .adash.newsroom .menu-item:first-child {
            flex-basis: 100%;
        }
}

@media ( max-width: 420px) {
    .adash.newsroom .menu-grid {
        display: none;
    }

    .adash.newsroom .menu-select {
        display: flex;
        min-width: 190px;
    }

        .adash.newsroom .menu-select.top-bar .filterLabel {
            display: inline-block;
        }
}


/*=========================================== /
   2019 Lightning Talks
/ ===========================================*/
.customLT h4 {
    color: #BBDB66;
}

.customLT h2 {
    font-family: "montalbanbold", "Montserrat", Arial;
}


.customLT span {
    background-color: white !important;
}

/*=========================================== /
   2019 BID Conference
/ ===========================================*/
.customBID2 h4 {
    color: #0B7134;
}

.customBID2 h2 {
    color: #01354F;
    font-family: "montalbanbold", "Montserrat", Arial;
    font-size: 2.5em !important;
}

#mu-slider .mu-slider-single .mu-slider-content h2 span {
    color: #0B7134;
    background-color: transparent;
}

.customBID2 .cdate {
    color: #000000;
    font-size: 2em !important;
}

.customBID2 .cinfo {
    color: #0B7134;
    font-size: 1.2em !important;
}

.customBID2 .std-bg-btn {
	display: none;	
}

#mu-slider .mu-slider-single .std-bg {
    background-image: url("../assets/img/slider/BID19_STD Coming Soon_1920 x 500-04.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    #mu-slider .mu-slider-single .std-bg::after {
        background-color: inherit !important;
	}

.mu-read-more-btn-blue {
    margin-top: 1.5em;
    color: white;
    background-color: #366FC0;
    border: 1px solid #366FC0;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.5s;
}


    .mu-read-more-btn-blue:hover {
        color: #366FC0;
        background-color: white;
        border: 1px solid #366FC0;
    }


.mu-read-more-btn-green {
    margin-top: 1.5em;
    color: #02554C;
    background-color: transparent;
    border: 1px solid #02554C;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.5s;
}


.mu-read-more-btn-green:hover {
	color: white;
	background-color: #02554C;
	border: 1px solid #02554C;
}


/*=========================================== /
   TWITTER 508 Fixes - TRP (8/5/19)
/ ===========================================*/
#mu-twitter-slide span.PrettyLink-value,
#mu-twitter-slide span.PrettyLink-prefix,
#mu-twitter-slide a.link.customisable {
    color: white !important;
    text-decoration: underline !important;
}

    #mu-twitter-slide span.PrettyLink-value:hover,
    #mu-twitter-slide span.PrettyLink-prefix:hover,
    #mu-twitter-slide a.link.customisable:hover {
        font-weight: bold;
    }

    #mu-twitter-slide span.PrettyLink-value:focus,
    #mu-twitter-slide span.PrettyLink-prefix:focus,
    #mu-twitter-slide a.link.customisable:focus {
        font-weight: bold;
        outline: 1px dotted 777777;
    }

/*=========================================== /
    NEWSROOM BAA Banner - TRP (8/5/19)
/ ===========================================*/
.baa-banner {
    color: red;
    border: 1px solid red;
    padding: 7px;
    text-align: center;
}

    .baa-banner p {
        margin: 0 0 5px;
    }

        .baa-banner p a {
            color: red !important;
            text-decoration: underline;
        }

            .baa-banner p a:hover,
            .baa-banner p a:focus {
                font-weight: bold;
            }


/*=========================================== /
    NEWSROOM SECTION (Home Page) BAA Banner - TRP (8/5/19)
/ ===========================================*/
.mu-title.baa {
    color: red;
}

    .mu-title.baa p a {
        color: red !important;
        text-decoration: underline;
    }

        .mu-title.baa p a:hover,
        .mu-title.baa p a:focus {
            font-weight: bold;
        }

        .mu-title.baa p a:focus {
            outline: 1px dotted red;
        }


/*=========================================== /
    NEWSROOM PAGE (MENU) TRP (8/9/19)
/ ===========================================*/
#mu-information .mu-information-menu .mu-read-more-btn.active {
  color: white;
  background-color: #366FC0;
	border: 1px solid #366FC0; }











/*=========================================== /
   THIS SPACE IS HERE INTENTIONALLY
/ ===========================================*/









/*=========================================== /
   RESPONSIVE - MOBILE FIRST METHOD
/ ===========================================*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .map-box-inner .icon-map {
        width: 50px;
        height: 50px;
        font-size: 42px;
        line-height: 50px;
    }

    .map-box-inner:hover .icon-map {
        line-height: 50px;
    }

    .map-box-inner {
        margin-top: 50x;
    }
	
	.map-box-inner .block-title {
        margin-left: 70px;
		padding-left: 0px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .map-box-inner .icon-map {
        width: 100px;
        height: 100px;
        font-size: 64px;
        line-height: 100px;
    }

    .map-box-inner:hover .icon-map {
        line-height: 98px;
    }

    .map-box-inner {
        margin-top: 81px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.customBID2 span,
.customBID2 h4,
.customBID2 h2,
.customBID2 p,
.customBID2 .std-btn {
	display: none !important;	
}	
	
.customBID2 .std-bg-btn {
	display: inline;
	position: absolute;
	top: 210px;
	left: 850px; /*margin: auto;*/
}	
	
	.mu-slider-button {
		display: inline-block;
		top: 15%;
		margin: auto;
	}

    #mu-slider .mu-slider-single .std-bg figure {
        height: 0px;
        width: 0px
	}

    #mu-twitter .mu-twitter-area .mu-twitter-content .mu-twitter-item .mu-twitter-img {
        display: inline;
    }

    .customLT h2 {
        font-size: 70px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


@media only screen and (max-width : 767px) {
	/* TRP - This is a hack.  !!PLEASE!! correct this issue */
	div.camera_pag {
		visibility: hidden !important;
	}
	
	div.camera-caption {
		width: 100%;
	}
	
	div.camera-caption .title1 {
		font-size: 60px;
	}
	div.camera-caption .title2 {
		font-size: 30px;
		line-height: 1.1em;
	}	
	div.camera-caption .description1 {
		font-size: 18px;
		line-height: normal;
	}		
}
