/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  color: #333;
  font-family: "Merriweather", serif;
  font-size: 15px;
  line-height: 2;
  padding-top: 60px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin: 0 0 10px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
p {
  margin: 0 0 20px;
}
blockquote {
  color: #b2b2b2;
  font-size: 18px;
  margin: 40px 0;
  padding-left: 40px;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
a {
  color: #52b3d9;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
iframe,
embed {
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
table {
  margin-bottom: 20px;
}
th,
td {
  border: 1px solid #e8e8e8;
  padding: 5px 12px;
}
dl,
ul,
ol {
  margin: 20px 0;
  padding-left: 30px;
}
dl dl,
ul dl,
ol dl,
dl ul,
ul ul,
ol ul,
dl ol,
ul ol,
ol ol {
  margin: 0;
}
dl {
  padding-left: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 20px 0;
}
hr {
  background-color: #e8e8e8;
  border: 0;
  margin: 40px auto;
  width: 100px;
  height: 2px;
}
code,
pre {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
}
code {
  padding: 2px;
}
pre {
  padding: 15px 20px;
}
pre code {
  border: 0;
}
mark {
  background-color: #cfeaf5;
}
[role="button"] {
  cursor: pointer;
}
html,
body,
#wrapper {
  height: 100%;
}
.with-transparent-navbar {
  padding-top: 0;
}
#content {
  padding-top: 60px;
  padding-bottom: 90px;
}
#secondary {
  padding-left: 30px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  background-color: #fff;
  border: 2px solid #e8e8e8;
  display: block;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  background-color: #f9f9f9;
  outline: none;
}
textarea {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}
select {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
  background-position: center right;
  background-repeat: no-repeat;
  border: 2px solid #e8e8e8;
  border-radius: 0;
  outline: none;
  padding: 8px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
}
button:focus,
input[type="submit"]:focus {
  outline: none;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.compact-form {
  position: relative;
}
.compact-form .compact-submit {
  background-color: #e8e8e8;
  border: 0;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.compact-form .compact-submit:hover {
  background-color: #52b3d9;
}
.compact-form .password-submit {
  top: 28px;
}
.button,
input[type="submit"],
button[type="submit"] {
  background-color: #52b3d9;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #333;
}
.slick-slider {
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-slider.slick-initialized {
  opacity: 1 !important;
  position: relative !important;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  content: " ";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  background: transparent;
  border: 2px solid #fff;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: 40px;
  width: 40px;
  height: 40px;
  z-index: 10;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.slick-prev:before,
.slick-next:before {
  content: "\f053";
  font-family: FontAwesome;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #bfbfbf;
  color: transparent;
  outline: none;
}
.slick-prev {
  left: 40px;
}
.slick-next {
  right: 40px;
}
.slick-next:before {
  content: "\f054";
}
[dir='rtl'] .slick-prev {
  right: 40px;
  left: auto;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 40px;
}
#navigation-bar {
  background-color: #fff;
  border-bottom: 2px solid #e8e8e8;
  height: 62px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation-bar.up {
  top: -62px;
}
#navigation-bar .brand-logo {
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#navigation-bar .brand-logo.light {
  opacity: 0;
}
#navigation-bar #mobile-nav-toggle {
  cursor: pointer;
  float: right;
  margin: 24px 0 0 20px;
}
#navigation-bar #mobile-nav-toggle .bar {
  background-color: #333;
  display: block;
  margin-bottom: 3px;
  width: 20px;
  height: 2px;
}
#navigation-bar .social-links {
  float: right;
  margin-left: 15px;
  top: 15px;
}
#navigation-bar #main-navigation {
  float: right;
}
#navigation-bar .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation-bar .nav-list > .menu-item {
  float: left;
}
#navigation-bar .nav-list > .menu-item > a {
  color: #333;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 60px;
  padding: 0 7px;
  position: relative;
  text-transform: uppercase;
}
#navigation-bar .nav-list > .menu-item > a:after {
  background-color: #333;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  right: 7px;
  bottom: -2px;
  left: 7px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#navigation-bar .nav-list > .menu-item.nav-current > a:after,
