/* Hide the Deadling on Presenter Center */


/* Logo */
.mors-branding {
    max-width: 400px;
}
.logo-grid{
  display:flex;
  align-items:center;
  justify-content:space-around;
  flex-wrap:wrap;
}
.logo-grid li{
  list-style-type:none;
  padding:20px;
}

/* Mainstage Background */
.mors-event-promo{
    background-color: white;
    background-image: url(/Portals/87/Images/Events/Banners/ETF-2025-Banner_3720x2598.jpg);
    background-size: cover;
    background-position-x: left;
/*  background-size: auto;
    background-position-x: center;*/
}
.mors-event-details, .mors-event-details-link {
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
}

  /* MegaMenu Main Menu */
.mors-sidebar-nav .MegaMenu li{
  margin: 5px 0 5px 10% !important; 
  width: 90% !important; 
}
@media screen and (min-width : 1200px) {
    .MegaMenu[DepthLevel="0"] > a,
    .MegaMenu[DepthLevel="0"] > span {
        margin-right: .25em !important;
        /*font-size: 1em !important;*/
    }
  	.mors-header-nav li{
  		padding: 8px 8px 3px 8px;
	}
  	.mors-header-nav .MegaMenu[DepthLevel] a, 
	.mors-header-nav .MegaMenu[DepthLevel] span{
  		font-size:.9em;
	}
}

.mors-sidebar-nav .MegaMenu .Wrapper-SubMenu{
  z-index:1;
}

.mors-sidebar-nav .MegaMenu li{
  margin:5px 0 5px 20px;
}

/* Online Communities Button */
	.LinkButton-Container {
		border: #034872 !important;
	}
	.LinkButton-Container-Animate {
		background-color: #034872 !important;
	}
	.LinkButton {
		border: #034872 !important;
	}
	.LinkButton-Container:hover > .LinkButton {
		color: #034872 !important;
	}

/* Google Maps / Map Styling */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* HTML Sitewide */
a {
  overflow-wrap: break-word; 
  word-wrap: break-word; 
  -ms-hyphens: inherit; 
  -moz-hyphens: inherit; 
  -webkit-hyphens: inherit; 
  hyphens: inherit;  
}
.alignleft{
  float:left;
  margin-right:20px;
}
.alignright{
  float:right;
  margin-left:20px;
}
.columns_2{
    -webkit-columns: 2 340px;
     -moz-columns: 2 340px;
          columns: 2 340px;
}
.columns_3{
    -webkit-columns: 3 250px;
     -moz-columns: 3 250px;
          columns: 3 250px;
}

