html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  height: 100vh;

  display: flex;
  flex-direction: column;

}

.page-wrapper {
  flex: 1 0 auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, div {
  padding: 0;
  margin: 0;
}

strong {
  color: #000;
  font-weight: bold;
}

.menu-slider {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 150;
}

.menu-visible {
  pointer-events: auto;
}

.menu {
  color: #fff;
  background-color: #133558;
  position: absolute;
  right: 0;
  max-width: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  -webkit-transform: translate( 100% );
          transform: translate( 100% );
  will-change: transform;
  z-index: 160;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.no-break {
  white-space: nowrap;
}

#about-items {
  display: block;
}

.menu .close-button {
  display: none;
  cursor: pointer;
}

.menu-visible .menu {
  -webkit-transform: none;
          transform: none;
}

.menu-animate .menu {
  transition: transform 130ms ease-in;
}

.menu-visible.menu-animatable .menu {
  transition: transform 330ms ease-out;
}

.menu li.menu-item {
  border-bottom: 1px solid #273e78;
  text-transform: uppercase;
}

.menu li.menu-item a:hover {
  background-color: #13286a;
}

.menu li.menu-item a.about-header:hover {
  background-color: #13286a;
}

.menu li.menu-item a {
  display: block;
  padding: 1em 5%;
  text-decoration: none;
  color: #fff;
}

.menu li.menu-item:last-child {
  border-bottom: none;
}

.menu li.menu-item a:hover li.sub-item {
  background-color: #133558;
}

.menu li.menu-item a:hover li.sub-item:hover {
  background-color: #13286a;
}

.menu li.sub-item a {
  text-transform: none;
  padding: 0.5em 5%;
}

.menu li.sub-item:first-child a {
  padding-top: 0;
}

.menu li.sub-item:last-child a {
  padding-bottom: 1em;
}

.menu .login-item {
  padding: 1.5em 5%;
}

#menu-login {
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.5em 0.5em;
  width: 45%;
  color: #8f001d;
  background-color: #fff;
  display: inline-block;
}

.hidden {
  display: none;
}

.login-error {
  color: red;
}

header {
  position: relative;
}

header .header-text {
  position: absolute;
  height: 50%;
  text-align: center;
  width: 100%;
  bottom: 0px;
}

header .header-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

header .header-blurb p {
  padding-top: 0.8em;
  color: #454647;
  font-size: 0.75em;
  font-weight: 200;
  line-height: 1.6em;
}

#shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  max-height: 70px;
  background-image: url( "/mb-modern/images/shadow.png" );
  background-repeat: repeat, repeat;
}

#shadow .logo-container {
  height: 100%;
}

#shadow .logo-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#shadow img.logo {
  width: 100%;
  height: auto;
  max-width: 167px;
  margin-left: 5%;
  display: inline-block;
  vertical-align: middle;
}

#hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 5% auto 0;
  width: 50px;
  height: 40px;
  display: inline-block;
}

header h1 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  text-shadow: 2px 2px 2px #000;
  height: auto;
  color: #fff;
  padding: 0;
  margin: 0;
}

header h2 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  text-shadow: 2px 2px 2px #000;
  height: auto;
  color: #fff;
  padding: 0;
  margin: 0;
}

header .title-wrapper {
  display: inline-block;
}

header h1 a {
  text-decoration: none;
  color: #fff;
}

header .banner-container {
  position: relative;
}

header .image-wrapper {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

header .image-container {
  width: 100%;
  display: inline-block;
  position: relative;
}

header .image-container:after {
  padding-top: 46.875%;
  display: block;
  content: '';
}

header div.banner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100% 100%;
}

div.banner {
  background-image: url( '/mb-modern/images/header/small/home.jpg' );
}

#about-header div.banner {
  background-image: url( '/mb-modern/images/header/small/about.jpg' );
}

#privacy-header div.banner,
#inthenews-header div.banner {
  background-image: url( '/mb-modern/images/header/small/about.jpg' );
}

#login-header div.banner {
  background-image: url( '/mb-modern/images/header/small/marbridgedaily.jpg' );
}

#subscribe-header div.banner {
  background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
}

#forgot-password-header div.banner {
  background-image: url( '/mb-modern/images/header/small/marbridgedaily.jpg' );
}

#premium-header div.banner {
  background-image: url( '/mb-modern/images/header/small/marbridgedaily.jpg' );
}

#disclaimer-header div.banner {
  background-image: url( '/mb-modern/images/header/small/marbridgedaily.jpg' );
}

#welcome-header div.banner {
  background-image: url( '/mb-modern/images/header/small/marbridgedaily.jpg' );
}

#management-header div.banner {
  background-image: url( '/mb-modern/images/header/small/management.jpg' );
}

#careers-header div.banner {
  background-image: url( '/mb-modern/images/header/small/careers.jpg' );
}

#contact-header div.banner {
  background-image: url( '/mb-modern/images/header/small/contact.jpg' );
}

#md-header div.banner {
  background-image: url( '/mb-modern/images/header/small/marbridgedaily.jpg' );
}

#reports-header div.banner {
  background-image: url( '/mb-modern/images/header/small/reports.jpg' );
}

#search-header div.banner {
  background-image: url( '/mb-modern/images/header/small/search.jpg' );
}

#services-header div.banner {
  background-image: url( '/mb-modern/images/header/small/services.jpg' );
}

.page-hmargin {
  margin-left: 5%;
  margin-right: 5%;
}

.page-hmargin-mobile {
  margin-left: 5%;
  margin-right: 5%;
}

.page-hpadding {
  padding-left: 5%;
  padding-right: 5%;
}

.page-vmargin {
  margin-top: 0.8em;
  margin-bottom: 1.0em;
}

#feedback p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

#feedback-error {
  color: #8f001d;
  display: none;
}

#feedback-error.valid-feedback {
  color: #0a0;
  font-size: 0.75em;
  margin-bottom: 1.0em;
}

#feedback {
  display: none;
}

#feedback-loading {
  display: none;
}

.md-single-article ul {
  font-size: 0.75em;
}

.md-single-article li {
  margin-bottom: 0.7em;
}

.text,
.content p {
  font-size: 0.75em;
}

.text,
.md-single-article ul,
.content p {
  color: #454647;
  font-weight: 200;
  line-height: 1.6em;
}

.main.flex-container {
  display: flex;
  flex-direction: column;
}

#main-about .main-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
}

#main-about .info-item:first-of-type {
  margin-left: 0;
}

#main-about .info-item {
  display: none;
  padding: 1.0em 3%;
  text-align: center;
  margin-left: 2%;
  min-width: 200px;
  margin-bottom: 1.0em;
  flex: 1 1 25%;
}

#main-about .info-item h2 {
  margin: 0 0 0 0;
  text-transform: none;
  color: #fff;
}

#main-about .info-item p {
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
}

#who-we-are {
  background-color: #8f001d;
  order: 2;
}

#what-we-do {
  background-color: #13286a;
  order: 3;
}

#our-services {
  background-color: #8f001d;
  order: 4;
}

#main-blurb {
  order: 1;
}

.main section {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.main section h2 {
  font-size: 1.0em;
  font-weight: 600;
  text-transform: uppercase;
  color: #8f001d;
}

.main section h2 a {
  color: #8f001d;
  text-decoration: none;
}

.main-button {
  color: #ffffff;
  display: block;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 0.8em;
  padding: 0.6em 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bordered-button {
  border: 2px solid #13286a;
  color: #13286a;
  display: inline-block;
  padding: 0.4em 1.5em;
  margin: 1.0em 0;
  font-size: 0.7em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#main-about {
  order: 1;
  position: relative;
}

#main-about p {
  text-align: center;
  color: #8f001d;
  font-size: 0.85em;
  line-height: 1.5em;
  padding: 0.5em 0;
}

#main-reports {
  order: 3;
  background-color: #f6f6f6;
  padding-bottom: 1.0em;
}

#main-reports ul {
  display: flex;
  flex-direction: column;
}

#main-reports section {
  margin: 0;
}

