@media screen and (min-width: 751px) {
  /* line 5, news.scss */
  section.hero {
    background-color: #e4f3fc;
    padding: 80px 0 100px 0;
  }
  /* line 8, news.scss */
  section.hero h1 {
    text-align: center;
    color: #0052a4;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  /* line 15, news.scss */
  section.hero span.h1 {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-family: "AmericanTypewriter";
    color: rgba(0, 82, 164, 0.55);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }

  /* line 28, news.scss */
  section.intro {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 0 0;
    letter-spacing: 0.16em;
  }
  /* line 31, news.scss */
  section.intro p {
    text-align: left;
    font-size: 16px;
    line-height: 38px;
  }

  /* line 38, news.scss */
  section.news {
    width: 960px;
    margin: auto;
    padding: 80px 0 100px 0;
  }
  /* line 41, news.scss */
  section.news h2 {
    margin-bottom: 60px;
  }
  /* line 44, news.scss */
  section.news ul {
    *zoom: 1;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -30px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  section.news ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 47, news.scss */
  section.news ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  /* line 50, news.scss */
  section.news ul li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 55, news.scss */
  section.news ul li a:hover div.photo img,
  section.news ul li a:hover div.photo time {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }
  /* line 59, news.scss */
  section.news ul li a:hover p {
    text-decoration: underline;
  }
  /* line 63, news.scss */
  section.news ul li a div.photo {
    position: relative;
  }
  /* line 67, news.scss */
  section.news ul li a div.photo time {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: AvenirNext;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    background-color: #0052a4;
    padding: 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 80, news.scss */
  section.news ul li a p {
    margin-top: 10px;
    color: #54b1e3;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25em;
  }
  /* line 90, news.scss */
  section.news div.btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  /* line 100, news.scss */
  section.hero {
    background-color: #e4f3fc;
    padding: 80px 0 100px 0;
  }
  /* line 103, news.scss */
  section.hero h1 {
    text-align: center;
    color: #0052a4;
    font-size: 66px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin: 0 5%;
  }
  /* line 112, news.scss */
  section.hero span.h1 {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-family: "AmericanTypewriter";
    color: rgba(0, 82, 164, 0.55);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }

  /* line 125, news.scss */
  section.intro {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
    letter-spacing: 0.16em;
  }
  /* line 128, news.scss */
  section.intro p {
    text-align: left;
    font-size: 24px;
    line-height: 57px;
  }
  /* line 132, news.scss */
  section.intro p br {
    display: none;
  }

  /* line 138, news.scss */
  section.news {
    width: 90%;
    margin: auto;
    padding: 80px 0 100px 0;
  }
  /* line 141, news.scss */
  section.news h2 {
    margin-bottom: 60px;
  }
  /* line 144, news.scss */
  section.news ul {
    *zoom: 1;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -30px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  section.news ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 147, news.scss */
  section.news ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  /* line 150, news.scss */
  section.news ul li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 154, news.scss */
  section.news ul li a div.photo {
    position: relative;
  }
  /* line 156, news.scss */
  section.news ul li a div.photo img {
    width: 100%;
  }
  /* line 159, news.scss */
  section.news ul li a div.photo time {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: AvenirNext;
    color: #ffffff;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 30px;
    background-color: #0052a4;
    padding: 0 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  /* line 172, news.scss */
  section.news ul li a p {
    margin-top: 10px;
    color: #54b1e3;
    font-size: 22.5px;
    font-weight: 700;
    line-height: 1.25em;
  }
  /* line 182, news.scss */
  section.news div.btn {
    margin-top: 60px;
  }
}