/*Side Nav - unlinked title styling*/
.mors-sidebar-nav .MegaMenu[DepthLevel="0"] > span, 
.mors-sidebar-nav .MegaMenu[DepthLevel="0"] > span:hover {
color:#425b62;
text-transform: none;
font-size: 1.25em;
font-family: 'Oswald', sans-serif;}
/*Executive Counsil Edit UI*/
.ui-sortable  #ecBio {width:100%!important; float: none!important;}
/*callout box*/
.sustaining-contributors,
.callout-box {background-color: #eff3f3;}
.sustaining-contributors h3, 
.callout-box h3 {background-color: #024883;  color: #fff;  margin: 0;  padding: 1rem 2rem;}
.sustaining-contributors p, 
.callout-box p {padding: 2rem; }
/*apply styles to content links without a p tag*/
.mors-page-content a, .mors-sidebar-nopad a { color:  #024883;}
/*changing all text to white in grey sidebar*/
.sidebar-medium-grey {color: #fff;}
.sidebar-medium-grey table {border-color: #fff;}
/*sidebar fix*/
.mors-sidebar-nav .MegaMenu { margin: 5px 0 20px 0px;}
.mors-sidebar-nav .MegaMenu { margin: 5px 0 20px 0px;}
.mors-sidebar-nav .MegaMenu a, .mors-sidebar-nav .MegaMenu span {
   padding-left: 0px;
   padding-right: 20px;
}
/*bio height*/
div#ecBio { min-height: 150px;}
/*panel primary header color*/
.panel-primary .panel-heading h1,
.panel-primary .panel-heading h2,
.panel-primary .panel-heading h3,
.panel-primary .panel-heading h4,
.panel-primary .panel-heading h5,
.panel-primary .panel-heading h6 {color:#fff; margin:0; padding:0;}

@media(min-width:768px){
  .logo-grid li{
    max-width:225px;
    width:33%;
  }
}

.sidebar-medium-grey a,
.sidebar-medium-grey a:visited{
   color:#b6daf8;
}

/* Rafael Add Here */
/* Responsive Iframe */
/*Community Button*/
.LinkButton-Container a {
	hyphens: none !important;
}
/* Partner */
@media only screen and (max-width: 600px)  {
.col-xs-6.halved {
width: 50%;
}
}

/* tab styling */
.nav-tabs {
    margin-left: 0px;
}

/* Speaker Block */
#Instructors .panel .panel-body img,
#Keynote .panel .panel-body img,
#Speaker .panel .panel-body img
{
	max-width: 100%;
    float: left;
	width: 200px; 
    padding-right: 10px;
    padding-bottom: 5px;
}
@media only screen and (max-width: 450px) {
#Instructors .panel .panel-body img,
#Keynote .panel .panel-body img,
#Speaker .panel .panel-body img
{
    width: 100% !important;
}
}

/*  general styles */
.center-block-horiz {
   margin-left: auto !important;
   margin-right: auto !important;
 }
.set-margin-cicis-menu-to-go {
  margin: 20px;
}
.set-padding-cicis-menu-to-go {
  padding: 20px;
}
.set-border-cicis-menu-to-go {
   border: 5px inset #4f4f4f;
}
.set-box-shadow-cicis-menu-to-go {
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
   -moz-box-shadow: 4px 4px 14px #4f4f4f;
   box-shadow: 4px 4px 14px #4f4f4f;
}
  
/*Style the iframe */
/* css commmon to all iframes */

.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  overflow: hidden;
  /* put following styles (necessary for overflow and 
     scrolling handling) inline in .embed-responsive-element-wrapper around iframe because not stable in CSS
    -webkit-overflow-scrolling: touch; 
                      overflow: auto; */
}
.responsive-wrapper img,
.responsive-wrapper object,
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
  padding: 0;
  margin: 0;
}
#Iframe-Cicis-Menu-To-Go {
  max-width: 666.67px;
  max-height: 900px;
  overflow: hidden;
}
/*
   padding-bottom = h/w as %
*/
.responsive-wrapper-padding-bottom-90pct {
  padding-bottom: 90%;
}

/* MegaMenu Last LI "Communities" Edit */
.MegaMenu > li:last-child .Wrapper-SubMenu [depthlevel="2"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  justify-content: flex-start;
}
.MegaMenu > .Wrapper-Sub-Submenu {
	hyphens: none;
}
.MegaMenu > li:last-child .Wrapper-SubMenu [depthlevel="2"] > .Wrapper-Sub-Submenu {
    float: left;
    width: 50%;
    position: relative;
}
.nav-custom {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.nav__link {
    display: block;
}
.nav-tabs-custom {
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
	margin-left: 0px;
}
.nav-tabs-custom > li > a {
    font-weight: bold;
    background-color: #7f8c8d;
    color: white;
}
.nav-tabs-custom > li > a:hover {
	background-color: white;
	color: #7f8c8d;
}
.jumbotron-custom {
  background: linear-gradient(to bottom, rgba(238, 238, 238, .3), rgba(238, 238, 238, .75), rgba(238, 238, 238, 0));
}
@media only screen and (max-width: 1200px) {
.nav-tabs-custom > li > a {
    padding: .75em .3em;
    font-size: 12px;
}
}
@media only screen and (max-width: 800px) {
.nav-tabs-custom > li > a {
    padding: .75em .3em;
    font-size: 12px;
}
}
@media only screen and (max-width: 550px) {
.nav-tabs-custom > li > a {
    padding: .75em .2em;
    font-size: 12px;
}
.nav-custom .nav__item {
	margin: 0px auto;
}
}

/* Event Tabs - FOR ANYTHING GREATER THAN MOBILE RESOLUTION */
@media screen and (min-width: 480px) {
    #nav-status {
        display: none;    
    }
    
    #event-navigation .nav-tabs-custom {
        overflow: visible;
    }
    
    #event-navigation .nav-tabs-custom .nav__item {
        display: block;
        position: relative;    
    }
    
    #event-navigation .nav-tabs-custom li:last-child {
        border-right: none;
    }   
}

/* Event Tabs - FOR MOBILE RESOLUTIONS */
@media screen and (max-width: 480px) {
    #nav-status {
        display: block;
		width: 100%;
        height: 34px;
		background: #024883;
		padding: 7px;
		color: #FFF; 
		text-decoration: none;
    }
	
	#nav-status > span {
		font-family: 'Glyphicons Halflings';
		font-style: inherit;
	}
    
	#nav-status > span > span {
		font-family: 'Oswald', sans-serif;
    	top: -2px;
    	position: relative;
    	text-transform: uppercase;
	}
	
    #event-navigation .nav-tabs-custom {
        display: none;
        width: 100%;       
        color:#fff;
        background:#CCC;
        overflow: visible;
    }
    
    #event-navigation .nav-tabs-custom .nav__item {
        color:#000;
        border-bottom: 1px solid #333;
        width: 100%;
        min-height: 21px;
        padding:2px;
        display: block;        
        position: relative;    
    }

    #event-navigation .nav-tabs-custom .nav__item:last-child {
        border-bottom: none;
    } 
	
}

