/**
 * Style
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Fonts
 */
/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 * Sizing
 */
/**
 * Text shadows
 */
/**
 * Buttons
 */
/**
 * Susy layouts
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Transitions
 */
body {
  width: 100%;
  padding-top: 70px;
}
@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

body.single {
  padding-bottom: 47px;
}
@media (min-width: 768px) {
  body.single {
    padding-bottom: 0;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0.1;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9;
  position: fixed;
  -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.overlay.active, .overlay.dropdown-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
  cursor: pointer;
}

.overlay.dropdown-active {
  z-index: 4;
}

.show {
  display: block;
}

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

body,
button,
input,
select,
textarea {
  color: #303030;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

body {
  position: relative;
}

/**
 * Typography
 */
h1, h2, h3, h4, h5, h6 {
  color: #303030;
  display: block;
  font-family: "Exo 2", "Exo 2";
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 22px;
  font-weight: 900;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
h2.border {
  border-bottom: solid 1px #a3a3a3;
  line-height: 1.5em;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
h3.border {
  border-bottom: solid 1px #a3a3a3;
  line-height: 1.5em;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 14px;
  font-weight: 600;
}

.black {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

p {
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 24px 0;
  }
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/**
 * Elements
 */
hr {
  background-color: #fff;
  border-bottom: 1px dashed #DDD;
  border: 0;
  height: 1px;
  margin-bottom: 24px;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: square;
  padding: 0;
}
ul li {
  margin-left: 1.4em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  height: auto;
  /* Adhere to container width. */
  width: auto;
}

figure {
  margin: 0;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

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

/**
 * Links
 */
a {
  text-decoration: none;
  color: #004f95;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:visited {
  color: #004f95;
}
a:focus {
  color: #004f95;
}
a:hover {
  color: #004f95;
}
a:active {
  color: #004f95;
}
a:hover {
  text-decoration: none;
}

.link-dark {
  color: #303030;
}
.link-dark:visited {
  color: #303030;
}
.link-dark:focus {
  color: #303030;
}
.link-dark:hover {
  color: #ff6029;
}
.link-dark:active {
  color: #ff6029;
}

/**
 * Screen readers
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.menu-toggle {
  display: none;
}

/**
 * Alignments
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media (max-width: 479px) {
  .alignleft {
    display: block;
    float: none;
    margin: 0;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media (max-width: 479px) {
  .alignright {
    display: block;
    float: none;
    margin: 0;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.no-border {
  border: none !important;
}

.img-circle, .avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/**
 * Embeds
 */
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.fa {
  font-size: 32px;
}

.label {
  padding: 5px 15px;
  background: #009bc4;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  color: white;
  color: white;
}
.label:visited {
  color: white;
}
.label:focus {
  color: white;
}
.label:hover {
  color: white;
}
.label:active {
  color: white;
}

.label-xs {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 5px;
}

.label-md {
  padding: 15px 20px;
  font-size: 15px;
  clear: both;
  font-weight: 800;
  float: left;
  clear: both;
}

.label-lg {
  font-size: 25px;
  font-weight: 800;
  padding: 20px 25px;
}
.label-lg span {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
}
.label-lg span a {
  color: white;
}
.label-lg span a:visited {
  color: white;
}
.label-lg span a:focus {
  color: white;
}
.label-lg span a:hover {
  color: white;
}
.label-lg span a:active {
  color: white;
}

.yleinen, .kansainvaliset-suhteet, .kansainvaliset-suhteet-2 {
  background-color: #3bbd3a;
}

.kehitysyhteistyo, .kehitysyhteistyo-2 {
  background-color: #ff7071;
}

.egypti, .kauppa-ja-talous, .kauppa-ja-talous-2 {
  background-color: #00aa7f;
}

.matkustaminen, .matkustaminen-2 {
  background-color: #a85597;
}

.nain-maailmalla, .nain-maailmalla-2 {
  background-color: #009bc4;
}

.berliini, .ulkoasiainhallinto-toissa, .ulkoasiainhallinto-toissa-2 {
  background-color: #ffc600;
}

.wp-caption {
  margin-bottom: 24px;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  text-align: center;
  color: #7b7b7b;
  font-weight: 400;
  font-style: italic;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination .page-numbers {
  display: inline;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428BCA;
  background-color: #FFF;
  border: 1px solid #DDD;
  margin-left: -1px;
}

.comment-list .comment {
  margin-bottom: 20px;
}
.comment-list .comment .comment-content {
  margin-top: 20px;
  border: solid 1px #ccc;
  padding: 15px;
  position: relative;
  margin-left: 10px;
}
.comment-list .comment .comment-content:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -1px;
  border: 6px solid;
  border-color: #ccc #ccc transparent transparent;
  z-index: 100;
}
.comment-list .comment .comment-content:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 0px;
  border: 5px solid;
  border-color: #fff #fff transparent transparent;
  z-index: 100;
}
.comment-list .comment .comment-content a {
  word-wrap: break-word;
}
.comment-list .byuser .comment-content {
  background-color: #004f95;
  border-color: #004f95;
  color: white;
}
.comment-list .byuser .comment-content:before, .comment-list .byuser .comment-content:after {
  border-color: #004f95 #004f95 transparent transparent;
}
.comment-list .byuser .comment-content a {
  color: white;
}
.comment-list .byuser .comment-content a:visited {
  color: white;
}
.comment-list .byuser .comment-content a:focus {
  color: white;
}
.comment-list .byuser .comment-content a:hover {
  color: white;
}
.comment-list .byuser .comment-content a:active {
  color: white;
}
.comment-list .avatar {
  max-width: 60px;
  display: block;
  margin: 0 auto 10px;
}
.comment-list .comment-meta {
  text-align: center;
}
.comment-list .comment-date {
  font-size: 11px;
  font-weight: 300;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
}

.content-area {
  margin-bottom: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 992px) {
  .content-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}

.content-area-full {
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content-area-full:after {
  content: " ";
  display: block;
  clear: both;
}

.widget-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 992px) {
  .widget-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}

.site-content {
  background: #fff;
  clear: both;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .site-content {
    padding: 40px 0;
  }
}

.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}

.first, .alpha {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.last, .omega {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.col-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.push-2 {
  margin-left: 16.66667%;
}

.col-3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-5 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-6 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-7 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-8 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-9 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-10 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-11 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.66667%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.col-12 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}

.pull-right {
  float: right;
  text-align: right;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.relative {
  position: relative;
}

.single .widget-area.tertiary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .single .widget-area.tertiary {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    float: right;
    clear: right;
  }
}
@media (min-width: 992px) {
  .single .widget-area.tertiary {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: -75%;
  }
}
.single .content-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .single .content-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
@media (min-width: 992px) {
  .single .content-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: 25%;
  }
}
.single .widget-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .single .widget-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
@media (min-width: 992px) {
  .single .widget-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.single .site-content {
  background: #fff;
}

/* ==========================================================================
  Style - Modules
========================================================================== */
.network-header {
  background: #004f95;
  color: white;
  position: fixed;
  z-index: 6;
  width: 100%;
  min-width: 100%;
  clear: both;
  margin-bottom: 20px;
  top: 0;
}
@media (min-width: 768px) {
  .network-header {
    background: url('../images/network-header.png') repeat-x;
    background-color: transparent;
    margin-bottom: 0px;
    position: relative;
  }
}
.network-header .network-header-container {
  position: relative;
  z-index: initial;
}
@media (min-width: 768px) {
  .network-header .network-header-container {
    background: url('../images/header.png') no-repeat top center;
    height: 120px;
    padding-bottom: 30px;
  }
}
.network-header .site-branding {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .network-header .site-branding {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.network-header .network-title {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .network-header .network-title {
    padding-left: 0;
  }
}
.network-header .network-branding-text {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .network-header .network-branding-text {
    margin-top: -5px;
    width: 200px;
  }
}
.network-header .network-branding-text h1 {
  font-size: 18px;
  padding: 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .network-header .network-branding-text h1 {
    font-size: 22px;
  }
}
.network-header .network-branding-image {
  display: none;
  margin-right: 8px;
  vertical-align: middle;
  padding: 12px 0 15px;
}
@media (min-width: 480px) {
  .network-header .network-branding-image {
    width: 65px;
  }
}
@media (min-width: 768px) {
  .network-header .network-branding-image {
    display: inline-block;
    width: 65px;
  }
}
.network-header .dropdown-toggle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  display: none;
}
@media (min-width: 768px) {
  .network-header .dropdown-toggle {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: -58.33333%;
  }
}
.network-header .search-form-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  display: none;
}
@media (min-width: 768px) {
  .network-header .search-form-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: 16.66667%;
    display: block;
  }
}
.network-header .toggle {
  margin: 15px auto;
  display: block;
}
.network-header a {
  color: white;
}
.network-header a:visited {
  color: white;
}
.network-header a:focus {
  color: white;
}
.network-header a:hover {
  color: white;
}
.network-header a:active {
  color: white;
}
.network-header a:hover {
  text-decoration: none;
}
.network-header .search-form {
  margin: 28px 0;
  background-color: white;
  border: solid 1px #a3a3a3;
  display: inline-block;
  float: right;
}
.network-header .search-form input {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  height: 24px;
  border: none;
  width: 220px;
  padding: 3px 7px;
  display: inline-block;
}
.network-header .search-form input:focus {
  outline: none;
}
.network-header .search-form .fa {
  display: inline-block;
  font-size: 20px;
  color: #4e4e4e;
  padding: 5px;
}

.site-header .site-details {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  border-bottom: solid 1px #ccc;
  padding-top: 16px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .site-header .site-details {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.site-header .site-title {
  font-size: 28px;
  font-weight: 700;
}
.site-header .site-description {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.dropdown {
  color: #65686d;
  position: absolute;
  z-index: -1;
  height: 850px;
  display: none;
  top: 90px;
  overflow: visible;
}
.dropdown .dropdown-content {
  background: white;
  padding: 30px 25px 25px 25px;
}
.dropdown .dropdown-footer {
  display: block;
  height: 50px;
  background: url('../images/dropdown.png') no-repeat top center;
}
.dropdown .dropdown-footer .toggle {
  margin: 0 auto;
}
.dropdown a {
  color: #004f95;
}
.dropdown a:visited {
  color: #004f95;
}
.dropdown a:focus {
  color: #004f95;
}
.dropdown a:hover {
  color: #004f95;
}
.dropdown a:active {
  color: #004f95;
}
.dropdown .network-title-wrapper {
  position: relative;
  height: 154px;
}
.dropdown .network-title {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.dropdown .blogname {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.dropdown .tabs {
  border-bottom: solid 1px #a3a3a3;
  padding: 8px 0;
}
.dropdown h2.border {
  margin-bottom: 0;
}
.dropdown h3 {
  color: #d9d9d9;
  border-color: #d9d9d9;
  font-weight: 700;
}
.dropdown .blog-description, .dropdown .latest-post-author, .dropdown .latest-entry-title {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.dropdown .latest-entry-title {
  font-weight: 700;
}
.dropdown .scrollable {
  height: 420px;
  overflow: auto;
  display: block;
  width: 100%;
  position: relative;
}
.dropdown .scrollto {
  font-weight: 700;
  cursor: pointer;
  margin-right: 5px;
}
.dropdown .disabled {
  color: #d9d9d9;
  cursor: default;
}
.dropdown .disabled:visited {
  color: #d9d9d9;
}
.dropdown .disabled:focus {
  color: #d9d9d9;
}
.dropdown .disabled:hover {
  color: #d9d9d9;
}
.dropdown .disabled:active {
  color: #d9d9d9;
}

#side-nav {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  bottom: 0;
  background: #fff;
  color: #333;
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 240px;
  z-index: 99;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#side-nav .label {
  color: white;
}
#side-nav .label:visited {
  color: white;
}
#side-nav .label:focus {
  color: white;
}
#side-nav .label:hover {
  color: white;
}
#side-nav .label:active {
  color: white;
}
.logged-in #side-nav {
  top: 48px;
}
@media (min-width: 768px) {
  .logged-in #side-nav {
    top: 32px;
  }
}

#side-nav nav {
  font-size: 13px;
  padding: 12px 0 10px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#side-nav nav a {
  border-left: 2px solid transparent;
  color: #555;
  display: block;
  padding: 8px 16px 8px 16px;
}

#side-nav nav dl {
  margin-top: 0;
}

#side-nav nav dl dt {
  border-left: 2px solid transparent;
  color: #333;
  font-weight: 700;
  margin-top: 0;
}

