/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

img,legend {
  border: 0;
}

legend,td,th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,optgroup,strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre,textarea {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* global typography */

.museo-500-italic {
  font-family: "museo-sans",sans-serif;
  font-style: italic;
  font-weight: 500;
}

.museo-300 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}

html {
  height: 100%;
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

a {
  color: blue;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.home_link:link, a.home_link:visited{
	text-decoration: none;
	color: black;
}
a.home_link:hover {
  text-decoration: underline;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  min-height: 100%;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

#container {
  max-width: 1262px;
  width: 85%;
  margin: auto;
}

.logo {
  display: block;
  width: 100%;
}

.header {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
}

.header-left {
  flex: 0 0 auto;
  width: calc(99.999999% * 1/4);
}

.header-left:nth-child(1n) {
  margin-right: 0;
}

.header-left:last-child {
  margin-right: 0;
}

.header-left:nth-child(0n) {
  float: right;
}

.header-left:nth-child(0n) {
  margin-right: 0;
}

.header-right {
  flex: 0 0 auto;
  width: calc(99.999999% * 3/4);
  position: relative;
}

.header-right:nth-child(1n) {
  margin-right: 0;
}

.header-right:last-child {
  margin-right: 0;
}

.header-right:nth-child(0n) {
  float: right;
}

.header-right:nth-child(0n) {
  margin-right: 0;
}

.header-tagline {
  font-family: "museo-slab";
  font-weight: 800;
  color: black;
  font-size: 2em;
  position: absolute;
  left: 20px;
  line-height: 1;
  bottom: 0;
}

.header-tagline > span {
  font-style: italic;
}

#header-rule {
  height: 18px;
  width: 100%;
  display: block;
  margin-top: 15px;
}

.welcome {
  width: 50%;
  font-size: 3em;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  text-align: center;
}

.container-inner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}

.article-list {
  flex: 0 0 auto;
  width: calc(99.99% * 850/1290 - (60px - 60px * 850/1290));
}

.article-list:nth-child(1n) {
  margin-right: 60px;
}

.article-list:last-child {
  margin-right: 0;
}

.article-list:nth-child(2n) {
  float: right;
}

.article-list:nth-child(2n) {
  margin-right: 0;
}

.featured-image {
  position: relative;
  display: block;
}

#site-footer {
  margin-top: 60px;
  background: #FFEB22;
  width: 100%;
  height: 200px;
  position: relative;
}

.footer-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#logo-footer {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 400px;
}

.colophon {
  font-size: 0.8em;
}

.featured-article {
  width: 100%;
  margin-bottom: 2em;
}

.article-headline {
  padding-left: 1em;
  padding-right: 0.2em;
  max-width: 94%;
  display: inline-block;
  position: absolute;
  bottom: 5%; 
  left: 0;
  background-color: #FFEB22;
  color: #000000;
  font-family: "museo-slab";
  font-weight: 800;
}

.article-headline-inner {
  position: relative;
}

.article-headline-inner > h1 {
  padding-left: 1em;
  line-height: 1;
  font-size: 2em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0;
}

#bullet {
  width: 1.2em;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 0;
}

.read-more,
.author,
.article-summary,
.sidebar-headline,
.colophon {
  font-family: "museo-sans", sans-serif;
}

