/* This file will hold styles that are loaded using the same media query as the wide grid. */

body {
    border-left:8px solid purple;
}

#zone-branding-wrapper {
  #zone-branding {
    #region-branding {
      .branding-data {
        margin-top:-25px;
      }
    }
  }
}


#section-content {
  #zone-postscript-wrapper {
    #zone-postscript {
      width:1200px;
    }
    #region-postscript-third {
      float:right;
    }
  }
}

body.context-contact {
	#zone-content {
		#region-content {
			#main-contact {
				iframe {
					width:600px;
				}
			}
		}
	}
}

body.front {
  #zone-preface-wrapper {
      #zone-preface {
        .button-block {
          h3 {
            font-size:1.34em;
            a {
              i {
                display:inline;
              }
            }
          }
        }
      }
    }
  }
