.site-content {
  position: relative;
  top: 100px;
  z-index: 0; }
  @media screen and (min-width: 768px) and (max-width: 850px) {
    .site-content {
      top: 220px; } }
  @media screen and (min-width: 851px) and (max-width: 1309px) {
    .site-content {
      top: 170px; } }
  @media screen and (max-width: 767px) {
    .site-content .grid-item {
      min-height: 400px; } }
  @media screen and (min-width: 768px) and (max-width: 990px) {
    .site-content .grid-item {
      min-height: 450px; } }

.inline-block {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.site-content .property-compact p {
  font-size: 14px;
  line-height: 1.42; }

.site-content .edge-box {
  padding-right: 10px;
  padding-left: 0; }
  .site-content .edge-box .col-md-10 {
    vertical-align: middle;
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../_assets/orange-block.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 60px; }
    @media screen and (max-width: 768px) {
      .site-content .edge-box .col-md-10 {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .site-content .edge-box .col-md-10 h1,
    .site-content .edge-box .col-md-10 h2,
    .site-content .edge-box .col-md-10 h3,
    .site-content .edge-box .col-md-10 h4,
    .site-content .edge-box .col-md-10 h5,
    .site-content .edge-box .col-md-10 h6,
    .site-content .edge-box .col-md-10 p,
    .site-content .edge-box .col-md-10 .button {
      color: #FFFFFF;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .site-content .edge-box .col-md-10 h1,
        .site-content .edge-box .col-md-10 h2,
        .site-content .edge-box .col-md-10 h3,
        .site-content .edge-box .col-md-10 h4,
        .site-content .edge-box .col-md-10 h5,
        .site-content .edge-box .col-md-10 h6,
        .site-content .edge-box .col-md-10 p,
        .site-content .edge-box .col-md-10 .button {
          margin-left: -30px; } }
      .site-content .edge-box .col-md-10 h1 ::-moz-selection,
      .site-content .edge-box .col-md-10 h2 ::-moz-selection,
      .site-content .edge-box .col-md-10 h3 ::-moz-selection,
      .site-content .edge-box .col-md-10 h4 ::-moz-selection,
      .site-content .edge-box .col-md-10 h5 ::-moz-selection,
      .site-content .edge-box .col-md-10 h6 ::-moz-selection,
      .site-content .edge-box .col-md-10 p ::-moz-selection,
      .site-content .edge-box .col-md-10 .button ::-moz-selection {
        background-color: #757575; }
      .site-content .edge-box .col-md-10 h1 ::selection,
      .site-content .edge-box .col-md-10 h2 ::selection,
      .site-content .edge-box .col-md-10 h3 ::selection,
      .site-content .edge-box .col-md-10 h4 ::selection,
      .site-content .edge-box .col-md-10 h5 ::selection,
      .site-content .edge-box .col-md-10 h6 ::selection,
      .site-content .edge-box .col-md-10 p ::selection,
      .site-content .edge-box .col-md-10 .button ::selection {
        background-color: #757575; }
    .site-content .edge-box .col-md-10 .button {
      color: #FFFFFF;
      border-color: #FFFFFF; }
    .site-content .edge-box .col-md-10 .button:hover {
      background-color: #FFFFFF;
      color: #FF5721; }

@media screen and (min-width: 769px) {
  .site-content .leadership .grid-item {
    padding-right: 50px;
    padding-left: 0;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 40px; } }