#main-reports h2 {
  color: #fff;
  background-image: url( "/mb-modern/images/header/small/reports.jpg" );
  background-size: 320px auto;
  text-align: center;
  margin: 0;
  padding: 1.1em 0;
  font-weight: 600;
}

#main-reports h2 a {
  color: #fff;
}

#main-reports ul li {
  margin: 0;
  padding: 0.3em 0;
  border-bottom: 1px solid #0f1d37;
}

#main-reports ul li:last-child {
  border-bottom: none;
}

#main-reports .report-container .report-image {
  display: none;
}

#main-reports ul .report-title {
  color: #8f001d;
  text-decoration: none;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.6em;
  display: inline-block;
}

#more-reports {
  background-color: #0f1d37;
  margin-top: 0.7em;
}

#main-daily {
  background-color: #f6f6f6;
  order: 2;
  padding-bottom: 0.7em;
}

#main-daily h2 {
  margin-top: 0.6em;
  margin-bottom: 0.2em;
}

#main-daily .main-daily-wrapper {
  display: flex;
  flex-direction: column;
}

#main-daily p.text.blurb {
  font-size: 0.7em;
}

#main-daily .main-article {
  order: 2;
}

#main-daily .main-article h3 {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #00278c;
  margin: 0.5em 0;
}

#main-daily .main-article h3 a {
  color: #00278c;
  text-decoration: none;
}

#main-daily .main-article h4 {
  font-size: 0.7em;
  font-weight: normal;
  color: #454647;
  margin: 0.5em 0 0.8em 0;
}

#main-daily .main-article h4 .article-date {
  color: #8f001d;
}

#main-daily .preview {
  display: none;
}

#main-daily .login-wrapper {
  order: 3;
}

#main-daily .login-wrapper .daily-image {
  display: none;
}

#login-subscribe {
  background-color: #8f001d;
  font-weight: 600;
}

#main-news {
  order: 4;
}

#privacy-content h2 {
  font-size: 1.0em;
  margin-bottom: 0.5em;
}

#privacy-content p {
  margin-bottom: 0.8em;
}

section.inthenews-page {
  margin: 1.0em 5%;
}

section.inthenews-page,
#main-news section {
  padding-bottom: 0;
}

section.inthenews-page .news-item:first-of-type {
  border-top: none;
}

section.inthenews-page .news-item,
#main-news .news-item {
  border-top: 1px solid #aaa;
  display: flex;
  flex-direction: row;
  align-items: center;
}

section.inthenews-page .image-container,
#main-news .image-container {
  flex: 1 1 25%;
  max-width: 100px;
  margin-right: 5%;
  text-align: right;
}

section.inthenews-page .image-container img,
#main-news .image-container img {
  width: 100%;
  height: auto;
}

section.inthenews-page .details,
#main-news .details {
  flex: 1 1 60%;
}

section.inthenews-page .details h3,
#main-news .details h3 {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.4em;
  color: #00278c;
  margin: 0.5em 0 0 0;
}

section.inthenews-page .details h3 a,
#main-news .details h3 a {
  color: #00278c;
  text-decoration: none;
}

section.inthenews-page .details h4,
#main-news .details h4 {
  font-size: 0.6em;
  font-weight: normal;
  color: #454647;
  margin: 0.5em 0 1.0em 0;
}

section.inthenews-page .details h4 .news-date,
#main-news .details h4 .news-date {
  color: #8f001d;
}

/*-----------Management---------------*/

#management-page .blurb {
  margin-bottom: 1.0em;
}
#senior-members {
  background-color: #e5e5e5;
}

#senior-members p {
  color: #00278c;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9em;
  font-weight: 600;
}

#management-page h3 {
  color: #8f001d;
  font-size: 0.84em;
  font-weight: 600;
  margin: 0.4em 0 0 0;
  padding: 0;
}

#management-page h4 {
  color: #777;
  font-size: 0.75em;
  font-weight: normal;
  margin: 0 0 0.4em;
  padding: 0;
}

#management-page .bio {
  display: none;
}

#management-page .bio.visible-bio {
  display: block;
}

#management-page li {
  border-bottom: 1px solid #aaa;
}

#management-page li:last-child {
  border-bottom: none;
}

#management-page .person {
  padding: 1.0em 0;
}

#management-page li:last-child .person {
  padding-bottom: 0;
}

#management-page .person .details {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  width: 65%;
}

#management-page .image-container {
  display: inline-block;
  width: 18.75%;
  min-width: 60px;
  vertical-align: middle;
  text-align: center;
}

#management-page .image-container img {
  max-width: 200px;
  min-width: 60px;
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

/*----------------Careers-------------*/

#careers-blurb {
  border-bottom: 1px solid #aaa;
  padding-top: 0.8em;
  padding-bottom: 0.7em;
}

#careers-positions {
  padding-bottom: 1.0em;
}

#careers-positions h2 {
  font-size: 0.8em;
  font-weight: 600;
  color: #00278c;
  padding: 0;
  margin: 0.5em 0 1.0em 0;
}

#careers-positions h3 {
  font-size: 0.7em;
  font-weight: 600;
  color: #8f001d;
  padding: 0;
  margin: 0.5em 0;
  text-transform: uppercase;
}

/*-----------------About--------------*/

#about-wrapper {
  padding: 0.8em 0 1.0em 0;
}

#about-content p:first-child {
  margin-top: 0;
}

#about-content p {
  margin-top: 1.4em;
}

#about-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

#about-wrapper .content {
}

#about-wrapper .graphic {
  display: none;

}

#about-wrapper .graphic img {
  width: 100%;
  height: auto;
}

/*----------------Contact-------------*/

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

.contact-wrapper .map-wrapper {
  display: none;
}

#contact-info {
  padding-top: 0.3em;
  flex: 1 1 40%;
}

#contact-info h2 {
  font-size: 0.84em;
  font-weight: 600;
  color: #8f001d;
  padding: 0;
  margin: 1.0em 0 0.3em 0;
}

#contact-info li {
  font-size: 0.9em;
  line-height: 1.5em;
  border-bottom: 1px solid #aaa;
}

#contact-info li:last-child {
  border-bottom: none;
}

#contact-info img {
  width: 15.5%;
  max-width: 56px;
  min-width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 1.0em 0;
}

#contact-info .details {
  width: 75%;
  display: inline-block;
  margin-left: 4%;
  padding-bottom: 1.0em;
}

#contact-info a {
  text-decoration: none;
  color: #454647;
}

/*----------------Reports-------------*/

#reports-page {
  padding-top: 0.8em;
  margin-bottom: 0;
}

#reports-page .blurb {
  padding-bottom: 1.5em;
}

#reports-page h2 {
  background-color: #e5e5e5;
  color: #00278c;
  padding: 0.5em 0 0.5em 5%;
  margin: 0;
  font-size: 1.0em;
  font-weight: 600;
}

#reports-page section .report-item {
  border-bottom: 1px solid #aaa;
  padding-bottom: 1em;
  padding-top: 1em;
}

#reports-page section .report-item:last-child {
  border-bottom: none;
}

#reports-page .single-report .report-title h2 {
  background-color: white;
}

#reports-page .single-report .report-title h2,
#reports-page h3 {
  color: #8f001d;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.4em;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#reports-page .single-report h4 {
  font-size: 0.8em;
}

#reports-page .title-wrapper .desktop-only {
  display: none;
}

#reports-page .title-wrapper h3 {
  display: inline-block;
}

#reports-page .title-container .bordered-button {
  border-width: 1px;
}

#reports-page .combo-wrapper {
  display: flex;
  align-items: baseline;
}

#reports-page .title-wrapper {
  flex-grow: 2;
}

#reports-page .back-issues-combo {
  display: inline-block;
  position: relative;
  background-color: white;
  color: #13286a;
  margin-top: 1.0em;
  margin-left: 2.5em;
  font-size: 0.8em;
  border: 1px solid #13286a;
  padding: 0.4em 2.5em 0.4em 1.5em;
  font-size: 0.7em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

