@font-face {
  font-family: 'myFontItalic';
  src: url('/themes/theme-a/fonts/5423724/c85cbfdc-9d38-4429-bf1a-90f493b14d40.woff') format('woff');
}

@font-face {
  font-family: 'myFontBold';
  src: url('/themes/theme-a/fonts/5425536/8624ce3c-46bd-4bf1-8b57-27d6dca0debf.woff') format('woff');
}

@font-face {
  font-family: 'myFontRegular';
  src: url('/themes/theme-a/fonts/5425565/991ee4eb-207e-4edb-ba91-1cd0b0cf873d.woff') format('woff');
}

@font-face {
  font-family: 'Tenso_Regular';
  src: url('/themes/theme-a/fonts/Tenso_Regular-webfont.woff') format('woff');
}

body {
  background-color: #FAF9F9;
  color: #222;
  font-family: myFontRegular, Georgia;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #003366;
}

a:hover {
  text-decoration: underline;
}

#content > article > div > p > a, #content > div.body > p  > a {
  text-decoration: underline;
}


#navigation .active {
  color: #b3003b;
}

i, em {
  font-style: normal;
  font-family: myFontItalic;
}

b, strong {
  font-weight: normal;
  font-family: myFontBold;
}

#header, #content, #footer {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

#header {
  text-align: center;
  margin-bottom: 20px;
}

#header-mob {
  display: none;
}

.awareness {
  font-family: Tenso_Regular, Arial Narrow, sans serif;
  font-size: 14px;
}

#header img.logo {
  height: 120px;
  margin: 20px 0 12px 0;
}

#navigation {
  width: 100%;
}

#navigation ul  {
  margin: 9px 0 13px 0;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    font-size: 21px;
}

#navigation ul li {
  display:inline-block;
  margin-left: 0px;
  margin-right: 10px;
}

#navigation ul li span.A-slash {
  display:inline-block;
  color: #000;
  font-size: 15px;
  vertical-align: top;
  padding-top: 5px;
  font-weight: normal;
  font-family: myFontBold;
}

img.index {
  width: 18px;
  margin: 0 2px 0 0;
}

#content {
  border-top: 4px dotted #666;
}

#content p {
  line-height: 1.3em;
}

#footer {
  text-align: center;
  margin-bottom: 50px;
}

#footer-content {
  margin-top:3px;
  border-top: 3px dotted #666;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#footer p.awareness {
  margin: 7px 0 0 0;
}

#addresses {
  color: #b29c5f;
  font-size: 0.9em;
  margin-top: 7px;
}

#addresses .address {
   color: #222;
}

li.article {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0;
  min-height: 250px;
}

li.article:nth-child(even) > div.article-inner {
  padding: 0 15px 0 0;
}

li.article:nth-child(odd) > div.article-inner {
  padding: 0 0 0 15px;
}

.article-title {
  font-weight: normal;
  font-family: myFontBold;
  font-size: 1.2em;
  padding: 0;
  margin: 25px 0 -10px 0;
}

li.article h4 {
  font-weight: normal;
  font-family: myFontBold;
  margin: 7px 0 2px 0;
}

li.article h4 a:hover {
  text-decoration: underline;
}

.publish-date {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  font-style: normal;
  font-family: myFontItalic;
  color: #555;
}

div.publish-date {
  margin: -18px 0 25px 0;
}

li.article div.description p {
  margin-top: 3px;
}

li.article div.description p .more {
  margin-left: 5px;
  font-family: myFontItalic;
}

.more {
  font-weight: bold;
}


#content .body img {
  width: 100%;
  margin-botom: -3px;
}

#content .body img.half {
  width: 50%;
}

.subscript {
  font-size: 0.8em;
  font-family: myFontItalic;
   margin-top: -5px;
}
h1, h2, h3 {
    font-weight: normal;
    font-family: myFontBold;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}


@media screen and (max-width: 1400px) {
  #header, #content, #footer {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  #header-mob, #content, #footer {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  #header {
    display: none;
  }

  #header-mob {
    display: block;
    text-align: left;
  }

  #header-mob .awareness {
    font-family: Tenso_Regular, Arial, sans serif;
    font-size: 13px;
    height: 60px;
    vertical-align: bottom;
    width: 80%;
    float:left;
    padding-top: 5px;
  }

  #header-mob img.logo {
    height: 60px;
    margin: 10px 10px 5px 0;
    float:left;
  }

  li.article {
    display: block;
    min-height: 50px;
    width: 100%;
  }

  li.article:nth-child(even) > div.article-inner,
  li.article:nth-child(odd) > div.article-inner {
    padding: 0 15px 0 0;
  }

  #content .body img.half {
    width: 65%;
  }

}