/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

.landing-spot .item-list p {
  font-size: 80px;
}

.job-right-col {
  display: inline;
  float: right;
  margin: 10px 0 20px 5px;
  width: 52%;
}

.job-left-col {
  display: inline;
  float: left;
  margin: 10px 5px 20px 10px;
  width: 45%;
}