#reports-page .back-issues-combo:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  margin: auto 0;
  background-image: url( /mb-modern/images/angle-down-red.png );
  background-repeat: no-repeat no-repeat;
  position: absolute;
  right: 0.7em;
  top: 0.8em;
}

#reports-page .back-issues-combo.show-back-issues {
  border-bottom: none;
  z-index: 10;
}

#reports-page .back-issues {
  padding: 1.0em 0.0em;
  line-height: 2.0em;
  outline: 0;
  background-color: white;
  font-size: 0.8em;
  position: absolute;
  left: 2.2em;
  margin-top: -1px;
  border: 1px solid #13286a;
  display: none;
  z-index: 9;
  max-height: 300px;
  overflow-y: scroll;
}

#reports-page .back-issues li {
  padding: 0.0em 1.0em;
}

#reports-page .back-issues li:hover {
  background-color: #aaa;
  color: white;
}

#reports-page .report-container .back-issues a {
  color: #777;
}

#reports-page .report-container .back-issues li:hover a {
  color: white;
}

#reports-page .back-issues.show-back-issues {
  display: block;
}


#reports-page .title-wrapper {
  display: inline-block;
  position: relative;
}

#reports-page .report-container a {
  color: #8f001d;
  text-decoration: none;
}

#reports-page .title-container .bordered-button {
  display: none;
}


#reports-page .title-container {
  display: inline-block;
  width: 65%;
  margin-left: 4%;
  vertical-align: middle;
}

#reports-page .title-container .summary {
  display: none;
}

#reports-page .image-container {
  display: inline-block;
  width: 18.75%;
  min-width: 60px;
  vertical-align: middle;
  text-align: center;
}

#reports-page .image-container img {
  max-width: 100px;
  min-width: 60px;
  width: 100%;
  height: auto;
  display: inline-block;
}

#reports-page img.image {
  vertical-align: middle;
  border-radius: 50%;
}

#reports-page .single-report .report-content-wrapper p:first-of-type {
  margin-top: 1.0em;
}

#reports-page .single-report .report-content-wrapper p {
  margin-bottom: 1.0em;
}

#reports-page .single-report .report-content-wrapper .report-content > ul {
  font-size: 0.75em;
  line-height: 1.6em;
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1.0em;
}

#reports-page .single-report .report-content-wrapper .report-content > ul > li > ul,
#reports-page .single-report .report-content-wrapper .report-content ul.space-items > li {
  margin-bottom: 1.0em;
}

#reports-page .single-report .report-content-wrapper .report-content > ul {
  clear: both;
}

#reports-page .single-report h3 {
  font-weight: bold;
  color: #000;
  margin: 0 0 1.0em 0;
  padding: 0;
}

#reports-page .single-report b {
  font-weight: bold;
  color: #000;
}

#reports-page .single-report .report-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#reports-page .single-report .report-title.page-hmargin {
  margin-left: 0;
}

#reports-page .report-content-wrapper .report-title {
  order: 2;
  flex: 1 1 30%;
}

#reports-page .report-content-wrapper .image-container {
  margin-right: 5%;
  order: 1;
}

#reports-page .report-content-wrapper .report-content {
  order: 3;
  flex: 2 1 100%;
}

#reports-page .report-content-wrapper .order-container {
  order: 4;
  background-color: #fefacc;
  padding: 1.0em 0;
  margin-top: 1.0em;
}

#reports-page .report-content-wrapper .order-container h3 {
  margin: 0 5% 1.0em 5%;
  color: #8f001d;
  font-weight: 600;
  text-transform: uppercase;
}

#reports-page .report-content-wrapper .order-container .order-details {
  font-size: 0.75em;
}

#reports-page .report-content-wrapper .order-container .flexform {
  margin-top: 1.0em;
}

#reports-page .order-container .url-field {
  display: none;
}

#reports-page .report-content-wrapper .order-container .flexform li:last-of-type .form-item {
  margin-bottom: 0;
}

/*----------------Services-------------*/


#services-details hr {
  border-top: none;
  border-bottom: 1px solid #aaa;
}

#services-details h2 {
  font-size: 1.0em;
  font-weight: 600;
  color: #8f001d;
  padding: 0;
  margin: 0.5em 0;
}

#services-details p {
  padding-bottom: 1.1em;
}

#services-details section img.graphic {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.6em;
}

#services-details ul {
}

#services-details li:before {
  width: 14px;
  height: 11px;
  content: '';
  background-image: url( /mb-modern/images/check.png );
  display: inline-block;
  margin-right: 0.5em;
}

#services-details li {
  border-top: 1px dashed #aaa;
  font-style: italic;
  font-size: 0.9em;
  padding: 0.5em 0;
}

#services-details li img {
  margin-right: 0.5em;
  display: inline-block;
}

#services-details .check {
  color: #8f001d;
}

/*--------------------MD-----------------*/


.md-header-bar {
  display: none;
}

#md-info-bar {
  background-color: #143558;
}

#md-info-bar form {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

#md-info-bar form input {
}

#md-info-bar .mobile-login {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0 3%;
}

#md-info-bar .mobile-login img {
  margin-bottom: -2px;
}

#md-info-bar .mobile-rss {
  padding: 0 5% 0 4%;
}

#md-info-bar .rss-icon {
  padding: 0 5% 0 2%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

#md-info-bar .search-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-left: 1px solid #465d7a;
  border-right: 1px solid #465d7a;
  padding: 0.5em 0;
  flex-grow: 2;
}

#md-info-bar .search-bar {
  border: none;
  background-color: #143558;
  color: #e5e5e5;
  font-size: 16px;
  min-width: 30px;
  padding-left: 0.4em;
  flex: 2 1 40%;
}

#md-info-bar .search-bar::placeholder {
  color: #e5e5e5;
  font-weight: 200;
}


#md-info-bar .search-bar:focus {
  font-size: 16px;
}

#md-info-bar .search-icon {
  margin-right: 0.7em;
  display: inline-block;
  cursor: pointer;
  width: 15px;
  line-height: 16px;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
          box-sizing:content-box;

  border: none;
  background-color: transparent;
  background-image: url( /mb-modern/images/search-icon.png );
  background-repeat: no-repeat;
  background-position: center center;
}

/*----------------MD Content-------------*/

#md-index-date-wrapper {
  margin-top: 1.0em;
}

#md-index-date-wrapper .mobile-date {
  margin: 0 5% 0 5%;
  border: 1px solid #aaa;
  padding: 0.3em 0 0.3em 1.0em;
  position: relative;
  display: flex;
  flex-direction: row;
}

#mobile-date-text {
  flex: 1 1 auto;
}

#md-index-date-wrapper .mobile-date img {
  flex: 0 0 auto;
}

#mobile-datepicker-wrapper {
  flex: 1 1 100%;
  position: relative;
  margin: -1px 5% 0 5%;
  height: 1px;
  display: none;
}

#mobile-datepicker {
  position: absolute;
  bottom: 1;
  left: 0;
  font-size: 16px;
  z-index: 20;

}

#mobile-datepicker .ui-datepicker-today a {
  background-color: #f6f6f6;
  color: #00278c;
  border: 1px solid #00278c;
}

#md-content-box .disclaimer-page {
  display: none;
}

#md-content-box .bottom-navigation,
#md-index-date-wrapper .top-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #aaa;
  padding: 0.5em 0;
  margin: 0 5%;
}

#md-content-box .bottom-navigation a,
#md-index-date-wrapper .top-navigation a {
  color: #00278c;
  text-decoration: none;
  font-size: 0.8em;
}

#md-side-bar .desktop-only,
#md-index-date-wrapper .desktop-only {
  display: none;
}

.category-chooser {
  display: none;
}

.logged-in.category-chooser {
  display: block;
  margin-top: 1.0em;
}

ul.styled-select {
  width: 100%;
  list-style: none;
  color: #8f001d;
}

ul.styled-select > li.mobile-category {
  display: none;
}

ul.styled-select > li.selected {
  color: #fff;
  background-color: #8f001d;
}

ul.styled-select > li:first-of-type {
  border-top: 1px solid #8f001d;
}