#side-nav nav dl dd {
  color: #333333;
}

#side-nav nav dt:focus,
#side-nav nav a:focus {
  background-color: #eee;
  outline: 0;
}

#side-nav {
  visibility: hidden;
  -webkit-transform: translateX(-241px);
  -moz-transform: translateX(-241px);
  -ms-transform: translateX(-241px);
  -o-transform: translateX(-241px);
  transform: translateX(-241px);
}

#side-nav.side-nav-drawer-visible {
  visibility: visible;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
#side-nav.side-nav-drawer-visible .side-nav-wrapper {
  display: block;
}

.side-nav-wrapper {
  min-height: 100%;
  padding-bottom: 96px;
  position: relative;
  display: none;
}

.side-nav-drawer {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}

.menu-link {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 1000;
  color: #fff;
  font-size: 24px;
}
@media (min-width: 768px) {
  .menu-link {
    display: none;
  }
}

.archive-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-bottom: 40px;
}
.archive-header .label {
  margin-right: 0;
}
.archive-header .global-archive-link {
  display: block;
  text-align: left;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .archive-header .global-archive-link {
    display: inline-block;
    margin: 0;
    float: right;
  }
}

.user-listing .featured-author-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 480px) {
  .user-listing .featured-author-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .user-listing .featured-author-container:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .user-listing .featured-author-container:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .user-listing .featured-author-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .user-listing .featured-author-container:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .user-listing .featured-author-container:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .user-listing .featured-author-container:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 992px) {
  .user-listing .featured-author-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .user-listing .featured-author-container:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .user-listing .featured-author-container:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .user-listing .featured-author-container:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .user-listing .featured-author-container:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}
