/* custom css for U Relations radix layouts */
.fixed-width .bartlett,
.fixed-width .bartlett-flipped,
.fixed-width .boxton,
.fixed-width .brenham,
.fixed-width .brenham-flipped,
.fixed-width .brown,
.fixed-width .bryant,
.fixed-width .bryant-flipped,
.fixed-width .burr,
.fixed-width .burr-flipped,
.fixed-width .geary,
.fixed-width .harris,
.fixed-width .hewston,
.fixed-width .hewston-flipped,
.fixed-width .layout--onecol,
.fixed-width .left-offset,
.fixed-width .mccoppin,
.fixed-width .moscone,
.fixed-width .moscone-flipped,
.fixed-width .phelan,
.fixed-width .pond,
.fixed-width .right-offset,
.fixed-width .rolph,
.fixed-width .sanderson,
.fixed-width .sanderson-flipped,
.fixed-width .selby,
.fixed-width .selby-flipped,
.fixed-width .sutro,
.fixed-width .sutro-double,
.fixed-width .taylor,
.fixed-width .taylor-flipped,
.fixed-width .webb,
.fixed-width .webb-flipped,
.fixed-width .whelan {
  max-width: 1200px;
  margin: 0 auto;
}
.fixed-width .block-page-title-block,
.fixed-width .block-local-tasks-block {
  max-width: 1200px;
  margin: 0 auto;
}
.gold-fullwidth {
  background-color: #ffde7a;
  margin: 1em auto;
}
.gray-fullwidth {
  background-color:#f0efee;
  margin: 1em auto;
  }
.gold-fullwidth .container-fluid,
.gray-fullwidth .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.gold-fullwidth .container-fluid .row,
.gray-fullwidth .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.gold-fullwidth .row,
.gray-fullwidth .row {
  display: flex;
}
.gold-fullwidth .col-md-4,
.gold-fullwidth .col-md-12,
.gray-fullwidth .col-md-4,
.gray-fullwidth .col-md-12 {
  background-color: #fff;
  margin: 2em 0em;
  padding: 1em 2em;
}
.center {
  max-width: 1200px;
  margin: 0 auto;
}
.left-offset,
.right-offset {
  margin: 40px auto !important;
}
@media only screen and (max-width:40em) {
  .gold-fullwidth .col-md-4,
  .gold-fullwidth .col-md-12,
  .gray-fullwidth .col-md-4,
  .gray-fullwidth .col-md-12 {
    margin: 1.0em 0.0em 0.0em 1.11111em !important;
    padding: 1em 2em !important;
    }
  .gray-fullwidth,
  .gold-fullwidth {
    padding-bottom: 1em;
  }
  .gold-fullwidth .row,
  .gray-fullwidth .row {
    display: block;
  }
}
