body {
  background: #fff;
  color: #535252;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

a,
a:visited {
  color: #043863; }

/* HEADER */
.site-title a {
  display: block;
  background: url(images/logo.png) no-repeat;
  color: #fff;
  width: 680px;
  height: 111px;
  text-indent: -999999px;
  margin: 25px auto 15px; }

/* NAV */
#site-navigation {
  background: #cc181e; }

.top-bar {
  margin: 0;
  height: auto; }

.top-bar .top-bar-section {
  padding: 0; }

.top-bar .top-bar-section ul li > a {
  color: #fff; }

.top-bar-section ul li > a {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 15px;
  line-height: 1; }

.top-bar,
.top-bar-section ul,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover {
  background: none; }

.top-bar-section ul {
  display: table;
  margin: 0 auto; }

.top-bar-section ul li {
  display: table-cell; }

.current_page_item {
  margin-top: 8px; }

.top-bar-section li.current_page_item:not(.has-form) a:not(.button) {
  background: #fff !important;
  padding: 7px 15px 15px 15px;
  color: #cc181e; }

.left-off-canvas-menu ul {
  margin: 0; }

.left-off-canvas-menu li a {
  display: block;
  padding: 12px 10px;
  border-bottom: 1px #545454 solid;
  color: #fff; }

.red-line {
  border-top: 2px solid #cc181e; }

/* FOOTER */
#colophon {
  padding: 13px 0;
  color: #a1a1a1;
  border-top: 1px #e7e7e7 solid;
  border-bottom: 1px #e7e7e7 solid;
  font-size: 11px;
  text-transform: uppercase; }

#colophon a {
  text-decoration: underline; }

/* CONTENT */
.entry-title,
.page-title,
h2 {
  font-weight: 400;
  margin: 0;
  color: #043863;
  font-size: 1.5rem;
  font-family: 'Times', serif;
  text-transform: uppercase; }

.entry-title a,
.page-title a {
  color: #535252; }

.entry-summary {
  margin: 1em 0 0; }

.entry-meta {
  margin-bottom: 1rem; }

#primary,
#secondary {
  margin: 2.5em 0; }

.sidebar {
  background: #efefef;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede; }

.widget-title,
.widgettitle,
#reply-title {
  font-size: 1.4rem;
  font-weight: 700; }

.vcard {
  display: inline;
  border: 0;
  margin: 0;
  padding: 0; }

.vcard .fn {
  font-weight: normal;
  font-size: 1rem; }

code {
  color: royalblue; }

.wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }

#mc_embed_signup .mc-field-group .asterisk {
  top: 44px !important; }

.sign-up {
  margin-bottom: 10px; }

.signup-message {
  margin-top: 1rem; }
  @media (min-width: 642px) {
    .signup-message {
      margin-top: 0; } }
  .signup-message.error {
    color: red;
    font-weight: bold; }
  .signup-message.success {
    color: green; }

.signupform-default .submit {
  padding: 0.4em 1em 0.5em; }

/* HOME */
.home h2 {
  color: #043863;
  font-size: 23px;
  font-weight: 400;
  font-family: 'Times', serif;
  text-transform: uppercase; }

.home .image-title, .home .image-title a {
  color: #5b5a5a;
  font-size: 17px;
  font-family: 'Times', serif;
  text-transform: uppercase; }

.home .entry-content h2 {
  margin-top: 1.5rem; }

.home .sites h2 {
  margin-top: 0;
  font-style: italic; }

.home img {
  width: 100%;
  height: auto; }

.home h2.first {
  margin-top: 0; }

.home .forthcoming {
  text-transform: lowercase; }

/* MEDIA QUERIES */
@media only screen and (max-width: 64em) {
  .site-title a {
    background-size: 400px 65px;
    width: 400px;
    height: 65px; } }
@media only screen and (max-width: 40em) {
  .site-title a {
    background-size: 280px 46px;
    width: 280px;
    height: 46px; }

  #wpadminbar {
    position: fixed; }

  .home .sites h2 {
    margin-top: 3rem; }

  .home .sites h2.first {
    margin-top: 0; } }

/*# sourceMappingURL=custom.css.map */
