body {
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #111;
}

.img-left,
.align_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.img-right,
.align_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.img-center,
.align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-border, .thumbnail {
  padding: 6px;
  border: 1px #ddd solid;
  background-color: #fff;
}
img.vwzoom {
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
img.vwzoom:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

div.form {

}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr {
  width: 90%;
  border: 1px solid #eaeaea;
  margin: 25px auto;
}

a,
a:link,
a:visited {
  color: #ad0005;
  text-decoration: none;
}
a:hover {
  color: #3e6798;
}
a {
  outline: none;
}


ul {
  padding-left: 25px;
  list-style-type: disc;
}
div.article li,
div.blogarticle li {
  padding-bottom: 7px;
}


/*=== typography ===*/

em {
  color: #333;
}

p {
  line-height: 1.4;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  color: #111111;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
h1 {
  font-size: 28px;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 25px;
  margin-bottom: 1.25em;
}
h2.tagline {
  margin: 45px 0 0 0;
  font-style: italic;
  line-height: normal;
  text-align: center;
}

h3 {
  font-size: 17.6px;
}
h4 {
  font-size: 14.4px;
}
h5 {
  font-size: 11.2px;
}
.featured-posts {
  margin-bottom: 50px;
}


/*=== layout ===*/

section#header {
  background-color: #fff;
}

section#banner {
  max-height: 460px;
}

section#announce {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}
section#announce h2 {
  color: #222;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  line-height: normal;
}

section#mainmenu {
  color: #fff;
  background-color: #152A53;
  margin-top: 10px;
}

section#facts {
  padding-top: 20px;
  padding-bottom: 20px;
background: rgb(217,27,27);
background-image: linear-gradient(rgba(217,27,27,1), rgba(173,2,8,1));
}
section#facts p {
  color: #fff;
  width: 90%;
  text-align: center;
}

section#news {
  background-color: #e6e6e6;
  border-bottom: 1px solid #c1c1c1;
  padding-top: 40px;
  padding-bottom: 50px;
}

section#prefooter {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

section#main {
  margin-top: 30px;
  background-color: #fff;
  margin-bottom: 40px;
}

div.addthis_inline_share_toolbox {
  margin-bottom: 30px;
}

section#blogpage,
section#bloglist {
  margin-top: 30px;
  padding-bottom: 40px;
}

section#extra-text {
  background-color: #fbfae3;
  border-top: 3px solid #e5e4c8;
  padding-top: 30px;
  padding-bottom: 40px;
}

div.sidebar {
  font-size: 0.9em;
}

div.blog-sidebar {
  padding-left: 20px;
  font-size: 0.9em;
}
div.blog-sidebar ul {
  padding-left: 2px;
  list-style-position: outside;
}

div.social-icons {
  margin-top: 20px;
}
div.social-icons img {
  margin-left: 3px;
  margin-bottom: 3px;
}

section#footer {
  color: #fff;
  background-color: #333639;
  padding-top: 25px;
  padding-bottom: 25px;
}
section#footer h3 {
  color: #CECFCF;
}
section#footer p {
  font-size: 15px;
  margin-top: 0;
}
section#footer a,
section#footer a:link,
section#footer a:visited {
  color: #b5cbda;
  text-decoration: none;
}
section#footer a:hover {
  color: #ffffff;
}

.copyright {
  color: #CECFCF;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blogpost {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.blogarticle {
  margin: 40px 30px 60px 0;
}

#intro {
  text-align: center;
}

.newslist h6 {
  padding-bottom: 10px;
}

.categories {
  font-size: 0.8em;
}
.readmore {
  text-align: right;
  font-size: 0.9em;
}
.spacebox {
  padding: 12px;
}

/*=== processwire ===*/
/* search */
div#searchform {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 2px;
}
div#searchform input {
  width: 50%;
  display: inline;
  margin-left: 20px;
  margin-right: 15px;
  height: 30px;
  padding: 5px;
}
div#searchform .button {
  margin-top: 12px;
  margin-left: 15px;
}
/* sitemap */
ul.sitemap {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* renderPage nav processwire */
.pager-row {
  clear: both;
  margin-bottom: 20px;
}
.MarkupPagerNav {
  clear: both;
  margin: 1em 0;
}
.MarkupPagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
}
.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  padding: 2px 9px;
  color: #ffffff;
  background: #60829e;
  margin-right: 3px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #ffffff;
  background: #66843b;
  text-decoration: none;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #777;
  /* vw - not sure what these are */
  background: #d2e4ea;
  padding-left: 3px;
  padding-right: 3px;
}


.categorylinks {
  padding-top: 30px;
  padding-bottom: 30px;
}

.categorylinks .button.small {
  margin: 7px;
}


/* uikit */
.uk-container-small {
  margin-left: auto;
  margin-right: auto;
}

.uk-card-default {
  background: transparent;
  color: #222;
  box-shadow: none;
}
.uk-card-media-top {
  background-color: #fff;
}

.uk-card-body {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  padding: 10px;
}
.uk-card-body p {
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.uk-card-body p a.uk-button.uk-button-primary {
 font-size: 0.8em;
 text-transform: capitalize;
 line-height: normal;
 padding-top: 4px;
 padding-bottom: 5px;
}

.uk-card-footer {
  margin-top: 5px;
}
.card-border,
.card-border-blog {
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  margin-bottom: 15px;
  border-radius: 3px;
}

.uk-card h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
}

.uk-card .card-border h3 {
  margin-top: 30px;
}
.uk-card .card-border-blog h3 {
  margin-top: 15px;
}
div.card-text {
  font-size: 0.9em;
  padding: 6px;
}

/* buttons */
.uk-button, .uk-button-primary,
.uk-button:visited, .uk-button-primary:visited,
.uk-button a, .uk-button a:visited  {
  color: #fff !important;
  border-radius: 4px;
}
.uk-button:hover, .uk-button-primary:hover {
  color: #A8FFFF;
}

.categorylinks .uk-button {
  margin: 4px;
}
.uk-button-primary, .uk-button-primary:visited {
  background-color: #929292;
}
.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #626161;
}
.uk-button{
  margin-top: 7px;
}

.uk-button-secondary {
  background-color: #AA773E;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-secondary:hover {
  background-color: #BB8344;
}

.uk-button-danger {
  background-color: #C30000;
}


a.uk-slidenav,
a.uk-slidenav:link,
a.uk-slidenav:visited {
  color: #999999;
  text-decoration: none;
}

a.uk-slidenav:hover {
  color: #666666;
  text-decoration: none;
}



/*=========== media queries =========*/

/* Small only */
@media screen and (max-width: 39.9375em) {
section#header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
h2.tagline {
  font-size: 22px;
  margin-top: 15px;
}
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
section#header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
h2.tagline {
  margin-top: 15px;
}
}

/* Large and up */
@media screen and (min-width: 64em) {
  
}