#mainContent .mainContentInner {
  padding: 35px 0 110px; }
#mainContent h1 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h1 {
      font-size: 48px; } }
#mainContent .leadWrap {
  margin-top: 25px;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent .leadWrap {
      margin-top: 35px; } }

h2 {
  position: relative;
  color: #fff;
  margin-top: 55px;
  padding: 5px 0 2px;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  background: #004389; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    h2 {
      padding: 7px 0 2px;
      padding-left: 64px;
      font-size: 40px; } }
  h2:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 17px;
    top: 50%;
    left: 18px;
    background: #fff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      h2:before {
        width: 6px;
        height: 34px;
        left: 36px; } }

@media only screen and (min-width: 751px), print {
  .linkList {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap; }
    .linkList li {
      margin-left: 27px;
      font-size: 14px; }
      .linkList li:nth-child(5n+1) {
        margin-left: 0; }
      .linkList li:nth-child(n+6) {
        margin-top: 20px; }
      .linkList li img {
        width: 217px; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .linkList li {
    width: 434px;
    margin: 20px auto 0; }
    .linkList li:first-child {
      margin-top: 40px; } }
