.hiddendiv{
  display: none;
}

#blog-intro {
  margin-bottom: 2rem;
  background-size: contain;
  background-position: center -68px;
  background-size: 650px;/*820px;*/
}
.article-intro {
  height: 181px;/*250px;*/
  margin-bottom: 2rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cyan.darken-3 {
      background-color: #0462a8 !important;
}


.cyan {
    background-color: #0462a8 !important;
}



.btn:hover, .btn-large:hover {
  background-color: #0462a8;
  text-decoration: underline;
}

h1{
margin-top: 0px;
}

article.article-container section.post-content{
padding: 0px;
}

article.article-container section.post-content .btn-primary {
  background-color: #0462a8;
  color: #fff !important;
}


.logo {
    text-align: center;
}

.logo img {
    height: 140px;
}

nav .nav-wrapper ul li a{
	font-weight: bold;
}

.row li {
  /*width: 33.3%;
  float: left;*/
}

article.article-container section.post-content img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
  margin-right: 5px;
}

footer {
  width: 100%;
  background-color: #f60704;
  color: #ffffff;
  line-height: 24px /* background: url(../images/footer-wrapper.png) black repeat-x center top; padding: 8px 0 30px; */;
}

footer .copyright{
  width: 960px;
  margin: auto;
  text-align: center;
}

footer a{
  color: white;
  text-decoration: underline;
}

.content h1, .content h2{
  color: #f60704  !important;
  font-weight: normal;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
  color: #0462a8;
  /*font-family: 'Arial Serif', serif !important;*/
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  color: #0462a8 !important;
}

.button_shadow, .button, input[type="submit"], input[type="reset"], button, .readmore, ul.template-items li a.readmore, ul.template-items li figure {
  -webkit-box-shadow: #f9f9f9 -1px -1px 0px, 1px 1px 1px #d8d8d8;
  -moz-box-shadow: #f9f9f9 -1px -1px 0px, 1px 1px 1px #d8d8d8;
  box-shadow: #f9f9f9 -1px -1px 0px, 1px 1px 1px #d8d8d8;
  color: #fff;
}

input[type="submit"], input[type="reset"], button[type="submit"] {
	width: 140px;
	height: 40px;
	text-align: center;
  cursor: pointer;
  display: inline-block;
  background-color: #0462a8;
  border: 2px solid #ffffff;
  /*border-radius: 7px;*/
  padding: 5px 12px;
  color: #fff;
  font-size: 16px;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #f60704;
}