ul.styled-select > li.expander{
  position: relative;
}

ul.styled-select > li.expander:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  margin: auto 0;
  background-image: url( /mb-modern/images/angle-down-red.png );
  background-repeat: no-repeat no-repeat;
  position: absolute;
  right: 1.0em;
  top: 0.8em;
}

ul.styled-select > li {
  padding: 0.3em 1.0em;
  border-bottom: 1px solid #8f001d;
  border-left: 1px solid #8f001d;
  border-right: 1px solid #8f001d;
  border-top: none;
  cursor: pointer;
}

ul.styled-select > li:last-of-type {
  border-bottom: 1px solid #8f001d;
}

.styled-select select {
  -webkit-appearance: none;
  background: url( '/mb-modern/images/angle-down-red.png' ) no-repeat right;
  background-position: 88% center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  height: 2.8em;
  padding: 0.5em 0.5em;
  width: 110%;
  color: #8f001d;
  text-transform: uppercase;
}

.styled-select select:focus {
  font-size: 16px;
}

.md-section h2 {
  color: #8f001d;
  font-size: 1.0em;
  margin: 0.84em 0 0.3em 0;
  padding: 0;
}

.logged-in .md-section h2 {
  font-size: 1.1em;
  margin: 0.75em 0;
}

.md-section.empty {
  display: none;
}

.md-section.empty.selected {
  display: block;
}

.md-section.empty h3 {
  color: #00278c;
}


.logged-in .md-section h3 {
  margin: 0.8em 0 0 0;
}

.logged-in .md-section h4 {
  margin: 0.1em 0 0.8em 0;
}

.md-single-article h2,
#feedback h2,
.md-section h3 {
  font-size: 0.8em;
  line-height: 1.6em;
  margin: 1.1em 0 0 0;
}

.md-single-article h2,
#feedback h2,
.md-single-article h2 a,
.md-section h3 a {
  color: #00278c;
  text-decoration: none;
}

.md-single-article h3 a.edit-link,
.md-single-article h3 a.source-link,
.md-section h4 a.source-link,
.md-section h4 a.edit-link {
  color: #00278c;
  text-decoration: underline;
}

.md-single-article h3,
.md-section h4 {
  font-size: 0.7em;
  font-weight: normal;
  margin: 0.1em 0 0.5em 0;
}

.md-single-article h3,
.md-section h4,
.md-section h4 a {
  color: #999;
  text-decoration: none;
}

.md-single-article h2.premium-content {
  color: #8f001d;
  font-weight: 600;
  text-transform: uppercase;
}

.md-section-title-separator {
  border-top: none;
  border-bottom: 1px solid #aaa;
  margin: 0;
}

section.share-buttons ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

section.share-buttons ul li {
  margin-right: 3%;
}

section.share-buttons ul li:last-of-type {
  margin-right: 0;
}

section.share-buttons svg {
  fill: #133558;
  width: auto;
  height: 25px;
}

section.share-buttons svg:hover {
  fill: #8f001d;
}


p.premium-has-more {
  margin: 1.1em 0 0.5em 0;
  color: #454647;
}

p.premium-has-more a {
  color: #8f001d;
}

.md-section-separator {
  border-top: none;
  border-bottom: 1px solid #aaa;
}

.logged-in .md-section-separator {
  margin-top: 1.0em;
}

.logged-in section:last-of-type .md-section-separator {
  display: none;
}

.md-article-summary {
  border-bottom: 1px solid #aaa;
}

.md-article-summary:last-of-type {
  border: none;
}

.logged-in .md-article-summary .preview {
  display: none;
}

.logged-in .md-article-summary.featured .preview {
  display: none;
}

.md-article-summary p.text {
  margin: 0.7em 0;
  line-height: 1.5em;
}

.md-article-summary .text a {
  text-decoration: none;
  color: #454647;
}


.md-article-summary a.read-more {
  color: #8f001d;
  margin-bottom: 0.7em;
  display: inline-block;
  text-decoration: underline;
}

#md-content-wrapper p.no-newsletter {
  margin: 1.0em 5% 1.0em 5%;
  padding-bottom: 1.0em;
  border-bottom: 1px solid #aaa;
}

.md-article-summary a.read-more:after {
  content: ' >';
}

.md-single-article h4 {
  font-size: 0.75em;
}

.md-single-article p {
  margin: 1.3em 0;
  line-height: 1.475em;
}

.md-single-article p a {
  text-decoration: none;
  font-weight: bold;
  color: #00278c;
}

.md-single-article ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1em;
}

.md-single-article .keyword-title {
  font-weight: 600;
  color: #000;
}

.md-single-article p .keyword a {
  color: #8f001d;
  text-decoration: none;
}

.md-single-article .keyword {
  white-space: nowrap;
  margin-right: 0.5em;
  font-weight: bold;
}

.md-single-article .keyword:first-of-type {
  margin-left: 0.5em;
}

.md-single-article .keyword:last-of-type {
  margin-right: 0;
}

.md-single-article table {
  border: none;
  border-collapse: collapse;
  font-size: 0.75em;
  font-weight: 200;
  line-height: 1.6em;
  margin-bottom: 2.5em;
  display: block;
  overflow-x: auto;
}

.md-single-article table th {
  padding: 0.3em 0.5em;
  background-color: #eee;
}

.md-single-article table td {
  padding: 0.3em 1em;
}

.md-single-article table th.tab,
.md-single-article table td.tab {
  padding-left: 1.6em;
}

.md-single-article table tr:nth-child(odd) {
  background-color: #eee;
}

.md-single-article table caption {
  margin: 0.5em 0 0 0;
  font-size: 0.9em;
  caption-side: bottom;
  text-align: left;
}

/*----------------MD Sidebar-------------*/
#md-side-bar.logged-in section.subscribe {
  display: none;
}

#md-side-bar section.subscribe {
  padding: 0.7em 0 1.0em 0;
}

#md-side-bar section.subscribe img {
  display: inline-block;
}

#md-side-bar section.subscribe .blurb {
  display: inline-block;
  width: 80%;
  margin-left: 5%;
}

#md-side-bar section.subscribe p {
  font-size: 0.75em;
  color: #00278c;
}

#md-side-bar section.subscribe .main-button {
  background-color: #8f001d;
  margin-top: 0.9em;
}

#md-side-bar.logged-in section.premium {
  display: none;
}

#md-side-bar section.premium {
  background-color: #fefacc;
  padding-top: 0.8em;
  padding-bottom: 0.6em;
}

#md-side-bar section.premium p {
  margin-bottom: 0.5em;
}

#md-side-bar section.premium p:last-of-type {
  margin-bottom: 0;
}

#md-side-bar section.premium h2 {
  font-size: 1.0em;
  font-weight: 600;
  color: #8f001d;
  margin: 0 0 0.2em 0;
}

#md-side-bar section h2 a {
  color: #8f001d;
  text-decoration: none;
}

#md-content-box .single-footer {
  margin-bottom: 1.0em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

#md-content-box .single-footer a {
  text-decoration: none;
  color: #00278c;
}

/*--------------------Search-----------------*/

.search-bar.mobile-only {
  background-color: #143558;
}

.search-bar.mobile-only form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}

.search-bar.mobile-only form input {
}

.search-bar.mobile-only .toggle-advanced {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0 3%;
  flex: 0 1 auto;
  cursor: pointer;
}

.search-bar.mobile-only .toggle-advanced-search {
  flex: 3 1 100%;
  background-color: #8f001d;
  color: #fff;
  font-size: 0.7em;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.0em 0;
}

.search-bar.mobile-only .toggle-advanced-search .date-wrapper {
    display: none;
}

.search-bar.mobile-only .toggle-advanced-search > li:nth-child(odd) {
  flex: 1 1 40%;
  padding-left: 5%;
}
.search-bar.mobile-only .toggle-advanced-search > li:nth-child(even) {
  flex: 1 1 50%;
  padding-right: 5%;
}

.search-bar.mobile-only #start-date {
    margin-right: 5%;
}

