body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #555;
  text-align: center;
  font: normal 14px Sans-serif;
  line-height: 160%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

th, td {
  color: #555;
  vertical-align: top;
  font-weight: normal;
  font: normal 14px Sans-serif;
  line-height: 160%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

a {
  cursor: pointer;
}
a:link {
  color: #486B97;
  text-decoration: none;
}
a:visited, a:active {
  color: #5B8190;
  text-decoration: none;
}
a:hover {
  color: #946349;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .hero {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 15px;
  }
  .hero img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 15px;
  }
  .hero img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 10px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 10px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    margin: 0 0 10px 0;
  }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav li {
    margin: 0 0 2px 0;
  }
  .nav li a {
    display: block;
    background-color: #637ca6;
    color: #fff;
    line-height: 100%;
    padding: 6px 10px 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    margin: 0 0 2px 0;
  }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav li {
    margin: 0 0 0 2px;
  }
  .nav li a {
    display: block;
    background-color: #637ca6;
    color: #fff;
    line-height: 100%;
    padding: 6px 10px 5px 10px;
  }
}

.content {
  text-align: left;
}
.content h1 {
  font-size: 16px;
  line-height: 150%;
  background-color: #34557e;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 8px 0 6px 10px;
}
.content h2 {
  font-size: 16px;
  line-height: 150%;
  background-color: #34557e;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 8px 0 6px 10px;
}

.home .select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 10px 0;
}
.home .select .block {
  width: 32.5%;
  margin: 0 0 10px 0;
}
.home .select .block img {
  width: 100%;
}
.home .contact {
  margin: 0 0 10px 0;
}
.home .contact img {
  width: 100%;
}
.home .press-release {
  margin: 0 0 10px 0;
}
.home .press-release img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home {
    padding: 0 5px;
  }
  .home .prime {
    margin: 0 0 20px 0;
  }
  .home .sub {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    margin: 0 0 30px 0;
  }
  .home .prime {
    flex: 1;
    padding: 0 15px 0 0;
  }
  .home .sub {
    width: 400px;
  }
  .home .topics ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .home .topics li {
    margin: 3px 0 0 5px;
    padding: 0 0 0 10px;
    position: relative;
  }
  .home .topics li:first-child {
    margin: 0 0 0 5px;
  }
  .home .topics li:before {
    content: "";
    display: inline-block;
    border: 3px solid transparent;
    border-left-color: #a3b7b6;
    position: absolute;
    top: 6px;
    left: -3px;
  }
  .home .topics p {
    margin: 0;
  }
}

.mailform {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .mailform th {
    display: block;
    border-left: 2px solid #ccc;
    margin: 0 0 2px 0;
    padding: 0 0 0 5px;
  }
  .mailform th span {
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    background-color: #953a3a;
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 5px;
  }
  .mailform td {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
  }
  .mailform input[type=text] {
    border: 1px solid #999;
    font-size: 14px;
  }
  .mailform input[type=button], .mailform input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid #999;
    background-color: #eee;
    padding: 5px 20px;
    font-size: 16px;
    margin: 15px auto 30px;
  }
  .mailform textarea {
    border: 1px solid #999;
    font-size: 14px;
  }
  .mailform .mini {
    width: 30%;
    box-sizing: border-box;
  }
  .mailform .short {
    width: 40%;
    box-sizing: border-box;
  }
  .mailform .middle {
    width: 60%;
    box-sizing: border-box;
  }
  .mailform .long {
    width: 80%;
    box-sizing: border-box;
  }
  .mailform .max {
    width: 100%;
    box-sizing: border-box;
  }
  .mailform .submit {
    text-align: center;
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .mailform table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border-spacing: show;
  }
  .mailform th {
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 5px 0;
    vertical-align: middle;
  }
  .mailform th span {
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    background-color: #953a3a;
    color: #fff;
    padding: 2px 5px;
    margin: 0 0 0 5px;
  }
  .mailform td {
    width: 75%;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 5px 10px;
    vertical-align: middle;
  }
  .mailform input[type=text] {
    border: 1px solid #999;
    font-size: 14px;
  }
  .mailform input[type=button], .mailform input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid #999;
    background-color: #eee;
    padding: 5px 20px;
    font-size: 16px;
    margin: 15px auto 30px;
  }
  .mailform textarea {
    border: 1px solid #999;
    font-size: 14px;
  }
  .mailform .mini {
    width: 15%;
    box-sizing: border-box;
  }
  .mailform .short {
    width: 30%;
    box-sizing: border-box;
  }
  .mailform .middle {
    width: 50%;
    box-sizing: border-box;
  }
  .mailform .long {
    width: 70%;
    box-sizing: border-box;
  }
  .mailform .max {
    width: 100%;
    box-sizing: border-box;
  }
  .mailform .submit {
    text-align: center;
    margin: 0 0 40px 0;
  }
}

.list .block {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .list .block {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
  }
  .list table {
    width: 100%;
    border-spacing: show;
  }
  .list th {
    display: none;
  }
  .list td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .list table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border-spacing: show;
  }
  .list th {
    padding: 6px 0 5px 0;
    width: 15%;
    text-align: center;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
  }
  .list td {
    padding: 6px 0 5px 10px;
    width: 85%;
    border-bottom: 1px solid #ccc;
  }
}/*# sourceMappingURL=style.css.map */