.ModDDRMenuC .Menu-Navigation *{
  color:#024883 !important;
}
.ModDDRMenuC .Menu-Navigation li a:hover{
  background:none;
  color:#000 !important;
  text-decoration:underline !important;
}

/* Repository Box Styling */
.ModNOAHRepository2C .ButtonArea {
	width: auto !important;
}
.ModNOAHRepository2C .MatrixPhone {
	width: 100% !important;
}

/* Children Menu on Page */
@media only screen and (min-width: 769px) {
.Menu-Navigation li {
	width: 100%;
}
}

/* Governance Module Override */
@media only screen and (min-width: 769px) {
.member-details {
  min-height: 100px;
} }

/* Partners landing page columns */
@media only screen and (min-width: 769px) {
.col-first-p {
	 margin-top: 36px;
}
}

/* Sidebar Top Menu Addition */
.mors-sidebar-nav-additional {
	margin: 5px 0 5px 20px;
}
.mors-sidebar-nav-additional div {
    border-color: transparent #5ac177;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.25em;
    position: relative;
}
.mors-sidebar-nav-additional p {
    color: #425b62;
    text-transform: none;
    font-size: 1.25em;
    font-family: 'Oswald', sans-serif;
    position: relative;
      padding-left: 0px;
    padding-right: 20px;
  font-weight: 400;
}
.mors-sidebar-nav-additional a:hover, .mors-sidebar-nav-additional a:active  {
  color: #668CC8 !important;
  text-decoration: none;
}
.mors-sidebar-nav-additional a:visited {
    color: #425b62;
}

/* Flex Box Styling */
  .flex-container-custom {
    /* height given for illustration */
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
  }
  .flex-item-custom {
    flex: 0 1 calc(16% - 8px);
    font-size: 3em;
    font-weight: bold;
    height: 150px;
    line-height: 150px;
    margin: 4px;
    padding: 5px;
    text-align: center;
    width: 200px;
    border-radius: 46px 46px 0px 0px;
    background: linear-gradient(to bottom, rgba(238, 238, 238, .3), rgba(238, 238, 238, .75), rgba(238, 238, 238, 0));
    /* <-- adjusting for margin */
  }

/* Tabs Section */
.nav-tabs-custom .external-tab {
	background-color: #d9534f;
}

/* Menu - Hide Chilld / Level 1 */
ul.Menu-Navigation > li.level-0 > ul {
	display: none;
}

/* Events Buttons */
@media screen and (max-width: 599px) {
.col-xs-6, .col-sm-6 {
    width: 100%;
    float:left;
}}

@media only screen and (min-width: 600px) {
 .col-xs-6:first-child, .col-sm-6:first-child {
      float:left;
 }
 .col-xs-6:last-child, .col-sm-6:last-child {
       float:right;
 }
}

.event-button-inner {
    display: table;
    padding: 6px 12px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    background: -webkit-linear-gradient(top,rgba(255,255,255,.15) 0,rgba(255,255,255,.01) 65%,rgba(0,0,0,.15) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,.15) 0,rgba(255,255,255,.01) 65%,rgba(0,0,0,.15) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,.15) 0,rgba(255,255,255,.01) 65%,rgba(0,0,0,.15) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,.15) 0,rgba(255,255,255,.01) 65%,rgba(0,0,0,.15) 100%);
    background: linear-gradient(top,rgba(255,255,255,.15) 0,rgba(255,255,255,.01) 65%,rgba(0,0,0,.15) 100%);
}

.event-button-text {
    font-size: .99em;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.button.eventable-button>span.eventable-inner>t.eventable-text {
  font-size: 17px !important; 
  font-weight: bolder !important;
}

/* Button Styling */
.btn {
    white-space: normal;
    word-wrap: break-word;
}

/* Go-To Meeting Page */
.Goto-Meeting-Page table, .Goto-Meeting-Page th, .Goto-Meeting-Page td {
    border: 1px solid black;
}
.Goto-Meeting-Page ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
}
.Goto-Meeting-Page li {
  float: left;
}
.Goto-Meeting-Page li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.Goto-Meeting-Page li a:hover:not(.active) {
  color: white;
  background-color: #024883;
}
.Goto-Meeting-Page li a.active {
  color: white;
  background-color: #024883;
}




































































