.warning-collapsible {
  background-color: #F09A17;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
}

.active, .warning-collapsible:hover {
  background-color: #F09A17;
  color: white;
}

.warning-collapsible:before {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.active:before {
    content: "\2212";
}

.warning-content {
	text-align: left;
    background-color: #F9F9F9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 2px solid #F09A17;
    font-size: 11pt;
}

.warning-content p {
	padding: 10px;
}

#messagebar-bar {
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 12pt;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    position: fixed;
    background-color: rgb(237, 239, 245);
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}
#messagebar-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
    z-index: 2;
}
.mb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.mb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.mb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.mb-text-wrapper .mb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#messagebar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    background-color: #0099cc;
    border-color: #0099cc;
}
.mb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.mb-cta-button .mb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.mb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.mb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 5px;
    z-index: 1000;
    text-decoration: none;
}