.search-bar.mobile-only .search-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 1px solid #465d7a;
  border-right: 1px solid #465d7a;
  padding: 0.5em 0;
  flex-grow: 2;
}

.search-bar.mobile-only .query-bar {
  border: none;
  background-color: #143558;
  color: #fff;
  font-size: 16px;
  min-width: 30px;
  padding-left: 0.4em;
  flex-grow: 2;
}

.search-bar.mobile-only .query-bar::placeholder {
  color: #fff;
  font-weight: 200;
}


.search-bar.mobile-only .query-bar:focus {
  font-size: 16px;
}

.search-bar.mobile-only .search-icon {
  margin-right: 0.7em;
  width: 15px;
  display: inline-block;
  cursor: pointer;
  line-height: 16px;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
          box-sizing:content-box;

  border: none;
  background-color: transparent;
  background-image: url( /mb-modern/images/search-icon.png );
  background-repeat: no-repeat;
  background-position: center center;
}

.search-bar-date {
  background-color: #8f001d;
  padding-bottom: 0.5em;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
}

.search-bar-date .date-wrapper {
  margin: 0 5%;
  flex: 1 1 auto;
}

.search-bar-date .date-wrapper input {
  padding: 0.4em;
  width: 40%;
}

#main-search-start,
#main-search-end {
  font-size: 16px;
}

.search-bar-date .date-wrapper img {
  vertical-align: middle;
  margin-left: -30px;
}
.search-bar-date .date-wrapper img:first-of-type {
  margin-right: 5%;
}

#main-search-wrapper.desktop-only {
    display: none;
    margin: 0 10%;
}

#main-search-wrapper {
    color: #fff;
    font-size: 0.9em;
}

#main-search-bar {
  margin: 1.0em 0;
  font-size: 0.7em;
  display: flex;
  flex-direction: row;
}

#main-search-query {
  padding: 0 0.5em;
  margin-right: 3%;
  flex: 3 1 70%;
}

#main-search-submit {
  flex: 1 0 auto;
  padding: 0.5em 2.0em;
  border: 3px solid #fff;
  background-color: transparent;
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
  cursor: pointer;
}

.association-highlight {
  background-color: #c5ecff;
}

.keyword-highlight {
  background-color: #faff94;
}

.search-overview {
  border-bottom: 1px solid #aaa;
  padding: 1.0em 0;
}

.search-overview h2 {
  margin: 0 5%;
  color: #8f001d;
  font-size: 1.0em;
}

.search-overview strong {
  color: #000;
  font-weight: bold;
}

.search-overview p {
  margin: 0 5%;
}

.search-overview .premium-has-more {
  margin-top: 1.0em;
}

.search-result {
  border-bottom: 1px solid #aaa;
  padding: 0.5em 0;
}

.search-result h2,
.search-result h3,
.search-result p {
    margin: 0 5%;
}
.search-result h2 {
  font-size: 0.8em;
  line-height: 1.6em;
}

.search-result h2 a {
  color: #00278c;
  text-decoration: none;
}

.search-result h3 {
  color: #999;
  font-size: 0.7em;
  font-weight: normal;
  margin: 0.1em 5% 0.3em 5%;
}

.search-overview .read-more,
.search-result .more {
    color: #8f001d;
    text-decoration: none;
}

.search-contents .reports-box.desktop-only {
  display: none;
}

.search-contents .search-results-wrapper {
  flex: 2 1 74%;
}

.search-contents .reports-box {
  flex: 1 1 26%;
  margin-top: 1.0em;
  padding: 0;
}

.search-contents .reports-box h2 {
  color: #8f001d;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 1.0em 0;
  padding: 0;
}

.search-contents .reports-box h2 a {
  color: #8f001d;
  text-decoration: none;
}

.search-contents .sb-report {
  margin-bottom: 2.2em;
}

.search-contents .sb-report img {
  width: 100%;
}

.search-contents .sb-report a {
  display: inline-block;
  text-decoration: none;
  color: #8f001d;
  font-size: 1.0em;
  width: 100%;
  height: auto;
}
.search-contents .result-navigation {
  padding: 1.0em 0;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.0em;
}

.search-contents .result-navigation,
.search-contents .result-page-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.search-contents .result-page-list > li:last-of-type {
  margin-right: 1.0em;
}

.search-contents .result-page-list > li:first-of-type {
  margin-left: 1.0em;
}

.search-contents .result-page-list > li:first-of-type .result-page {
  margin-left: 0;
}

.search-contents .result-page-list .result-page {
  border: 1px solid #aaa;
  padding: 0.2em 0.5em;
  margin-left: 0.2em;
  text-decoration: none;
  color: #454647;
}

.search-contents .result-page-list .result-page.current {
  border: 1px solid #00278c;
}

.search-contents .result-navigation .prev-next {
  text-decoration: none;
  color: #00278c;
}

#login-subscribe-page {
  display: flex;
  flex-direction: column;
}

#login-subscribe-page .login-page {
  padding-bottom: 1.0em;
  border-bottom: 1px solid #aaa;
}

.forgot-password-page h2,
.subscribe-page h2,
.login-page h2,
.disclaimer-page h2,
.welcome-page h2,
.premium-page h2 {
  text-transform: uppercase;
  color: #8f001d;
  font-weight: 600;
  font-size: 1.1em;
}

.welcome-page h3,
.subscribe-page h3,
.premium-page h3 {
  font-size: 1.0em;
  font-weight: 600;
  color: #00278c;
}

.forgot-password-page p,
.disclaimer-page p,
.welcome-page p,
.subscribe-page p,
.login-page p,
.premium-page p {
  margin-bottom: 1.0em;
}

.welcome-page,
.disclaimer-page,
.login-page {
  margin-bottom: 1.0em;
}

#feedback .url-field,
.premium-page .url-field {
  display: none;
}

.flexform {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flexform label.info,
.flexform p.info {
  margin: 0;
  padding: 0;
  font-size: 0.6em;
}

.flexform .form-item {
  flex: 1 0 100%;
  align-items: baseline;
  margin-bottom: 1.0em;

  display: flex;
  flex-wrap: wrap;
}

.flexform li.hidden {
  display: none;
}


.flexform li .submit {
  padding: 0.5em 0;
}

.flexform .form-item input,
.flexform .form-item textarea {
  flex: 1 0 50%;
  font-size: 16px;
  -webkit-appearance: none;
  border: 1px solid #aaa;
  padding: 0.5em;
}

.flexform .form-item input[type="checkbox"] {
    flex: 0 0 auto;
}

.flexform .form-item input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  background-color: #8f001d;
  font-weight: 600;
  border: 1px solid #8f001d;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
          box-sizing:content-box;
}

.flexform .form-item input {
  max-width: 300px;
  margin-right: 0.4em;
}

.flexform .form-item textarea {
  max-width: 400px;
}

.flexform .form-item .error {
  border: 1px solid #faa;
  box-shadow: 0px 0px 1px #f00;
}

footer {
  color: #ffffff;
  background-color: #133558;
  position: relative;
  flex-shrink: 0;
}

footer p {
  font-size: 0.55em;
  padding: 1.4em 0;
  text-align: center;
}

footer img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  margin: auto auto;
  height: 80%;
  display: block;

}

@media only screen and ( min-width: 30em) {
  .logged-in .md-article-summary.featured .preview,
  .logged-in .md-article-summary .preview {
    display: block;
  }
}