#navigation-bar .nav-list > .menu-item > a:hover:after {
  opacity: 1;
}
#navigation-bar.transparent {
  background-color: transparent;
  border-bottom: 0;
  padding: 15px 30px 0;
}
#navigation-bar.transparent .brand-logo.dark {
  opacity: 0;
}
#navigation-bar.transparent .brand-logo.light {
  opacity: 1;
}
#navigation-bar.transparent .nav-social li > a {
  border-color: #fff;
  color: #fff;
}
#navigation-bar.transparent .nav-list > .menu-item > a {
  color: #fff;
}
#navigation-bar.transparent .nav-list > .menu-item > a:after {
  background-color: #fff;
}
#hero {
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  position: relative;
}
#hero #hero-mask {
  background-color: #333;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hero .hero-content {
  color: #fff;
  max-width: 600px;
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#hero .hero-thumbnail {
  border: 4px solid #fff;
  display: inline-block;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#hero .hero-title {
  font-size: 30px;
}
#hero .hero-description {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.7;
}
#hero .hero-description .fa {
  margin-right: 3px;
}
#hero .author-website {
  margin-left: 15px;
}
#hero .author-website a {
  color: #fff;
}
#hero .author-website a:hover {
  color: #52b3d9;
}
#hero .cat-links > a {
  background-color: #52b3d9;
}
#hero .cat-links > a:hover {
  background-color: #333;
}
#featured-posts {
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#featured-posts .featured-post {
  background-color: #333;
  background-position: center;
  background-size: cover;
  margin: 10px;
  outline: none;
  position: relative;
  width: 100%;
  word-break: break-word;
}
#featured-posts .featured-post:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  padding-top: 100%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#featured-posts .featured-post:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
#featured-posts .featured-post:hover .entry-meta:before {
  width: 16px;
}
#featured-posts .entry-content {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}
#featured-posts .entry-title {
  font-size: 18px;
  margin-bottom: 10px;
}
#featured-posts .entry-title > a {
  color: #fff;
  outline: none;
}
#featured-posts .entry-meta {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  position: relative;
}
#featured-posts .entry-meta > a {
  color: #fff;
  outline: none;
}
#featured-posts .entry-meta:before {
  background-color: #fff;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 10px;
  height: 2px;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.post {
  margin-bottom: 60px;
}
.post .entry-media {
  margin-bottom: 25px;
}
.post .entry-media > img {
  width: 100%;
}
.post .entry-content > *:last-child {
  margin-bottom: 0;
}
.post .entry-content h1:not(.entry-title),
.post .entry-content h2:not(.entry-title),
.post .entry-content h3:not(.entry-title),
.post .entry-content h4:not(.entry-title),
.post .entry-content h5:not(.entry-title),
.post .entry-content h6:not(.entry-title) {
  margin: 30px 0 15px;
}
.post .entry-meta {
  color: #bfbfbf;
  margin-bottom: 20px;
}
.post .entry-meta .author-image {
  float: left;
  width: 35px;
  border-radius: 50%;
}
.post .entry-meta .right {
  float: left;
  margin-left: 7px;
}
.post .entry-meta .right > span {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  margin-top: 6px;
}
.post .entry-meta .author-name:after {
  content: "•";
  padding-left: 5px;
}
.post .entry-meta .author-name a {
  color: #bfbfbf;
}
.post .entry-meta .author-name a:hover {
  color: #52b3d9;
}
.post .entry-meta .entry-share {
  margin-left: 5px;
  position: relative;
}
.post .entry-meta .entry-share > .fa {
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.post .entry-meta .entry-share > .fa:hover {
  color: #52b3d9;
}
.post .entry-meta .entry-share .popup {
  min-width: 78px;
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 22px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.post .entry-meta .entry-share .popup.open {
  opacity: 1;
}
.post .entry-meta .entry-share .popup > a {
  color: #fff;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 24px;
  margin-left: 3px;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.post .entry-meta .entry-share .popup > a:first-child {
  margin-left: 0;
}
.post .entry-meta .entry-share .popup > a.twitter {
  background-color: #55acee;
}
.post .entry-meta .entry-share .popup > a.facebook {
  background-color: #3b5998;
}
.post .entry-meta .entry-share .popup > a.google {
  background-color: #dc4e41;
}
.post .entry-title {
  font-size: 20px;
}
.post .entry-title > a {
  color: #333;
}
.post .entry-footer {
  margin-top: 15px;
}
.cat-links {
  display: block;
}
.cat-links:before,
.cat-links:after {
  content: " ";
  display: table;
}
.cat-links:after {
  clear: both;
}
.cat-links > a {
  background-color: #bfbfbf;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0 4px 4px 0;
  padding: 2px 8px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cat-links > a[href="/tag/no-image/"],
.cat-links > a[href="/tag/no-image"] {
  display: none;
}
.cat-links > a:hover {
  background-color: #333;
}
.post-template .post {
  margin-bottom: 0;
}
.post-template .post .entry-header {
  display: none;
}
.post-template .post .entry-content img {
  margin: 30px 0;
}
.post-template .post .entry-footer {
  margin-top: 30px;
}
.post-template .post .fluid-width-video-wrapper {
  margin-bottom: 20px;
}
#about-author {
  background-color: #f9f9f9;
  margin-top: 100px;
  padding: 70px 40px 40px;
  position: relative;
}
#about-author .author-image {
  background-color: #fff;
  border: 2px solid #fff;
  margin-left: -45px;
  padding: 4px;
  position: absolute;
  top: -45px;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
#about-author .author-image > img {
  border-radius: 50%;
}
#about-author .author-name {
  margin-bottom: 15px;
}
#about-author .author-name > a {
  color: #333;
}
#about-author .author-bio {
  margin-bottom: 0;
}
#about-author .author-meta > span {
  color: #bfbfbf;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px;
  padding-top: 15px;
}
#about-author .author-meta a {
  color: #bfbfbf;
}
#about-author .author-meta a:hover {
  color: #52b3d9;
}
#about-author .author-meta .fa {
  margin-right: 2px;
}
#related-posts .related-post {
  margin-top: 60px;
}
#related-posts .entry-media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 60%;
}
#related-posts .entry-title {
  font-size: 16px;
  margin-bottom: 15px;
}
#related-posts .entry-title > a {
  color: #333;
}
#related-posts .entry-title > a:hover {
  color: #52b3d9;
}
#disqus_thread {
  margin-top: 60px;
}
.navigation.post-navigation {
  margin-top: 90px;
}
.navigation.post-navigation:before,
.navigation.post-navigation:after {
  content: " ";
  display: table;
}
.navigation.post-navigation:after {
  clear: both;
}
.navigation.post-navigation .nav-previous {
  float: right;
}
.navigation.post-navigation .nav-next {
  float: left;
}
.navigation.post-navigation .nav-previous > a,
.navigation.post-navigation .nav-next > a {
  background-color: #bfbfbf;
  color: #fff;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.navigation.post-navigation .nav-previous > a:hover,
.navigation.post-navigation .nav-next > a:hover {
  background-color: #333;
}
.author-template .post .entry-meta {
  margin-bottom: 3px;
}
.author-template .post .entry-meta .author-image {
  display: none;
}
.author-template .post .entry-meta .right {
  margin: -8px 0 0;
}
.author-template .post .entry-meta .right .author-name {
  display: none;
}
.author-template .post .entry-meta .right .entry-date {
  margin-top: 0;
}
.author-template .post .entry-title {
  margin-bottom: 15px;
}
.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.social-links li {
  display: inline-block;
}
.social-links li > a {
  border: 2px solid #bfbfbf;
  color: #bfbfbf !important;
  display: block;
  font-size: 13px;
  line-height: 28px;
  margin-left: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-links li > a:hover {
  background-color: #bfbfbf;
  color: #fff !important;
}
.widget {
  font-size: 14px;
  margin-bottom: 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li > a {
  color: #333;
  font-family: "Ubuntu", sans-serif;
}
.widget ul li > a:hover {
  color: #52b3d9;
}
.widget .widget-title {
  border-bottom: 2px solid #e8e8e8;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.widget .widget-title:after {
  background-color: #333;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.widget:hover .widget-title:after {
  width: 26px;
}
.widget.widget-posts-list .posts > li {
  margin-bottom: 20px;
}
.widget.widget-posts-list .posts > li:last-child {
  margin-bottom: 0;
}
.widget.widget-posts-list .thumbnail-link {
  background-color: #bfbfbf;
  color: #fff;
  display: block;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.widget.widget-posts-list .thumbnail-link:hover {
  background-color: #333;
}
.widget.widget-posts-list .entry-content {
  margin: -1px 0 0 75px;
}
.widget.widget-posts-list .entry-title {
  font-size: 14px;
  margin-bottom: 2px;
}
.widget.widget-posts-list .entry-title > a {
  color: #333;
}
.widget.widget-posts-list .entry-title > a:hover {
  color: #52b3d9;
}
.widget.widget-posts-list .entry-date {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
}
#mondo-media-feed {
  margin-bottom: 90px;
}
#mondo-media-feed #media-feed-thumbnails {
  margin-right: -10px;
  margin-bottom: -10px;
  position: relative;
}
#mondo-media-feed .thumbnail {
  background-position: center;
  background-size: cover;
  display: block;
  margin: -5px;
  opacity: 0.8;
  position: absolute;
  width: 20%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#mondo-media-feed .thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#mondo-media-feed .thumbnail:hover {
  opacity: 1;
}
#mondo-media-feed .thumbnail img {
  width: 100%;
}
#mondo-media-feed .thumbnail:nth-child(3) {
  width: 40%;
  left: 20%;
}
#mondo-media-feed .thumbnail:nth-child(4),
#mondo-media-feed .thumbnail:nth-child(5) {
  left: 60%;
}
#mondo-media-feed .thumbnail:nth-child(6),
#mondo-media-feed .thumbnail:nth-child(7) {
  left: 80%;
}
#mondo-media-feed .thumbnail:nth-child(2),
#mondo-media-feed .thumbnail:nth-child(5),
#mondo-media-feed .thumbnail:nth-child(7) {
  top: 50%;
}
#mondo-media-feed .thumbnail-inner {
  display: block;
  margin: 5px;
}
#colophon {
  background-color: #333;
  color: #bfbfbf;
  font-family: "Ubuntu", sans-serif;
}
#colophon a {
  color: #52b3d9;
}
#colophon .column {
  padding-right: 30px;
  padding-left: 30px;
}
#colophon > .row {
  margin: 0;
  padding: 60px 30px;
}
#colophon > .row.bottom {
  background-color: #2e2e2e;
  padding: 30px 45px;
  text-align: center;
}
#colophon .widget {
  margin-bottom: 0;
}
#colophon .widget li > a {
  border-bottom: 1px solid #3b3b3b;
  color: #bfbfbf;
  display: block;
  padding: 8px 0;
}
#colophon .widget li > a:after {
  content: "\f054";
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  margin-top: 4px;
}
#colophon .widget li > a:hover {
  color: #52b3d9;
}
#colophon .widget li:first-child > a {
  padding-top: 0;
}
#colophon .widget li:last-child > a {
  border-bottom: 0;
  padding-bottom: 0;
}
#colophon .widget.widget-tags a {
  background-color: #3b3b3b;
  color: #bfbfbf;
}
#colophon .widget.widget-tags a:hover {
  background-color: #2e2e2e;
}
#colophon .widget-title {
  border-bottom: 0;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 0;
}
#colophon input[type="text"],
#colophon input[type="password"],
#colophon input[type="email"],
#colophon input[type="search"],
#colophon textarea {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
#colophon .button:hover,
#colophon input[type="submit"]:hover,
#colophon button[type="submit"]:hover,
#colophon input[type="submit"]:hover,
#colophon button[type="submit"]:hover {
  background-color: #2e2e2e;
}
#colophon .bottom-top {
  margin-bottom: 15px;
}
#colophon .social-links li > a {
  line-height: 26px;
}
@media (min-width: 1200px) {
  .no-sidebar .kg-width-wide {
    margin-left: calc(-1000px / 2 + 100% / 2) !important;
    margin-right: calc(-1000px / 2 + 100% / 2) !important;
  }
  .no-sidebar .kg-width-wide img {
    max-width: 1000px;
  }
}
.no-sidebar .kg-width-full {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
}
.no-sidebar .kg-width-full img {
  width: 100vw;
}
.kg-image-card,
.kg-gallery-card {
  margin: 30px 0;
}
.kg-image-card figcaption,
.kg-gallery-card figcaption {
  font-size: 13px;
  margin-top: 10px;
}
.kg-gallery-container {
  display: flex;
  flex-direction: column;
}
.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.kg-gallery-image img {
  display: block;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}