.user-listing h2.blogname {
  font-size: 24px;
}
.user-listing ul.blog-list {
  list-style: none;
  margin-left: 0;
}
.user-listing ul.blog-list li {
  margin-left: 0;
}
.user-listing .user-listing-header {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-listing .sort {
    position: absolute;
    right: 20px;
    top: 15px;
  }
}
.user-listing .user-listing-content {
  margin-bottom: 40px;
}
.user-listing .user-listing-blog-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
.user-listing .user-listing-blog-branding {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-listing .user-listing-blog-branding {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.user-listing .user-listing-blog-authors {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .user-listing .user-listing-blog-authors {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: right;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.user-listing .user-listing-featured-author {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-bottom: 5px;
}
.user-listing .user-listing-featured-author:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}
.user-listing .user-listing-featured-author:nth-child(2n + 2) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 480px) {
  .user-listing .user-listing-featured-author {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .user-listing .user-listing-featured-author:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .user-listing .user-listing-featured-author:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .user-listing .user-listing-featured-author:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .user-listing .user-listing-featured-author {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .user-listing .user-listing-featured-author:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .user-listing .user-listing-featured-author:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 992px) {
  .user-listing .user-listing-featured-author {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .user-listing .user-listing-featured-author:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .user-listing .user-listing-featured-author:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .user-listing .user-listing-featured-author:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1200px) {
  .user-listing .user-listing-featured-author {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .user-listing .user-listing-featured-author:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .user-listing .user-listing-featured-author:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .user-listing .user-listing-featured-author:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .user-listing .user-listing-featured-author:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}
.user-listing .avatar {
  width: 60px;
  max-width: 100%;
}
.user-listing .featured-author {
  padding: 0px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fdfdfd;
}
.user-listing .author-name {
  margin-bottom: 0px;
}
.user-listing .author-name a {
  color: #303030;
}
.user-listing .author-name a:visited {
  color: #303030;
}
.user-listing .author-name a:focus {
  color: #303030;
}
.user-listing .author-name a:hover {
  color: #303030;
}
.user-listing .author-name a:active {
  color: #303030;
}
.user-listing .author-title {
  font-weight: 300;
  margin-bottom: 5px;
}

.author .avatar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 260px;
  height: auto;
  margin-bottom: 8px;
}
.author .author-avatar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .author .author-avatar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.author .author-details {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  display: block;
}
@media (min-width: 768px) {
  .author .author-details {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: right;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.author .author-details .author-name {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 800;
}
@media (min-width: 480px) {
  .author .author-details .author-name {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .author .author-details .author-name {
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 16px;
  }
}
.author .author-details .author-title {
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .author .author-details .author-title {
    margin-bottom: 16px;
  }
}
.author .author-posts {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .author .author-posts {
    margin-bottom: 32px;
  }
}

#main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#main:after {
  content: " ";
  display: block;
  clear: both;
}

.navigation {
  font-size: 18px;
  margin-bottom: 45px;
  clear: both;
}

.entry-title a {
  color: black;
}
.entry-title a:visited {
  color: black;
}
.entry-title a:focus {
  color: black;
}
.entry-title a:hover {
  color: black;
}
.entry-title a:active {
  color: black;
}

.single-blog .listing .entry-header {
  height: 130px;
}

@media (min-width: 992px) {
  .featured .author-details {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
@media (min-width: 992px) {
  .featured .entry-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-left: 0;
  }
}
.featured .post-thumbnail {
  position: relative;
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .featured .post-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .featured .post-thumbnail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.featured .entry-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .featured .entry-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .featured .entry-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}
.featured .author-details {
  position: relative;
  clear: both;
}
@media (min-width: 1200px) {
  .featured .author-details {
    clear: none;
  }
}
.featured .entry-title {
  line-height: 1em;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 800;
}
@media (min-width: 480px) {
  .featured .entry-title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .featured .entry-title {
    font-weight: 900;
    font-size: 50px;
  }
}
.featured.has-post-thumbnail .entry-title {
  font-size: 32px;
}
.featured .entry-date {
  margin-right: 10px;
  display: inline-block;
}
.featured .comments-number {
  background: url('../images/comments-green.png') no-repeat;
  color: #fff;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.featured .author-meta {
  background: #004f95;
  color: white;
  min-height: 70px;
  float: left;
  margin-top: 55px;
  margin-left: 70px;
  padding: 20px 30px 20px 65px;
}
@media (min-width: 992px) {
  .featured .author-meta {
    min-height: 110px;
  }
}
.featured .author-meta a {
  color: white;
}
.featured .author-meta a:visited {
  color: white;
}
.featured .author-meta a:focus {
  color: white;
}
.featured .author-meta a:hover {
  color: white;
}
.featured .author-meta a:active {
  color: white;
}
.featured .author-meta .author-name {
  margin-bottom: 10px;
}
.featured .author-meta .author-title {
  font-size: 16px;
  font-weight: 300;
}
.featured .avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  border-bottom-right-radius: 0;
  max-width: 100px;
}
@media (min-width: 992px) {
  .featured .avatar {
    max-width: 120px;
  }
}

.entry-meta {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 16px;
}

.single .entry-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1em;
  padding-right: 30px;
}
@media (min-width: 480px) {
  .single .entry-title {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .single .entry-title {
    font-weight: 900;
    font-size: 50px;
  }
}
.single .comments-number {
  background: url('../images/comments-green.png') no-repeat;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.single .attachment-post-thumbnail {
  margin-bottom: 20px;
}
.single .hentry {
  position: relative;
}
.single .hentry h2, .single .hentry h3, .single .hentry h4 {
  margin-bottom: 0.8em;
}
.single .hentry h2, .single .hentry h2 b {
  font-weight: 600;
}
@media (min-width: 768px) {
  .single .hentry h2, .single .hentry h2 b {
    font-weight: 700;
  }
}
.single q, .single blockquote, .single ul, .single ol {
  margin: 0 0 24px 60px;
  padding: 0;
}
.single ul {
  list-style-position: inside;
  list-style: none;
}
.single ul li {
  margin-left: 1.4em;
}
.single blockquote {
  margin-bottom: 24px;
}
.single blockquote p {
  margin-bottom: 0;
  display: inline;
}
.single q:before,
.single blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #004f95;
  font-size: 30px;
  padding-right: 10px;
}
.single q:after,
.single blockquote:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  color: #004f95;
  font-size: 30px;
  padding-left: 7px;
  vertical-align: -13px;
  position: relative;
  font-weight: 300;
}
.single ul li {
  margin: 0;
}
.single ul li:before {
  font-family: 'FontAwesome';
  content: '\f10c';
  margin: 0 5px 0 0px;
  color: #004f95;
  font-weight: bold;
  font-size: 12px;
}
.single ol {
  counter-reset: item;
}
.single ol li {
  display: block;
  margin-left: 1.4em;
}
.single ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  margin: 0 20px 0 -15px;
  color: #004f95;
}

.share-buttons {
  position: fixed;
  z-index: 7;
  background: 0 0;
  bottom: 0%;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .share-buttons {
    width: 35px;
    top: 35%;
  }
}
.share-buttons .share-button {
  position: relative;
  display: block;
  width: 40px;
  line-height: 24px;
  padding: 8px 0;
  margin: 0;
  outline: none;
  text-align: center;
  float: left;
  -webkit-transition: width .15s ease-in-out;
  -moz-transition: width .15s ease-in-out;
  -ms-transition: width .15s ease-in-out;
  -o-transition: width .15s ease-in-out;
  transition: width .15s ease-in-out;
  background: #E8E8E8;
}
.share-buttons .share-button ul {
  display: none;
  position: absolute;
  list-style: none;
}
.share-buttons .share-button a {
  color: #fff;
}
.share-buttons .share-button:hover ul {
  background: #333;
  padding: 0;
  width: 180px;
  height: auto;
  position: absolute;
  bottom: 100%;
  right: 0;
  float: right;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  .share-buttons .share-button:hover ul {
    left: 48px;
    top: 0;
    bottom: auto;
    right: auto;
  }
}
.share-buttons .share-button:hover ul li {
  padding: 16px;
}
.share-buttons .share-button .fa {
  color: #fff;
  vertical-align: middle;
  font-size: 18px;
}
.share-buttons .share-button-facebook {
  width: 25%;
  background: #305891;
}
@media (min-width: 768px) {
  .share-buttons .share-button-facebook {
    width: 40px;
  }
}
.share-buttons .share-button-twitter {
  background: #2CA8D2;
  width: 25%;
}
@media (min-width: 768px) {
  .share-buttons .share-button-twitter {
    width: 40px;
  }
}
.share-buttons .share-button-google-plus {
  background: #df4a32;
  width: 25%;
}
@media (min-width: 768px) {
  .share-buttons .share-button-google-plus {
    width: 40px;
  }
}
.share-buttons .share-button-rss {
  background: #e48632;
  width: 25%;
}
@media (min-width: 768px) {
  .share-buttons .share-button-rss {
    width: 40px;
  }
}

.trackback {
  padding: 0 15px;
}

.page-content .search-form input {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  height: 24px;
  width: 70%;
  padding: 3px 7px;
  display: inline-block;
}
.page-content .search-form .fa {
  display: inline-block;
  font-size: 20px;
  color: #4e4e4e;
  padding: 5px;
}

.listing h2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: none;
}
.listing .hentry {
  margin-bottom: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 480px) {
  .listing .hentry {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .listing .hentry:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .listing .hentry:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 992px) {
  .listing .hentry {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .listing .hentry:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .listing .hentry:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .listing .hentry:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}
.listing .entry-header {
  height: 130px;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  background-color: #009bc4;
  background-repeat: no-repeat;
  background-size: cover;
}
.listing .entry-header:hover {
  cursor: pointer;
}
.listing .entry-header:after {
  background-color: rgba(0, 155, 196, 0.6);
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.listing .entry-header a:hover {
  text-decoration: none;
}
.listing .favorite .fa {
  font-size: 14px;
  margin-right: 5px;
}
.listing .category-yleinen .entry-header, .listing .category-kansainvaliset-suhteet .entry-header, .listing .category-kansainvaliset-suhteet-2 .entry-header {
  background-color: #3bbd3a;
}
.listing .category-yleinen .entry-header:after, .listing .category-kansainvaliset-suhteet .entry-header:after, .listing .category-kansainvaliset-suhteet-2 .entry-header:after {
  background-color: rgba(59, 189, 58, 0.7);
}
.listing .category-kehitysyhteistyo .entry-header, .listing .category-kehitysyhteistyo-2 .entry-header {
  background-color: #ff7071;
}
.listing .category-kehitysyhteistyo .entry-header:after, .listing .category-kehitysyhteistyo-2 .entry-header:after {
  background-color: rgba(255, 112, 113, 0.7);
}
.listing .category-egypti .entry-header, .listing .category-kauppa-ja-talous .entry-header, .listing .category-kauppa-ja-talous-2 .entry-header {
  background-color: #00aa7f;
}
.listing .category-egypti .entry-header:after, .listing .category-kauppa-ja-talous .entry-header:after, .listing .category-kauppa-ja-talous-2 .entry-header:after {
  background-color: rgba(0, 170, 127, 0.7);
}
.listing .category-matkustaminen .entry-header, .listing .category-matkustaminen-2 .entry-header {
  background-color: #a85597;
}
.listing .category-matkustaminen .entry-header:after, .listing .category-matkustaminen-2 .entry-header:after {
  background-color: rgba(168, 85, 151, 0.7);
}
.listing .category-blue .entry-header, .listing .category-nain-maailmalla .entry-header, .listing .category-nain-maailmalla-2 .entry-header {
  background-color: #009bc4;
}
.listing .category-blue .entry-header:after, .listing .category-nain-maailmalla .entry-header:after, .listing .category-nain-maailmalla-2 .entry-header:after {
  background-color: rgba(0, 155, 196, 0.7);
}
.listing .category-berliini .entry-header, .listing .category-ulkoasiainhallinto-toissa .entry-header, .listing .category-ulkoasiainhallinto-toissa-2 .entry-header {
  background-color: #ffc600;
}
.listing .category-berliini .entry-header:after, .listing .category-ulkoasiainhallinto-toissa .entry-header:after, .listing .category-ulkoasiainhallinto-toissa-2 .entry-header:after {
  background-color: rgba(255, 198, 0, 0.7);
}
.listing .post-thumbnail, .listing .wp-post-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.listing .entry-title {
  font-size: 18px;
  font-weight: 900;
  vertical-align: bottom;
  position: absolute;
  bottom: 16px;
  left: 10px;
  right: 10px;
  margin: 0;
  color: white;
  padding-right: 35px;
  z-index: 3;
  text-transform: uppercase;
  line-height: 1.1em;
}
@media (min-width: 480px) {
  .listing .entry-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .listing .entry-title {
    font-size: 22px;
    font-weight: 900;
  }
}
.listing .entry-title a {
  position: relative;
  color: white;
}
.listing .entry-title a:visited {
  color: white;
}
.listing .entry-title a:focus {
  color: white;
}
.listing .entry-title a:hover {
  color: white;
}
.listing .entry-title a:active {
  color: white;
}
.listing .entry-date {
  font-weight: 300;
  font-size: 13px;
  line-height: 1em;
  margin-top: 10px;
}
.listing .star {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 14px;
}
.listing .comments-number {
  background: url('../images/comments-bubble.png') no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  text-align: center;
  line-height: 30px;
}
.listing .entry-content {
  padding: 10px 10px 25px 10px;
  font-size: 14px;
  line-height: 1.3em;
}
.listing .entry-content p {
  margin-bottom: 0;
}
.listing .author-title, .listing .blogname {
  font-weight: 300;
}
.listing .entry-footer {
  padding: 0 10px 10px 10px;
}
.listing .entry-categories {
  padding-bottom: 10px;
}

.network-archive .listing .entry-title {
  font-size: 22px;
}

.featured-author-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .featured-author-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}

.featured-categories-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
@media (min-width: 768px) {
  .featured-categories-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
}

.all-authors {
  position: absolute;
  right: 10px;
  top: 13px;
}

.network-front-page .listing .entry-header {
  height: 180px;
}
.network-front-page .site-content {
  padding-top: 0;
  position: relative;
  top: -30px;
}
.network-front-page .featured-author h2 {
  font-weight: 400;
  margin-bottom: 5px;
}
.network-front-page .featured-author h3 {
  font-weight: 300;
  font-size: 18px;
}
.network-front-page .featured-author p {
  margin-bottom: 15px;
}
.network-front-page .featured-author .blogname {
  font-size: 18px;
}

.site-footer {
  background: #004f95;
  color: white;
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
}
.site-footer .footer-inner {
  display: block;
  float: none;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  padding: 20px;
}
@media (min-width: 768px) {
  .site-footer .footer-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding: 40px;
    margin: 0 auto;
    float: none;
  }
}
.site-footer a {
  color: #ffe17f;
}
.site-footer a:visited {
  color: #ffe17f;
}
.site-footer a:focus {
  color: #ffe17f;
}
.site-footer a:hover {
  color: #ffe17f;
}
.site-footer a:active {
  color: #ffe17f;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: white;
}
.site-footer p {
  font-size: 14px;
  line-height: 1.4em;
}
.site-footer h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 20px;
}
.site-footer .icon {
  margin: 0 3px 30px 3px;
}
.site-footer .logo {
  display: block;
  margin: 0 auto 30px;
}

.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget .widget-title {
  font-weight: 800;
  line-height: 1.2em;
  padding-bottom: 5px;
}
.widget-area .author-details .author-avatar {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-left: -100%;
}
@media (min-width: 768px) {
  .widget-area .author-details .author-avatar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .widget-area .author-details .author-avatar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: -100%;
  }
}
.widget-area .author-details .author-description {
  padding-left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
  margin-left: 33.33333%;
}
@media (min-width: 768px) {
  .widget-area .author-details .author-description {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .widget-area .author-details .author-description {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    margin-left: 33.33333%;
  }
}
.widget-area .author-details .avatar {
  max-width: 80px;
  width: auto;
}
@media (min-width: 480px) {
  .widget-area .author-details .avatar {
    max-width: 128px;
  }
}
@media (min-width: 768px) {
  .widget-area .author-details .avatar {
    max-width: 70px;
  }
}
.widget-area .author-details p {
  margin-bottom: 15px;
}
.widget-area .author-details h3 {
  margin-bottom: 5px;
}

.widget-area-secondary .widget {
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 60px;
}
.widget-area-secondary .widget .header-image {
  margin-bottom: 25px;
}
.widget-area-secondary .widget p {
  margin-bottom: 20px;
}
.widget-area-secondary .widget-authors a {
  color: #303030;
}
.widget-area-secondary .widget-authors a:visited {
  color: #303030;
}
.widget-area-secondary .widget-authors a:focus {
  color: #303030;
}
.widget-area-secondary .widget-authors a:hover {
  color: #303030;
}
.widget-area-secondary .widget-authors a:active {
  color: #303030;
}
.widget-area-secondary .widget-authors .black {
  margin-bottom: 15px;
}
.widget-area-secondary .widget-authors .avatar {
  max-width: 60px;
  margin: 0 auto 8px;
  display: block;
  border: solid 1px #d8d8d9;
}
.widget-area-secondary .widget-authors .author-card {
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.5625%;
  padding-right: 1.5625%;
}
.widget-area-secondary .widget-authors .author-card:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}
.widget-area-secondary .widget-authors .author-card:nth-child(3n + 2) {
  margin-left: 33.33333%;
  margin-right: -100%;
  clear: none;
}
.widget-area-secondary .widget-authors .author-card:nth-child(3n + 3) {
  margin-left: 66.66667%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 768px) {
  .widget-area-secondary .widget-authors .author-card {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .widget-area-secondary .widget-authors .author-card:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .widget-area-secondary .widget-authors .author-card:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .widget-area-secondary .widget-authors .author-card:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 992px) {
  .widget-area-secondary .widget-authors .author-card {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
  }
  .widget-area-secondary .widget-authors .author-card:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .widget-area-secondary .widget-authors .author-card:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
.widget-area-secondary .widget-authors .author-details {
  text-align: center;
  margin: 0 auto;
}
.widget-area-secondary .widget-authors .author-details .author-title {
  display: none;
  font-weight: 300;
}
@media (min-width: 480px) {
  .widget-area-secondary .widget-authors .author-details .author-title {
    display: block;
  }
}

.widget_black_studio_tinymce .textwidget p {
  margin-bottom: 15px;
}
.widget_black_studio_tinymce .textwidget p img {
  margin-bottom: -10px;
}
.widget_black_studio_tinymce .textwidget h3 {
  font-weight: 900;
}

#mapbox {
  width: 100%;
  height: 390px;
  margin-top: -30px;
  display: none;
  clear: both;
  position: relative;
  top: -30px;
}
@media (min-width: 768px) {
  #mapbox {
    display: block;
  }
}

.leaflet-control {
  margin-top: 50px !important;
}

.leaflet-marker-pane img:hover {
  z-index: 9999 !important;
}

.sent-to-back {
  z-index: 0;
}

.leaflet-popup .leaflet-popup-content-wrapper, .leaflet-popup .map-legends, .leaflet-popup .map-tooltip {
  z-index: 10 !important;
  font-family: "Exo 2" !important;
  background: #004f95 !important;
  color: white;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.leaflet-popup .leaflet-popup-content-wrapper a, .leaflet-popup .map-legends a, .leaflet-popup .map-tooltip a {
  color: white;
}
.leaflet-popup .leaflet-popup-content-wrapper a:visited, .leaflet-popup .map-legends a:visited, .leaflet-popup .map-tooltip a:visited {
  color: white;
}
.leaflet-popup .leaflet-popup-content-wrapper a:focus, .leaflet-popup .map-legends a:focus, .leaflet-popup .map-tooltip a:focus {
  color: white;
}
.leaflet-popup .leaflet-popup-content-wrapper a:hover, .leaflet-popup .map-legends a:hover, .leaflet-popup .map-tooltip a:hover {
  color: white;
}
.leaflet-popup .leaflet-popup-content-wrapper a:active, .leaflet-popup .map-legends a:active, .leaflet-popup .map-tooltip a:active {
  color: white;
}
.leaflet-popup .leaflet-popup-content-wrapper p, .leaflet-popup .map-legends p, .leaflet-popup .map-tooltip p {
  margin-bottom: 8px !important;
}
.leaflet-popup .leaflet-popup-content-wrapper h3 a, .leaflet-popup .map-legends h3 a, .leaflet-popup .map-tooltip h3 a {
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  outline: none !important;
}
.leaflet-popup .leaflet-popup-content-wrapper .post-author, .leaflet-popup .map-legends .post-author, .leaflet-popup .map-tooltip .post-author {
  text-transform: uppercase;
}
.leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  border-top-color: #004f95;
}
.leaflet-popup a.leaflet-popup-close-button {
  color: white !important;
  background: none;
  text-indent: 0;
  font-weight: 900;
  font-size: 18px;
  opacity: 1;
}
.leaflet-popup a.leaflet-popup-close-button:visited {
  color: white !important;
}
.leaflet-popup a.leaflet-popup-close-button:focus {
  color: white !important;
}
.leaflet-popup a.leaflet-popup-close-button:hover {
  color: white !important;
}
.leaflet-popup a.leaflet-popup-close-button:active {
  color: white !important;
}
.leaflet-popup a.leaflet-popup-close-button:hover {
  background-color: #004f95;
}

/**
 * Forms
 */
button,
input,
select,
textarea {
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Improves appearance and consistency in IE6/IE7 */
  max-width: 98%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  background: #e6e6e6;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 1.2rem;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