@media only screen and ( min-width: 1024px) {

  .menu {
    width: 17em;
    background-color: transparent;
    flex-direction: row;
  }

  .menu ul {
    background-color: #133558;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 2;
  }

  .menu-animate .close-button,
  .menu-visible .close-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    background-color: white;
    z-index: 200;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .menu .login-item {
    order: 99;
    padding: 1.5em 0.0em 1.5em 1.5em;
  }

  .menu li.menu-item a {
    padding: 1.0em 1.5em;
  }

  .menu li.sub-item a {
    padding: 0.5em 1.5em;
    color: #8aa9e0;
    font-size: 0.9em;
  }

  .menu li.menu-item.login-item {
    border-bottom: none;
  }

  .menu li.menu-item.about-item {
    border-bottom: 1px solid #273e78;
  }

  #menu-login {
    width: 10em;
  }

  header .image-wrapper {
    max-height: 420px;
  }

  header .image-container:after {
    padding-top: 21.875%;
  }

  header h1 {
    font-size: 2.7em;
  }

  header .header-text {
    position: absolute;
    height: 60%;
    text-align: center;
    width: 100%;
    bottom: 0px;
  }

  header .header-text.raised {
    height: 100%;
  }

  header .header-blurb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33.33333%;
  }
  header .header-blurb p {
    padding-top: 0;
    padding-bottom: 1.0em;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    font-weight: normal;
    line-height: 1.6em;
    text-shadow: 1px 1px 1px #000;
  }

  header div.banner {
    background-image: url( '/mb-modern/images/header/large/home.jpg' );
  }

  #about-header div.banner {
    background-image: url( '/mb-modern/images/header/large/about.jpg' );
  }

  #inthenews-header div.banner {
    background-image: url( '/mb-modern/images/header/large/about.jpg' );
  }

  #login-header div.banner {
    background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
  }

  #subscribe-header div.banner {
    background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
  }

  #forgot-password-header div.banner {
    background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
  }

  #disclaimer-header div.banner {
    background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
  }

  #welcome-header div.banner {
    background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
  }

  #premium-header div.banner {
    background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
  }

  #management-header div.banner {
    background-image: url( '/mb-modern/images/header/large/management.jpg' );
  }

  #careers-header div.banner {
    background-image: url( '/mb-modern/images/header/large/careers.jpg' );
  }

  #contact-header div.banner {
    background-image: url( '/mb-modern/images/header/large/contact.jpg' );
  }

  #md-header div.banner {
    background-image: url( '/mb-modern/images/header/large/marbridgedaily.jpg' );
  }

  #reports-header div.banner {
    background-image: url( '/mb-modern/images/header/large/reports.jpg' );
  }

  #search-header div.banner {
    background-image: url( '/mb-modern/images/header/large/search.jpg' );
  }

  #services-header div.banner {
    background-image: url( '/mb-modern/images/header/large/services.jpg' );
  }

  #shadow {
    max-height: 90px;
  }

  #shadow img.logo {
    max-width: 243px;
  }

  .mobile-only {
    display: none;
  }

  .page-hmargin-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .page-hmargin {
    margin-left: 10%;
    margin-right: 10%;
  }

  .page-hpadding {
    padding-left: 10%;
    padding-right: 10%;
  }

  .page-vmargin {
    margin-top: 2.8em;
  }

  .md-single-article ul {
    font-size: 0.9em;
  }

  .text,
  .content p {
    font-size: 0.8em;
  }

  .text,
  .md-single-article ul,
  .content p {
    line-height: 1.65em;
  }

  .text b,
  .text strong,
  .content p b,
  .content p strong{
    font-weight: bold;
    color: #000;
  }

  .main.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main section h2 {
    margin: 0 0 1.0em 0;
    font-size: 1.2em;
  }

  #main-about {
    border-bottom: 1px solid #aaa;
    flex: 2 0 80%;
    margin: 0 10% 2.0em 10%;
    padding-bottom: 1.0em;
  }

  #main-about .main-info:before {
    content: '';
    height: 1.5em;
    width: 105%;
    background-color: #fff;
    color: #fff;
    position: absolute;
    top: -1.5em;
    left: -2.5%;
    margin: 0;
    padding: 0;
  }

  #main-about .main-info {
    margin-top: 0;
  }

  #who-we-are {
      background-image: url( /mb-modern/images/who-we-are.jpg );
      background-size: 100% 100%;
  }

  #what-we-do {
      background-image: url( /mb-modern/images/what-we-do.jpg );
      background-size: 100% 100%;
  }

  #our-services {
      background-image: url( /mb-modern/images/our-services.jpg );
      background-size: 100% 100%;
  }

  #main-about .info-item {
    display: inline-block;
    padding: 1.0em 2%;
    width: 25%;
  }

  #main-about .info-item h2 {
    font-size: 1.6em;
    font-weight: normal;
  }

  p#main-blurb {
    order: 5;
    font-size: 1.0em;
    font-weight: 600;
    line-height: 2.0em;
  }

  #main-about .info-item p {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.5em;
  }

  #main-daily {
    flex: 1 1 30%;
    background-color: #fff;
    margin-left: 10%;
    margin-right: 5%;
  }

  #main-daily h2 {
    margin-top: 0;
    margin-bottom: 1.0em;
  }

  #main-daily p.text.blurb {
    font-size: 0.8em;
    font-weight: normal;
  }

  #main-daily .main-daily-wrapper {
    margin-top: 1.0em;
    flex-direction: row;
    align-items: flex-start;
  }

  #main-daily .login-wrapper {
    order: 1;
    flex: 1 1 40%;
    margin-right: 2.5%;
  }

  #main-daily .main-article {
    flex: 1 1 60%;
  }

  #main-daily .main-article h3 {
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 0;
  }

  #main-daily .main-article h4 {
    margin: 0 0 0.5em 0;
  }

  #main-daily .login-wrapper .daily-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.4em;
    margin-bottom: 1.0em;
  }

  #main-daily .preview {
    display: block;
  }

  #main-news {
    flex: 1 1 30%;
    order: 3;
    margin-right: 10%;
  }

  section.inthenews-page .news-item,
  #main-news .news-item{
    font-size: 1.0em;
    padding: 0.5em 0;
  }

  section.inthenews-page .image-container,
  #main-news .image-container {
    text-align: center;
    margin: 0;
    padding: 0 2.5%;
  }

  section.inthenews-page .news-item {
    width: 70%;
    margin: 0 auto;
  }

  section.inthenews-page .details h3 {
    flex: 0 1 auto;
  }

  section.inthenews-page .details h3 {
    font-size: 1.1em;
    font-weight: normal;
  }

  #main-reports {
    flex: 2 0 80%;
    order: 4;
    margin: 2.0em 10%;
  }

  #main-reports ul {
    flex-direction: row;
    padding: 0 2%;
  }

  #main-reports ul li {
    border-bottom: none;
    flex: 1 1 20%;
    padding: 0 0.5%;
  }

  #main-reports ul li:nth-of-type(n+6) {
    display: none;
  }

  #main-reports .report-container {
    background-color: #fff;
    text-align: center;
    padding: 5%;
  }

  #main-reports .report-container .report-image {
    width: 100%;
    height: auto;
    display: block;
  }

  #main-reports ul .report-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 3.2em;
  }

  #main-reports h2 {
    background-image: none;
    color: #8f001d;
    font-weight: 600;
    border-top: 3px solid #ddd;
  }

  #main-reports h2 a {
    color: #8f001d;
  }

  #login-subscribe-page {
    display: flex;
    flex-direction: row;
  }

  #login-subscribe-page .login-page {
    padding-bottom: 0;
    border-bottom: none;
    margin-right: 10%;
  }

/*-----------------Privacy--------------*/

  #privacy-content {
    max-width: 800px;
    margin: 0 auto;
  }