.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
*[align="left"] {
  float: left;
  margin: -23px 30px 0 0;
  max-width: 40%;
}
*[align="right"] {
  float: right;
  margin: -23px 0 0 30px;
  max-width: 40%;
}
*[align="clear"] {
  clear: both;
  margin-bottom: 0;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bordered-title {
  font-size: 15px;
  margin: 0 0 25px;
  padding-bottom: 15px;
  position: relative;
}
.bordered-title:after {
  background-color: #bfbfbf;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
}
.circle-border {
  border-radius: 50%;
}
.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #mondo-media-feed .thumbnails {
    margin-right: -4px;
    margin-bottom: -4px;
  }
  #mondo-media-feed .thumbnail {
    margin: -2px;
  }
  #mondo-media-feed .thumbnail-inner {
    margin: 2px;
  }
}
@media (max-width: 991px) {
  #navigation-bar #main-navigation {
    background-color: #333;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
  }
  #navigation-bar .nav-list {
    border: 30px solid #333;
  }
  #navigation-bar .nav-list > .menu-item {
    float: none;
  }
  #navigation-bar .nav-list > .menu-item > a {
    color: #bfbfbf;
    line-height: 40px;
  }
  #navigation-bar .nav-list > .menu-item > a:hover {
    color: #fff;
  }
  #navigation-bar .nav-list > .menu-item > a:after {
    display: none;
  }
  #related-posts .related-post {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #related-posts .related-post:first-child {
    margin-top: 60px;
  }
  #related-posts .related-post:last-child {
    margin-bottom: 0;
  }
  #secondary {
    margin-top: 90px;
    padding-left: 0;
  }
  #colophon .widget {
    margin-bottom: 60px;
  }
  #colophon .top .column:last-child .widget {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .post-list:not(.featured) .entry-media {
    float: left;
    margin-bottom: 0;
    width: 230px;
  }
  .post-list:not(.featured) .entry-content,
  .post-list:not(.featured) .entry-footer {
    margin-left: 260px;
    overflow: hidden;
  }
  .post-list:not(.featured).no-image .entry-content,
  .post-list:not(.featured).no-image .entry-footer {
    margin-left: 0;
  }
}
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
