.navbar-brand > img {
	display: inline;
}

.basicButton {
    background-color: #366FC0 !important;
    color: #fff !important;
    display: inline-block;
    margin: 10px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
 }


#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-06.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; }


/*=========================================== /
    NEWSROOM ARTICLE IMAGES
/ ===========================================*/
.newsRoomIMG {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
	
  float: left;
  margin-right: 10px;
  /*max-width: 200px;*/
}







/*=========================================== /
   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;
	}		
}


.news .mu-read-more-btn {
	background-color: #366fc0;
	border-color: #366FC0;
	color: white;
}
.news .mu-read-more-btn:hover, .news .mu-read-more-btn:focus {
	background-color: white;
	border-color: #366FC0;
	color: #366FC0;
}

/* Card Corporate style */

@media (min-width: 992px) {
  .tabs-horizontal.tabs-corporate .tab-content {
    padding: 20px 30px 0;
  }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 45px;
  }
}

.card-group-custom {
  margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
  border-top: 0;
}

.card-group-custom .card + .card {
  margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
  margin-top: 30px;
}

.card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}


.card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-custom .card-body {
  padding: 0;
  border: 0;
}

.card-custom .card-title {
  margin-bottom: 0;
	padding:10px;
	padding-left:20px;
}

* + .card-group-custom {
  margin-top: 35px;
}

.card-corporate {
  text-align: left;
  -webkit-box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
          box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a {
  z-index: 1;	
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  color: #21273d;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
  border-radius: 6px 6px 0 0;
}

.card-corporate .card-title a.collapsed {
  border-radius: 6px;
  border-bottom-width: 0;
}

.card-corporate .card-arrow:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
	text-align: center;
}
.card-corporate .card-arrow.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.card-corporate .collapse {
  position: relative;
  z-index: 1;
  color: #151515;
  border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
  padding: 15px 32px 25px 32px;
}


#mu-our-meeting .mu-our-meeting-area .mu-our-meeting-content .mu-our-meeting-single .mu-our-meeting-img .mu-our-meeting-social a p {
	padding-top: 80px;
}

@media (max-width: 991.98px) {
  .card-corporate .card-title a {
    padding-left: 0px;
	  padding-right: 20px;
  }
  .card-corporate .card-body {
    padding-left: 20px;
  }
}



@media (max-width: 767px) {
	.mobile-show 	{
		visibility:visible;
	}
	
	.mobile-bullet {
		position:absolute;
		content: '';
		left:2rem;
		margin-top:.75rem;
		-webkit-border-radius: 0.375rem;
		border-radius: 0.375rem;
		height: 0.75rem;
		width: 0.75rem;
		background-color: #21273d;
	}
}

@media (min-width: 767px) {
	.mobile-show 	{
		visibility:hidden;
	}

	.mobile-bullet:before {
	}
}

.mu-slider-img-right {
		float:right;
		position:default;
		left:0;
	}

@media (max-width: 640px) {
	.mu-slider-img-right {
		position:relative;
		left:33%;
	}
}