/*-----------------About--------------*/

  #about-wrapper {
    padding: 4.5em 0;
  }

  #about-wrapper .content {
    margin-right: 5%;
    flex: 1 1 50%;
  }

  #about-wrapper .graphic {
    display: inline-block;
    margin-right: 10%;
    flex: 1 1 50%;
    min-width: 300px;
  }

  /*----------------Careers-------------*/

  #careers-blurb {
    border-bottom: none;
    padding-top: 4.5em;
  }

  #careers-positions h2 {
    font-size: 1.0em;
  }

  #careers-positions h3 {
    font-size: 0.9em;
  }

  /*----------------Contact-------------*/

  .contact-wrapper {
    margin-left: 10%;
    margin-right: 10%;
    padding: 2.6em 0;
  }

  .contact-wrapper .map-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;
    justify-content: center;
    flex: 2 1 60%;
  }

  #dituContent {
    flex: 2 0 100%;
    border: 1px solid #000;
  }

  .contact-wrapper .map-wrapper .bordered-button {
    flex: 1 1 30%;
    margin: 0;
  }

  #baidu-maps {
    border-right: transparent;
  }

  .contact-wrapper .map-wrapper .bordered-button.selected {
    color: #fff;
    background-color: #13286a;
  }

  .contact-wrapper .map-wrapper iframe {
    position: relative;
    width: 100%;
    pointer-events: none;
  }

  .contact-wrapper .map-wrapper iframe.clicked {
    pointer-events: auto;
  }

  #contact-info div.page-hmargin {
    margin-left: 0;
  }

  #contact-info {
    margin-right: 5%;
  }

  #contact-info h2 {
    font-size: 1.0em;
    padding: 0;
    margin: 1.0em 0 0.3em 0;
  }

  #contact-info li:first-of-type img,
  #contact-info li:first-of-type h2 {
    margin-top: 0;
  }

  #contact-info li {
    font-size: 1.0em;
  }

  #contact-info .details p {
    line-height: 1.9em;
  }

  .contact-wrapper .map-wrapper a {
    display: block;
    margin: 1.0em 30%;
    flex: 0 1 auto;
  }

/*-----------Management---------------*/

  #management-page .blurb {
    margin-bottom: 2.5em;
    font-size: 0.85em;
  }

  #management-page {
    margin-bottom: 3.0em;
  }

  #management-page .bio {
    display: block;
    padding-bottom: 2.0em;
  }

  #management-page li {
    border: 1px solid #aaa;
    margin: 0 10% 2% 10%;
    padding: 0 2.5%;
  }

  #management-page li:last-child {
    border-bottom: 1px solid #aaa;
  }

  #management-page li div.person {
    margin: 0;
  }

  #management-page .person .details {
    width: 75%;
    margin-left: 2.5%;
  }

  #management-page h3 {
    font-size: 1.2em;
    margin: 0.4em 0 0 0;
    padding: 0;
  }

  #management-page h4 {
    font-size: 0.8em;
    margin: 0.5em 0;
  }

/*----------------Reports-------------*/

  #reports-header .header-blurb {
    height: 44%;
  }

  #reports-header .header-blurb p {
    margin-left: 5%;
    margin-right: 5%;
  }

  #reports-page .thankyou {
    margin-top: 1.8em;
  }

  #reports-page {
    padding-top: 0;
  }

  #reports-page h2 {
    background-color: #fff;
    color: #00278c;
    padding: 0;
    margin: 0;
    font-size: 1.7em;
    font-weight: normal;
  }

  #reports-page section {
    margin: 1.5em 10%;
  }

  #reports-page .image-container {
  }

  #reports-page .report-container.page-hmargin {
    margin-left: 0;
    margin-right: 0;
  }

  #reports-page h3 {
    font-size: 1.1em;
    margin-bottom: 1.0em;
  }

  #reports-page .combo-wrapper {
    margin-bottom: 1.0em;
    margin-top: 1.0em;
  }

  #reports-page .title-wrapper .desktop-only {
    display: inline-block;
  }

  #reports-page .report-container {
    margin: 1.2em 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #reports-page .image-container {
    flex: 1 1 25%;
  }

  #reports-page .title-container {
    flex: 3 1 75%;
  }

  #reports-page section .report-item {
    margin: 0;
    padding: 0;
  }

  #reports-page section .report-item:last-child {
    border-bottom: 1px solid #aaa;
  }

  #reports-page section:last-of-type .report-item:last-child {
    border-bottom: none;
  }

  #reports-page .title-container .summary {
    display: block;
  }

  #reports-page .title-container .bordered-button {
    display: inline-block;
    color: #13286a;
    margin-bottom: 0;
  }

  #reports-page .title-container .summary p:first-of-type {
    margin-top: 0;
  }

  #reports-page .title-container .summary p {
    margin-top: 1.0em;
  }

  #reports-page .title-container .summary ul {
    margin-top: 0.5em;
  }

  #reports-page .title-container .summary li:before{
    content: '> ';
  }
  #reports-page .title-container .summary li{
    border: none;
    margin: 0.2em 0;
    padding: 0;
    font-size: 0.8em;
    font-style: italic;
    color: #454647;
  }

  #reports-page .title-container .summary li:nth-of-type(n+3) {
    display: none;
  }

  #reports-page .image-container img {
    max-width: 300px;
  }

  #reports-page .report-content-wrapper .order-container h3 {
    margin: 0 10% 1.0em 10%;
  }

  #reports-page .single-report .report-title.page-hmargin {
    margin-left: 10%;
  }

  #reports-page .report-content-wrapper .report-title h2 {
    font-size: 1.7em;
    font-weight: normal;
    margin: 1.0em 0 0.5em 0;
  }

  #reports-page .single-report .report-content-wrapper {
    display: block;
  }

  #reports-page .report-content-wrapper .image-container {
    margin-top: 1.0em;
    margin-right: 2%;
    margin-left: 10%;
    margin-bottom: 1.0em;
    width: 30%;
    max-width: 300px;
    float: left;
  }

  #reports-page .report-content-wrapper .image-container img {
    border-radius: 0;
  }