.read-more {
  font-style: italic;
  font-size: 1.1em;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

.author {
  font-style: normal;
  font-weight: 300;
  font-size: 0.8em; 
  margin: 17.6px 0 20.8px 0; 
  margin: 1.1rem 0 1.3rem 0;

}

.author > span {
  color: #717373;
}

.article-summary {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1em;
  color: #000000;
  margin-bottom: 20.8px;
  margin-bottom: 1.3rem;
}

/* SIDEBAR STYLES */

.sidebar {
  flex: 0 0 auto;
  width: calc(99.99% * 440/1290 - (60px - 60px * 440/1290));;
}

.sidebar:nth-child(1n) {
  margin-right: 60px;
}

.sidebar:last-child {
  margin-right: 0;
}

.sidebar:nth-child(2n) {
  float: right;
}

.sidebar:nth-child(2n) {
  margin-right: 0;
}

.sidebar-title {
  display: block;
  width: 100%;
  color: #4B4B4B;
  font-size: 1.6em;
  text-align: center;
}

.global-share {
  text-align: center;
  padding: 1em;
}

.sidebar-articles {
  background: #F1F1F1;
}

.sidebar-articles-container {
  display: flex;
  flex-flow: row wrap;
}

.sidebar-articles-container > article {
  flex: 0 0 auto;
  width: calc(99.99% * 1 - (10px - 10px * 1));
}

.sidebar-articles-container > article:nth-child(1n) {
  margin-right: 10px;
}

.sidebar-articles-container > article:last-child {
  margin-right: 0;
}

.sidebar-articles-container > article:nth-child(undefinedn) {
  float: right;
}

.sidebar-articles-container > article:nth-child(undefinedn) {
  margin-right: 0;
}

.article-category {
  color: #D0D0D0; 
  margin-top: 0;
}

.sidebar-article-content {
  background: white;
  padding: 1em;
}

.sidebar-headline {
  font-size: 1.15em;
  font-weight: 800;
  margin-bottom: 2em;
}

.sidebar-headline a {
  color: black;
  text-decoration: none;
}

.sidebar-headline a:hover {
  text-decoration: underline;
}

.sidebar-articles {
  padding-top: 0.5em;
}

.sidebar-articles-container > .featured-image {
  margin-bottom: 0;
}

.sidebar-articles-container > .featured-article {
  padding-left: 1em;
  padding-right: 1em;
}

.sidebar-share {
  display: flex;
  flex-flow: row wrap;
}

.share-arrow {
  max-width: 2.5em;
  height: 2.5em;
}

.share-info {
  position: relative;
}

.share-info-inner {
  position: absolute;
  top: 50%;
  padding-left: 0.3em;
  min-width: 140px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.share-info-inner > span {
  color: #717373; 
}

/* MEDIA QUERIES */

@media (max-width: 970px) {

  .sidebar-articles-container > article {
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (10px - 10px * 1/2));
  }

  .sidebar-articles-container > article:nth-child(1n) {
    margin-right: 10px;
  }

  .sidebar-articles-container > article:last-child {
    margin-right: 0;
  }

  .sidebar-articles-container > article:nth-child(2n) {
    float: right;
  }

  .sidebar-articles-container > article:nth-child(2n) {
    margin-right: 0;
  }

  .article-list, .sidebar {
    flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
  }

  .article-list:nth-child(1n), .sidebar:nth-child(1n) {
    margin-right: 10px;
  }

  .article-list:last-child, .sidebar:last-child {
    margin-right: 0;
  }

  .article-list:nth-child(undefinedn), .sidebar:nth-child(undefinedn) {
    float: right;
  }

  .article-list:nth-child(undefinedn), .sidebar:nth-child(undefinedn) {
    margin-right: 0;
  }

  .header-left {
    flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
  }

  .header-left:nth-child(1n) {
    margin-right: 10px;
  }

  .header-left:last-child {
    margin-right: 0;
  }

  .header-left:nth-child(undefinedn) {
    float: right;
  }

  .header-left:nth-child(undefinedn) {
    margin-right: 0;
  }
  .logo {
    width: 70%;
    max-width: 400px;
    margin: auto;
  }

  .header-right {
    flex: 0 0 auto;
    width: calc(99.99% * 0 - (10px - 10px * 0));
    display: none;
  }

  .header-right:nth-child(1n) {
    margin-right: 10px;
  }

  .header-right:last-child {
    margin-right: 0;
  }

  .header-right:nth-child(undefinedn) {
    float: right;
  }

  .header-right:nth-child(undefinedn) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {

  .sidebar-articles-container > article {
    flex: 0 0 auto;
    width: calc(99.99% * 1 - (10px - 10px * 1));
  }

  .sidebar-articles-container > article:nth-child(1n) {
    margin-right: 10px;
  }

  .sidebar-articles-container > article:last-child {
    margin-right: 0;
  }

  .sidebar-articles-container > article:nth-child(undefinedn) {
    float: right;
  }

  .sidebar-articles-container > article:nth-child(undefinedn) {
    margin-right: 0;
  }

  .featured-article {
    font-size: 0.8em;
  } 

  .article-headline {
    font-size: 0.875em;
  }

  .sidebar-headline {
    font-size: 1.5em;
  }

  .header-rule {
    margin-top: 10px;
  }

  .header-logo {
    display: block;
    margin: auto;
  }

  .header {
    margin-top: 40px;
  }
  
  .article-content p {
    font-size: 1.3em;
  }
}

/* SINGLE POST STYLES */

.article-content p {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}

.article-content p.intro {
  font-family: "museo-sans",sans-serif;
  font-style: italic;
  font-weight: 300;
}

.avatar-32{
	width: auto !important;
	height: auto !important;
}


.si_captcha_refresh {
    width: auto !important;
}

img#si_image_com {
    height: 100%;
    width: auto;
}

#commentform {
  display: none;
}

.ot-sdk-show-settings {
  cursor: pointer !important;
}