/*----------------Services-------------*/

  #services-header .header-blurb {
    height: 44%;
  }

  #services-header .header-blurb p.page-hmargin {
    margin-left: 15%;
    margin-right: 15%;
  }

  #services-details {
    display: flex;
    flex-direction: row;
    margin: 2.0em 10%;
    justify-content: center;
  }

  #services-details section {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  #services-details section p {
    flex: 2 0 auto;
  }

  #services-details section.page-hmargin {
    margin-left: 0;
    margin-right: 0;
  }

  #services-details section.page-hmargin:first-of-type {
    margin-right: 5%;
  }

  #services-details h2 {
    font-size: 1.8em;
    font-weight: normal;
    padding: 0;
    margin: 0.5em 0;
  }

  #services-details hr {
    display: none;
  }

  #services-details li:first-of-type {
    border-top: none;
  }

  /*-----------------MD----------------*/

  #md-header .header-blurb {
    width: 100%;
  }

  .md-header-bar {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 10%;
  }

  .md-header-bar .free-daily,
  .md-header-bar .screen-name {
    font-size: 1.1em;
    font-weight: normal;
    text-shadow: none;
    padding-bottom: 0;
  }

  .md-header-bar .free-daily,
  .md-header-bar .screen-name {
    flex: 3 0 70%;
    text-align: left;
  }

  .md-header-bar img {
    flex: 0 0 auto;
    margin-right: 1.0em;
    max-height: 37px;
    max-width: 37px;
  }

  .md-header-bar a {
    flex: 1 1 auto;
  }

  .md-header-bar .bordered-button {
    color: #fff;
    border-color: #fff;
  }

  #md-page {
    display: flex;
    flex-direction: row;
    margin: 0 1%;
  }

  #md-index-date-wrapper .desktop-only {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #aaa;
  }

  #md-index-date-wrapper .desktop-only > ul {
    display: flex;
    flex-direction: row;
    flex: 1 1 70%;
  }

  #md-index-date-wrapper .index > li.selected {
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: none;
    background-color: #fff;
    color: #00278c;
  }

  #md-index-date-wrapper .index > li {
    background-color: #e5e5e5;
    margin-right: 0.25em;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    font-size: 0.8em;
    color: #454647;
  }
  #md-index-date-wrapper .index > li > a {
    text-decoration: none;
    color: #454647;
    padding: 0.4em 0.5em;
    display: inline-block;
    border-bottom: none;
  }

  #md-index-date-wrapper .index .date-selector {
    background-color: #fff;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: none;
    margin-right: 0;
    margin-left: auto;
  }

  #md-index-date-wrapper .index .date-selector a {
    border: none;
    padding: 0.4em 0.2em;
  }

  #md-index-date-wrapper .index .date-selector .date {
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: inline-block;
  }

  #datepicker-wrapper {
    flex: 1 1 100%;
    position: relative;
    margin-top: -1px;
    height: 1px;
    display: none;
  }

  #datepicker {
    position: absolute;
    bottom: 1;
    right: 0;
  }

  #datepicker .ui-datepicker-today a {
    background-color: #f6f6f6;
    color: #00278c;
    border: 1px solid #00278c;
  }

  #md-content-wrapper p.no-newsletter {
    margin: 3.0em 0 1.0em 0;
    padding-bottom: 1.0em;
    border-bottom: 1px solid #aaa;

  }

  #md-content-box .bottom-navigation,
  #md-index-date-wrapper .top-navigation {
    margin: 0;
  }

  .md-section .page-hmargin {
    margin-left: 0%;
    margin-right: 0%;
  }

  .md-section h2 {
    font-size: 1.7em;
    font-weight: normal;
    margin: 0.7em 0 0.1em 0;
  }

  .logged-in .md-section h2 {
    font-size: 1.7em;
    font-weight: normal;
    margin: 0.9em 0 0.6em 0;
  }

  .md-section h3,
  #feedback h2,
  .md-single-article h2 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
  }

  .md-single-article h3,
  .md-section h4 {
    font-size: 0.75em;
  }

  .md-single-article p,
  .md-section p {
    font-size: 0.9em;
  }

  .md-single-article p .keyword a {
    color: #00278c;
    text-decoration: none;
    font-weight: normal;
  }

  .md-single-article .keyword {
    white-space: nowrap;
    margin-right: 0.5em;
  }


  .md-single-article h4 {
    font-size: 1.0em;
  }

  .md-single-article table th.tab,
  .md-single-article table td.tab {
    padding-left: 2.0em;
  }

  .md-article-summary a.read-more:after {
    content: '';
  }

  .md-article-summary a.read-more{
    text-decoration: none;
    text-transform: capitalize;
  }

  .md-section p.premium-has-more a {
    color: #00278c;
  }

  .md-single-article.page-hmargin {
    margin-left: 0;
    margin-right: 0;
  }

  .md-section-separator {
    margin-top: 1.6em;
  }

  section.share-buttons ul li {
    margin-right: 10%;
  }

  section.share-buttons svg {
    width: auto;
    height: 30px;
  }

  #md-content-wrapper {
    flex: 2 1 74%;
    margin-right: 1%;
  }

  #md-content-box .single-footer.page-hmargin {
    margin-left: 0;
    margin-right: 0;
  }

  #md-side-bar {
    flex: 1 1 26%;
    margin-top: 1.0em;
  }

  #md-side-bar .desktop-only {
    display: block;
  }

  #md-side-bar section {
    margin-bottom: 1.0em;
  }

  #md-side-bar section.page-hpadding {
    padding: 1.0em 1.0em;
  }

  #md-side-bar section h2,
  #md-side-bar section.premium h2 {
    color: #8f001d;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  
  #md-side-bar section h2 {
    font-size: 1.3em;
  }

  #md-side-bar.logged-in .login-box {
    display: none;
  }

  #md-side-bar .login-box,
  #md-side-bar .search-box,
  #md-side-bar .rss-box {
    background-color: #e5e5e5;
  }

  #md-side-bar .login-box p,
  #md-side-bar .search-box p {
    font-size: 0.8em;
    margin-bottom: 0.8em;
  }

  #md-side-bar .rss-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #md-side-bar .rss-box p {
    flex: 1 1 auto;
  }

  #md-side-bar .rss-box p a {
    text-decoration: none;
    color: #00278c;
  }

  #md-side-bar .rss-box img {
    margin-right: 0.5em;
    flex: 0 0 auto;
    max-height: 46px;
  }

  #md-side-bar section.reports-box {
    padding: 0;
  }

  #md-side-bar .sb-report:nth-of-type(n+3) {
    display: none;
  }

  #md-side-bar.logged-in .sb-report {
    display: block;
  }

  #md-side-bar .sb-report {
    margin-bottom: 1.0em;
  }

  #md-side-bar .sb-report img {
    width: 100%;
  }

  #md-side-bar .sb-report a {
    display: inline-block;
    text-decoration: none;
    color: #8f001d;
    font-size: 0.9em;
    width: 100%;
    height: auto;
  }

  #md-side-bar .flexform .form-item a.info {
    text-decoration: none;
    font-size: 0.7em;
    color: #00278c;
    margin-left: 10%;
  }

  #md-side-bar .flexform .form-item input[type="submit"] {
    color: #00278c;
    text-transform: uppercase;
    background-color: #e5e5e5;
    font-weight: 600;
    font-size: 0.7em;
    flex: 0 1 40%;
    display: inline-block;
    border: 2px solid #00278c;
    -webkit-appearance: none;
    cursor: pointer;
  }

  #main-search-wrapper.desktop-only {
      display: block;
  }

  #main-search-options {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    background-color: #133558;
  }

  #main-search-options input[type="checkbox"] {
    margin: 0 0.5em 0 0;
  }

  #main-search-options label {
    margin-right: 1.0em;
    font-weight: normal;
    font-size: 0.8em;
  }

  #main-search-options label:last-of-type {
    margin-right: 0;
  }

  .search-contents {
    display: flex;
    flex-direction: row;
    margin: 0 10%;
  }

  .search-contents {
    padding: 1.0em 0;
  }

  .search-contents .search-results-wrapper {
    margin-right: 5%;
  }

  .search-bar-date {
    display: flex;
    background-color: #133558;
    padding: 0 0 1.0em 0;
  }

  .search-bar-date .date-wrapper input {
    padding: 0.4em;
    width: 20%;
  }

  .search-bar-date .date-wrapper {
    margin: 0 10%;
  }

  .search-contents .reports-box.desktop-only {
    display: block;
  }

  .search-overview h2,
  .search-overview p {
    margin: 0;
  }

  .search-overview h2 {
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 0.2em;
  }

  .search-overview .premium-has-more {
    margin-top: 1.5em;
  }

  .search-result {
    padding: 1.0em 0;
  }

  .search-result h2 {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: normal;
    margin: 0;
  }

  .search-result h3 {
    margin: 0.2em 0 1.0em 0;
    font-size: 0.75em;
  }

  .search-result p {
    font-size: 1.0em;
    margin: 0;
  }

  footer p {
    font-size: 0.55em;
    padding: 3.4em 0;
    margin-right: 10%;
    text-align: right;
  }

  footer img {
    position: absolute;
    margin: 0 0 0 10%;
    width: auto;
    height: 80%;
    left: initial;
    right: initial;
    top: initial;
  }
}


@media only screen and ( min-width: 1100px) {

  #md-page {
    margin: 0 3%;
  }

  #md-content-wrapper {
    margin-right: 3%;
  }

}

@media only screen and ( min-width: 1200px) {
  header .header-blurb p {
    font-size: 1.0em;
  }

  #md-page {
    margin: 0 4%;
  }

  #md-content-wrapper {
    margin-right: 4%;
  }

  #md-index-date-wrapper .index > li > a {
    padding: 0.4em 0.7em;
  }

  #main-search-bar {
    margin-top: 1.5em;
  }

  #main-search-options label {
    margin-right: 2%;
    font-size: 0.9em;
  }

  #main-search-submit {
    padding: 0.8em 2.0em;
  }
}

@media only screen and ( min-width: 1300px) {
  header .header-blurb p {
    font-size: 1.1em;
  }

  #reports-header .header-blurb p {
    margin-left: 10%;
    margin-right: 10%;
  }

  #services-header .header-blurb p.page-hmargin {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md-header-bar .free-daily,
  .md-header-bar .screen-name {
    font-size: 1.3em;
  }
}

@media only screen and ( min-width: 1360px) {

  #md-page {
    margin: 0 10%;
  }

  #md-index-date-wrapper .index > li > a {
    padding: 0.4em 0.7em;
  }

  #md-index-date-wrapper .index .date-selector a {
    padding: 0.4em 0.4em;
}

@media only screen and ( min-width: 1920px) {
  body {
    font-size: 1.6em;
  }
 
  #main-about .info-item {
    padding: 1.0em 3%;
  }
}
