@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
/*
Theme Name: Habitat III
Theme URI: http://habitat3.org
Author: Julian Valencia
Author URI: http://julianvalencia.me/
Description: Online platform for Habitat III
Version: 1.0
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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%;
}
* {
  outline-style: none;
}
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 {
  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"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.47857143;
  color: #181617;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5090cd;
  text-decoration: none;
  font-weight: normal;
}
a:hover,
a:focus {
  color: #2e6aa2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.47857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 2px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
body {
  font-size: 14px;
}
@media (min-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1680px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 1.8em;
}
h3,
.h3 {
  font-size: 1.6em;
}
h4,
.h4 {
  font-size: 1.4em;
}
h5,
.h5 {
  font-size: 1.2em;
}
h6,
.h6 {
  font-size: 1.1em;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .lead {
    font-size: 1.25em;
  }
}
.lead-center {
  margin-bottom: 26px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  text-align: center !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .lead-center {
    font-size: 1.25em;
  }
}
small,
.small {
  font-size: 100%;
}
mark,
.mark {
  background-color: #ffffff;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #5090cd;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3477b6;
}
.text-success {
  color: #00af9a;
}
a.text-success:hover,
a.text-success:focus {
  color: #007c6d;
}
.text-info {
  color: #5090cd;
}
a.text-info:hover,
a.text-info:focus {
  color: #3477b6;
}
.text-warning {
  color: #fcb740;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fba40e;
}
.text-danger {
  color: #f3465a;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f0162f;
}
.bg-primary {
  color: #fff;
  background-color: #5090cd;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3477b6;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.47857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 720px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 50px 75px;
  margin: 0 0 25px;
  font-size: 1.3em;
  background-color: #eaeaea;
}
blockquote.blue-un {
  background-color: #5090cd;
  color: #78a9d8;
}
blockquote.blue-un cite {
  color: #9fc2e4;
}
blockquote.blue-un p,
blockquote.blue-un ul,
blockquote.blue-un ol {
  color: #c7dbef;
}
blockquote.span-b {
  margin-bottom: 37.5px;
}
blockquote.jumbo {
  text-align: center;
  padding: 20px 25px 35px;
}
blockquote.jumbo p {
  text-align: center;
}
blockquote.jumbo .title {
  margin-bottom: 5px;
}
blockquote.jumbo > div > i {
  font-size: 2.5em;
  margin-right: 20px;
  color: #00af9a;
}
blockquote p,
blockquote ul,
blockquote ol {
  text-align: left;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote cite {
  font-size: 0.86em;
  color: #a5a5a5;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.47857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.47857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 12px;
  line-height: 1.47857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #181617;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 96%;
  max-width: 1490px;
}
@media (min-width: 1024px) {
  .container {
    width: 86%;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 80%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.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: 25px;
  padding-right: 25px;
}
.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: 720px) {
  .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: 1024px) {
  .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: 1280px) {
  .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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
  border-right: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.47857143;
  vertical-align: top;
  border-top: 2px solid #dddddd;
  border-left: 2px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 8px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 719px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 1.5em;
  line-height: inherit;
  color: #181617;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 10px;
  font-size: 1em;
  line-height: 1.47857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 9px 12px;
  font-size: 1em;
  line-height: 1.47857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #777777;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13em;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 25em;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: normal;
  color: #181617;
  text-align: left;
  display: block;
}
.form-group label span {
  color: #f3465a;
  display: none;
}
.form-group label small {
  font-style: italic;
  color: #919191;
  margin-left: 15px;
  display: inline-block;
}
.form-group pre {
  border: none;
  font-size: 0.76em;
  padding: 0;
  background: transparent;
  text-align: left;
  color: #919191;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}
.form-group.is-required label span {
  display: inline-block;
}
.form-group.type-checkbox {
  position: relative;
}
.form-group.type-file {
  text-align: left;
}
.form-group.type-file label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.form-group.type-file .btn-trigger {
  margin-right: 20px;
}
.form-group.type-file input[type="file"] {
  position: absolute;
  top: -99999em;
  left: 0;
}
.form-group.type-file .alert {
  height: auto;
  padding: 15px;
  margin-bottom: 10px;
}
.form-group.type-file .alert strong {
  color: inherit;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 27px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13em;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13em;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 13em;
  line-height: 13em;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13em;
  min-height: 27px;
  padding: 6px 10px;
  font-size: 1em;
  line-height: 1.5;
}
.input-lg {
  height: 25em;
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 25em;
  line-height: 25em;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 25em;
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 25em;
  line-height: 25em;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 25em;
  min-height: 28px;
  padding: 11px 16px;
  font-size: 2em;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 25em;
  height: 25em;
  line-height: 25em;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 13em;
  height: 13em;
  line-height: 13em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #00af9a;
}
.has-success.type-file .btn-trigger {
  border-color: #00af9a;
}
.has-success .form-control,
.has-success [type="checkbox"]:not(:checked) + label:before,
.has-success [type="checkbox"]:checked + label:before,
.has-success .mce-tinymce {
  border-color: #00af9a;
}
.has-success .form-control:focus,
.has-success [type="checkbox"]:not(:checked) + label:before:focus,
.has-success [type="checkbox"]:checked + label:before:focus,
.has-success .mce-tinymce:focus {
  border-color: #007c6d;
}
.has-success .input-group-addon {
  color: #00af9a;
  border-color: #00af9a;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #00af9a;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fcb740;
}
.has-warning.type-file .btn-trigger {
  border-color: #fcb740;
}
.has-warning .form-control,
.has-warning [type="checkbox"]:not(:checked) + label:before,
.has-warning [type="checkbox"]:checked + label:before,
.has-warning .mce-tinymce {
  border-color: #fcb740;
}
.has-warning .form-control:focus,
.has-warning [type="checkbox"]:not(:checked) + label:before:focus,
.has-warning [type="checkbox"]:checked + label:before:focus,
.has-warning .mce-tinymce:focus {
  border-color: #fba40e;
}
.has-warning .input-group-addon {
  color: #fcb740;
  border-color: #fcb740;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #fcb740;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f3465a;
}
.has-error.type-file .btn-trigger {
  border-color: #f3465a;
}
.has-error .form-control,
.has-error [type="checkbox"]:not(:checked) + label:before,
.has-error [type="checkbox"]:checked + label:before,
.has-error .mce-tinymce {
  border-color: #f3465a;
}
.has-error .form-control:focus,
.has-error [type="checkbox"]:not(:checked) + label:before:focus,
.has-error [type="checkbox"]:checked + label:before:focus,
.has-error .mce-tinymce:focus {
  border-color: #f0162f;
}
.has-error .input-group-addon {
  color: #f3465a;
  border-color: #f3465a;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #f3465a;
}
.has-feedback label ~ .form-control-feedback {
  top: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5b5357;
}
@media (min-width: 720px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 720px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 25px;
}
@media (min-width: 720px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 2em;
  }
}
@media (min-width: 720px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 1em;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 1em;
  line-height: 1.47857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #5090cd;
  border-color: #3c83c7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #1d4367;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #2c649a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3477b6;
  border-color: #2c649a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2c649a;
  border-color: #1d4367;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #5090cd;
  border-color: #3c83c7;
}
.btn-primary .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #00af9a;
  border-color: #009684;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #001613;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #00584e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #007c6d;
  border-color: #00584e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #00584e;
  border-color: #001613;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00af9a;
  border-color: #009684;
}
.btn-success .badge {
  color: #00af9a;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #002a48;
  border-color: #001b2f;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #000c15;
  border-color: #000000;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #002a48;
  border-color: #001b2f;
}
.btn-info .badge {
  color: #002a48;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fcb740;
  border-color: #fcae27;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #a06703;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #e29004;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #fba40e;
  border-color: #e29004;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #e29004;
  border-color: #a06703;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fcb740;
  border-color: #fcae27;
}
.btn-warning .badge {
  color: #fcb740;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #f3465a;
  border-color: #f12e45;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #960a1a;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #d50e25;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f0162f;
  border-color: #d50e25;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d50e25;
  border-color: #960a1a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #f3465a;
  border-color: #f12e45;
}
.btn-danger .badge {
  color: #f3465a;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #181617;
  border-color: #332e31;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #131112;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #000000;
  border-color: #131112;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #181617;
  border-color: #332e31;
}
.btn-inverse .badge {
  color: #181617;
  background-color: #ffffff;
}
.btn-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #6f6f6f;
  background-color: #dddddd;
  border-color: #e2e2e2;
}
.btn-more:focus,
.btn-more.focus {
  color: #6f6f6f;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}
.btn-more:hover {
  color: #6f6f6f;
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}
.btn-more:active,
.btn-more.active,
.open > .dropdown-toggle.btn-more {
  color: #6f6f6f;
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}
.btn-more:active:hover,
.btn-more.active:hover,
.open > .dropdown-toggle.btn-more:hover,
.btn-more:active:focus,
.btn-more.active:focus,
.open > .dropdown-toggle.btn-more:focus,
.btn-more:active.focus,
.btn-more.active.focus,
.open > .dropdown-toggle.btn-more.focus {
  color: #6f6f6f;
  background-color: #b1b1b1;
  border-color: #a2a2a2;
}
.btn-more:active,
.btn-more.active,
.open > .dropdown-toggle.btn-more {
  background-image: none;
}
.btn-more.disabled:hover,
.btn-more[disabled]:hover,
fieldset[disabled] .btn-more:hover,
.btn-more.disabled:focus,
.btn-more[disabled]:focus,
fieldset[disabled] .btn-more:focus,
.btn-more.disabled.focus,
.btn-more[disabled].focus,
fieldset[disabled] .btn-more.focus {
  background-color: #dddddd;
  border-color: #e2e2e2;
}
.btn-more .badge {
  color: #dddddd;
  background-color: #6f6f6f;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #10182a;
}
.btn-facebook:hover {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #ffffff;
  background-color: #23345a;
  border-color: #10182a;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #0084b4;
  border-color: #00719b;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #ffffff;
  background-color: #005f81;
  border-color: #00141b;
}
.btn-twitter:hover {
  color: #ffffff;
  background-color: #005f81;
  border-color: #00445d;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #005f81;
  border-color: #00445d;
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #ffffff;
  background-color: #00445d;
  border-color: #00141b;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #0084b4;
  border-color: #00719b;
}
.btn-twitter .badge {
  color: #0084b4;
  background-color: #ffffff;
}
.btn-whatsapp {
  color: #ffffff;
  background-color: #25d366;
  border-color: #21bd5c;
}
.btn-whatsapp:focus,
.btn-whatsapp.focus {
  color: #ffffff;
  background-color: #1da851;
  border-color: #0e5127;
}
.btn-whatsapp:hover {
  color: #ffffff;
  background-color: #1da851;
  border-color: #188942;
}
.btn-whatsapp:active,
.btn-whatsapp.active,
.open > .dropdown-toggle.btn-whatsapp {
  color: #ffffff;
  background-color: #1da851;
  border-color: #188942;
}
.btn-whatsapp:active:hover,
.btn-whatsapp.active:hover,
.open > .dropdown-toggle.btn-whatsapp:hover,
.btn-whatsapp:active:focus,
.btn-whatsapp.active:focus,
.open > .dropdown-toggle.btn-whatsapp:focus,
.btn-whatsapp:active.focus,
.btn-whatsapp.active.focus,
.open > .dropdown-toggle.btn-whatsapp.focus {
  color: #ffffff;
  background-color: #188942;
  border-color: #0e5127;
}
.btn-whatsapp:active,
.btn-whatsapp.active,
.open > .dropdown-toggle.btn-whatsapp {
  background-image: none;
}
.btn-whatsapp.disabled:hover,
.btn-whatsapp[disabled]:hover,
fieldset[disabled] .btn-whatsapp:hover,
.btn-whatsapp.disabled:focus,
.btn-whatsapp[disabled]:focus,
fieldset[disabled] .btn-whatsapp:focus,
.btn-whatsapp.disabled.focus,
.btn-whatsapp[disabled].focus,
fieldset[disabled] .btn-whatsapp.focus {
  background-color: #25d366;
  border-color: #21bd5c;
}
.btn-whatsapp .badge {
  color: #25d366;
  background-color: #ffffff;
}
.btn-aqua {
  color: #ffffff;
  background-color: #63c4b6;
  border-color: #50bdad;
}
.btn-aqua:focus,
.btn-aqua.focus {
  color: #ffffff;
  background-color: #43b1a1;
  border-color: #27675e;
}
.btn-aqua:hover {
  color: #ffffff;
  background-color: #43b1a1;
  border-color: #39978a;
}
.btn-aqua:active,
.btn-aqua.active,
.open > .dropdown-toggle.btn-aqua {
  color: #ffffff;
  background-color: #43b1a1;
  border-color: #39978a;
}
.btn-aqua:active:hover,
.btn-aqua.active:hover,
.open > .dropdown-toggle.btn-aqua:hover,
.btn-aqua:active:focus,
.btn-aqua.active:focus,
.open > .dropdown-toggle.btn-aqua:focus,
.btn-aqua:active.focus,
.btn-aqua.active.focus,
.open > .dropdown-toggle.btn-aqua.focus {
  color: #ffffff;
  background-color: #39978a;
  border-color: #27675e;
}
.btn-aqua:active,
.btn-aqua.active,
.open > .dropdown-toggle.btn-aqua {
  background-image: none;
}
.btn-aqua.disabled:hover,
.btn-aqua[disabled]:hover,
fieldset[disabled] .btn-aqua:hover,
.btn-aqua.disabled:focus,
.btn-aqua[disabled]:focus,
fieldset[disabled] .btn-aqua:focus,
.btn-aqua.disabled.focus,
.btn-aqua[disabled].focus,
fieldset[disabled] .btn-aqua.focus {
  background-color: #63c4b6;
  border-color: #50bdad;
}
.btn-aqua .badge {
  color: #63c4b6;
  background-color: #ffffff;
}
.btn-link {
  color: #5090cd;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2e6aa2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0;
}
.btn-wide {
  width: 100%;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1em;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.47857143;
  color: #181617;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #0b0a0a;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #5090cd;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1em;
  line-height: 1.47857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 720px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border: #c4c4c4 1px solid;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5090cd;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 2px solid #dddddd;
  text-align: center;
}
.nav-tabs > li {
  float: none;
  margin-bottom: -2px;
  display: inline-block;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.47857143;
  border: 2px solid transparent;
  border-radius: 0 0 0 0;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.3em;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #181617;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #5090cd;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 720px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 10px;
  margin-bottom: 26px;
  border: 0px solid transparent;
  border-radius: 0;
  text-align: center;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
  font-weight: 700;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-dismissable .close i,
.alert-dismissible .close i {
  font-size: 18px;
}
.alert-success {
  background-color: #00af9a;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #e5e5e5;
}
.alert-success .alert-link {
  color: #007c6d;
}
.alert-success .close:hover {
  color: #ffffff;
}
.alert-info {
  background-color: #5090cd;
  border-color: #ededed;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #e0e0e0;
}
.alert-info .alert-link {
  color: #3477b6;
}
.alert-info .close:hover {
  color: #ffffff;
}
.alert-warning {
  background-color: #fcb740;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e5e5e5;
}
.alert-warning .alert-link {
  color: #fba40e;
}
.alert-warning .close:hover {
  color: #ffffff;
}
.alert-danger {
  background-color: #f3465a;
  border-color: #f2f2f2;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e5e5e5;
}
.alert-danger .alert-link {
  color: #f0162f;
}
.alert-danger .close:hover {
  color: #ffffff;
}
.alert-default {
  background-color: #eeeeee;
  border-color: #777777;
  color: #777777;
}
.alert-default hr {
  border-top-color: #6a6a6a;
}
.alert-default .alert-link {
  color: #d5d5d5;
}
.alert-default .close:hover {
  color: #777777;
}
#alert {
  position: fixed;
  top: -44px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
}
#alert .close {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 16px;
  height: 16px;
}
#alert .close i {
  font-size: 16px;
}
#alert .close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body.alert-on #alert {
  top: 0;
}
body.alert-on #header {
  top: 40px;
}
@media (min-width: 1024px) {
  body.alert-on #header .menu > li.active + ul,
  body.alert-on #header .menu > li:hover + ul {
    display: block;
    top: 95px;
  }
}
body.alert-on #wrap {
  padding-top: 131px;
}
body.alert-on .breadcrumbs {
  margin-top: 39px;
}
body.alert-on .modal {
  top: 40px;
}
.panel {
  margin-bottom: 26px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0 !important;
  margin-bottom: 0;
  font-size: 1em;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #181617;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #181617;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #5090cd;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #5090cd;
  border-color: #5090cd;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5090cd;
}
.panel-primary > .panel-heading .badge {
  color: #5090cd;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5090cd;
}
.panel-success {
  border-color: #f2f2f2;
}
.panel-success > .panel-heading {
  color: #00af9a;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #00af9a;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-info {
  border-color: #ededed;
}
.panel-info > .panel-heading {
  color: #5090cd;
  background-color: #ffffff;
  border-color: #ededed;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}
.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #5090cd;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ededed;
}
.panel-warning {
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading {
  color: #fcb740;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-warning > .panel-heading .badge {
  color: #ffffff;
  background-color: #fcb740;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-danger {
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading {
  color: #f3465a;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #f3465a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-group .panel-body {
  padding: 0;
}
.panel-group .article {
  padding: 30px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well.well-gap {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 45px !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.well.well-gap .title {
  margin-top: 15px;
}
.well.well-gap p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  padding-bottom: 10px;
}
.well.well-gap .btn-link {
  margin-top: -15px;
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-color: #ececec;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.47857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 720px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 380px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    width: 1200px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-left,
.carousel-control .icon-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  font-size: 40px;
}
.carousel-control .icon-left {
  left: 50%;
  margin-left: -25px;
}
.carousel-control .icon-right {
  right: 50%;
  margin-right: -25px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 25px;
  z-index: 15;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px 0;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 720px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.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;
  text-indent: -9999px;
  white-space: nowrap;
}
.text-hide a {
  outline: none;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 6px;
  line-height: 25px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #c4c4c4;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  width: 15px;
  float: right;
  margin-top: -1px;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 2px solid #c4c4c4;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  line-height: 25px;
  margin-right: 5px;
  margin-top: 6px;
  padding: 0 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #181617 2px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.box_style {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.side_sep {
  content: " ";
  display: block;
  width: 2px;
  height: 66px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -27.5px;
}
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
}
body > pre {
  position: fixed;
  bottom: 0;
  right: 0;
}
#block {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 102;
  display: none;
}
#main {
  background-color: #fff;
  overflow: visible;
  color: #757575;
}
.title {
  text-transform: uppercase;
}
.title.bold {
  font-weight: bold;
}
strong.lg {
  font-size: 1.4em;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.hide-text {
  text-indent: -9999px;
  white-space: nowrap;
}
.hide-text a {
  outline: none;
}
#wrap {
  padding-top: 93px;
  min-height: 100%;
  margin-bottom: -52px;
  overflow: visible;
}
@media (max-width: 1023px) {
  #wrap {
    margin-bottom: 0;
    min-height: 0;
  }
}
#wrap:after {
  content: " ";
  display: block;
}
@media (max-width: 1023px) {
  #wrap:after {
    display: none;
  }
}
#footer,
#wrap:after {
  height: 52px;
}
@media (max-width: 1023px) {
  #footer,
  #wrap:after {
    height: auto;
  }
}
@media (min-width: 1024px) {
  body.home #wrap,
  body.documents-and-archive #wrap {
    margin-bottom: -140px;
  }
}
@media (min-width: 1024px) {
  body.home #footer,
  body.documents-and-archive #footer,
  body.home #wrap:after,
  body.documents-and-archive #wrap:after {
    height: 140px;
  }
}
.share-buttons {
  padding-top: 15px;
  padding-bottom: 0;
  overflow: hidden;
}
.share-buttons > * {
  display: block;
  float: left;
  height: 20px;
  margin-right: 5px;
}
.share-buttons .fb_iframe_widget {
  top: 0;
  width: 52px;
  overflow: hidden;
}
.share-buttons .fb_iframe_widget > span {
  vertical-align: top !important;
}
.share-buttons .btn {
  padding: 0 5px !important;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  padding-left: 20px !important;
  letter-spacing: -0.05px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
  position: relative;
  display: none;
}
.share-buttons .btn:before {
  content: "Q";
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 5px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 4px;
}
.more {
  display: none;
}
.reading-more .read-more {
  display: none;
}
.reading-more .more {
  display: block;
}
.banner-uja {
  margin-top: -35px;
}
@media (max-width: 1279px) {
  .banner-uja {
    margin-left: -25px;
  }
}
@media (max-width: 1023px) {
  .banner-uja {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 480px;
  }
}
.banner-uja a {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  padding: 30px;
  display: block;
  text-align: center;
  color: #181617;
}
@media (max-width: 1279px) {
  .banner-uja a {
    padding: 15px;
  }
}
.banner-uja a img {
  width: 100%;
  height: auto;
}
.banner-uja a strong {
  font-weight: normal;
  text-align: center;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
}
.banner-uja a p {
  font-size: 0.86em;
  line-height: 1.3;
  padding-bottom: 10px;
}
.banner-uja a:hover,
.banner-uja a:focus,
.banner-uja a:active {
  text-decoration: none;
}
.is-sticky .breadcrumbs {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#edit-link {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}
.flickr-embed a {
  display: block;
}
.flickr-embed a img {
  width: 100%;
  height: auto;
}
.row-exhibition {
  padding-top: 35px;
}
.pdf {
  display: block;
  position: relative;
  width: 100%;
}
.pdf .img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: #dddddd 0px solid;
  margin-bottom: 5px;
  background-color: #d8d8d8;
  box-shadow: 1px 1px 0px 0px #dddddd, 2px 2px 0px 0px #ececec, 3px 3px 0px 0px #dddddd, 4px 4px 0px 0px #ececec, 5px 5px 0px 0px #dddddd, 6px 6px 0px 0px #ececec, 7px 7px 0px 0px #dddddd, 7px 7px 8px rgba(0, 0, 0, 0.15);
}
.pdf .img:before {
  content: "";
  display: block;
  padding-top: 130%;
}
.pdf .img img {
  width: 100%;
  height: auto;
  display: none;
}
.pdf .img:after {
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.06) 22%, rgba(0, 0, 0, 0) 60%);
  background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.06) 22%, rgba(0, 0, 0, 0) 60%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.06) 22%, rgba(0, 0, 0, 0) 60%);
}
.pdf:hover .title {
  bottom: 100%;
  margin-bottom: 12px;
}
.pdf .title {
  font-size: 1em;
  line-height: 1.4em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 5px 15px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  bottom: 99999em;
  left: 0;
  background-color: #181617;
  color: #fff !important;
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: margin-bottom 0.2s ease-out;
  -o-transition: margin-bottom 0.2s ease-out;
  transition: margin-bottom 0.2s ease-out;
}
.pdf .title span {
  position: relative;
  z-index: 2;
}
.pdf .title:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #181617;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 100%;
  margin-top: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.pdf .title a {
  font-weight: 500;
}
.pdf strong {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 0.86em;
  text-align: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
  font-weight: 500;
}
.pdf small {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 0.86em;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.pdf em {
  color: #777777;
  font-size: 0.8em;
  line-height: 1.3;
  display: block;
  text-align: left;
  padding: 5px 10px 0;
}
.pdf:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f1c1';
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  background-color: #f3465a;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.pdf:hover,
.pdf:active {
  text-decoration: none;
}
.pdf.pdf-declaration {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.pdf-feature {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pdf-feature li {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 0;
}
@media (min-width: 1365px) {
  .pdf-feature li {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .pdf-feature li {
    width: 25%;
  }
}
@media (max-width: 719px) {
  .pdf-feature li {
    width: 33.33%;
  }
}
@media (max-width: 567px) {
  .pdf-feature li {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .pdf-feature li .pdf .title {
    position: static;
    margin-top: -20px;
    margin-bottom: 20px;
    background: transparent;
    color: #181617 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 1023px) {
  .pdf-feature li .pdf .title:after {
    display: none;
  }
}
.pdf-stack {
  text-align: center;
  margin: 0 -1% !important;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.pdf-stack > li {
  display: block;
  margin: 0 1% 15px;
  width: 18%;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 1365px) {
  .pdf-stack > li {
    width: 23%;
  }
}
@media (max-width: 1279px) {
  .pdf-stack > li {
    width: 31%;
  }
}
@media (max-width: 567px) {
  .pdf-stack > li {
    width: 48%;
  }
}
.pdf-stack > li .pdf {
  margin-left: auto;
  margin-right: auto;
}
.unwebtv {
  width: 480px;
  position: relative;
}
.unwebtv header {
  display: none;
}
.unwebtv > p {
  display: none;
}
.unwebtv > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;
}
.unwebtv .carousel {
  background-color: #7a7a7a;
  height: 270px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}
.unwebtv .carousel-indicators {
  bottom: auto !important;
  right: 10px;
  top: 10px;
}
.unwebtv .carousel-caption {
  bottom: auto;
  top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 20px;
  padding-right: 30px;
  text-align: left;
  left: 0 !important;
  right: 0 !important;
}
.unwebtv .carousel-caption > * {
  display: block;
  color: #fff;
}
.unwebtv .carousel-control {
  height: 80px;
  z-index: 9;
  top: 50%;
  margin-top: -40px;
}
.unwebtv .carousel-control .icon-left,
.unwebtv .carousel-control .icon-right {
  margin-top: -35px;
}
.unwebtv .carousel-inner {
  width: 100%;
  height: 100%;
}
.unwebtv .carousel-inner > .item {
  width: 100%;
  height: 100%;
}
.menu_border {
  content: " ";
  width: 1px;
  height: 55px;
  display: block;
  background-color: #777777;
  position: absolute;
  top: 0;
  left: 0;
}
#header {
  background-color: #181617;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 101;
}
#header.clone {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  #header {
    height: 55px;
  }
}
@media (min-width: 1024px) {
  #header.on,
  #header.current {
    height: 110px;
  }
}
@media (min-width: 1024px) {
  #header > * {
    display: inline-block;
    vertical-align: top;
  }
}
#header > .btn {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 99;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border: 0;
  display: none;
}
@media (max-width: 1023px) {
  #header > .btn {
    display: block;
  }
}
#header > .btn i {
  padding: 0;
  font-size: 35px;
}
#header > .btn i:before {
  margin: 0;
  padding: 0;
  height: 55px;
  line-height: 55px;
}
#header li.current-menu-item > a {
  color: #fff;
}
#header > a {
  overflow: hidden;
  float: left;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
#header > a .blog-name,
#header > a .blog-description {
  display: none;
}
#header > a i {
  font-size: 40px;
  display: block;
  line-height: 55px;
}
#header > a i:before {
  display: block;
  width: auto;
  line-height: 55px;
}
#header > a:hover,
#header > a:active,
#header > a:focus {
  text-decoration: none;
}
#header > aside {
  overflow: hidden;
}
@media (max-width: 1023px) {
  #header > aside {
    display: none;
  }
}
@media (min-width: 1024px) {
  #header > aside {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    overflow: visible;
  }
}
#header > aside > * {
  display: inline-block;
  vertical-align: top;
}
#header > aside form {
  height: 55px;
  position: relative;
  float: left;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #header > aside form {
    float: none;
    padding-left: 0;
  }
}
#header > aside form input,
#header > aside form button {
  height: 55px;
  line-height: 55px;
  background: transparent;
  border: none;
}
#header > aside form button {
  position: absolute;
  top: 0;
  right: 0;
}
#header > aside form button span {
  display: none;
}
#header > aside form button i {
  font-size: 23px;
}
#header > aside form input {
  padding-right: 45px;
  width: 120px;
  font-style: italic;
  font-size: 1.2em;
}
#header > aside form input:focus {
  width: 200px;
}
#header > aside form fieldset {
  display: none;
}
#header > aside > div {
  position: relative;
  float: right;
}
@media (min-width: 1024px) {
  #header > aside > div {
    float: none;
  }
}
#header > aside > div > a {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  width: 55px;
}
#header > aside > div > a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#header > aside > div > a > img {
  height: 100%;
  width: auto;
  display: block;
  display: none;
}
#header > aside > div > div {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -1px;
  display: none;
  background-color: #181617;
  text-align: right;
  z-index: 99;
}
#header > aside > div > div ul.menu {
  list-style: none;
  padding: 0;
  display: block;
  width: 200px;
  margin: 0;
  padding-bottom: 10px;
}
#header > aside > div > div ul.menu li {
  display: block;
  text-align: center;
}
#header > aside > div > div ul.menu li > * {
  display: block;
  color: #fff;
  padding: 10px;
}
#header > aside > div > div ul.menu li strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#header > aside > div > div ul.menu li a {
  padding: 5px 15px;
}
#header > aside > div > div ul.menu li a:hover {
  text-decoration: none;
  color: #919191;
}
#header > aside > div > div ul.menu li a:before,
#header > aside > div > div ul.menu li a:after {
  display: none;
}
#header > aside > div:hover > div {
  display: block;
}
body.menu-on {
  background-color: #181617;
}
body.menu-on #main {
  display: none;
}
@media (max-width: 1023px) {
  body.menu-on .breadcrumbs {
    position: absolute;
  }
}
body.menu-on #header {
  height: auto;
}
@media (max-width: 1023px) {
  body.menu-on #header {
    position: absolute;
  }
}
body.menu-on #header > .btn i {
  font-size: 22px;
}
body.menu-on #header > .btn i:before {
  content: '\e806';
}
@media (max-width: 1023px) {
  body.menu-on #header > nav {
    display: block;
  }
}
@media (max-width: 1023px) {
  body.menu-on #header > aside {
    display: block;
  }
}
#header > nav a,
#header ul.submenu a {
  color: #7a7a7a;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  display: block;
  font-weight: 700;
}
@media (min-width: 1024px) {
  #header > nav a,
  #header ul.submenu a {
    padding: 0 20px;
  }
}
#header > nav a:hover,
#header ul.submenu a:hover,
#header > nav a.active,
#header ul.submenu a.active {
  color: #fff;
  text-decoration: none;
}
#header > nav a:hover,
#header ul.submenu a:hover,
#header > nav a:focus,
#header ul.submenu a:focus,
#header > nav a:active,
#header ul.submenu a:active,
#header > nav a.active,
#header ul.submenu a.active {
  text-decoration: none;
}
#header > nav a:hover:after,
#header ul.submenu a:hover:after,
#header > nav a:focus:after,
#header ul.submenu a:focus:after,
#header > nav a:active:after,
#header ul.submenu a:active:after,
#header > nav a.active:after,
#header ul.submenu a.active:after {
  color: #7a7a7a !important;
}
@media (max-width: 1023px) {
  #header ul.submenu a {
    height: 35px;
    line-height: 35px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header:after {
  content: " ";
  display: block;
  background-color: #777777;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#header > nav {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  #header > nav {
    display: none;
  }
}
#header > nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header > nav ul ul {
  display: none;
}
#header .menu {
  padding-top: 55px;
}
@media (min-width: 1024px) {
  #header .menu {
    padding-top: 0;
    display: flex;
  }
}
#header .menu > li {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #header .menu > li {
    font-size: 1.3em;
  }
}
#header .menu > li.current > a {
  color: #fff;
}
@media (max-width: 1023px) {
  #header .menu > li.current > a {
    color: #777777;
  }
}
#header .menu > li:first-child {
  border-top: #777777 1px solid;
}
@media (min-width: 1024px) {
  #header .menu > li:first-child {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  #header .menu > li {
    display: inline-block;
    vertical-align: top;
  }
}
#header .menu > li > a {
  position: relative;
  border-bottom: #777777 1px solid;
}
@media (min-width: 1024px) {
  #header .menu > li > a {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  #header .menu > li > a:before {
    content: " ";
    width: 1px;
    height: 55px;
    display: block;
    background-color: #777777;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
  }
}
#header .menu > li > a:after {
  content: " ";
  display: block;
  background: transparent;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#header .menu > li.last-child > a {
  border-right: #777777 1px solid;
}
@media (max-width: 1023px) {
  #header .menu > li.last-child > a {
    border-right: 0;
  }
}
@media (min-width: 1024px) {
  #header .menu > li + ul:hover {
    display: block;
    top: 55px;
  }
}
#header .menu > li.active,
#header .menu > li:hover {
  background-color: #181617 !important;
}
#header .menu > li.active > a,
#header .menu > li:hover > a {
  color: #fff;
}
@media (min-width: 1024px) {
  #header .menu > li.active > a:after,
  #header .menu > li:hover > a:after {
    background-color: #181617 !important;
  }
}
@media (min-width: 1024px) {
  #header .menu > li.active + ul,
  #header .menu > li:hover + ul {
    display: block;
    top: 55px;
  }
}
#header ul.submenu {
  text-align: center;
  width: auto;
  background-color: #181617;
  position: fixed;
  top: -2px;
  left: 0;
  border: #777777 1px solid;
  border-top: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  #header ul.submenu {
    display: none;
    position: static;
    border-left: none;
  }
}
@media (max-width: 1023px) {
  #header ul.submenu.on {
    display: block;
  }
}
#header ul.submenu > li {
  display: block;
  font-size: 0.86em;
  position: relative;
  text-align: left;
}
@media (max-width: 1023px) {
  #header ul.submenu > li {
    display: block;
    font-size: 1em;
    text-align: center;
  }
}
#header ul.submenu > li > a {
  padding-left: 10px !important;
  padding-right: 25px !important;
  height: 25px;
  line-height: 25px;
  position: relative;
}
#header ul.submenu > li > a i {
  position: absolute;
  top: 0;
  right: 3px;
}
@media (max-width: 1023px) {
  #header ul.submenu > li > a i {
    display: none;
  }
}
#header ul.submenu > li > a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f111';
  position: absolute;
  top: 50%;
  font-size: 6px;
  right: -7px;
  margin-top: -3px;
  display: none;
}
#header ul.submenu > li:last-child > a:after {
  display: none;
}
#header ul.submenu > li > ul {
  background-color: #181617;
  border: #777777 1px solid;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0;
}
#header ul.submenu > li > ul.cols-2 {
  width: 440px;
}
#header ul.submenu > li > ul.cols-2 .row {
  margin: 0;
}
#header ul.submenu > li > ul.cols-2 .row > * {
  padding: 0;
}
#header ul.submenu > li > ul.cols-2 .row > *:first-child {
  width: 200px;
}
#header ul.submenu > li > ul.cols-2 .row > *:last-child {
  width: 235px;
}
#header ul.submenu > li > ul a {
  text-align: left;
  height: 25px;
  line-height: 25px !important;
  padding-left: 10px;
  padding-right: 10px;
}
#header ul.submenu > li > ul li {
  height: 25px;
  line-height: 25px !important;
  overflow: hidden;
  display: block;
  width: 310px;
}
#header ul.submenu > li > ul li:first-child {
  margin-top: 5px;
}
#header ul.submenu > li > ul li:last-child {
  margin-bottom: 5px;
}
#header ul.submenu > li > ul ul {
  display: none;
}
#header ul.submenu > li > ul.wide {
  display: none;
  width: 640px;
}
#header ul.submenu > li > ul.wide li {
  width: 200px;
}
#header ul.submenu > li.active > a,
#header ul.submenu > li:hover > a {
  color: #fff;
}
#header ul.submenu > li.active > a:after,
#header ul.submenu > li:hover > a:after {
  color: #7a7a7a;
}
@media (min-width: 1024px) {
  #header ul.submenu > li.active > ul,
  #header ul.submenu > li:hover > ul {
    display: block !important;
  }
}
#header ul.submenu ul li {
  display: inline-block;
}
#header ul.submenu.active {
  top: 55px;
}
html.no-js #header ul.submenu {
  display: none;
}
#footer {
  background-color: #dbdbdb;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  #footer > .container .row {
    display: flex;
  }
}
#footer section.past-archives {
  background-color: #181617;
  overflow: hidden;
  height: 88px;
  border-top: #777777 1px solid;
}
#footer section.past-archives > a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  height: 88px;
}
#footer section.past-archives > a:hover {
  background-color: #252224;
}
#footer section.past-archives > a:first-child > div {
  border-right: #777777 1px solid;
}
#footer section.past-archives > a > div > * {
  display: inline-block;
  margin: 0 5px;
  line-height: 88px;
}
#footer section.past-archives > a h3 {
  font-size: 2em;
}
@media (max-width: 768px) {
  #footer section.past-archives > a h3 {
    font-size: 1.5em;
  }
}
#footer section.past-archives > a p {
  font-size: 1em;
}
#footer section.colophon {
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #footer section.colophon {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
#footer section.colophon:before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c4c4c4;
}
#footer section.colophon a {
  color: #181617;
}
#footer section.colophon .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer section.colophon .container > a {
  display: block;
  text-align: center;
  overflow: hidden;
}
#footer section.colophon .container > a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #footer section.colophon .container > a {
    float: left;
    padding-left: 120px;
    position: relative;
  }
}
#footer section.colophon .container > a > i {
  font-size: 28px;
  margin-top: 0;
  display: block;
}
@media (min-width: 1024px) {
  #footer section.colophon .container > a > i {
    position: absolute;
    margin-top: -20px;
    left: 10px;
    top: 50%;
  }
}
#footer section.colophon .container > a > i:before {
  width: auto;
}
#footer section.colophon .container > a > span {
  text-align: center;
}
@media (min-width: 1024px) {
  #footer section.colophon .container > a > span {
    text-align: left;
  }
}
#footer section.colophon .container > a > span > strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}
#footer section.colophon .container > a > span > em {
  display: block;
  font-size: 11px;
  line-height: 15px;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #footer section.colophon .container > a > span > em {
    max-width: 100%;
  }
}
#footer section.colophon .container > nav {
  text-align: center;
  display: block;
  clear: both;
  padding: 0 0 30px;
}
@media (min-width: 1024px) {
  #footer section.colophon .container > nav {
    float: right;
    clear: none;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #footer section.colophon .container > nav > div {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
  }
}
#footer section.colophon .container > nav > div ul {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}
@media (min-width: 1024px) {
  #footer section.colophon .container > nav > div ul {
    padding-top: 0;
  }
}
#footer section.colophon .container > nav > div ul li {
  display: inline-block;
}
#footer section.colophon .container > nav > div ul li a {
  display: block;
  padding: 0 5px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
#footer section.colophon .container > nav > div ul li a:hover {
  color: #919191;
  text-decoration: none;
}
#footer section.colophon .container > nav > div ul#menu-social li a {
  margin-left: 2px;
}
@media (min-width: 1024px) {
  #footer section.colophon .container > nav > div ul#menu-social li a {
    padding: 0 0 0 0;
  }
}
#footer section.colophon .container > nav > div ul#menu-social li a i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #181617;
  color: #fff;
  display: block;
  text-align: center;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#footer section.colophon .container > nav > div ul#menu-social li a i:before {
  margin: 0;
}
#footer section.colophon .container > nav > div ul#menu-social li a span {
  display: none;
}
#footer section.colophon .container > nav > div ul#menu-social li a:hover i {
  background-color: #919191;
}
.spinner {
  width: 80px !important;
  height: 46px !important;
  background-color: #fff;
  margin: -20px -40px !important;
  float: none !important;
  animation: sk-rotateplane 1.2s infinite linear;
  position: fixed !important;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 99999;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg);
  }
  74.99% {
    -webkit-transform: perspective(120px) rotateY(-89.9deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateY(90deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(0deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  74.99% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-89.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-89.9deg);
  }
  75% {
    transform: perspective(120px) rotateX(-180deg) rotateY(90deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(90deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
}
body.loading .spinner {
  display: block;
}
body.loading.nav .spinner {
  display: none;
}
body.loading.blocking #block {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
body.loading.blocking nav.main {
  z-index: 999;
}
body.loading.blocking .modal {
  z-index: 998;
}
.heading {
  overflow: hidden;
  color: #fff;
  position: relative;
  background-position: 54px center;
  background-color: #919191;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.heading .title span {
  display: block;
  text-align: center;
}
.heading .title span img {
  max-width: 100%;
  height: auto;
  max-height: 240px;
  width: auto;
}
.heading.term-urban-breakfasts {
  background: transparent !important;
  background-size: auto 100%;
  background-position: left center;
  background-color: #fff9ea !important;
  color: #181617;
}
.heading.term-urban-breakfasts a:not(.btn) {
  color: #181617;
}
.heading.term-urban-breakfasts .title {
  color: #181617;
}
.heading.term-urban-breakfasts .title a {
  color: #181617;
}
.heading.term-urban-breakfasts .overlay {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
.heading.term-urban-breakfasts .overlay span,
.heading.term-urban-breakfasts .overlay div {
  background-color: #fff9ea !important;
}
.heading.term-urban-walks {
  background: transparent !important;
  background-size: auto 100%;
  background-position: left center;
  background-color: #c3d8ee !important;
  color: #181617;
}
.heading.term-urban-walks a:not(.btn) {
  color: #181617;
}
.heading.term-urban-walks .title {
  color: #181617;
}
.heading.term-urban-walks .title a {
  color: #181617;
}
.heading.term-urban-walks .overlay {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
.heading.term-urban-walks .overlay span,
.heading.term-urban-walks .overlay div {
  background-color: #c3d8ee !important;
}
.heading.term-urban-journalism-academy {
  background: transparent !important;
  background-color: #fff !important;
  background-color: #fcb740 !important;
  color: #181617;
}
.heading.term-urban-journalism-academy a:not(.btn) {
  color: #181617;
}
.heading.term-urban-journalism-academy .title {
  color: #181617;
}
.heading.term-urban-journalism-academy .overlay {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.heading.term-urban-journalism-academy .overlay span,
.heading.term-urban-journalism-academy .overlay div {
  background-color: #fff !important;
}
.heading .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heading .overlay div {
  display: block;
  width: 80%;
  height: 100%;
  background-color: #777777;
  margin-left: 20%;
}
.heading .overlay span {
  display: block;
  background-color: #777777;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: absolute;
  width: 1024px;
  height: 1024px;
  top: -276.48px;
  left: 112.64px;
}
@media (max-width: 1439px) {
  .heading .overlay span {
    left: 61.44px;
  }
}
@media (max-width: 1365px) {
  .heading .overlay span {
    left: 0px;
  }
}
@media (max-width: 719px) {
  .heading .overlay span {
    left: -20.48px;
  }
}
.heading a {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: normal;
}
.heading a.btn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.heading.short .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.heading.short .body {
  padding-bottom: 0;
}
.heading.short .container .row {
  padding: 68.75px 0;
}
@media (max-width: 1440px) {
  .heading.short .container .row {
    padding: 55px 0;
  }
}
@media (max-width: 1024px) {
  .heading.short .container .row {
    padding: 44px 0;
  }
}
.heading.short .title {
  font-size: 4em;
}
@media (max-width: 1024px) {
  .heading.short .title {
    font-size: 3em;
  }
}
.heading.mini {
  position: relative;
  background-color: #b7b7b7;
}
.heading.mini.micro {
  height: 55px;
  position: relative;
  z-index: 3;
  background-color: rgba(150, 150, 150, 0.5);
}
.heading.mini.micro .body .row {
  padding-top: 13px !important;
}
.heading.mini.micro .body .row .title {
  font-size: 1.3em;
}
.heading.mini .title {
  font-weight: 500;
}
.heading.mini .title a {
  font-weight: 500;
}
.heading.mini .body {
  padding: 0;
  height: auto;
}
.heading.mini .body nav ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.heading.mini .body nav ul > li {
  display: inline-block;
  line-height: 1;
}
.heading.mini .body nav ul > li > a {
  display: block;
  padding: 15px 10px 5px 0;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.86em;
  text-transform: uppercase;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.heading.mini .body nav ul > li > a span {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.heading.mini .body nav ul > li > a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f111';
  margin-left: 15px;
  font-size: 0.4em;
  margin-top: 3px;
}
.heading.mini .body nav ul > li > a:hover {
  text-decoration: none;
}
.heading.mini .body nav ul > li > a:hover span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.heading.mini .body nav ul > li:last-child > a:after {
  display: none;
}
.heading.mini .body .container .row {
  padding: 35px 0;
}
.heading.mini .body .container .row > div:last-child > * {
  margin: 0 0 15px 0;
}
.heading.mini .body .container .row > div:last-child > *:last-child {
  margin-bottom: 0;
}
.heading.mini .body .container article .title {
  font-size: 1.8em;
  text-align: left;
}
.heading.mini .body .container article .desc {
  margin-top: 10px;
}
.heading.mini .body .container article .desc .more {
  display: none;
}
.heading.mini .title {
  font-size: 2.5em;
}
@media (max-width: 1023px) {
  .heading.mini .title {
    font-size: 2em;
  }
}
@media (max-width: 719px) {
  .heading.mini .title {
    font-size: 1.6em;
  }
}
.heading.mini.micro .title {
  font-size: 1.4em;
}
.heading.mini.micro .body .container .row {
  padding: 20px 0;
}
.heading.mini.wide .container {
  width: 100%;
}
.heading.mini.visible {
  overflow: visible;
}
.heading.mini.visible .body .container .row {
  padding-bottom: 0;
}
.heading.mini.no-margin {
  margin-bottom: 0;
}
.heading p,
.heading header,
.heading .btn {
  position: relative;
  font-weight: 400;
}
.heading .stats {
  text-align: right;
  padding-right: 55px;
  padding-top: 20px;
}
.heading .stats span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 30px;
  font-size: 1.2em;
  position: relative;
}
.heading .stats span strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.heading .stats span:after {
  content: " ";
  display: block;
  width: 2px;
  height: 66px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -27.5px;
}
.heading .stats span:first-child:before {
  content: " ";
  display: block;
  width: 2px;
  height: 66px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -27.5px;
  right: auto;
  left: 0;
}
.heading .body {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
  padding-bottom: 35px;
}
.heading .title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  font-size: 2.5em;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
.heading .title a {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.heading .title a:hover,
.heading .title a:active,
.heading .title a:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .heading .title {
    font-size: 3em;
  }
}
@media (min-width: 1280px) {
  .heading .title {
    font-size: 4em;
  }
}
@media (min-width: 1366px) {
  .heading .title {
    font-size: 4.5em;
  }
}
@media (min-width: 1440px) {
  .heading .title {
    font-size: 5.1em;
  }
}
.heading.large .overlay {
  opacity: 0.72 !important;
  filter: alpha(opacity=72) !important;
}
.heading.large .overlay div {
  width: 50%;
  margin-left: 50%;
}
@media (max-width: 1023px) {
  .heading.large .overlay div {
    width: 100%;
    margin-left: 0;
  }
}
.heading.large .overlay span {
  width: 1280px;
  height: 1280px;
  top: -128px;
  left: 32px;
}
@media (max-width: 1439px) {
  .heading.large .overlay span {
    left: 25.6px;
  }
}
@media (max-width: 1365px) {
  .heading.large .overlay span {
    left: -1.28px;
  }
}
@media (max-width: 1023px) {
  .heading.large .overlay span {
    display: none;
  }
}
.heading.large article {
  padding-top: 15px;
  padding-bottom: 35px;
}
.heading.large .body {
  padding-bottom: 0;
}
.heading.large .container .row {
  padding: 82.5px 0;
}
.heading .container {
  height: 100%;
  padding-bottom: 0;
}
.heading .container .row {
  padding: 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.heading .container .row > * {
  position: relative;
}
.heading .container .subtitle {
  text-transform: uppercase;
  font-size: 1.2em;
}
.carousel {
  background-color: #fff;
}
.main-body {
  position: relative;
}
.main-body.intro {
  top: 200px;
  opacity: 0;
}
.sticky-wrapper.is-sticky .heading.mini .title {
  font-size: 1.5em;
}
.sticky-wrapper.is-sticky .heading.mini .body .container .row {
  padding: 15px 0;
}
body.implementing-branding-kit {
  background-color: #f6f6f6;
}
body.implementing-branding-kit #main,
body.implementing-branding-kit #wrap {
  background-color: #f6f6f6;
}
.article {
  padding: 35px 0 55px;
}
.article.no-padd-top {
  padding-top: 0;
}
.article strong,
.article .title {
  color: #181617;
}
.article header > * {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .article header > * {
    margin: 0 0 15px;
  }
}
@media (min-width: 1280px) {
  .article header > * {
    margin: 0 0 20px;
  }
}
@media (min-width: 1366px) {
  .article header > * {
    margin: 0 0 25px;
  }
}
.article header > *:last-child {
  margin-bottom: 0;
}
.article header p > * {
  display: block;
}
.article header p time {
  font-weight: bold;
  color: #181617;
}
.article blockquote {
  border: 0;
  font-style: italic;
  padding: 15px 15px;
}
.article .ul {
  list-style: none;
  padding: 0;
}
.article .ul li {
  padding-left: 35px;
  position: relative;
}
@media (min-width: 1024px) {
  .article .ul li {
    margin: 0 0 15px;
  }
}
@media (min-width: 1280px) {
  .article .ul li {
    margin: 0 0 20px;
  }
}
@media (min-width: 1366px) {
  .article .ul li {
    margin: 0 0 25px;
  }
}
.article .ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e805';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 1.2em;
  color: #515151;
}
.article .ul.downloads li {
  padding: 5px;
  margin-bottom: 0;
}
.article .ul.downloads li:before {
  display: none;
}
@media (min-width: 1024px) {
  .article > div > * {
    margin: 0 0 15px;
  }
}
@media (min-width: 1280px) {
  .article > div > * {
    margin: 0 0 20px;
  }
}
@media (min-width: 1366px) {
  .article > div > * {
    margin: 0 0 25px;
  }
}
.article > div > *:last-child {
  margin-bottom: 0;
}
.article.aside > div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1366px) {
  .article.aside > div {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.panel .panel-heading {
  padding: 0;
}
.panel .panel-heading .panel-title {
  text-transform: uppercase;
  font-weight: 500;
}
.panel .panel-heading .panel-title a {
  display: block;
  padding: 15px 20px;
  font-weight: 500;
}
.panel .panel-heading .panel-title a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f107';
  float: right;
  font-size: 1.7em;
  margin: 0;
  line-height: 25px;
}
.panel .panel-heading .panel-title a:hover,
.panel .panel-heading .panel-title a[aria-expanded=true] {
  background-color: #aaaaaa;
  color: #fff;
}
.panel .panel-heading .panel-title a:hover,
.panel .panel-heading .panel-title a:active,
.panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.square-grid {
  list-style: none;
  margin: 0 25px;
  padding: 0 0 55px 0;
  display: flex;
  flex-wrap: wrap;
}
.square-grid.wide {
  margin: 1px;
  padding-top: 40px;
}
.square-grid > li {
  width: 50%;
}
@media (min-width: 768px) {
  .square-grid > li {
    width: 33.33%;
  }
}
@media (min-width: 720px) {
  .square-grid > li {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .square-grid > li {
    width: 16.66%;
  }
}
.square-grid > li.wide {
  width: 100%;
}
.square-grid > li.wide > a {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.square-grid > li.wide > a:before {
  content: "";
  display: block;
  padding-top: 6%;
}
@media (max-width: 720px) {
  .square-grid > li.wide > a {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .square-grid > li.wide > a:before {
    content: "";
    display: block;
    padding-top: 12%;
  }
}
.square-grid > li > a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #bcbcbc;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 2px;
  width: auto;
}
.square-grid > li > a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-grid > li > a strong {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-weight: normal;
  color: #fff !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.square-grid > li > a:before {
  -webkit-transition: 0.2s ease-in-out background-color;
  -o-transition: 0.2s ease-in-out background-color;
  transition: 0.2s ease-in-out background-color;
  background-color: rgba(255, 255, 255, 0.34);
  width: 100%;
}
.square-grid > li > a:hover {
  text-decoration: none;
}
.square-grid > li > a:hover:before {
  background-color: rgba(255, 255, 255, 0);
}
.box {
  background-color: #d8d8d8;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.box > div {
  padding: 55px 40px;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.box > div header .title {
  color: #181617;
}
.box > div header > * {
  margin: 0;
}
.box > div > * {
  margin: 10px 0 0 0;
}
.box > i {
  position: absolute;
  top: -250px;
  left: -170px;
  font-size: 490px;
  color: #cbcbcb;
}
.box.box-dark {
  background-color: #494949;
  background-color: #649dd3;
  color: #fff;
}
.box.box-dark .title {
  color: #fff !important;
}
.box.box-dark:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #d8d8d8 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .box.box-dark:after {
    border-top-color: #fff;
  }
}
.box.box-dark:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #97bde1 transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.box.box-6 {
  width: 50%;
}
@media (max-width: 1023px) {
  .box.box-6 {
    width: 100%;
  }
}
.boxes {
  padding: 55px 0 110px;
  overflow: hidden;
}
.boxes .box {
  float: left;
}
.boxes.overlap .box:nth-child(1) {
  margin-right: -20px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .boxes.overlap .box:nth-child(1) {
    margin-right: 0;
    margin-left: 0;
  }
}
.boxes.overlap .box:nth-child(2) {
  margin-left: -20px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .boxes.overlap .box:nth-child(2) {
    margin-left: 0;
  }
}
.downloads {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.downloads > li {
  width: 100%;
  padding: 0 5px 10px;
  margin-bottom: 10px !important;
}
.downloads > li a {
  display: block;
  padding: 15px 20px 15px 54px;
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.2em;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
  color: #181617;
  text-shadow: 1px 1px 0px #d5d5d5;
  background-color: #eeeeee;
  box-shadow: inset 0px 0px 0px #ececec, 0px 5px 0px 0px #c1c1c1, 0px 8px 5px #e4e4e4;
}
.downloads > li a:before {
  content: " ";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(img/text.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -17.5px !important;
  display: none;
}
.downloads > li a:hover,
.downloads > li a:active,
.downloads > li a:focus {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 0px #3477b6;
  background-color: #5090cd;
  box-shadow: inset 0px 0px 0px #4c8dcc, 0px 5px 0px 0px #2b6296, 0px 8px 5px #dadada;
}
.downloads > li.pdf a:before {
  background-image: url(img/pdf.svg);
}
.downloads > li.dl a:before {
  background: transparent;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e836';
  margin: 0;
  font-size: 26px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 33px;
  position: absolute;
  left: 15px;
}
.downloads.no-icon > li a {
  padding: 15px 25px;
}
.downloads.no-icon > li a:before {
  display: none !important;
}
.panel-group .article {
  padding: 55px;
}
@media (max-width: 720px) {
  .panel-group .article {
    padding: 35px;
  }
}
.panel-group .article .h2,
.panel-group .article h2 {
  margin-top: 0;
}
ul.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
ul.grid li {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  ul.grid li {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  ul.grid li {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  ul.grid.cols-3 li {
    width: 33.33%;
  }
}
@media (min-width: 720px) {
  ul.grid.cols-2 li {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  ul.grid.cols-2 li {
    width: 50%;
  }
}
ul.stats {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.stats li {
  text-align: right;
  margin-right: 0;
}
@media (min-width: 568px) {
  ul.stats li {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  ul.stats li {
    text-align: center;
    margin-right: auto;
  }
}
ul.stats li:nth-child(even) > div {
  text-align: left;
  margin-left: 10px;
}
@media (min-width: 568px) {
  ul.stats li:nth-child(even) > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1366px) {
  ul.stats li:nth-child(even) > div {
    font-size: 0.86em;
  }
}
@media (min-width: 1440px) {
  ul.stats li:nth-child(even) > div {
    text-align: center;
    margin-left: auto;
  }
}
ul.stats li > div {
  width: 100%;
  overflow: hidden;
  width: 90%;
  max-width: 240px;
  background-color: #f1f1f1;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #5090cd 4px solid;
  margin: 0 auto;
  margin-right: 10px;
}
ul.stats li > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 568px) {
  ul.stats li > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  ul.stats li > div {
    margin-right: auto;
  }
}
ul.stats li > div p {
  width: 90%;
  text-align: center;
}
ul.stats li > div p > strong {
  display: block;
  color: #5090cd;
}
ul.stats li > div p > strong span {
  font-size: 3.8em;
  font-weight: normal;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
@media (min-width: 1366px) {
  ul.stats li > div p > strong span {
    font-size: 2.5em;
  }
}
ul.stats li > div p > span {
  font-size: 1.2em;
  line-height: 1;
}
ul.stats li.danger > div {
  border-color: #f3465a;
}
ul.stats li.danger > div p > strong {
  color: #f3465a;
}
ul.stats li.warning > div {
  border-color: #fcb740;
}
ul.stats li.warning > div p > strong {
  color: #fcb740;
}
ul.stats li.success > div {
  border-color: #00af9a;
}
ul.stats li.success > div p > strong {
  color: #00af9a;
}
.duo-tone-cols {
  position: relative;
  background-color: #fff7eb;
  margin-top: -35px;
}
@media (max-width: 719px) {
  .duo-tone-cols {
    margin-top: 0;
  }
}
.duo-tone-cols:after {
  content: " ";
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #feeed2;
}
@media (max-width: 719px) {
  .duo-tone-cols:after {
    width: 100%;
  }
}
.duo-tone-cols .row {
  position: relative;
  z-index: 2;
}
.duo-tone-cols .row .article {
  padding-top: 55px !important;
}
@media (max-width: 719px) {
  .duo-tone-cols .row .article {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.duo-tone-cols .row .article .sub-title {
  color: #181617;
  font-weight: 600;
}
@media (max-width: 719px) {
  .duo-tone-cols .row .article > div > * {
    margin-bottom: 20px;
  }
}
.navigation {
  margin-bottom: 35px;
}
.navigation header {
  background-color: #181617;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 20px 30px;
}
.navigation header > * {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.2em;
}
.navigation header > * a {
  color: #fff !important;
}
.navigation nav {
  background-color: #fee6be;
}
.navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation nav ul li {
  font-size: 1.3em;
  text-align: center;
  border-bottom: #fdd99a 2px solid;
  font-weight: bold;
}
.navigation nav ul li a {
  display: block;
  padding: 20px 20px;
  color: #181617;
}
.navigation nav ul li a:hover {
  background-color: #fdd99a;
  text-decoration: none;
}
.navigation nav ul li:last-child {
  border-bottom: none;
}
.navigation.blue nav {
  background-color: #bfd6ed;
}
.navigation.blue nav ul li {
  border-bottom-color: #88b3dd;
}
.navigation.blue nav ul li a:hover {
  background-color: #97bde1;
}
.navigation.green nav {
  background-color: #b9fff7;
}
.navigation.green nav ul li {
  border-bottom-color: #7cffef;
}
.navigation.green nav ul li a:hover {
  background-color: #a5fff4;
}
.well.well-enabled {
  padding: 0 !important;
  border: none;
  clear: both;
  overflow: hidden;
}
.well.well-enabled p {
  font-size: 0.86em;
  padding: 15px 20px 0;
  color: #555555 !important;
}
.well.well-enabled ol.nav {
  display: block;
  text-align: center;
}
.well.well-enabled h3 {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .well.well-enabled h3 {
    width: 100%;
    text-align: center;
  }
}
.well.well-enabled h3 i {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background-color: #fcb740;
  padding: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .well.well-enabled h3 i {
    display: block;
  }
}
.well.well-enabled h3 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.2em;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .well.well-enabled h3 span {
    padding-left: 0;
    display: block;
    padding: 15px 0 5px;
  }
}
.well.well-enabled h3.sub-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.well.well-enabled .nav {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .well.well-enabled .nav {
    display: block;
    text-align: center;
    padding: 5px 0 20px;
  }
}
.well.well-enabled .nav > li {
  display: inline-block;
}
.well.well-enabled .nav > li > a {
  border: none;
  font-weight: bold;
  font-size: 1em;
  padding: 0 8px;
}
@media (max-width: 1199px) {
  .well.well-enabled .nav > li > a {
    padding: 0 5px;
  }
}
.row-agenda > div:first-child > p {
  padding-top: 30px;
}
.row-agenda > div:first-child .nav-pills {
  margin-bottom: 20px;
}
.row-agenda > div:first-child .title-nuas {
  color: #181617;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.row-agenda > div:first-child .desc-nuas {
  font-size: 1em;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .row-agenda > div:first-child {
    padding-right: 55px;
  }
}
.row-agenda > div:last-child {
  padding-bottom: 40px;
}
#main.home > section {
  padding: 35px 0;
}
#main.home > section .title {
  line-height: 35px;
  padding-bottom: 15px;
}
#main.home > section .mini-thumbs {
  padding-left: 35px;
  padding-right: 35px;
}
#main.podcasts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  margin-left: -10px;
  margin-right: -10px;
}
#main.podcasts ul li {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1280px) {
  #main.podcasts ul li {
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  #main.podcasts ul li {
    width: 50%;
  }
}
@media (max-width: 720px) {
  #main.podcasts ul li {
    width: 100%;
  }
}
#main.podcasts ul li a {
  border: #d8d8d8 1px solid;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  position: relative;
  margin: 0;
  padding-left: 56.25px;
  text-align: left;
}
#main.podcasts ul li a i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 30px;
}
#main.podcasts ul li a strong {
  color: #181617;
  font-weight: normal;
  line-height: 1;
}
#main.podcasts ul li a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
#main.podcasts h2 {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 13px;
  text-align: left;
}
.img-overlap {
  margin-top: -40px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-overlap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 1023px) {
  .img-overlap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
  }
  .img-overlap:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
.title-stat {
  margin: 0;
}
.title-stat > * {
  display: block;
}
.title-stat > *:nth-child(1) {
  font-size: 2em;
  float: left;
  padding-right: 20px;
  color: #2d2d2d;
  line-height: 1;
}
.title-stat > *:nth-child(2) {
  font-size: 1.5em;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  color: #9f9f9f;
}
.title-stat > *:nth-child(3) {
  font-size: 0.76em;
  clear: both;
  color: #8b8b8b;
}
.title-stat > *:nth-child(4) {
  font-size: 2.4em;
  line-height: 1;
  color: #5090cd;
}
.banner {
  margin: 0 0 30px 0;
}
.banner:last-child {
  margin-bottom: 0;
}
.banner a {
  display: block;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.banner a img {
  width: 100%;
  height: auto;
}
.box-light {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border: #e2e2e2 1px solid;
  height: 100%;
}
.box-light .title a {
  color: #181617;
}
.box-light > * {
  margin: 20px 0 0 0;
  padding-left: 30px;
  padding-right: 30px;
}
.box-light > *:first-child {
  margin-top: 0;
}
.box-light > *:last-child {
  padding-bottom: 20px;
}
ol.fancy {
  list-style: none;
  padding-left: 0;
}
ol.fancy > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
ol.fancy > li > i {
  display: block;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 0;
  font-style: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #777777;
  color: #fff;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
ul.squared-nav {
  list-style: none;
  padding: 0;
}
ul.squared-nav > li {
  padding: 0;
  margin: 0;
}
.caps-initial {
  text-transform: lowercase;
}
.event-categories ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.event-categories ul > li {
  text-align: center;
  padding-left: 0 !important;
}
.event-categories ul > li > a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  padding: 20px 20px;
  text-align: center;
}
.event-categories ul > li > a > * {
  display: inline-block;
  width: 37%;
  vertical-align: middle;
}
.event-categories ul > li > a > strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 400;
  width: 60%;
}
.event-categories ul > li > a:hover,
.event-categories ul > li > a:focus,
.event-categories ul > li > a:active {
  text-decoration: none;
}
.event-categories ul > li.category-urban-walks > a,
.event-categories ul > li.category-toolkit-for-urban-walk > a {
  background-color: #c3d8ee;
}
.event-categories ul > li.category-urban-breakfasts > a,
.event-categories ul > li.category-toolkit-for-urban-breakfast > a {
  background-color: #fff9ea;
}
#main.toolkits .event-categories ul > li > a {
  padding: 35px;
  height: 100%;
  color: #181617;
}
#main.toolkits .event-categories ul > li > a > * {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#main.toolkits .event-categories ul > li > a img {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
body.the-new-urban-agenda .well.well-btn {
  padding: 20px;
  text-align: center;
}
body.the-new-urban-agenda .well.well-btn .btn {
  min-width: 220px;
}
body.the-new-urban-agenda hr {
  margin: 15px 0;
}
body.the-new-urban-agenda .heading.large header,
body.the-new-urban-agenda .heading.large article {
  padding-right: 0 !important;
}
body.the-new-urban-agenda .heading.large header {
  padding-left: 0 !important;
}
body.the-new-urban-agenda .heading.large article {
  padding-left: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  body.the-new-urban-agenda .heading.large article {
    padding-bottom: 55px;
  }
}
body.the-new-urban-agenda .panel-group {
  margin-top: 40px;
}
body.the-new-urban-agenda .heading {
  background-image: url("/wp-content/themes/habitat3/img/home-implementation-heading.jpg");
}
body.the-new-urban-agenda .heading .overlay {
  width: 110%;
  left: -60px;
  opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
}
@media (max-width: 1439px) {
  body.the-new-urban-agenda .heading .overlay {
    left: -82.5px;
  }
}
@media (max-width: 1023px) {
  body.the-new-urban-agenda .heading .overlay {
    left: 0;
  }
}
body.the-new-urban-agenda .heading .container .row {
  padding: 40px 0;
}
@media (max-width: 1439px) {
  body.the-new-urban-agenda .heading .container .row {
    padding: 20px 0 35px 0;
  }
}
body.the-new-urban-agenda .heading .title {
  font-size: 4em;
}
@media (max-width: 1279px) {
  body.the-new-urban-agenda .heading .title {
    font-size: 3.7em;
  }
}
@media (max-width: 1023px) {
  body.the-new-urban-agenda .heading .title {
    font-size: 3em;
    padding-top: 30px;
  }
}
body.the-new-urban-agenda .highlight-box {
  margin-top: -55px;
}
@media (max-width: 1023px) {
  body.the-new-urban-agenda .highlight-box {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.the-new-urban-agenda .sub-title {
  text-transform: uppercase;
  color: #181617;
  font-size: 1em;
  padding: 15px 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
body.the-new-urban-agenda .sub-title.wide {
  display: block;
}
body.the-new-urban-agenda .nav-pills {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body.the-new-urban-agenda .nav-pills.wide {
  display: block;
  margin-left: -15px;
}
body.the-new-urban-agenda .nav-pills > li {
  margin-bottom: 5px;
  margin-right: 5px;
}
body.the-new-urban-agenda .nav-pills > li > a img {
  height: 25px;
  width: auto;
  margin: -10px 0;
}
body.the-new-urban-agenda .video {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
.subject-index-box {
  margin-top: 40px;
  background-color: #f4f4f4;
  border: #eeeeee 1px solid;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
}
.subject-index-box + .subject-index-box {
  margin-top: 20px;
}
.subject-index-box > div {
  overflow: hidden;
}
.subject-index-box > div > a {
  display: block;
  width: 35%;
  float: left;
}
.subject-index-box > div > a img {
  width: 100%;
  height: auto;
}
.subject-index-box > div > div {
  display: block;
  float: left;
  width: 65%;
  padding: 10px 20px;
}
.subject-index-box > div > div > * {
  display: block;
  margin: 5px 0 0 0;
}
.subject-index-box > div > div > p,
.subject-index-box > div > div > a {
  font-size: 0.86em;
  line-height: 1.3em;
}
.subject-index-box > div > div > strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
.subject-index-box > div > div > strong a {
  font-weight: bold;
  color: #181617;
}
body.ancestor-engagement .heading,
body.ancestor-30000-voices .heading,
body.single-happening .heading {
  background-color: #c4c4c4;
  background-image: url(https://habitat3.org/wp-content/uploads/30251029310_20546e7c22_o.jpg);
}
body.ancestor-engagement .heading .overlay,
body.ancestor-30000-voices .heading .overlay,
body.single-happening .heading .overlay {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
body.ancestor-engagement .heading .overlay span,
body.ancestor-30000-voices .heading .overlay span,
body.single-happening .heading .overlay span,
body.ancestor-engagement .heading .overlay div,
body.ancestor-30000-voices .heading .overlay div,
body.single-happening .heading .overlay div {
  background-color: #f34b5e;
}
body.ancestor-documents-and-archive .heading,
body.post-type-archive-news .heading,
body.post-type-archive-press .heading,
body.post-type-archive-clipping .heading,
body.single-press .heading,
body.single-news .heading,
body.single-clipping .heading {
  background-image: url(https://habitat3.org/wp-content/uploads/slide-media-wide.jpg);
}
body.ancestor-documents-and-archive .heading .overlay,
body.post-type-archive-news .heading .overlay,
body.post-type-archive-press .heading .overlay,
body.post-type-archive-clipping .heading .overlay,
body.single-press .heading .overlay,
body.single-news .heading .overlay,
body.single-clipping .heading .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body.ancestor-documents-and-archive .heading .overlay span,
body.post-type-archive-news .heading .overlay span,
body.post-type-archive-press .heading .overlay span,
body.post-type-archive-clipping .heading .overlay span,
body.single-press .heading .overlay span,
body.single-news .heading .overlay span,
body.single-clipping .heading .overlay span,
body.ancestor-documents-and-archive .heading .overlay div,
body.post-type-archive-news .heading .overlay div,
body.post-type-archive-press .heading .overlay div,
body.post-type-archive-clipping .heading .overlay div,
body.single-press .heading .overlay div,
body.single-news .heading .overlay div,
body.single-clipping .heading .overlay div {
  background-color: #00af9a;
}
body.ancestor-the-conference .heading .overlay,
body.post-type-archive-event .heading .overlay {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
body.ancestor-the-conference .heading .overlay span,
body.post-type-archive-event .heading .overlay span,
body.ancestor-the-conference .heading .overlay div,
body.post-type-archive-event .heading .overlay div {
  background-color: #5090cd;
}
body.single-press #main.media.single > .container section aside {
  margin-top: 0;
}
body.single-press #main.media.single > .container section aside .articles article {
  width: 33.33%;
}
@media (max-width: 719px) {
  body.single-press #main.media.single > .container section aside .articles article {
    width: 100%;
  }
}
body.the-conference .img-participants {
  margin-top: -82.5px;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.the-conference .img-participants:before {
  content: "";
  display: block;
  padding-top: 60%;
}
body.the-conference .well {
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body.the-conference .well .btn {
  float: right;
}
body.the-conference .well p {
  margin: 0;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
  padding-right: 150px;
  font-weight: 500;
  color: #181617;
  font-size: 1.5em;
}
body.the-conference .well:hover,
body.the-conference .well:active,
body.the-conference .well:focus {
  color: #181617;
  text-decoration: none;
  background-color: #eeeeee;
}
body.the-conference nav.row .title {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
body.ancestor-the-new-urban-agenda .heading .overlay span,
body.post-type-archive-commitment .heading .overlay span,
body.post-type-archive-country .heading .overlay span,
body.post-type-archive-agency .heading .overlay span,
body.post-type-archive-dialogue .heading .overlay span,
body.post-type-archive-moderator .heading .overlay span,
body.single-commitment .heading .overlay span,
body.single-agency .heading .overlay span,
body.single-country .heading .overlay span,
body.single-moderator .heading .overlay span,
body.single-dialogue .heading .overlay span,
body.ancestor-the-new-urban-agenda .heading .overlay div,
body.post-type-archive-commitment .heading .overlay div,
body.post-type-archive-country .heading .overlay div,
body.post-type-archive-agency .heading .overlay div,
body.post-type-archive-dialogue .heading .overlay div,
body.post-type-archive-moderator .heading .overlay div,
body.single-commitment .heading .overlay div,
body.single-agency .heading .overlay div,
body.single-country .heading .overlay div,
body.single-moderator .heading .overlay div,
body.single-dialogue .heading .overlay div {
  background-color: #fcb740;
}
body.page-template-page-implementation {
  background-color: #eeeeee;
}
body.page-template-page-implementation #wrap,
body.page-template-page-implementation #main {
  background-color: #eeeeee !important;
}
body.page-template-page-implementation ul.areas-grid {
  padding-bottom: 20px;
}
body.page-template-page-implementation ul.areas-grid > li {
  width: 100%;
}
body.page-template-page-implementation ul.areas-grid > li > a {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-implementation ul.areas-grid > li > a:before {
  content: "";
  display: block;
  padding-top: 15%;
}
@media (min-width: 1280px) {
  body.page-template-page-implementation ul.areas-grid > li > a {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  body.page-template-page-implementation ul.areas-grid > li > a:before {
    content: "";
    display: block;
    padding-top: 30%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-implementation ul.areas-grid > li > a {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  body.page-template-page-implementation ul.areas-grid > li > a:before {
    content: "";
    display: block;
    padding-top: 37%;
  }
}
body.page-template-page-implementation ul.areas-grid > li > a span {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-page-implementation ul.areas-grid > li > a span > i {
  display: block;
  width: 30%;
  font-size: 2.7em;
  text-align: center;
}
body.page-template-page-implementation ul.areas-grid > li > a span > strong {
  width: 70%;
  text-align: left;
  padding: 0 25px 0 0;
  font-size: 1.4em;
}
@media (min-width: 1024px) {
  body.page-template-page-implementation ul.areas-grid > li > a span > strong {
    font-size: 1.2em;
  }
}
@media (min-width: 1280px) {
  body.page-template-page-implementation ul.areas-grid > li > a span > strong {
    font-size: 1em;
  }
}
@media (min-width: 1366px) {
  body.page-template-page-implementation ul.areas-grid > li > a span > strong {
    font-size: 1.2em;
  }
}
body.page-template-page-implementation .modal-form .modal-body {
  padding: 15px;
}
body.page-template-page-implementation nav .areas-grid {
  margin: 0 -10px;
}
body.page-template-page-implementation nav > header > * {
  margin-left: -10px;
}
body.page-template-page-implementation section > header,
body.page-template-page-implementation nav > header {
  display: block;
  width: 100%;
  margin: 0 10px;
  display: none;
}
body.page-template-page-implementation section > header > *,
body.page-template-page-implementation nav > header > * {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.3em;
  color: #181617;
}
body.page-template-page-implementation section > header > * a,
body.page-template-page-implementation nav > header > * a {
  color: #181617;
}
body.page-template-page-implementation section > header > * a:hover,
body.page-template-page-implementation nav > header > * a:hover,
body.page-template-page-implementation section > header > * a:active,
body.page-template-page-implementation nav > header > * a:active {
  text-decoration: none;
}
body.page-template-page-implementation section > footer {
  width: 100%;
  margin: 0 0 35px 0;
  display: block;
}
body.page-template-page-implementation section > footer > div {
  margin: 0 10px;
}
body.page-template-page-implementation section.partners {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body.page-template-page-implementation section.partners .partner {
  width: 100%;
  padding: 0 10px 20px;
}
@media (min-width: 568px) {
  body.page-template-page-implementation section.partners .partner {
    width: 50%;
  }
}
@media (min-width: 720px) {
  body.page-template-page-implementation section.partners .partner {
    width: 33.33%;
  }
}
body.page-template-page-implementation section .commitments {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-template-page-implementation section .commitments .container {
  width: 100%;
  max-width: 100%;
}
body.page-template-page-implementation section .commitments .container article.commitment {
  width: 33.33%;
}
@media (max-width: 1440px) {
  body.page-template-page-implementation section .commitments .container article.commitment {
    width: 50%;
  }
}
body.page-template-page-implementation .heading {
  margin-bottom: 0;
  background-image: url("/wp-content/themes/habitat3/img/home-implementation-heading.jpg");
}
body.page-template-page-implementation .heading .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body.page-template-page-implementation .heading header {
  padding-top: 35px;
}
body.page-template-page-implementation .heading .body {
  padding: 35px 0;
}
body.page-template-page-implementation .heading .title {
  font-size: 3.5em;
}
body.page-template-page-implementation .heading .container .row {
  padding: 0;
}
body.page-template-page-implementation .modal-form .modal-body .form-group {
  padding-bottom: 0;
  width: 100% !important;
}
body.page-template-page-implementation .modal-form .modal-body .form-group.cols-6 {
  width: 100%;
}
body.page-template-page-implementation .modal-form .modal-body .form-group:last-child {
  margin-bottom: 0;
}
body.page-template-page-implementation #register-form {
  margin: 0 0 20px 0;
}
body.page-template-page-implementation .tools {
  margin-bottom: 20px;
}
#modal-ajax > .btn-nav {
  padding: 0;
  position: fixed;
  top: 50%;
  background: transparent;
  border: none;
  background-color: #181617;
  z-index: 9;
  width: 40px;
}
#modal-ajax > .btn-nav i {
  color: #fff;
  font-size: 32px;
  display: block;
  text-align: center;
}
#modal-ajax > .btn-nav i:before {
  margin: 0;
}
#modal-ajax > .btn-nav.btn-next-modal {
  right: 0;
}
#modal-ajax > .btn-nav.btn-prev-modal {
  left: 0;
}
#modal-ajax .modal-dialog {
  width: 96% !important;
  max-width: 800px !important;
}
#modal-ajax .modal-body {
  padding: 0;
  position: relative;
}
#modal-ajax .modal-body #edit-link {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: auto;
}
#modal-ajax .modal-body .img {
  background: transparent !important;
  margin-bottom: 30px;
}
#modal-ajax .modal-body .img:before {
  display: none !important;
}
#modal-ajax .modal-body .img img {
  display: block;
  position: static;
}
#modal-ajax .modal-body #single.is-page {
  padding-top: 35px;
  padding-bottom: 35px;
}
#modal-ajax .modal-body #single.is-page > * {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
#modal-ajax .modal-body #single.is-page > *.img {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#modal-ajax .modal-body #single.is-page .section-page img {
  display: none;
}
#modal-ajax .modal-body #single.is-page .section-page br {
  display: none;
}
#modal-ajax .modal-body #single.is-page .section-page h3 {
  text-align: center;
  font-size: 1.3em;
}
#modal-ajax .modal-body #single.is-page .section-page .pdf {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
#modal-ajax .modal-body #single.is-page .section-page .pdf img {
  display: block;
}
#modal-ajax .modal-body #single.is-page .ajax-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#modal-ajax .modal-body #single.is-page p.meta {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#modal-ajax .modal-body #single.is-page em {
  display: block;
  margin-bottom: 20px;
}
#modal-ajax .modal-body .section-page {
  padding: 0 !important;
}
#modal-ajax .modal-body .section-page .container {
  width: 100% !important;
  padding: 0;
}
#modal-ajax .modal-body .section-page .container .row {
  margin: 0 !important;
}
#modal-ajax .modal-body .section-page .container .row > div {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#modal-ajax .modal-content {
  padding: 0;
  border: 0;
}
#modal-ajax .modal-content > button {
  position: absolute;
}
#modal-ajax .modal-content > button.btn-nav {
  top: 50%;
}
#modal-ajax .modal-content > button.close {
  top: -10px;
  right: -10px;
  z-index: 9;
  padding: 0;
  background-color: #181617;
  border: #fff 2px solid !important;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#modal-ajax .modal-content > button.close span {
  font-size: 24px;
  line-height: 31px;
  display: block;
  margin-top: -5px;
}
body.modal-open .happening-timeline section > button {
  visibility: hidden;
}
body.single-happening.on-iframe .heading,
body.single-news.on-iframe .heading {
  background-position: right center;
}
body.single-happening.on-iframe .articles:not(.single),
body.single-news.on-iframe .articles:not(.single) {
  display: none;
}
body.single-happening.on-iframe .row,
body.single-news.on-iframe .row {
  margin: 0;
}
body.single-happening.on-iframe .row > div,
body.single-news.on-iframe .row > div {
  width: 100% !important;
  float: none;
  clear: both;
  padding: 0 !important;
}
body.single-happening.on-iframe #main.media.single .heading,
body.single-news.on-iframe #main.media.single .heading {
  padding-bottom: 0;
}
body.single-happening.on-iframe #main.media.single > .container,
body.single-news.on-iframe #main.media.single > .container {
  margin-top: 25px;
}
body.single-happening.on-iframe #main.media > .container section:last-child,
body.single-news.on-iframe #main.media > .container section:last-child {
  padding-bottom: 0;
}
body.page.expert-group-meetings .panel-group .article .h2,
body.ministerial-regional-meetings .panel-group .article .h2,
body.national-urban-forums .panel-group .article .h2,
body.page.expert-group-meetings .panel-group .article h2,
body.ministerial-regional-meetings .panel-group .article h2,
body.national-urban-forums .panel-group .article h2 {
  display: none;
}
body.page.expert-group-meetings .panel-body header,
body.ministerial-regional-meetings .panel-body header,
body.national-urban-forums .panel-body header {
  display: none;
}
body.page.expert-group-meetings .panel-body .section-page,
body.ministerial-regional-meetings .panel-body .section-page,
body.national-urban-forums .panel-body .section-page {
  padding: 0;
}
body.page.expert-group-meetings .panel-body .container,
body.ministerial-regional-meetings .panel-body .container,
body.national-urban-forums .panel-body .container {
  padding: 0;
  width: 100%;
}
body.policy-units td h2 {
  font-weight: 500;
  font-size: 1.2em;
}
body.policy-units td h2 a {
  font-weight: 500;
}
.pdf-slider {
  margin-top: 40px;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .pdf-slider {
    margin-bottom: 20px;
    max-width: 568px;
  }
}
.pdf-slider:after {
  display: block;
  clear: both;
  content: " ";
}
.pdf-slider .title {
  color: #fff;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.pdf-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pdf-slider ul li {
  width: 33.33%;
  float: left;
  margin-left: -20.1%;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .pdf-slider ul li {
    margin-left: 0 !important;
    padding-right: 30px;
    background-color: transparent;
    margin-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .pdf-slider ul li {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 45px;
  }
}
.pdf-slider ul li:first-child {
  margin-left: 0;
}
.pdf-slider ul li:nth-child(1) {
  z-index: 7;
}
.pdf-slider ul li:nth-child(2) {
  z-index: 6;
}
.pdf-slider ul li:nth-child(3) {
  z-index: 5;
}
.pdf-slider ul li:nth-child(4) {
  z-index: 4;
}
.pdf-slider ul li:nth-child(5) {
  z-index: 3;
}
.pdf-slider ul li:nth-child(6) {
  z-index: 2;
}
.pdf-slider ul li a {
  display: block;
  position: relative;
}
.pdf-slider ul li a .img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.pdf-slider ul li a small {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  width: 100%;
  z-index: 1;
  font-size: 1em;
  padding: 0;
  padding: 15px 0;
  text-align: right;
  margin-top: 5px;
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
@media (max-width: 1199px) {
  .pdf-slider ul li a small {
    padding: 10px 0;
    text-align: left;
  }
}
.pdf-slider.js {
  -moz-transition: margin-left 1s;
  transition: margin-left 1s;
}
.pdf-slider.js ul li {
  -moz-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
}
.pdf-slider.js ul li .img {
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.pdf-slider.js.hover ul li .img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media (max-width: 1199px) {
  .pdf-slider.js.hover ul li .img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pdf-slider.js.hover ul li a small {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.pdf-slider.js.hover ul li.on .img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.pdf-slider.js.hover ul li.on a small {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-description blockquote.intro {
  margin-top: -120px;
  margin-bottom: 30px;
  z-index: 99;
}
@media (min-width: 1920px) {
  .page-description blockquote.intro {
    margin-top: -80px;
  }
}
@media (max-width: 1023px) {
  .page-description blockquote.intro {
    margin-top: 30px;
  }
}
.page-description .more-text {
  margin-bottom: 30px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-22840 .section-page.papersmart section {
  padding-bottom: 0;
}
body.page-id-22840 .section-page {
  padding-bottom: 0;
}
#btn-fixed {
  position: fixed;
  top: 110px;
  right: 20px;
  z-index: 9;
}
body.subject-index .heading.mini {
  display: none;
}
body.subject-index #single > .heading {
  overflow: visible;
}
body.subject-index #single > .heading .overlay {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.subject-index #single > .heading .overlay span {
    display: none;
  }
}
@media (max-width: 767px) {
  body.subject-index #single > .heading .overlay div {
    width: 100%;
    margin-left: 0;
  }
}
body.subject-index #single > .heading .title {
  font-size: 3em;
  max-width: 568px;
  margin: 35px 0 0;
}
@media (max-width: 1279px) {
  body.subject-index #single > .heading .title {
    margin-right: 250px;
  }
}
@media (max-width: 767px) {
  body.subject-index #single > .heading .title {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.2em;
  }
}
@media (min-width: 1280px) {
  body.subject-index #single > .heading .title {
    margin-top: 0;
  }
}
body.subject-index #single > .heading .pdf {
  width: 180px;
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 9;
}
@media (max-width: 767px) {
  body.subject-index #single > .heading .pdf {
    position: static;
    margin-top: 35px;
  }
}
body.subject-index #single > .heading p {
  max-width: 454.4px;
  margin-right: 250px;
}
@media (max-width: 1279px) {
  body.subject-index #single > .heading p {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  body.subject-index #single > .heading p {
    margin-right: 0;
  }
}
body.subject-index #single > .heading p .btn {
  margin-top: 15px;
}
body.subject-index #single > .heading .body {
  padding-bottom: 0;
}
body.subject-index #single > .heading a {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.subject-index #single > .heading .container {
  position: relative;
}
body.subject-index #single > .heading .container .row > div:last-child {
  display: flex;
  align-items: center;
  padding: 35px 0;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  body.subject-index #single > .heading .container .row > div:last-child {
    padding: 10px 0;
  }
}
body.subject-index #single .section-page section p.download-p {
  margin-top: 50px;
  text-align: center;
  font-size: 1.3em;
}
#main.regional-reports .heading.mini {
  margin-bottom: 30px;
}
#main.regional-reports #regional-reports {
  padding: 20px 0 35px;
}
#main.regional-reports #regional-reports > ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main.regional-reports #regional-reports > ul li {
  padding-left: 0;
  width: 20%;
  padding: 15px;
}
@media (max-width: 1279px) {
  #main.regional-reports #regional-reports > ul li {
    width: 33.33%;
  }
}
@media (max-width: 719px) {
  #main.regional-reports #regional-reports > ul li {
    width: 50%;
  }
}
@media (max-width: 567px) {
  #main.regional-reports #regional-reports > ul li {
    width: 100%;
  }
}
#main.regional-reports #regional-reports > ul li .img {
  margin-bottom: 15px;
}
#main.regional-reports #regional-reports > ul li .btn {
  padding: 0;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  display: none;
}
#main.regional-reports #regional-reports > ul li ul {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 4px;
}
#main.regional-reports #regional-reports > ul li ul li {
  display: block;
  padding: 0;
  width: 100%;
  border-bottom: #eeeeee 1px solid;
}
#main.regional-reports #regional-reports > ul li ul li a {
  padding: 4px 0;
  display: block;
}
#modal-regional-publications ul,
#modal-policy-papers-reports ul {
  list-style: none;
  padding: 0;
}
#modal-regional-publications ul li,
#modal-policy-papers-reports ul li {
  margin-bottom: 2px;
}
#modal-regional-publications ul li a,
#modal-policy-papers-reports ul li a {
  display: block;
  padding: 10px 15px;
  background-color: #eeeeee;
}
body.global-taskforce-of-local-and-regional-governments h4 {
  line-height: 1.5;
}
body.global-taskforce-of-local-and-regional-governments .section-page ul {
  padding: 0;
}
body.global-taskforce-of-local-and-regional-governments .section-page ul li {
  position: relative;
}
body.global-taskforce-of-local-and-regional-governments .section-page ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e805';
  color: #f3465a;
  position: absolute;
  top: 0;
  left: 0;
}
body.habitat-iii-citizens-campaign .heading.mini {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.habitat-iii-citizens-campaign .heading.mini:before {
  content: "";
  display: block;
  padding-top: 15%;
}
body.habitat-iii-citizens-campaign .heading.mini .body .container .row {
  display: none;
}
body.habitat-iii-citizens-campaign .heading.mini .overlay {
  display: none;
}
body.habitat-iii-citizens-campaign .heading.mini .title {
  color: #181617;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  display: none;
}
body.habitat-iii-citizens-campaign section.section-page {
  padding-bottom: 0;
}
body.habitat-iii-citizens-campaign section.section-page p,
body.habitat-iii-citizens-campaign section.section-page li {
  color: #777777;
}
body.habitat-iii-citizens-campaign section.section-page .title {
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 35px;
}
body.habitat-iii-citizens-campaign section.section-page h4.aligncenter {
  text-align: center;
}
body.habitat-iii-citizens-campaign section.section-page p.lead {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.habitat-iii-citizens-campaign section.section-page ul {
  list-style: none;
  padding: 0;
}
body.habitat-iii-citizens-campaign section.section-page ul li {
  position: relative;
}
body.habitat-iii-citizens-campaign section.section-page ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e805';
  color: #f3465a;
  position: absolute;
  top: 0;
  left: 0;
}
body.habitat-iii-citizens-campaign section.section-page .row-goals {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  body.habitat-iii-citizens-campaign section.section-page .row-goals > div {
    width: 100%;
  }
}
body.habitat-iii-citizens-campaign section.section-page .row-goals > div > div {
  height: 200px;
  background-color: #fcd6da;
  padding: 35px;
  text-align: center;
}
body.habitat-iii-citizens-campaign section.section-page .row-goals > div > div:before {
  content: ' ';
  width: 1px;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
body.habitat-iii-citizens-campaign section.section-page .row-goals > div > div p {
  margin: 0;
  text-align: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.2em;
  color: #181617;
}
body.habitat-iii-citizens-campaign section.section-page .row-goals > div:nth-child(2) > div {
  background-color: #fef0d7;
}
body.habitat-iii-citizens-campaign section.section-page .row-goals > div:nth-child(3) > div {
  background-color: #c7dbef;
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers {
  margin: 0 50px;
  overflow: hidden;
  text-align: center;
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers h4 {
  color: #fff;
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers ul {
  margin-bottom: 45px;
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers li:before {
  color: #fff;
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers h4,
body.habitat-iii-citizens-campaign section.section-page .row-numbers ul {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers > div {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
  float: none;
}
@media (max-width: 719px) {
  body.habitat-iii-citizens-campaign section.section-page .row-numbers > div {
    width: 100%;
    display: block;
  }
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers > div:first-child > div {
  overflow: hidden;
  background-color: #5090cd;
}
body.habitat-iii-citizens-campaign section.section-page .row-numbers > div:first-child > div p,
body.habitat-iii-citizens-campaign section.section-page .row-numbers > div:first-child > div li {
  color: #c7dbef;
  text-align: justify;
}
body.habitat-iii-citizens-campaign .container-messages h4 {
  margin-top: 35px;
}
body.habitat-iii-citizens-campaign .row-messages > div > p {
  border-bottom: #eeeeee 2px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.habitat-iii-citizens-campaign .row-messages > div > p:last-child {
  border-bottom: none;
}
body.habitat-iii-citizens-campaign .row-messages > div > p > img {
  height: 130px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
body.habitat-iii-citizens-campaign .during {
  overflow: hidden;
  margin-top: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.habitat-iii-citizens-campaign .during > div {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 120px 0 100px;
  text-shadow: 1px 1px 3px rgba(24, 22, 23, 0.5);
}
body.habitat-iii-citizens-campaign .during > div li,
body.habitat-iii-citizens-campaign .during > div p {
  color: rgba(255, 255, 255, 0.8);
}
body.habitat-iii-citizens-campaign .during > div h4,
body.habitat-iii-citizens-campaign .during > div strong,
body.habitat-iii-citizens-campaign .during > div a {
  color: #fff;
}
body.habitat-iii-citizens-campaign .during > div a {
  font-weight: bold;
}
body.habitat-iii-citizens-campaign .during > div h4 {
  text-align: center;
}
body.habitat-iii-citizens-campaign .container-intro .row > div:last-child h4 {
  margin-top: 0;
}
body.habitat-iii-citizens-campaign .container-intro p.colors {
  width: 480px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
body.habitat-iii-citizens-campaign .container-intro p.colors img {
  width: 240px;
  height: auto;
  display: block;
  margin: 0 auto;
}
body.habitat-iii-citizens-campaign .container-intro p.colors span {
  position: absolute;
  top: 5px;
  left: 46px;
  text-align: left;
  width: 160px;
  line-height: 1.2em;
}
body.habitat-iii-citizens-campaign .container-intro p.colors span:first-child {
  text-align: right;
}
body.habitat-iii-citizens-campaign .container-intro p.colors span:nth-child(2) {
  left: 0px;
  top: 85px;
}
body.habitat-iii-citizens-campaign .container-intro p.colors span:nth-child(3) {
  top: 150px;
  left: 355px;
}
#main.new-urban-agenda .section-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
#main.new-urban-agenda h3 {
  margin-top: 0;
}
#main.new-urban-agenda .nav-pills {
  margin-bottom: 30px;
}
#main.new-urban-agenda .pdf-slider {
  margin-bottom: 30px;
  max-width: 100%;
}
#main.new-urban-agenda .pdf-slider ul {
  margin: 0 -20px 0 -30px;
}
#main.new-urban-agenda .pdf-slider ul li {
  padding: 0 20px;
  width: 16.6632%;
  margin-left: 0;
}
@media (max-width: 1023px) {
  #main.new-urban-agenda .pdf-slider ul li {
    width: 33.3264%;
  }
}
@media (max-width: 719px) {
  #main.new-urban-agenda .pdf-slider ul li {
    width: 50%;
  }
}
#main.new-urban-agenda .sub-title {
  font-size: 1em;
  margin-top: 0;
}
#main.new-urban-agenda .nav li {
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 2px;
  display: inline-block;
  float: none;
}
#main.new-urban-agenda .nav li a img {
  height: 20px;
  width: auto;
}
#main.new-urban-agenda .nav li + li {
  margin-left: 0;
  margin-right: 2px;
}
body.languages.ancestor-the-new-urban-agenda .section-page {
  padding-top: 20px;
  padding-bottom: 35px;
}
body.languages.ancestor-the-new-urban-agenda .section-page .pdf-slider {
  margin-bottom: 0;
}
body.languages.ancestor-the-new-urban-agenda .section-page .pdf-slider ul {
  margin: 0 -20px 0 -30px;
}
body.languages.ancestor-the-new-urban-agenda .section-page .pdf-slider ul li {
  padding: 0 20px 50px;
  width: 33.264%;
  margin-left: 0;
}
body.languages.ancestor-the-new-urban-agenda .section-page .sub-title {
  font-size: 1em;
  text-align: left;
  margin-top: 37px;
}
body.languages.ancestor-the-new-urban-agenda .section-page .nav-pills {
  border-bottom: #eeeeee 1px solid;
}
body.languages.ancestor-the-new-urban-agenda .section-page .nav-pills > li {
  display: block;
  float: none;
}
@media (max-width: 719px) {
  body.languages.ancestor-the-new-urban-agenda .section-page .nav-pills > li {
    width: 50%;
    float: left;
  }
}
body.languages.ancestor-the-new-urban-agenda .section-page .nav-pills > li > a {
  border-color: #eeeeee;
  padding: 0 8px;
  border-bottom: none;
  line-height: 30px;
  height: 30px;
}
body.languages.ancestor-the-new-urban-agenda .section-page .nav-pills > li > a img {
  height: 22px;
  width: auto;
}
body.languages.ancestor-the-new-urban-agenda .section-page .nav-pills > li + li {
  margin-left: 0;
}
.single-pdf-box {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .single-pdf-box {
    max-width: 720px;
  }
}
@media (max-width: 719px) {
  .single-pdf-box {
    margin-top: 35px;
  }
}
.single-pdf-box + .single-pdf-box {
  margin-top: 120px;
}
@media (max-width: 719px) {
  .single-pdf-box + .single-pdf-box {
    margin-top: 105px;
  }
}
.single-pdf-box > div {
  background-color: #eeeeee;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.single-pdf-box > div > div {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 719px) {
  .single-pdf-box > div > div {
    width: 100%;
    display: block;
  }
}
.single-pdf-box > div > div .pdf {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .single-pdf-box > div > div .pdf {
    max-width: 230px;
  }
}
.single-pdf-box > div > div .pdf .img {
  margin-top: -40px;
  margin-bottom: 35px;
}
@media (max-width: 719px) {
  .single-pdf-box > div > div .pdf .img {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.single-pdf-box > div > div:first-child {
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 719px) {
  .single-pdf-box > div > div:first-child {
    position: relative;
    top: -35px;
  }
}
.single-pdf-box > div > div:last-child {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 35px;
  text-align: justify;
}
@media (max-width: 719px) {
  .single-pdf-box > div > div:last-child {
    padding: 0 35px 35px;
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-pdf-box > div > div:last-child p {
  text-align: justify;
}
body.page.roadmap {
  background-color: #eeeeee;
}
#main.issue-papers .single-pdf-box,
#main.policy-papers .single-pdf-box {
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}
#main.issue-papers .nav-tabs,
#main.policy-papers .nav-tabs {
  margin: 15px 0 0;
}
#main.issue-papers #final-report,
#main.policy-papers #final-report {
  padding-top: 35px;
}
#main.policy-papers #policy-papers-final-report .container .row {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: -25px;
}
#main.policy-papers #policy-papers-final-report .container .row .col {
  width: 20%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 25px;
}
@media (max-width: 1023px) {
  #main.policy-papers #policy-papers-final-report .container .row .col {
    width: 33.3264%;
  }
}
@media (max-width: 719px) {
  #main.policy-papers #policy-papers-final-report .container .row .col {
    width: 50%;
  }
}
#main.policy-papers #policy-papers-final-report .container .row .col .pdf .img {
  margin-bottom: 0;
}
body.page.donors .section-page .container {
  max-width: 960px;
}
#main.national-reports {
  background-color: #e2e2e2;
}
#main.national-reports .section-page {
  padding-top: 0;
}
#main.national-reports .section-page a.well {
  display: block;
  text-align: center;
  padding: 20px;
  color: #555555;
}
#main.national-reports .section-page a.well p {
  text-align: center;
  margin: 0;
}
#main.national-reports .section-page a.well p .btn {
  margin-left: 10px;
}
#main.national-reports .section-page a.well:hover,
#main.national-reports .section-page a.well:focus,
#main.national-reports .section-page a.well:active {
  text-decoration: none;
}
ul#national-reports-thumbs {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
ul#national-reports-thumbs > li {
  width: 16.6632%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 40px;
  margin: 0;
  border-top: #00af9a 0px solid;
}
@media (max-width: 1279px) {
  ul#national-reports-thumbs > li {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  ul#national-reports-thumbs > li {
    width: 25%;
  }
}
@media (max-width: 719px) {
  ul#national-reports-thumbs > li {
    width: 33.3264%;
  }
}
@media (max-width: 567px) {
  ul#national-reports-thumbs > li {
    width: 50%;
  }
}
ul#national-reports-thumbs > li > div > strong {
  display: block;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}
ul#national-reports-thumbs > li > div > strong > a {
  font-weight: 500;
  color: #181617;
  position: relative;
  display: block;
}
ul#national-reports-thumbs > li > div > strong > a span {
  position: absolute;
  top: -8px;
  right: -4px;
  padding: 2px 8px 4px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}
ul#national-reports-thumbs > li > div > strong > a span i {
  font-size: 12px;
}
ul#national-reports-thumbs > li > div > strong > a span i:before {
  margin: 0;
}
ul#national-reports-thumbs > li > div > strong > a:hover,
ul#national-reports-thumbs > li > div > strong > a:active,
ul#national-reports-thumbs > li > div > strong > a:focus {
  text-decoration: none;
}
ul#national-reports-thumbs > li > div:hover > strong > a span {
  display: block;
}
ul#national-reports-thumbs ul {
  padding-left: 0;
}
ul#national-reports-thumbs ul li {
  padding-left: 0;
  padding-bottom: 0;
}
ul#national-reports-thumbs ul li .pdf .img {
  margin-bottom: 15px;
}
ul#national-reports-thumbs ul li .pdf small {
  font-weight: normal;
  padding: 0;
  font-size: 0.86em;
  background-color: transparent;
  color: #777777;
  font-style: italic;
}
ul#national-reports-thumbs ul li:not(:first-child) > a {
  font-size: 0.86em;
  color: #777777;
  font-style: italic;
}
ul#national-reports-thumbs ul li:not(:first-child) > a:hover,
ul#national-reports-thumbs ul li:not(:first-child) > a:active,
ul#national-reports-thumbs ul li:not(:first-child) > a:focus {
  text-decoration: none;
}
body.national-reports #previous-national-reports {
  position: fixed;
  bottom: 0;
  right: 30px;
  background-color: #fff;
  padding: 0;
  z-index: 9;
}
body.national-reports #previous-national-reports ol {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
body.national-reports #previous-national-reports ol li:first-child {
  border-bottom: #eeeeee 1px solid;
}
body.national-reports #previous-national-reports ol li:first-child a {
  padding-bottom: 10px;
}
body.national-reports #previous-national-reports ol li:last-child a {
  padding-top: 10px;
}
body.national-reports #previous-national-reports ol li a {
  color: #555555;
  display: block;
  padding: 0 20px;
}
body.national-reports #previous-national-reports header h5 {
  color: #fff;
  font-size: 1.1em;
  background-color: #181617;
  padding: 10px 20px;
  margin: 0;
}
#main.documents-and-archive > .section-page {
  padding: 0;
}
#main.documents-and-archive .panel-group {
  margin-bottom: 0;
}
#main.documents-and-archive .panel-group .panel {
  border-bottom: 0;
}
#main.documents-and-archive .panel-group .panel + .panel {
  margin-top: 0;
}
#main.documents-and-archive #accordion > .panel > .panel-heading .panel-title {
  font-size: 1.5em;
}
#main.documents-and-archive #accordion > .panel > .panel-heading .panel-title a {
  padding: 15px 0;
}
#main.documents-and-archive #accordion > .panel > .panel-heading .panel-title a:after {
  display: none;
}
#main.documents-and-archive #accordion > .panel > .panel-heading .panel-title a .container:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f107';
}
#main.documents-and-archive #accordion > .panel > .panel-heading .panel-title a:hover,
#main.documents-and-archive #accordion > .panel > .panel-heading .panel-title a[aria-expanded=true] {
  background-color: #00af9a;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse.loading:before {
  content: ' ';
  display: block;
  width: 70px;
  height: 70px;
  background-image: url('img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .heading {
  background: transparent;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .heading .overlay {
  display: none;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .heading .body .container .row {
  padding: 0;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .heading .body .container .row > div:first-child {
  display: none;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .heading .body .container .row > div:last-child {
  width: 100%;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .heading .body .container .row > div:last-child p {
  margin-top: 20px;
  color: #757575;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .heading .body .container .row > div:last-child p a {
  color: #181617;
  font-weight: bold;
  opacity: 1;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main .section-page {
  padding: 20px 0 0;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main ul.nav-tabs li {
  padding-bottom: 0;
  padding-left: 0;
}
#main.documents-and-archive #accordion > .panel > .panel-collapse .panel-body #main.final-reports .section-page {
  padding-top: 0;
}
#main.documents-and-archive #accordion #roadmap #main .single-pdf-box {
  padding-top: 30px;
  margin-bottom: 30px;
}
#main.documents-and-archive #accordion #previous-national-reports {
  position: static;
  text-align: center;
  padding: 0 0 15px;
}
#main.documents-and-archive #accordion #previous-national-reports ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main.documents-and-archive #accordion #previous-national-reports ol li a {
  display: inline-block;
  padding: 10px 0;
}
#main.documents-and-archive #accordion #regional-reports .heading.mini {
  margin-bottom: 0;
}
#main.documents-and-archive #accordion #main.media {
  background-color: #eeeeee;
}
#main.documents-and-archive #accordion #media-archive .section-page {
  padding: 0 !important;
}
#main.documents-and-archive #accordion #main.toolkits {
  padding-bottom: 20px;
}
#main.documents-and-archive #accordion #main.final-reports {
  overflow: visible;
}
#main.final-reports {
  overflow: hidden;
}
#main.final-reports .section-page {
  padding: 0;
}
#main.final-reports .section-page ul {
  padding-left: 0;
  margin-bottom: 0;
}
#main.final-reports .section-page ul:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
#main.final-reports .section-page ul li {
  padding-left: 0;
  padding-bottom: 0;
}
#main.final-reports .section-page .pdf-reports ul li {
  width: 20%;
  float: left;
}
#main.final-reports .section-page .pdf-reports ul li a.pdf .img {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
}
#main.final-reports .section-page .pdf-reports ul li a.pdf small {
  display: none;
}
#main.final-reports .section-page .pdf-slider {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
#main.final-reports .section-page .pdf-slider ul {
  margin-bottom: -2px;
}
@media (max-width: 1279px) {
  #main.final-reports .section-page .pdf-slider ul {
    width: 100% !important;
    padding-left: 20px;
    padding-top: 20px;
  }
}
#main.final-reports .section-page .pdf-slider ul:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
#main.final-reports .section-page .pdf-slider ul li {
  width: 24.79%;
  margin-left: -6%;
  background: transparent;
}
@media (max-width: 1279px) {
  #main.final-reports .section-page .pdf-slider ul li {
    width: 33.3264% !important;
    margin-left: 0 !important;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  #main.final-reports .section-page .pdf-slider ul li {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  #main.final-reports .section-page .pdf-slider ul li {
    width: 100% !important;
  }
}
#main.final-reports .section-page .pdf-slider ul li:first-child {
  margin-left: 0;
}
#main.final-reports .section-page .pdf-slider ul li a.pdf {
  background-color: #fff;
}
#main.final-reports .section-page .pdf-slider ul li a.pdf .img {
  margin-bottom: 0;
  box-shadow: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1279px) {
  #main.final-reports .section-page .pdf-slider ul li a.pdf .img {
    margin-bottom: 40px;
  }
}
#main.final-reports .section-page .pdf-slider ul li a.pdf small {
  color: #fff;
  font-size: 1em;
  background-color: #181617;
  text-align: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 100%;
  top: auto;
  left: 0;
  display: none;
  margin-bottom: 20px;
  overflow: visible;
  padding: 15px 20px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 999;
}
@media (max-width: 1279px) {
  #main.final-reports .section-page .pdf-slider ul li a.pdf small {
    margin-bottom: -25px;
    width: 90%;
    margin-left: 5%;
  }
}
#main.final-reports .section-page .pdf-slider ul li a.pdf small:after {
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #181617;
  position: absolute;
  top: 100%;
  margin-top: -10px;
  margin-left: -10px;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main.final-reports .section-page .pdf-slider ul li a.pdf:hover small {
  display: block;
}
@media (max-width: 1279px) {
  #main.final-reports .section-page .pdf-slider.js {
    margin-left: 0 !important;
  }
}
@media (max-width: 1279px) {
  #main.final-reports .section-page .pdf-slider.js.hover ul li {
    margin-left: 0 !important;
  }
}
#main.final-reports .section-page .pdf-slider.js.hover ul li a .img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#main.final-reports .section-page .pdf-slider.js.hover ul li.on a .img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#main.final-reports .section-page .pdf-slider.count-4 ul li {
  width: 30.2%;
  margin-left: -7%;
}
#main.final-reports .section-page .pdf-slider.count-4 ul li:first-child {
  margin-left: 0;
}
body.preparatory-documents {
  background-color: #eeeeee;
}
#main.preparatory-documents {
  background-color: #eeeeee;
}
#main.braille .well.well-enabled,
#main.audio .well.well-enabled {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 1024px;
}
#main.braille .well.well-enabled h3.sub-title,
#main.audio .well.well-enabled h3.sub-title {
  display: none;
}
#main.braille .well.well-enabled p,
#main.audio .well.well-enabled p {
  padding: 0;
  margin: 0;
  font-size: 1em;
}
#main.braille .well.well-enabled ol.nav,
#main.audio .well.well-enabled ol.nav {
  margin-top: 30px;
  text-align: left;
}
body.page.general-assembly-of-partners .heading a {
  opacity: 0.8;
  font-weight: bold;
}
body.page.general-assembly-of-partners .section-page {
  padding-bottom: 0;
}
body.page.general-assembly-of-partners .section-page h2 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}
body.page.general-assembly-of-partners .section-page p.lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 1679px) {
  body.page.general-assembly-of-partners .section-page .row-first .col-sm-4 {
    width: 35%;
  }
}
@media (max-width: 1124px) {
  body.page.general-assembly-of-partners .section-page .row-first .col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 1679px) {
  body.page.general-assembly-of-partners .section-page .row-first .col-sm-8 {
    width: 65%;
  }
}
@media (max-width: 1124px) {
  body.page.general-assembly-of-partners .section-page .row-first .col-sm-8 {
    width: 100%;
  }
}
body.page.general-assembly-of-partners .section-page .row-executive {
  max-width: 720px !important;
}
body.page.general-assembly-of-partners .section-page .row-executive dl {
  text-align: center;
}
body.page.general-assembly-of-partners .section-page ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
body.page.general-assembly-of-partners .section-page ol li {
  position: relative;
  margin-bottom: 35px;
  text-align: justify;
}
body.page.general-assembly-of-partners .section-page ol li i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  background-color: #f3465a;
  text-align: center;
}
body.page.general-assembly-of-partners .section-page ol li strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.page.general-assembly-of-partners .section-page blockquote {
  padding: 15px 30px 30px;
  overflow: hidden;
  margin: 20px 0 0 0;
  background-color: #eeeeee;
}
body.page.general-assembly-of-partners .section-page blockquote > * {
  margin: 15px 0 0 0;
}
body.page.general-assembly-of-partners .section-page blockquote p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: justify;
}
body.page.general-assembly-of-partners .section-page blockquote.seats {
  font-size: 1em;
}
body.page.general-assembly-of-partners .section-page blockquote.people {
  font-size: 1em;
  padding-top: 40px;
}
body.page.general-assembly-of-partners .section-page blockquote.people > * {
  margin: 0;
}
body.page.general-assembly-of-partners .section-page blockquote.people > .row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
body.page.general-assembly-of-partners .section-page blockquote.people h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
body.page.general-assembly-of-partners .section-page blockquote.people > dl {
  text-align: center;
}
body.page.general-assembly-of-partners .section-page blockquote.people dl {
  margin: 20px 0;
}
body.page.general-assembly-of-partners .section-page blockquote.people dt {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.page.general-assembly-of-partners .section-page blockquote.people dd {
  margin-bottom: 15px;
}
body.page.general-assembly-of-partners .section-page div.photo {
  background-color: #181617;
  background-image: url(img/gap.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  margin: 35px 0 0 0;
}
body.page.general-assembly-of-partners .section-page div.photo > div {
  padding: 40px 55px;
  background-color: rgba(24, 22, 23, 0.6);
}
body.page.general-assembly-of-partners .section-page div.photo > div h2 {
  text-align: center;
  color: #fff;
  margin: 15px 0 35px 0;
}
body.page.general-assembly-of-partners .section-page div.photo > div p {
  opacity: 0.7;
}
body.page.general-assembly-of-partners .section-page div.photo > div .row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body.page.general-assembly-of-partners .section-page .container-implementation {
  padding-top: 55px;
}
body.page.general-assembly-of-partners .section-page .container-implementation h2 {
  margin-top: 0;
}
body.page.general-assembly-of-partners .section-page .container-implementation ul li i {
  color: #f3465a;
}
body.page.general-assembly-of-partners .section-page .container-implementation .row ul {
  padding-left: 0;
}
@media (max-width: 1124px) {
  body.page.general-assembly-of-partners .section-page .container-implementation .row .col-sm-2 {
    width: 100%;
  }
}
@media (max-width: 1124px) {
  body.page.general-assembly-of-partners .section-page .container-implementation .row .col-sm-5 {
    width: 50%;
  }
}
@media (max-width: 720px) {
  body.page.general-assembly-of-partners .section-page .container-implementation .row .col-sm-5 {
    width: 100%;
  }
}
body.page.general-assembly-of-partners .section-page div.bottom {
  background-color: #181617;
  color: #fff;
  text-align: center;
}
body.page.general-assembly-of-partners .section-page div.bottom p {
  text-align: center;
  margin: 0;
}
body.page.general-assembly-of-partners .section-page div.bottom p .btn {
  margin-left: 15px;
}
body.page.overview .section-page blockquote {
  padding: 35px 45px;
}
body.page.overview .section-page blockquote strong {
  font-size: 1.2em;
}
body.page.overview .section-page div.action {
  text-align: center;
}
body.page.overview .section-page div.action .btn {
  font-size: 0.95em;
}
@media (max-width: 1023px) {
  body.page.overview .section-page div.action {
    display: none;
  }
}
body.page.overview .section-page div.action.two {
  margin-top: 30px;
  display: none;
}
@media (max-width: 1023px) {
  body.page.overview .section-page div.action.two {
    display: block;
  }
}
body.page.overview .section-page section > strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
}
body.page.overview .section-page section td strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  display: block;
}
body.page.overview .section-page section td p {
  font-size: 1.1em;
  line-height: 1.3;
}
body.page.overview .section-page section td p em {
  color: #777777;
  display: block;
  padding-top: 5px;
}
body.page.overview .section-page .row-comparison strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 10px;
}
body.page.overview .section-page .row-comparison.first {
  padding-bottom: 0;
}
body.page.overview .section-page .row-comparison.first p {
  font-size: 1em;
}
body.page.overview .section-page .row-comparison.row-other p {
  text-align: justify;
}
body.page.overview .section-page .row-comparison.row-other p strong {
  display: inline-block;
}
body.page.overview .section-page .row-exhibition strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 20px;
}
body.page.overview .section-page .row-exhibition p {
  text-align: justify;
}
body.page.overview .section-page .row-exhibition figure {
  padding: 0;
}
body.page.overview .section-page hr {
  clear: both;
  border-top: none;
  margin: 0;
}
body.page.overview .section-page p {
  font-size: 0.86em;
  text-align: left;
}
body.page.overview .section-page .row {
  padding: 0 0;
}
@media (max-width: 1124px) {
  body.page.overview .section-page .row.row-sidebar .col-sm-2 {
    width: 100%;
  }
}
@media (max-width: 1124px) {
  body.page.overview .section-page .row.row-sidebar .col-sm-10 {
    width: 100%;
  }
}
body.page.overview .section-page figure {
  padding: 30px 0;
}
body.page.overview .section-page figure:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
body.page.overview .section-page figure figcaption {
  max-width: 200px;
  text-transform: uppercase;
  font-size: 0.86em;
  font-weight: bold;
  border-left: #c4c4c4 5px solid;
  padding-left: 10px;
}
body.page.overview .section-page figure small {
  font-size: 12px;
  display: block;
  text-align: right;
}
body.page.overview .section-page figure.figure-1 {
  width: 100%;
  float: none;
  padding-right: 40px;
  padding: 40px;
  border: #d8d8d8 2px solid;
  background-color: #fff;
  margin-top: -120px;
}
@media (max-width: 1023px) {
  body.page.overview .section-page figure.figure-1 {
    margin-top: 30px;
  }
}
body.page.overview .section-page figure.figure-1 figcaption {
  float: none;
  margin-right: 30px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  font-size: 1.5em;
}
body.page.overview .section-page figure.figure-1 ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
body.page.overview .section-page figure.figure-1 ul li {
  padding-left: 0;
  margin: 10px 0 0 0;
}
body.page.overview .section-page figure.figure-1 ul li:after {
  content: ' ';
  width: 30%;
  height: 4px;
  background-color: #181617;
  display: block;
  margin-top: 10px;
}
body.page.overview .section-page figure.figure-1 ul li p {
  font-size: 1em;
  margin: 0;
}
body.page.overview .section-page figure.figure-1 ul li p strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}
body.page.overview .section-page figure.figure-1 ul li:nth-child(1):after {
  background-color: #5090cd;
}
body.page.overview .section-page figure.figure-1 ul li:nth-child(2):after {
  background-color: #00af9a;
}
body.page.overview .section-page figure.figure-1 ul li:nth-child(3):after {
  background-color: #f3465a;
}
body.page.overview .section-page figure.figure-1 ul li:nth-child(4):after {
  background-color: #fcb740;
}
body.page.overview .section-page figure.figure-1 ul li:nth-child(6):after {
  background-color: #5090cd;
}
body.page.overview .section-page figure.figure-1 ul li:nth-child(7):after {
  background-color: #00af9a;
}
body.page.overview .section-page figure.figure-1 img {
  margin-top: 30px;
}
body.page.overview .section-page figure.figure-2 {
  width: 50%;
  float: left;
}
body.page.overview .section-page figure.figure-3 {
  width: 50%;
  float: left;
}
body.page.overview .section-page figure.figure-4 {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
body.page.overview .section-page figure.figure-4 img {
  max-width: 780px;
}
body.page.overview .section-page figure.figure-5 {
  position: relative;
  padding: 0;
}
body.page.overview .section-page figure.figure-5 figcaption {
  position: absolute;
  top: 55px;
  right: 0;
}
body.page.overview .section-page figure.figure-5 img {
  max-width: 100%;
}
body.page.overview .section-page figure.figure-6,
body.page.overview .section-page figure.figure-7 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
body.page.overview .section-page figure.figure-6 figcaption,
body.page.overview .section-page figure.figure-7 figcaption {
  float: left;
}
body.page.overview .section-page figure.figure-6 img,
body.page.overview .section-page figure.figure-7 img {
  max-width: 620px;
}
body.page.overview .section-page figure.figure-8,
body.page.overview .section-page figure.figure-9 {
  text-align: center;
}
body.page.overview .section-page figure.figure-8 figcaption,
body.page.overview .section-page figure.figure-9 figcaption {
  text-align: left;
}
body.page.overview .section-page figure.figure-8 img,
body.page.overview .section-page figure.figure-9 img {
  max-width: 620px;
}
body.page.overview .section-page figure.figure-10 {
  padding: 0;
}
body.page.overview .section-page figure.figure-10 figcaption {
  max-width: 600px;
  margin-bottom: 30px;
}
body.page.overview .section-page figure.figure-10 img {
  width: 53%;
  float: left;
}
@media (max-width: 768px) {
  body.page.overview .section-page figure.figure-10 img {
    width: 100%;
    float: none;
  }
}
body.page.overview .section-page figure.figure-10 img:last-child {
  float: right;
  width: 44%;
}
@media (max-width: 768px) {
  body.page.overview .section-page figure.figure-10 img:last-child {
    margin-top: 30px;
    width: 100%;
    float: none;
  }
}
body.page.overview .section-page figure.figure-12 {
  padding: 0;
}
body.page.overview .section-page figure.figure-12 figcaption {
  width: 10%;
  float: left;
  margin-top: 30px;
}
@media (max-width: 1124px) {
  body.page.overview .section-page figure.figure-12 figcaption {
    width: auto;
    float: none;
  }
}
body.page.overview .section-page figure.figure-12 img {
  width: 90%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 1124px) {
  body.page.overview .section-page figure.figure-12 img {
    width: 100%;
    padding-left: 0;
  }
}
body.page.overview .section-page figure.figure-13,
body.page.overview .section-page figure.figure-14 {
  padding: 55px 0 0 0;
  text-align: center;
}
body.page.overview .section-page figure.figure-13 figcaption,
body.page.overview .section-page figure.figure-14 figcaption {
  display: block;
  vertical-align: top;
  text-align: left;
}
body.page.overview .section-page figure.figure-13 img,
body.page.overview .section-page figure.figure-14 img {
  display: block;
  vertical-align: top;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
body.page.overview .section-page figure.figure-13 small,
body.page.overview .section-page figure.figure-14 small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
body.regional-declarations .section-page section > p,
body.thematic-declarations .section-page section > p {
  margin-bottom: 30px;
}
body.regional-declarations .section-page section h3,
body.thematic-declarations .section-page section h3 {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 30px;
}
.row.row-declarations {
  text-align: center;
}
.row.row-declarations .col {
  width: 25%;
  float: none;
  display: inline-block;
  padding: 0 25px 25px;
}
@media (max-width: 1024px) {
  .row.row-declarations .col {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .row.row-declarations .col {
    width: 100%;
  }
}
h3.title-declaration {
  text-align: center;
  font-size: 1.2em;
}
ul.links {
  margin: 0;
  padding: 10px 0 30px;
  text-align: center;
}
ul.links li {
  display: inline-block;
  padding: 0 10px !important;
}
.container.container-sm {
  max-width: 800px;
}
.section-page {
  position: relative;
  padding: 40px 0 77px;
}
.section-page .header {
  padding: 30px 0;
}
.section-page .header > * {
  padding: 0 0 10px 0;
}
.section-page .img {
  margin-bottom: 30px;
}
.section-page .img.img-col-4 {
  width: 33.33%;
}
.section-page .img.img-right {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 2;
}
.section-page .img.overlap-top {
  margin-top: -90px;
}
.section-page.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.section-page h1,
.section-page h2,
.section-page h3,
.section-page h4,
.section-page h5,
.section-page h6,
.section-page .h1,
.section-page .h2,
.section-page .h3,
.section-page .h4,
.section-page .h5,
.section-page .h6,
.section-page .title,
.section-page strong {
  color: #181617;
}
.section-page h2,
.section-page h3,
.section-page h4,
.section-page .h2,
.section-page .h3,
.section-page .h4 {
  margin-top: 25px;
}
.section-page h5,
.section-page h6,
.section-page .h5,
.section-page .h6 {
  margin-top: 20px;
}
.section-page iframe {
  max-width: 100%;
}
.section-page .no-margin-top {
  margin-top: 0;
}
.section-page img {
  width: 100%;
  height: auto;
}
.section-page img.img-overlap-r {
  position: relative;
  right: -82.5px;
  top: -41.25px;
}
.section-page .items-space-y > * {
  padding: 0 0 20px;
  margin: 0;
}
.section-page .items-space-y > *:last-child {
  padding-bottom: 0;
}
.section-page .table > thead > tr > th p,
.section-page .table > tbody > tr > th p,
.section-page .table > tfoot > tr > th p,
.section-page .table > thead > tr > td p,
.section-page .table > tbody > tr > td p,
.section-page .table > tfoot > tr > td p {
  text-align: left;
}
.section-page .table.table-small-text > thead > tr > th,
.section-page .table.table-small-text > tbody > tr > th,
.section-page .table.table-small-text > tfoot > tr > th,
.section-page .table.table-small-text > thead > tr > td,
.section-page .table.table-small-text > tbody > tr > td,
.section-page .table.table-small-text > tfoot > tr > td {
  font-size: 0.8em;
}
.section-page .overlap-top-xl {
  position: relative;
  margin-top: -108px;
  z-index: 2;
}
.section-page .row-span-l {
  padding-left: 77px;
}
.section-page .row-span-t {
  padding-top: 55px;
}
.section-page .row-span-r {
  padding-right: 82.5px;
}
.section-page .row-span-x {
  margin: 0 -110px;
}
.section-page p {
  text-align: justify;
}
.section-page .well {
  padding: 35px 30px 0;
  height: 100%;
}
.section-page .well .sub-title {
  margin: 0 0 25px;
}
.section-page ul {
  list-style: none;
  padding-left: 20px;
}
.section-page ul.fancy {
  padding-left: 0;
}
.section-page ul.link-pills {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.section-page ul.link-pills.align-left {
  text-align: left;
}
.section-page ul.link-pills > li {
  width: 50%;
  display: block;
}
.section-page ul.link-pills > li a {
  border: #e9e9e9 2px solid;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
}
.section-page ul.link-pills > li a:hover {
  text-decoration: none;
}
.section-page ul.link-pills.cols-1 > li {
  width: 100%;
}
.section-page ul.inline-links {
  padding: 0;
}
.section-page ul.inline-links li {
  padding: 0 0 15px;
  text-align: left;
}
.section-page ul.inline-links li > * {
  display: inline-block;
}
.section-page ul.inline-links li > p {
  padding-right: 10px;
  margin-bottom: 0;
  display: block;
  text-align: left;
}
.section-page ul.inline-links li > a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f0c5';
}
.section-page ul.no-bullet {
  padding: 0;
}
.section-page ul.no-bullet > li {
  padding-left: 0 !important;
}
.section-page ul.inline-li > li {
  display: inline-block;
  padding-right: 10px;
}
.section-page ul.cols-3 {
  display: flex;
  flex-wrap: wrap;
}
.section-page ul.cols-3 > li {
  width: 33.33%;
}
.section-page ul.cols-2 {
  display: flex;
  flex-wrap: wrap;
}
.section-page ul.cols-2 > li {
  width: 50%;
}
.section-page ul.cols-2 > li > * {
  padding-right: 20px;
}
.section-page ul.downloads {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0 0 0 0 !important;
}
.section-page ul.downloads li {
  margin: 0 0 20px !important;
  padding: 0;
  padding: 0 15px 10px;
}
.section-page ul.downloads li a {
  height: 100%;
  margin: 0 0;
  padding: 15px 20px;
}
.section-page ul.downloads li a strong {
  color: inherit;
}
.section-page ul.downloads li a:before {
  background: transparent;
}
.section-page ul li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}
.section-page ul li > i {
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
  color: #5090cd;
}
.section-page ul li > i.icon-circle {
  font-size: 14px;
}
.section-page blockquote p {
  text-align: left;
}
.section-page .padd-left {
  padding-left: 15% !important;
}
@media (max-width: 719px) {
  .section-page .padd-left {
    padding-left: 0 !important;
  }
}
.section-page.padd-x {
  padding-left: 40px;
  padding-right: 40px;
}
.section-page.padd-y {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-page.bg-gray-lighter {
  background-color: #ececec;
}
.section-page.bg-image-dark {
  background-color: #2b2b2b;
  color: #bcbcbc;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-page.bg-image-dark a,
.section-page.bg-image-dark .title,
.section-page.bg-image-dark strong,
.section-page.bg-image-dark h1,
.section-page.bg-image-dark h2,
.section-page.bg-image-dark h3,
.section-page.bg-image-dark h4,
.section-page.bg-image-dark h5,
.section-page.bg-image-dark h6,
.section-page.bg-image-dark .h1,
.section-page.bg-image-dark .h2,
.section-page.bg-image-dark .h3,
.section-page.bg-image-dark .h4,
.section-page.bg-image-dark .h5,
.section-page.bg-image-dark .h6 {
  color: #fff;
}
.section-page.bg-image-dark > * {
  position: relative;
  z-index: 2;
}
.section-page.bg-image-dark:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#8c000000', GradientType=0);
}
.section-page.upper {
  z-index: 2;
}
.section-page.papersmart section > ul,
.section-page.papersmart section > .container > ul,
.section-page.papersmart .panel-body > ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px -20px;
}
.section-page.papersmart section > ul p,
.section-page.papersmart section > .container > ul p,
.section-page.papersmart .panel-body > ul p {
  text-align: left;
}
.section-page.papersmart section > ul > li,
.section-page.papersmart section > .container > ul > li,
.section-page.papersmart .panel-body > ul > li {
  padding: 0;
  width: 25%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .section-page.papersmart section > ul > li,
  .section-page.papersmart section > .container > ul > li,
  .section-page.papersmart .panel-body > ul > li {
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  .section-page.papersmart section > ul > li,
  .section-page.papersmart section > .container > ul > li,
  .section-page.papersmart .panel-body > ul > li {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .section-page.papersmart section > ul > li,
  .section-page.papersmart section > .container > ul > li,
  .section-page.papersmart .panel-body > ul > li {
    width: 100%;
  }
}
.section-page.papersmart section > ul > li > div,
.section-page.papersmart section > .container > ul > li > div,
.section-page.papersmart .panel-body > ul > li > div {
  background-color: #f1f1f1;
  height: 100%;
  margin: 0 10px;
  padding: 20px 25px;
}
.section-page.papersmart section > ul > li > div h4,
.section-page.papersmart section > .container > ul > li > div h4,
.section-page.papersmart .panel-body > ul > li > div h4 {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: 500;
}
.section-page.papersmart section > ul > li > div h4 a,
.section-page.papersmart section > .container > ul > li > div h4 a,
.section-page.papersmart .panel-body > ul > li > div h4 a {
  font-weight: 500;
}
.section-page.papersmart section > ul > li > div:after,
.section-page.papersmart section > .container > ul > li > div:after,
.section-page.papersmart .panel-body > ul > li > div:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 10px;
}
.section-page.papersmart section > ul > li > div:before,
.section-page.papersmart section > .container > ul > li > div:before,
.section-page.papersmart .panel-body > ul > li > div:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #d8d8d8 transparent;
  position: absolute;
  top: 0;
  left: 10px;
}
.section-page.papersmart section > ul > li > div > p,
.section-page.papersmart section > .container > ul > li > div > p,
.section-page.papersmart .panel-body > ul > li > div > p {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 25px;
  line-height: 1.2;
}
.section-page.papersmart section > ul > li ul,
.section-page.papersmart section > .container > ul > li ul,
.section-page.papersmart .panel-body > ul > li ul {
  padding: 0;
  margin-bottom: -10px;
}
.section-page.papersmart section > ul > li ul > li,
.section-page.papersmart section > .container > ul > li ul > li,
.section-page.papersmart .panel-body > ul > li ul > li {
  display: inline-block;
  margin-right: 10px;
}
.section-page.papersmart section > ul > li ul > li a,
.section-page.papersmart section > .container > ul > li ul > li a,
.section-page.papersmart .panel-body > ul > li ul > li a {
  color: #5090cd;
}
.section-page.papersmart section > ul > li ul > li a:hover,
.section-page.papersmart section > .container > ul > li ul > li a:hover,
.section-page.papersmart .panel-body > ul > li ul > li a:hover {
  color: #295d8e;
  text-decoration: none;
}
.section-page.papersmart section > ul > li ul > li a:hover:before,
.section-page.papersmart section > .container > ul > li ul > li a:hover:before,
.section-page.papersmart .panel-body > ul > li ul > li a:hover:before {
  color: #609ad2;
}
.section-page.papersmart section > ul > li ul > li a:before,
.section-page.papersmart section > .container > ul > li ul > li a:before,
.section-page.papersmart .panel-body > ul > li ul > li a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f0f6';
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 19px;
  color: #88b3dd;
}
.section-page.papersmart section > ul.cols-3 > li,
.section-page.papersmart section > .container > ul.cols-3 > li,
.section-page.papersmart .panel-body > ul.cols-3 > li {
  width: 33.33%;
}
@media (max-width: 720px) {
  .section-page.papersmart section > ul.cols-3 > li,
  .section-page.papersmart section > .container > ul.cols-3 > li,
  .section-page.papersmart .panel-body > ul.cols-3 > li {
    width: 100%;
  }
}
.section-page.papersmart section > ul.cols-2 > li,
.section-page.papersmart section > .container > ul.cols-2 > li,
.section-page.papersmart .panel-body > ul.cols-2 > li {
  width: 50%;
}
@media (max-width: 720px) {
  .section-page.papersmart section > ul.cols-2 > li,
  .section-page.papersmart section > .container > ul.cols-2 > li,
  .section-page.papersmart .panel-body > ul.cols-2 > li {
    width: 100%;
  }
}
.section-page.papersmart section > ul.equal-height > li > div,
.section-page.papersmart section > .container > ul.equal-height > li > div,
.section-page.papersmart .panel-body > ul.equal-height > li > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-page.papersmart section {
  padding-bottom: 30px;
}
.section-page.papersmart.sub-titles .sub-title {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.4em;
  padding: 0 45px;
  line-height: 1.3;
  text-transform: none;
}
.section-page.papersmart.sub-titles .sub-title a {
  font-weight: 500;
}
.section-page.papersmart.sub-titles .sub-title a:hover,
.section-page.papersmart.sub-titles .sub-title a:focus,
.section-page.papersmart.sub-titles .sub-title a:active {
  text-decoration: none;
}
.section-page.papersmart .panel-body > ul {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.section-page.reports {
  margin-top: -35px;
}
.section-page.reports > section .title {
  font-weight: 600;
  margin: 55px 0 30px;
}
.section-page.reports > section:nth-child(2) .title {
  margin-top: 10px;
}
.section-page.reports .container > ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.section-page.reports .container > ul > li {
  padding: 10px 20px;
  width: 20%;
  border: #c4c4c4 1px solid;
  margin-top: -1px;
  margin-left: -1px;
}
.section-page.reports .container > ul > li > div p {
  font-weight: bold;
  color: #444444;
  margin: 0;
  text-align: left;
  line-height: 1.3;
}
.section-page.reports .container > ul > li > div ul {
  padding: 5px 0 0 0;
}
.section-page.reports .container > ul > li > div ul li {
  padding-bottom: 4px;
}
.section-page.reports .container > ul > li > div ul li a {
  display: block;
  font-size: 0.86em;
}
.section-page.reports .container > ul > li > div ul li a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f0f6';
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 19px;
  color: #88b3dd;
}
.section-page.full {
  padding: 0;
}
.section-page.full .gallery-container .gallery {
  padding: 2px 0 2px;
}
.section-page.no-padd {
  padding: 0;
}
.section-page.no-padd .icon-list {
  padding: 0;
  margin: 0;
}
.section-page.no-padd .icon-list li a i {
  color: #f55e6f;
  font-size: 50px;
}
.section-page.no-padd .icon-list li a i.icon-village-icon {
  font-size: 66px;
}
.section-page.no-padd .icon-list li a i.icon-village-icon:before {
  line-height: 50px;
}
.section-page.no-padd .icon-list li a strong {
  margin-left: 20px;
}
.section-page.simple-lists ul li {
  position: relative;
}
.section-page.simple-lists ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f111';
  color: #5090cd;
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 0;
}
.section-page.section-page-overlap {
  margin-top: -93.5px;
}
.section-page.section-page-overlap .article {
  margin-top: 93.5px;
  padding: 0;
}
.section-page.wide .event-categories ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.section-page.wide .event-categories ul > li {
  width: 33.33%;
  padding: 0 25px !important;
}
@media (max-width: 1366px) {
  .section-page.wide .event-categories ul > li {
    padding: 0 12.5px !important;
  }
}
@media (max-width: 1024px) {
  .section-page.wide .event-categories ul > li {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 25px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
main.page .happening-timeline {
  margin-bottom: -45px;
  position: relative;
}
main.page .happening-timeline:before {
  content: " ";
  display: block;
  width: 100%;
  height: 25px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.001) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.001) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
main.page .happening-timeline > .edge.l {
  left: 30px;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
main.page .happening-timeline > .edge.r {
  right: 30px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.introduction {
  font-size: 1.1em;
  padding: 0 0 0 25px;
  margin: 0 0 35px 0;
  max-width: 800px;
  border-left: #c4c4c4 5px solid;
  text-align: left !important;
}
.introduction p {
  text-align: left;
}
.introduction.margin-top {
  margin-top: 30px;
}
.table-issue-papers th {
  padding-left: 30px !important;
  color: #444444;
}
.table-issue-papers th em {
  font-weight: normal;
  display: block;
  font-size: 0.8em;
}
.table-issue-papers td {
  padding: 20px !important;
}
.table-issue-papers td > i {
  font-size: 3em;
  color: #444444;
}
.table-issue-papers td > .title {
  font-size: 1.3em;
  line-height: 1.3;
  margin: 0;
}
.table-issue-papers td > .title span {
  font-weight: bold;
  display: inline-block;
  font-size: 1.2em;
  color: #444444;
}
.table-issue-papers td > ol {
  padding: 0 25px 5px 35px;
  margin: 0;
}
.table-issue-papers td > ol > li {
  padding-top: 5px;
}
.table-issue-papers td > ol > li > p {
  font-weight: bold;
  color: #444444;
  margin-bottom: 0;
  text-align: left;
}
.table-issue-papers td > ol > li > ol {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.table-issue-papers td > ol > li > ol > li {
  display: inline-block;
}
.table-issue-papers td > ol > li > ol > li a {
  display: block;
  padding: 0 10px 0 0;
}
.pic-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pic-list li {
  width: 33.33%;
  float: left;
  padding: 0 1px 2px;
}
@media (max-width: 720px) {
  .pic-list li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .pic-list li {
    width: 100%;
  }
}
.pic-list li a {
  display: block;
  background-color: #919191;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.pic-list li a:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.pic-list li a:before {
  background-color: rgba(70, 70, 70, 0.6);
}
.pic-list li a:hover {
  background-color: #aaaaaa;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.pic-list li a:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.pic-list li a i {
  display: none;
}
.pic-list li a strong {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: 400;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 35px;
  line-height: 1.2;
  color: #fff;
  margin-top: -10px;
}
body.preparatory-process {
  overflow-x: hidden;
}
body.preparatory-process .heading.mini {
  margin-bottom: 0;
}
body.preparatory-process .section-page {
  padding: 0 0;
}
.pic-list {
  padding: 2px 2px;
  margin-left: 1px;
  margin-top: 0px;
  margin-bottom: 0;
  margin-right: -4px;
}
.pic-list li {
  width: 100%;
  float: none;
  padding: 2px;
  position: relative;
}
@media (max-width: 719px) {
  .pic-list li {
    margin-bottom: 2px;
    padding: 10px;
  }
}
.pic-list li:after {
  content: " ";
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
}
.pic-list li a {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: 52% auto;
  background-position: right center;
  background-color: #fff;
  -webkit-transition: background-size 0.6s, background-position 0.6s;
  -moz-transition: background-size 0.6s, background-position 0.6s;
  -ms-transition: background-size 0.6s, background-position 0.6s;
  /* IE10 is actually unprefixed */
  -o-transition: background-size 0.6s, background-position 0.6s;
  transition: background-size 0.6s, background-position 0.6s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.pic-list li a:before {
  content: "";
  display: block;
  padding-top: 10%;
}
@media (max-width: 1023px) {
  .pic-list li a {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .pic-list li a:before {
    content: "";
    display: block;
    padding-top: 13%;
  }
}
@media (max-width: 719px) {
  .pic-list li a {
    background-size: 100% auto;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .pic-list li a:before {
    content: "";
    display: block;
    padding-top: 22%;
  }
}
.pic-list li a strong {
  width: 50%;
  color: #181617;
  z-index: 2;
  font-size: 1.8em;
  margin-top: -20px;
  -webkit-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .pic-list li a strong {
    font-size: 1.4em;
    margin-top: -15px;
  }
}
@media (max-width: 719px) {
  .pic-list li a strong {
    width: 100%;
    background-color: #e9e9e9;
    position: static;
    font-size: 1.4em;
    padding: 10px;
  }
}
.pic-list li a:before {
  background: transparent;
  -webkit-transition: padding-top 0.6s;
  -o-transition: padding-top 0.6s;
  transition: padding-top 0.6s;
}
.pic-list li a:after {
  content: " ";
  background-color: #e9e9e9;
  border-right: #fff 4px solid;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
@media (max-width: 719px) {
  .pic-list li a:after {
    display: none;
  }
}
.pic-list li a:hover {
  background-size: 56% auto;
  background-position: 104% center;
}
@media (max-width: 719px) {
  .pic-list li a:hover {
    background-size: 102%;
  }
}
.pic-list li a:hover strong {
  color: #fff;
}
@media (max-width: 719px) {
  .pic-list li a:hover strong {
    color: #181617;
  }
}
.pic-list li a:hover:after {
  background-color: #fcb740;
}
.pic-list li a:hover,
.pic-list li a:active,
.pic-list li a:focus {
  text-decoration: none;
}
.pic-list li:nth-child(even) a {
  background-position: left center;
}
.pic-list li:nth-child(even) a strong {
  left: 50%;
}
@media (max-width: 719px) {
  .pic-list li:nth-child(even) a strong {
    left: 0;
  }
}
.pic-list li:nth-child(even) a:after {
  left: 50%;
  border-left: #fff 4px solid;
  border-right: none;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 719px) {
  .pic-list li:nth-child(even) a:after {
    left: 0;
  }
}
.pic-list li:nth-child(even) a:hover {
  background-size: 56% auto;
  background-position: -4% center;
}
@media (max-width: 719px) {
  .pic-list li:nth-child(even) a:hover {
    background-size: 102%;
    background-position: -2% center;
  }
}
.pic-list:hover li a {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pic-list:hover li:hover a {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
article.numeral {
  height: 100%;
  background-color: #f1f1f1;
  margin-top: 15px;
}
article.numeral > b {
  display: block;
  width: 110px;
  text-align: center;
  color: #fff;
  font-size: 100px;
  font-weight: normal;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 25px;
  color: #cbcbcb;
}
article.numeral > div {
  padding: 40px 45px 40px 96.25px;
  margin-left: 15px;
  height: 100%;
  position: relative;
}
article.numeral > div > * {
  margin: 0 0 20px 0;
  text-align: left;
}
article.numeral > div > *:last-child {
  margin-bottom: 0;
}
.align-center {
  text-align: center;
}
.align-center p {
  text-align: center;
}
#main.media-archive .pic-list li a:hover:after {
  background-color: #00af9a;
}
.gallery-container .gallery {
  padding: 0 0 55px;
}
.gallery-container header {
  text-align: center;
}
.gallery-container header .title {
  color: #181617;
  font-weight: 400;
}
.gallery-container header .title a {
  color: #181617;
  font-weight: 400;
}
.gallery {
  overflow: hidden;
}
.gallery .img {
  float: left;
}
.gallery .gal-col {
  display: block;
  float: left;
}
.gallery .gal-col .img {
  margin-bottom: 0 !important;
}
.gallery .gal-col.gal-col-6 {
  width: 50% !important;
}
@media (max-width: 1023px) {
  .gallery .gal-col.gal-col-6 {
    width: 100% !important;
  }
}
.gallery .gal-col.gal-col-4 {
  width: 33.33% !important;
}
.gallery .gal-col.gal-col-3 {
  width: 25% !important;
}
@media (max-width: 1023px) {
  .gallery .gal-col.gal-col-3 {
    width: 50% !important;
  }
}
.gallery.border {
  margin-left: -2px;
  margin-right: -2px;
}
.img {
  display: block;
  background-color: #777777;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img:hover {
  color: #fff;
}
.img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img.double-line .cap span {
  margin-top: -30px;
}
.img .cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.img .cap span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
  font-size: 1.3em;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .img .cap span {
    font-size: 1em;
    margin-top: -10px;
  }
}
.img:hover .cap {
  background-color: rgba(0, 0, 0, 0.5);
}
.img:hover .cap span {
  display: block;
}
.img.img-r {
  position: absolute;
  right: 0;
  top: 0;
}
.img.img-6 {
  width: 50% !important;
}
.img.img-4 {
  width: 33.33% !important;
}
.img.img-3 {
  width: 25% !important;
}
.img.img-portrait {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img.img-portrait:before {
  content: "";
  display: block;
  padding-top: 150%;
}
.img.img-landscape {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img.img-landscape:before {
  content: "";
  display: block;
  padding-top: 50.1%;
}
.img.img-landscape-lg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img.img-landscape-lg:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.img.img-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img.img-banner:before {
  content: "";
  display: block;
  padding-top: 15%;
}
.img.img-panoramic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img.img-panoramic:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.img.img-medium {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img.img-medium:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.img > b {
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.img > b.x {
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
}
.img > b.x.b {
  top: auto;
  bottom: 0;
}
.img > b.y {
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
}
.img > b.y.r {
  left: auto;
  right: 0;
}
.video .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.video .img:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.video .img:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e83a';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 66px;
  margin-top: -30px;
  margin-left: -30px;
}
.video .img:hover:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.video .img svg {
  fill: #fff;
  width: auto;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52.5px 0 0 -52.5px;
}
.video .img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video p {
  background-color: #181617;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}
.video.embeded .img:after {
  display: none;
}
#main.conference .img.img-r {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 680px;
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 3;
}
#main.conference .img.img-r:before {
  content: "";
  display: block;
  padding-top: 130%;
}
@media (min-width: 720px) {
  #main.conference .img.img-r {
    position: relative;
    width: 100%;
    overflow: hidden;
    position: absolute;
  }
  #main.conference .img.img-r:before {
    content: "";
    display: block;
    padding-top: 110%;
  }
}
@media (min-width: 1024px) {
  #main.conference .img.img-r {
    position: relative;
    width: 100%;
    overflow: hidden;
    position: absolute;
  }
  #main.conference .img.img-r:before {
    content: "";
    display: block;
    padding-top: 90%;
  }
}
@media (min-width: 1440px) {
  #main.conference .img.img-r {
    top: -220px;
    position: relative;
    width: 100%;
    overflow: hidden;
    position: absolute;
  }
  #main.conference .img.img-r:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
#main.error section {
  text-align: center;
  position: relative;
  padding: 55px 0 82.5px;
}
#main.error section > b {
  font-size: 300px;
  color: #cecece;
  line-height: 300px;
}
#main.error section h1 {
  font-weight: 700;
  font-size: 5em;
  text-transform: uppercase;
  margin: -82.5px 0 0 0;
  color: #3c3c3c;
}
#main.error section p {
  font-size: 1.4em;
  max-width: 600px;
  margin: 0 auto;
}
#main.error.under-construction section > b {
  line-height: 200px;
  font-size: 7em;
}
#main.error.under-construction section > b i {
  width: auto;
  line-height: 200px;
  height: 200px;
}
#main.error.under-construction section > b i:before {
  width: auto;
  line-height: 200px;
}
#main.error.under-construction section h1 {
  font-size: 3.5em;
  margin-top: 0;
  margin-bottom: 15px;
}
#main.error.under-construction section p {
  font-size: 1.2em;
}
ul.timeline-doc {
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.timeline-doc li {
  display: block;
  margin-bottom: 30px;
}
ul.timeline-doc li[title] {
  cursor: pointer;
}
ul.timeline-doc li > div {
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
}
ul.timeline-doc li > div * {
  margin: 0;
  height: 55px;
  line-height: 55px;
}
ul.timeline-doc li > div:first-child {
  border-bottom: #5090cd 2px solid;
  position: relative;
}
ul.timeline-doc li > div:first-child:after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -6px;
  background-color: #5090cd;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
ul.timeline-doc li > div.status.important > * {
  color: #fcb740 !important;
  font-size: 1.4em;
}
ul.timeline-doc li h3 {
  font-weight: bold;
  font-size: 1.2em;
  color: #181617;
}
ul.timeline-doc li h4 {
  font-size: 0.8em;
}
ul.timeline-doc li .timestamp {
  font-size: 0.8em;
}
@media screen {
  body.single-wish {
    background-color: #e9f2fd;
  }
  #modal-share-wish .modal-dialog {
    margin-top: 60px !important;
  }
  #modal-share-wish .modal-body .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    line-height: 45px;
    padding: 0;
    text-align: center;
  }
  #modal-share-wish .modal-body .btn i {
    font-size: 28px;
    display: inline-block;
    text-align: right;
    margin-left: 0;
  }
  #modal-share-wish .modal-body .btn i:before {
    width: 100%;
    margin: 0;
    text-align: right;
  }
  #modal-share-wish .modal-body .btn span {
    padding-left: 5px;
    display: inline-block;
    text-align: left;
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.single-wish {
    background-color: #e9f2fd;
  }
  body.single-wish #the-permalink {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 320px;
    margin-left: -160px;
    margin-top: -30px;
    display: none;
  }
  body.single-wish.viewing-link #main {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  body.single-wish.viewing-link #the-permalink {
    display: block;
  }
  article.wish {
    background-color: #e9f2fd;
    padding: 35px;
    text-align: center;
  }
  article.wish > input {
    display: none;
  }
  article.wish > h1 {
    display: none;
  }
  article.wish > div {
    display: none;
  }
  article.wish > section {
    text-align: center;
  }
  article.wish > section > div {
    display: block;
    vertical-align: bottom;
    margin: 0 5px 15px;
  }
  article.wish > section > div .btn {
    display: inline-block;
    margin-bottom: 3px;
    line-height: 40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 20px;
  }
  article.wish > section > div .btn i {
    font-size: 22px;
    margin: 0;
    vertical-align: middle;
  }
  article.wish > section > div .btn i:before {
    margin: 0;
  }
  article.wish > section > div .btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }
  article.wish > section > div .btn.btn-default span {
    display: none;
  }
  article.wish > footer .all {
    display: block;
    padding-top: 10px;
  }
  article.wish .img {
    max-width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  article.wish .img > img {
    width: 100%;
    height: auto;
  }
  article.wish .btn span {
    font-weight: normal;
  }
  article.wish .btn.btn-aqua {
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    font-weight: normal;
    padding: 10px 35px;
    font-size: 1.2em;
  }
  body.post-type-archive-wish {
    background-color: #e9f2fd;
  }
  body.post-type-archive-wish #footer {
    display: none;
  }
  #main.press.wishes {
    padding-bottom: 140px;
    background-color: #e9f2fd;
  }
  #main.press.wishes:before {
    display: none;
  }
  #main.press.wishes > .container > header {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 40px 0 30px;
    width: 100%;
    z-index: 99;
    text-align: center;
    background-image: -webkit-linear-gradient(top, rgba(233, 242, 253, 0.0001) 0%, #e9f2fd 20%);
    background-image: -o-linear-gradient(top, rgba(233, 242, 253, 0.0001) 0%, #e9f2fd 20%);
    background-image: linear-gradient(to bottom, rgba(233, 242, 253, 0.0001) 0%, #e9f2fd 20%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e9f2fd', endColorstr='#ffe9f2fd', GradientType=0);
  }
  #main.press.wishes > .container > header > * {
    width: 80%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  #main.press.wishes > .container > header h1 {
    display: none !important;
  }
  #main.press.wishes > .container > header h3 {
    color: #181617;
    padding-top: 30px;
  }
  #main.press.wishes > .container > header .btn {
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 10px 30px;
    width: auto;
    font-size: 1.3em;
  }
  #main.press.wishes ul {
    text-align: center;
    display: block;
    padding-top: 40px;
    overflow: hidden;
  }
  #main.press.wishes ul li {
    margin: 0;
    padding-bottom: 20px;
    display: inline-block;
    width: 25%;
    float: left;
  }
  #main.press.wishes ul li > div {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #main.press.wishes ul li > div article.wish {
    padding: 0;
  }
  #main.press.wishes ul li > div article.wish .img {
    margin-bottom: 10px;
  }
  #main.press.wishes ul li > div article.wish strong {
    display: none;
  }
  #main.press.wishes ul li > div article.wish > section > div {
    margin-bottom: 0;
  }
  body.single-wish .heading {
    display: none;
  }
  body.page-template-page-engagement .wishes {
    background-color: #e9f2fd;
    text-align: center;
  }
  body.page-template-page-engagement .wishes header {
    text-align: center;
    padding: 55px 0 30px;
  }
  body.page-template-page-engagement .wishes header > * {
    padding: 0 55px;
    max-width: 1024px;
    margin: 0 auto;
  }
  body.page-template-page-engagement .wishes > div ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1280px;
  }
  body.page-template-page-engagement .wishes > div ul > li {
    display: inline-block;
    width: 15%;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  body.page-template-page-engagement .wishes > div ul > li:nth-child(odd) {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  body.page-template-page-engagement .wishes > div ul > li > a {
    display: block;
  }
  body.page-template-page-engagement .wishes > div ul > li > a img {
    width: 100%;
    height: auto;
  }
  body.page-template-page-engagement .wishes > div ul > li > a p {
    display: none;
  }
  body.page-template-page-engagement .wishes > div > a {
    display: inline-block;
    padding: 20px 0 10px;
  }
  body.page-template-page-engagement .wishes > a {
    margin: 0 auto 35px;
    font-size: 1.3em;
    min-width: 240px;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}
@media screen and (max-width: 1024px) {
  article.wish > section > div .btn {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 720px) {
  article.wish > section > div .btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  article.wish > section > div .btn i {
    font-size: 20px;
  }
}
@media screen and (max-width: 720px) {
  article.wish > section > div .btn i {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  article.wish > section > div .btn span {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  article.wish > section > div .btn span {
    font-size: 11px;
  }
}
@media screen and (max-height: 804px) {
  article.wish .img {
    max-width: 500px;
  }
}
@media screen and (max-height: 690px) {
  article.wish .img {
    max-width: 400px;
  }
}
@media screen and (max-height: 590px) {
  article.wish .img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  article.wish .btn.btn-aqua {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1024px) {
  #main.press.wishes > .container > header p {
    font-size: 90%;
  }
}
@media screen and (max-width: 720px) {
  #main.press.wishes > .container > header p {
    font-size: 86%;
  }
}
@media screen and (max-width: 768px) {
  #main.press.wishes > .container > header p {
    font-size: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #main.press.wishes > .container > header h3 {
    font-size: 120%;
  }
}
@media screen and (max-width: 720px) {
  #main.press.wishes > .container > header h3 {
    font-size: 110%;
  }
}
@media screen and (max-width: 768px) {
  #main.press.wishes > .container > header h3 {
    font-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #main.press.wishes ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  #main.press.wishes ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  #main.press.wishes ul li {
    width: 50%;
  }
}
.pagination {
  text-align: center;
  padding: 0 0 20px 0;
  display: block;
  width: 100%;
}
.pagination > * {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  margin: 0 1px;
  font-size: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #181617;
}
.pagination > a {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination > a:hover {
  background-color: #181617;
  color: #fff;
  text-decoration: none;
}
.pagination > span {
  background-color: #181617;
  color: #fff;
}
.breadcrumbs {
  display: block !important;
  padding: 0 15px;
  margin: 0;
  list-style: none;
  background-color: #332e31;
  overflow: hidden;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 9 !important;
  height: 38px;
}
.breadcrumbs li {
  float: left;
  display: block;
  padding: 0 2px;
  line-height: 38px;
  color: #dbdbdb;
  font-weight: 400;
  font-size: 12px;
}
.breadcrumbs li a {
  color: #818181;
  font-weight: 400;
}
.breadcrumbs li a:hover,
.breadcrumbs li a:active,
.breadcrumbs li a:focus {
  color: #dbdbdb;
  text-decoration: none;
}
.breadcrumbs li i {
  color: #818181;
}
.breadcrumbs li strong {
  font-weight: 400;
}
@media screen {
  #main.toolkit {
    background-color: #fcedc8;
    color: #555555;
    padding-bottom: 0;
  }
  #main.toolkit.walk {
    background-color: #afcbe7;
  }
  #main.toolkit.walk #single > header {
    background-color: #c3d8ed;
  }
  #main.toolkit.walk #single:before,
  #main.toolkit.walk #single:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #main.toolkit.walk #single h2 {
    border-bottom-color: #7caad8;
  }
  #main.toolkit.walk #single > span {
    background-image: url(img/toolkit-walk-bg.jpg);
  }
  #main.toolkit.walk #single > div > div > * > ol > li > div {
    border-right-color: #8cb4dd;
    border-bottom-color: #8cb4dd;
  }
  #main.toolkit.walk #single > div > div > * > ol > li > div > b {
    background-color: #f88e9a;
  }
  #main.toolkit.uja {
    background-color: #e7e7e7;
    padding-bottom: 80px;
  }
  #main.toolkit.uja #single > header {
    background-color: #fff;
  }
  #main.toolkit.uja #single:before,
  #main.toolkit.uja #single:after {
    display: none;
  }
  #main.toolkit.uja #single h2 {
    border-bottom-color: #aaaaaa;
  }
  #main.toolkit.uja #single > span {
    background: transparent;
    display: none;
  }
  #main.toolkit.uja #single > div > div > * > ol > li > div {
    border-right-color: #c4c4c4;
    border-bottom-color: #c4c4c4;
  }
  #main.toolkit #single {
    padding-bottom: 35px;
  }
  #main.toolkit #single > i {
    display: none;
  }
  #main.toolkit #single .img {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #main.toolkit #single .img:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #main.toolkit #single .img.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #main.toolkit #single .img.banner:before {
    content: "";
    display: block;
    padding-top: 35%;
  }
  #main.toolkit #single:before {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 50%;
    content: " ";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 400px;
    background-image: url(img/toolkit-cloud-l.png);
  }
  #main.toolkit #single:after {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 50%;
    content: " ";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    max-width: 400px;
    left: auto;
    right: 0;
    background-image: url(img/toolkit-cloud-r.png);
  }
  #main.toolkit #single p.lead {
    text-align: center;
    font-size: 22px;
    max-width: 800px;
    margin: 20px auto 0;
    color: #181617;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
    font-weight: 400;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #main.toolkit #single > span {
    display: block;
    margin: 0 auto;
    width: 700px;
    height: 380px;
    background-image: url(img/toolkit-breakfast-bg.jpg);
    background-size: 100% 100%;
  }
  #main.toolkit #single p,
  #main.toolkit #single li,
  #main.toolkit #single .img {
    margin: 15px 0 0 0;
  }
  #main.toolkit #single p:first-child,
  #main.toolkit #single li:first-child,
  #main.toolkit #single .img:first-child {
    margin-top: 0;
  }
  #main.toolkit #single p,
  #main.toolkit #single li {
    font-size: 19px;
    font-weight: 300;
  }
  #main.toolkit #single ul,
  #main.toolkit #single ol,
  #main.toolkit #single p {
    margin-top: 15px;
  }
  #main.toolkit #single li p {
    margin: 0;
  }
  #main.toolkit #single h1 {
    margin: 0;
    font-size: 60px;
    color: #181617;
    line-height: 1;
  }
  #main.toolkit #single h1 b {
    display: block;
  }
  #main.toolkit #single h2,
  #main.toolkit #single h3,
  #main.toolkit #single h4,
  #main.toolkit #single h5 {
    font-weight: normal;
  }
  #main.toolkit #single h2 b,
  #main.toolkit #single h3 b,
  #main.toolkit #single h4 b,
  #main.toolkit #single h5 b {
    font-weight: bold;
  }
  #main.toolkit #single h2 {
    margin: 80px auto 35px !important;
    font-size: 38px;
    color: #181617;
    font-weight: 700;
    width: auto !important;
    margin: 45px 30px 30px !important;
    padding: 0 35px !important;
    float: none;
    clear: both;
    display: block;
    text-align: center !important;
    line-height: 1.4;
    border-bottom: #f9d47f 0px solid;
  }
  #main.toolkit #single h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    margin-top: 90px;
    padding-bottom: 0;
    color: #181617;
    font-size: 32px;
  }
  #main.toolkit #single h3 > i {
    color: #5090cd;
    font-size: 39px;
  }
  #main.toolkit #single > header {
    background-color: #fef8ea;
    position: relative;
    z-index: 2;
  }
  #main.toolkit #single > header > div {
    width: 92%;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
    max-width: 1280px;
    min-width: 310px;
  }
  #main.toolkit #single > header > div > * {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    text-align: left;
  }
  #main.toolkit #single > header > div > div {
    padding-left: 1%;
  }
  #main.toolkit #single > header > div > div .btn {
    margin-top: 15px;
    font-size: 18px;
  }
  #main.toolkit #single > header > div img {
    height: auto;
  }
  #main.toolkit #single > header > div p {
    max-width: 600px;
  }
  #main.toolkit #single > header.no-image > div > * {
    width: 98%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #main.toolkit #single > header.no-image > div p {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  #main.toolkit #single > div {
    width: 92%;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 310px;
    position: relative;
    z-index: 2;
  }
  #main.toolkit #single > div > div {
    overflow: hidden;
    margin: 0 -1%;
    text-align: center;
  }
  #main.toolkit #single > div > div > .img {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  #main.toolkit #single > div > div ul {
    list-style: none;
  }
  #main.toolkit #single > div > div ul > li {
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
  }
  #main.toolkit #single > div > div ul > li > i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 12px;
    color: #5090cd;
  }
  #main.toolkit #single > div > div > * {
    width: 98%;
    padding: 0 1%;
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  #main.toolkit #single > div > div > * > ol {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  #main.toolkit #single > div > div > * > ol > li {
    padding-top: 3px;
    margin: 20px 0 0 !important;
    width: 100%;
  }
  #main.toolkit #single > div > div > * > ol > li.span-6 {
    width: 50%;
  }
  #main.toolkit #single > div > div > * > ol > li.span-4 {
    width: 33.33%;
  }
  #main.toolkit #single > div > div > * > ol > li > div {
    background-color: #fff;
    border: #fade9c 0 solid;
    border-top: none;
    border-left: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 95px;
    padding-left: 75px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 10px;
    position: relative;
    height: 100%;
  }
  #main.toolkit #single > div > div > * > ol > li > div > b {
    display: block;
    width: 43.75px;
    height: 43.75px;
    line-height: 43.75px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align: center;
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    background-color: #fdca72;
    top: 25px;
    left: 15px;
    color: #181617;
    font-size: 22px;
  }
  #main.toolkit #single > div > div > * > ol > li > div > h4 {
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 0 0;
    color: #181617;
  }
  #main.toolkit #single > div > div > * > ol > li > div > p {
    font-size: 20px;
    color: #181617;
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 15px;
  }
  #main.toolkit #single > div > div > * > ol > li > div > p:nth-child(2) {
    margin-top: 0;
  }
  #main.toolkit #single > div > div > * > ol > li > div > p small {
    margin-top: 10px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #main.toolkit #single > div > div > * > ol > li > div > p img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: #d8d8d8 1px solid;
  }
  #main.toolkit #single > div > div > * > ol > li > div > ol {
    list-style: none;
    padding-left: 0;
  }
  #main.toolkit #single > div > div > * > ol > li > div > ol > li {
    position: relative;
    padding-left: 35px;
  }
  #main.toolkit #single > div > div > * > ol > li > div > ol > li > i {
    position: absolute;
    top: 0;
    left: 0;
    color: #78a9d8;
  }
  #main.toolkit #single > div > div > * > ol > li > div > ol > li > ol {
    list-style: none;
    padding-left: 0;
  }
  #main.toolkit #single > div > div > * > ol > li > div > ol > li > ol > li {
    position: relative;
    padding-left: 30px;
  }
  #main.toolkit #single > div > div > * > ol > li > div > ol > li > ol > li > i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #f67685;
    font-size: 12px;
  }
  #main.toolkit #single > div > div > * > ol ol {
    overflow: hidden;
  }
  #main.toolkit #single > div > div > * > ol ol li {
    overflow: hidden;
  }
  #main.toolkit #single > div > div > * > ol.cols-2 > li {
    width: 50%;
  }
  #main.toolkit #single > div > div > * > ol.cols-3 > li {
    width: 33.33%;
  }
  #main.toolkit #single > div > div > *.full-width {
    width: 96%;
  }
  #main.toolkit #single > div > div > ol {
    list-style: none;
  }
  #main.toolkit #single > div > div > ol > li {
    padding-left: 46px;
    position: relative;
    margin: 15px 0 0 0 !important;
  }
  #main.toolkit #single > div > div > ol > li > * {
    padding-right: 35px;
  }
  #main.toolkit #single > div > div > ol > li > b {
    display: block;
    width: 31.25px;
    height: 31.25px;
    line-height: 31.25px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #5090cd;
    color: #fff;
    text-align: center;
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 0;
  }
  #main.toolkit #single > div > div > ol > li > strong {
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #181617;
  }
  #main.toolkit #single > div > div > ol.cols-3 {
    overflow: hidden;
  }
  #main.toolkit #single > div > div > ol.cols-3 > li {
    width: 33.33%;
    float: left;
  }
  #main.toolkit #single > div > div > section:nth-child(2) h3 {
    margin-top: 35px;
  }
  #main.toolkit #single > div > div.cols > div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
  }
  #main.toolkit #single > div > div.cols > div.span-12 {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single p.lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single p.lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single p,
  #main.toolkit #single li,
  #main.toolkit #single .img {
    font-size: 16px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single p,
  #main.toolkit #single li,
  #main.toolkit #single .img {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single p,
  #main.toolkit #single li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single h2 {
    margin: 60px auto 15px !important;
    padding-bottom: 20px !important;
    font-size: 32px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single h3 {
    font-size: 27px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single h3 {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single h3 > i {
    font-size: 32px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single h3 > i {
    font-size: 22px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > header > div > * {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 719px) {
  #main.toolkit #single > header > div > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > header > div p {
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > div > div > .img {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single > div > div > * > ol > li.span-6 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single > div > div > * > ol > li.span-4 {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > div > div > * > ol > li > div {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > div > div > * > ol > li > div > b {
    position: static;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > div > div > * > ol > li > div > h4 {
    margin: 15px 0 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single > div > div > * > ol > li > div > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > div > div > * > ol > li > div > p {
    font-size: 17px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single > div > div > * > ol.cols-2 > li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main.toolkit #single > div > div > * > ol.cols-3 > li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > div > div > ol.cols-3 > li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 720px) {
  #main.toolkit #single > div > div.cols > div {
    width: 100%;
    display: block;
  }
}
@media print {
  @page {
    margin-left: 2cm;
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-right: 2cm;
  }
  body.page-template-page-toolkit > * {
    display: none;
  }
  body.page-template-page-toolkit > #main.toolkit {
    display: block;
  }
  body.page-template-page-toolkit > #main.toolkit > i {
    color: #000;
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin: 0 0 25px;
    display: block;
  }
  body.page-template-page-toolkit > #main.toolkit > i:before {
    width: 100%;
    display: block;
    margin: 0;
  }
  body.page-template-page-toolkit > #main.toolkit > header > div {
    text-align: center;
  }
  body.page-template-page-toolkit > #main.toolkit > header > div img {
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-page-toolkit > #main.toolkit h1 {
    text-align: center;
  }
  body.page-template-page-toolkit > #main.toolkit * {
    position: static !important;
  }
  body.page-template-page-toolkit > #main.toolkit p,
  body.page-template-page-toolkit > #main.toolkit li,
  body.page-template-page-toolkit > #main.toolkit div {
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
  }
  body.page-template-page-toolkit > #main.toolkit p,
  body.page-template-page-toolkit > #main.toolkit li {
    margin: 15px 0 0 0 !important;
  }
  body.page-template-page-toolkit > #main.toolkit li p {
    margin: 0;
  }
  body.page-template-page-toolkit > #main.toolkit > div > div ul > li [class^="icon-"]:before,
  body.page-template-page-toolkit > #main.toolkit > div > div ul > li [class*=" icon-"]:before {
    float: left;
    display: none;
  }
  body.page-template-page-toolkit > #main.toolkit > div > div > * > ol [class^="icon-"]:before,
  body.page-template-page-toolkit > #main.toolkit > div > div > * > ol [class*=" icon-"]:before {
    float: left;
    display: none;
  }
  body.page-template-page-toolkit > #main.toolkit > div > div > * > ol > li > div > b {
    float: left;
    font-size: 20px;
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 20px;
    display: inline-block;
    width: 30px;
    margin-top: -4px;
  }
  body.page-template-page-toolkit > #main.toolkit .img,
  body.page-template-page-toolkit > #main.toolkit button {
    display: none;
  }
}
#main.event > .container.has-embed aside,
#main.events > .container.has-embed aside {
  padding-top: 165px;
}
#main.event > .container .col-xs-3,
#main.events > .container .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
}
#main.event > .container aside,
#main.events > .container aside {
  padding-top: 4px;
  padding-bottom: 20px;
}
#main.event > .container aside .event-excerpt,
#main.events > .container aside .event-excerpt {
  margin-top: 20px;
}
#main.event > .container aside .event-excerpt .timeline-panel,
#main.events > .container aside .event-excerpt .timeline-panel {
  margin-right: 0;
}
#main.event > .container aside .event-excerpt .timeline-heading a,
#main.events > .container aside .event-excerpt .timeline-heading a {
  text-transform: none;
}
#main.event > .container aside .event-excerpt .timeline-heading a strong,
#main.events > .container aside .event-excerpt .timeline-heading a strong {
  color: #181617;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px 0;
  margin: 0 auto;
  width: 100%;
  width: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #181617;
  left: 0;
  margin-left: -1.5px;
  display: none;
}
.timeline > li {
  margin-top: 5px;
  margin-bottom: 5px;
  position: static;
  width: 100%;
  float: left;
  clear: left;
  padding-top: 0;
  -webkit-transition: 0.3s ease-out width;
  -o-transition: 0.3s ease-out width;
  transition: 0.3s ease-out width;
}
@media (min-width: 769px) {
  .timeline > li {
    width: 50%;
  }
}
@media (min-width: 721px) {
  .timeline > li {
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  .timeline > li {
    width: 25%;
  }
}
@media (min-width: 1281px) {
  .timeline > li {
    width: 20%;
  }
}
.timeline > li.cols-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .timeline > li.cols-2 {
    width: 50%;
  }
}
@media (min-width: 720px) {
  .timeline > li.cols-3 {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .timeline > li.cols-4 {
    width: 25%;
  }
}
.timeline > li.clearfix,
.timeline > li.dl-horizontal dd,
.timeline > li.container,
.timeline > li.container-fluid,
.timeline > li.row,
.timeline > li.form-horizontal .form-group,
.timeline > li.nav,
.timeline > li.panel-body,
.timeline > li.modal-header,
.timeline > li.modal-footer {
  margin-bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.timeline > li.new-day {
  display: block;
  float: left;
  position: relative;
  margin-top: 5px;
  width: 100%;
}
.timeline > li.new-day > span {
  position: absolute;
  top: -70px;
  left: 0;
  width: 1px;
  height: 1px;
}
.timeline > li.new-day .badge {
  background-color: #181617;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 0 20px;
  margin-left: 0;
  height: 100%;
  display: block;
  text-align: left;
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.timeline > li.event-excerpt table.table-organizations {
  border: 0;
}
.timeline > li.event-excerpt table.table-organizations tr th strong {
  display: inline;
  font-size: 1em;
}
.timeline > li.event-excerpt .timeline-panel > * > * {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  vertical-align: middle;
}
.timeline > li.event-excerpt .timeline-panel > * > *:first-child {
  margin-top: 0;
}
.timeline > li.event-excerpt .timeline-panel > * > *:first-child:before {
  display: none;
}
.timeline > li.event-excerpt .timeline-panel > * > *.title {
  display: block;
  font-size: 90%;
  max-width: 600px;
  text-transform: none;
  color: #181617;
  line-height: 1.2;
}
.timeline > li.event-excerpt .timeline-panel > * > time,
.timeline > li.event-excerpt .timeline-panel > * em,
.timeline > li.event-excerpt .timeline-panel > * address {
  line-height: 1.1;
}
.timeline > li.event-excerpt .timeline-panel > *.timeline-heading > * {
  margin-top: 2px;
}
.timeline > li.event-excerpt .timeline-panel div.description {
  margin-top: 0;
  overflow: hidden;
}
.timeline > li.event-excerpt .timeline-panel div.description > * {
  margin-top: 10px;
}
.timeline > li.event-excerpt .timeline-panel div.description > *:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .timeline > li.event-single {
    font-size: 113%;
  }
}
.timeline > li.event-single .timeline-heading time,
.timeline > li.event-single .timeline-heading em,
.timeline > li.event-single .timeline-heading address {
  font-size: 1.1em;
}
.timeline > li.event-single .timeline-heading em {
  display: none;
}
.timeline > li.event-single .timeline-heading address {
  margin-bottom: 5px !important;
}
.timeline > li.event-single .timeline-heading h1.title {
  text-transform: none;
  color: #181617;
}
@media (max-width: 721px) {
  .timeline > li.event-single .timeline-heading h1.title {
    font-size: 133%;
    line-height: 1.3em;
  }
}
.timeline > li.event-single .timeline-heading.has-embed {
  min-height: 307px;
  position: relative;
}
@media (max-width: 1025px) {
  .timeline > li.event-single .timeline-heading.has-embed {
    min-height: 0;
  }
}
.timeline > li.event-single .timeline-heading.has-embed aside {
  padding-bottom: 0 !important;
}
.timeline > li.event-single .timeline-heading.has-embed > div {
  position: relative;
}
.timeline > li.event-single .timeline-heading.has-embed > div > * {
  padding-right: 500px;
}
@media (max-width: 1025px) {
  .timeline > li.event-single .timeline-heading.has-embed > div > * {
    padding-right: 0;
  }
}
.timeline > li.event-single .timeline-heading.has-embed > div > *.unwebtv {
  padding-right: 0;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media (max-width: 1025px) {
  .timeline > li.event-single .timeline-heading.has-embed > div > *.unwebtv {
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.timeline > li.event-single .keywords {
  padding-top: 20px;
}
.timeline > li.event-single .keywords span:after {
  content: ",";
  display: inline;
}
.timeline > li.event-single .keywords span:last-child:after {
  content: ".";
}
.timeline > li.event-single .gallery ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
.timeline > li.event-single .gallery ul li {
  display: inline-block;
  width: 150px;
  margin: 0 15px 15px 0;
}
.timeline > li.event-single .gallery ul li a {
  display: block;
  background-color: #d5d5d5;
  padding: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.timeline > li.event-single .gallery ul li a img {
  width: 100%;
  height: auto;
}
.timeline > li.event-single .downloads {
  margin-top: 10px;
}
.timeline > li.event-single .downloads li a {
  position: relative;
}
.timeline > li.event-single .downloads li a i {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
}
.timeline .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-footer {
  padding: 20px;
  background-color: #f4f4f4;
}
.timeline .timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline-heading em {
  color: #1b181a;
  display: block;
}
.timeline-heading em a {
  color: #1b181a;
}
.timeline-heading address {
  color: #989898;
}
.timeline-heading strong {
  font-size: 1.1em;
  line-height: 1.2;
  word-wrap: break-word;
}
.timeline-heading strong small.badge {
  font-weight: bold;
}
.timeline-heading a.title {
  color: inherit;
}
.timeline-heading h1.title {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.8em;
  margin-top: 20px;
  padding-right: 120px;
}
.timeline-heading h1.title small.badge {
  font-size: 0.7em;
  font-weight: bold;
}
.timeline-heading .attending-badge {
  position: absolute;
  bottom: 2px;
  right: 7px;
  display: none !important;
}
.timeline-heading .attending-badge svg {
  width: 20px;
  height: 20px;
}
.timeline-heading .attending-badge.active {
  display: block !important;
}
.timeline-body {
  border-top: #ececec 1px solid;
  margin-top: 15px;
  padding-top: 0;
  min-width: 480px;
}
.timeline-body .unwebtv {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-body strong {
  color: #181617;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.timeline-body strong em {
  font-style: normal;
}
.timeline-body .description {
  text-align: justify;
  position: relative;
}
.timeline-body .description[data-readmore]:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.005) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.005) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.005) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01ffffff', endColorstr='#ffffffff', GradientType=0);
}
.timeline-body .description + [aria-controls="rmjs-1"] {
  font-weight: 600;
  display: block;
  padding-top: 30px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-top: -20px;
  z-index: 99;
  position: relative;
  line-height: 1.5;
}
.timeline-body .description + [aria-controls="rmjs-1"]:hover,
.timeline-body .description + [aria-controls="rmjs-1"]:active,
.timeline-body .description + [aria-controls="rmjs-1"]:focus {
  text-decoration: none;
}
.timeline-body .description[aria-expanded="true"]:after {
  display: none;
}
.timeline-body .description[aria-expanded="true"] + [aria-controls="rmjs-1"] {
  display: none;
}
.timeline-body .event-organizations {
  margin-top: 10px;
}
.timeline-body .event-organizations > div {
  margin-top: 15px;
}
.timeline-body .event-organizations strong {
  display: inline;
  margin-right: 4px;
}
.timeline-body .event-organizations ul {
  list-style: none;
  margin: 5px 0 15px 0;
  padding: 0;
  display: inline;
}
.timeline-body .event-organizations ul > li {
  display: inline;
  margin-right: 5px;
}
body.section-programme .heading.mini.micro {
  z-index: 0;
}
body.section-programme .embed {
  position: relative;
  z-index: 2;
  text-align: right;
}
body.section-programme .embed .container {
  position: relative;
}
body.section-programme .embed .container a,
body.section-programme .embed .container iframe {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 9;
}
body.section-programme .embed .container a {
  display: block;
  width: 100%;
}
body.section-programme .embed .container a > img {
  width: 100%;
  height: auto;
}
#main.events .timeline {
  padding-top: 30px;
}
#main.event > .container > .row > div:first-child {
  min-width: 564px;
}
#main.event .timeline {
  padding-left: 0;
}
#main.event .timeline:before {
  left: 5px;
}
#main.event .timeline > li {
  width: 100%;
  padding-bottom: 20px;
}
#main.event .timeline > li > .timeline-badge {
  margin-left: 5px;
  left: -19px;
}
#main.event .timeline > li .timeline-panel {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}
#main.event .timeline > li .timeline-panel > time {
  text-align: left;
  font-size: 1. em;
  margin-top: 0;
  margin-bottom: 0;
  top: -40px;
}
@media (min-width: 1024px) {
  #main.event .timeline > li .timeline-panel > time {
    top: -42px;
  }
}
@media (min-width: 1024px) {
  #main.event .timeline > li .timeline-panel > * {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#main.event .timeline > li.new-day {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
#main.event .timeline > li.new-day .badge {
  margin: 0;
}
#main.speakers > .container h1 {
  text-align: center;
  color: #181617;
  text-transform: uppercase;
}
#main.speakers > .container > section.speakers {
  padding-top: 15px;
  padding-bottom: 30px;
}
#main.speakers > .container > section.speakers > ul {
  border-top: #e2e2e2 2px solid;
  border-left: #e2e2e2 2px solid;
}
#main.speakers > .container > section.speakers > ul > li {
  padding: 0;
  width: 50%;
  margin-top: 0;
}
@media (min-width: 768px) {
  #main.speakers > .container > section.speakers > ul > li {
    width: 33.33%;
  }
}
@media (min-width: 720px) {
  #main.speakers > .container > section.speakers > ul > li {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  #main.speakers > .container > section.speakers > ul > li {
    width: 20%;
  }
}
#main.speakers > .container > section.speakers > ul > li article.speaker {
  border-top: none;
  border-left: none;
}
.timeline-panel {
  border: 2px solid #e2e2e2;
  position: relative;
  height: 100%;
  margin-right: 10px;
}
.timeline-panel .edit {
  float: right;
  color: #00af9a;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px;
}
.timeline-panel > * {
  padding: 10px 15px 0;
}
.timeline-panel > *:last-child {
  padding-bottom: 10px;
}
.timeline-panel > * > * {
  margin: 2px 0 0 0;
  display: block;
}
.timeline-panel > * > *.attachments {
  margin-top: 25px;
}
.timeline-panel > * > a {
  display: inline;
}
.timeline-panel .speakers {
  position: relative;
}
.timeline-panel .speakers > header {
  margin-top: 7px;
  margin-bottom: 14px;
}
.timeline-panel .speakers > .btn {
  position: absolute;
  top: 1px;
  right: 0;
  padding: 2px 3px;
  text-align: center;
  border-width: 2px;
  border-color: #e2e2e2;
}
.timeline-panel .speakers > .btn.prev {
  right: 39px;
}
.timeline-panel .speakers > .btn i {
  font-size: 22px;
}
.timeline-panel .speakers:after {
  content: " ";
  display: block;
  width: 2px;
  position: absolute;
  top: 1px;
  right: 0;
  height: 100%;
  background-color: #e2e2e2;
}
.timeline-panel .speakers.total-1 > .btn,
.timeline-panel .speakers.total-2 > .btn,
.timeline-panel .speakers.total-3 > .btn,
.timeline-panel .speakers.total-4 > .btn {
  display: none;
}
.timeline-panel .speakers.total-1:after,
.timeline-panel .speakers.total-2:after,
.timeline-panel .speakers.total-3:after,
.timeline-panel .speakers.total-4:after {
  display: none;
}
.timeline-panel .speakers.total-1 > div ul,
.timeline-panel .speakers.total-2 > div ul,
.timeline-panel .speakers.total-3 > div ul,
.timeline-panel .speakers.total-4 > div ul {
  border-right: #e2e2e2 2px solid;
}
.timeline-panel .speakers.total-3 > div ul > li {
  width: 33.33%;
}
.timeline-panel .speakers.total-2 > div ul > li {
  width: 50%;
}
.timeline-panel .speakers.total-1 > div ul > li {
  width: 100%;
}
.timeline-panel .speakers > div {
  overflow: auto;
  width: 100%;
  position: relative;
  border-left: #e2e2e2 2px solid;
}
.timeline-panel .speakers > div ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 2px 0;
  display: flex;
  flex-wrap: wrap;
}
.timeline-panel .speakers > div ul > li {
  width: 25%;
  float: left;
  margin-bottom: -2px;
}
.timeline-panel .speakers > div ul > li article.speaker {
  border-right: 0;
  border-left: 0;
  position: relative;
  background-color: #fff;
}
.timeline-panel .speakers > div ul > li article.speaker:after {
  content: " ";
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #e2e2e2;
}
.timeline-panel .speakers > div ul > li:first-child article.speaker {
  border-left: 0;
}
.timeline-panel .speakers > div ul > li:last-child article.speaker:after {
  display: none;
}
.timeline-panel > svg {
  fill: #5090cd;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0 !important;
}
.timeline-panel > time {
  position: absolute;
  top: -30px;
  left: 0;
  padding: 0 !important;
  font-weight: 400;
  width: 100%;
  text-align: left;
}
.timeline-badge {
  color: #fff;
  width: 19px;
  height: 19px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 3px;
  left: -29px;
  background-color: #181617;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge > a:hover {
  color: #000 !important;
}
section.speakers {
  margin-top: 20px;
}
section.speakers > ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
section.speakers > ul > li {
  padding: 0 10px;
  margin-top: 20px;
}
div.description > * {
  margin: 20px 0 0 0;
}
article.speaker {
  border: 2px solid #e2e2e2;
  text-align: center;
  padding: 20px;
  height: 100%;
}
article.speaker > a {
  display: block;
  color: inherit;
}
article.speaker > a:hover,
article.speaker > a:active,
article.speaker > a:focus {
  text-decoration: none;
}
article.speaker .img {
  width: 110px;
  height: 110px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
article.speaker .img img {
  display: none;
}
article.speaker img,
article.speaker strong,
article.speaker em,
article.speaker span,
article.speaker b {
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-top: 5px;
}
article.speaker .title {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #181617;
}
article.speaker em {
  color: #919191;
  font-weight: normal;
}
article.speaker span {
  font-size: 76%;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: bold;
}
article.speaker b {
  line-height: 1.1;
  font-weight: normal;
}
#main.speaker article.speaker {
  padding: 25px 30px;
}
#main.speaker article.speaker .speaker-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  #main.speaker article.speaker .speaker-card {
    flex-wrap: nowrap;
  }
}
#main.speaker article.speaker .speaker-card .picture {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  #main.speaker article.speaker .speaker-card .picture {
    width: 120px;
    margin-right: 20px;
  }
}
#main.speaker article.speaker .info {
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  #main.speaker article.speaker .info {
    text-align: left;
    width: auto;
  }
}
#main.speaker article.speaker .info .title {
  font-size: 20px;
}
@media (min-width: 1024px) {
  #main.speaker article.speaker .info .title {
    font-size: 26px;
  }
}
#main.speaker article.speaker .info em {
  font-size: 18px;
  line-height: 22px;
  margin-top: 4px;
}
#main.speaker article.speaker .info span {
  font-size: 16px;
  margin-top: 4px;
}
#main.speaker article.speaker .description {
  text-align: justify;
}
#main.speaker section.speakers {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main.speaker section.speakers > .container > .row > div:first-child {
  padding-right: 0;
}
table.table-organizations {
  margin-top: 20px;
  border-left: 0;
  border-right: 0;
}
table.table-organizations tbody {
  width: 100%;
  display: table;
}
table.table-organizations tr {
  border-bottom: 1px solid #e2e2e2;
  display: table;
  width: 100%;
}
table.table-organizations tr:first-child th {
  padding-top: 0;
}
table.table-organizations tr th {
  font-weight: normal;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 25px 0 10px 0;
  color: #181617;
  font-weight: bold;
  font-size: 1.1em;
}
table.table-organizations tr th strong {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
  color: #181617;
}
table.table-organizations tr td {
  padding: 5px 0;
}
table.table-organizations tr:nth-child(3) td {
  padding-top: 0;
}
html.no-js .day-selector {
  left: -60px;
}
.day-selector {
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.2s ease-in-out left;
  -o-transition: 0.2s ease-in-out left;
  transition: 0.2s ease-in-out left;
  background-color: #919191;
}
.day-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.day-selector ul li {
  display: block;
  float: left;
}
@media (max-height: 570px), (max-width: 768px) {
  .day-selector ul li {
    margin-bottom: 1px;
  }
}
.day-selector ul li a {
  color: #fff;
  display: block;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  padding: 10px 0;
  background-color: #919191;
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
@media (max-height: 660px), (max-width: 1024px) {
  .day-selector ul li a {
    width: 50px;
    height: 50px;
  }
}
@media (max-height: 570px), (max-width: 768px) {
  .day-selector ul li a {
    height: 40px;
    padding: 5px 0;
    width: 40px;
    margin-left: -5px;
  }
}
.day-selector ul li a small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
@media (max-height: 660px), (max-width: 1024px) {
  .day-selector ul li a small {
    margin-top: 0;
  }
}
@media (max-height: 570px), (max-width: 768px) {
  .day-selector ul li a small {
    font-size: 10px;
  }
}
.day-selector ul li a span {
  font-size: 22px;
}
@media (max-height: 660px), (max-width: 1024px) {
  .day-selector ul li a span {
    font-size: 20px;
  }
}
@media (max-height: 570px), (max-width: 768px) {
  .day-selector ul li a span {
    font-size: 18px;
  }
}
.day-selector ul li a:hover,
.day-selector ul li a:active,
.day-selector ul li a:focus,
.day-selector ul li a.active {
  text-decoration: none;
  margin-left: 0;
  background-color: #181617;
}
body.page-template-page-programme-categories .programme-dropdown {
  display: none !important;
}
.programme-bar {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #5090cd;
  position: relative;
}
.programme-bar.top-bar {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  top: -30px;
  -webkit-transition: 0.4s ease-out top;
  -o-transition: 0.4s ease-out top;
  transition: 0.4s ease-out top;
}
.programme-bar.top-bar .h3 > a {
  display: inline;
}
@media (max-width: 1024px) {
  .programme-bar.top-bar .h3 {
    display: none;
  }
}
.programme-bar.top-bar .container {
  width: 100%;
}
.programme-bar.top-bar .programme-dropdown {
  display: none;
}
.programme-bar .h3 {
  font-size: 18px;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0 10px 0 0;
}
.programme-bar .h3 > a {
  color: #fff;
  display: none;
}
.programme-bar .h3 > a:hover,
.programme-bar .h3 > a:focus,
.programme-bar .h3 > a:active {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.programme-bar .h3 small {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .programme-bar .h3 small {
    display: none;
  }
}
.programme-bar .h3 small a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.programme-bar .h3 small a:hover,
.programme-bar .h3 small a:focus,
.programme-bar .h3 small a:active {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.programme-bar nav {
  float: left;
}
.programme-bar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.programme-bar nav ul > li {
  display: block;
  float: left;
  line-height: 40px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 40px;
  margin: 0 1px;
  font-size: 14px;
}
.programme-bar nav ul > li a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.programme-bar nav ul > li a span {
  line-height: 40px;
  float: left;
}
@media (max-width: 1024px) {
  .programme-bar nav ul > li a span {
    display: none;
  }
}
.programme-bar nav ul > li a i {
  float: left;
  line-height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .programme-bar nav ul > li a i {
    margin-right: 0;
  }
}
.programme-bar nav ul > li a i img {
  width: 18px;
  height: auto;
  margin-top: -3px;
  fill: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.programme-bar nav ul > li a.active,
.programme-bar nav ul > li a:hover,
.programme-bar nav ul > li a:focus,
.programme-bar nav ul > li a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.programme-bar nav ul > li a.active img,
.programme-bar nav ul > li a:hover img,
.programme-bar nav ul > li a:focus img,
.programme-bar nav ul > li a:active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.programme-bar form {
  display: inline-block;
  float: right;
}
.programme-bar form > * {
  display: inline-block;
}
.programme-bar form input {
  background: transparent;
  border: 0;
  height: 24px;
  line-height: 24px;
  color: #fff;
  width: 140px;
  border-bottom: rgba(255, 255, 255, 0.7) 1px solid;
}
@media (max-width: 1024px) {
  .programme-bar form input {
    width: 100px;
    font-size: 14px;
  }
}
.programme-bar form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.programme-bar form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.programme-bar form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.programme-bar form input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.programme-bar form .btn {
  color: #fff;
  margin-left: 0;
  padding: 0;
  border: 0;
}
.programme-bar form .btn span {
  display: none;
}
body.topbar .programme-bar.top-bar {
  top: 0;
}
body.topbar .programme-bar.top-bar .programme-dropdown {
  display: block;
}
body.tax-event_category .programme-bar .h3 > a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f104';
}
#programme-head {
  background-color: #444b5d;
  color: #fff;
  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#programme-head > .container {
  width: 100%;
}
#programme-head > .container > a {
  display: block;
  padding: 25px 0;
  color: #fff;
  text-align: center;
}
#programme-head > .container > a:hover,
#programme-head > .container > a:focus,
#programme-head > .container > a:active {
  text-decoration: none;
}
@media (min-width: 720px) {
  #programme-head > .container > a {
    text-align: left;
  }
}
#programme-head > .container > a #logo {
  font-size: 38px;
  width: 150px;
  display: none;
  vertical-align: middle;
  margin-right: 0;
}
#programme-head > .container > a #logo:before {
  margin: 0;
  width: 100%;
}
@media (min-width: 720px) {
  #programme-head > .container > a #logo {
    display: inline-block;
    font-size: 48px;
    width: 161px;
    margin-right: 15px;
  }
}
#programme-head > .container > a .title {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: left;
}
#programme-head > .container > a .title small {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
  line-height: 1.3em;
}
@media (min-width: 720px) {
  #programme-head > .container > a .title {
    font-size: 26px;
  }
}
.main-programme-categories section {
  padding-bottom: 30px;
}
.programme-categories ul {
  list-style: none;
  margin: 0 -20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.programme-categories ul li {
  width: 50%;
}
@media (min-width: 768px) {
  .programme-categories ul li {
    width: 33.33%;
  }
}
@media (min-width: 720px) {
  .programme-categories ul li {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .programme-categories ul li {
    width: 20%;
  }
}
@media (min-width: 1280px) {
  .programme-categories ul li {
    width: 16.66%;
  }
}
.programme-categories ul li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: inherit;
  margin: 20px 0 0 0;
  width: 90%;
  background-color: #fff;
}
.programme-categories ul li a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.programme-categories ul li a svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.programme-categories ul li a h2 {
  border: 2px solid #e2e2e2;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}
.programme-categories ul li a h2 span {
  display: block;
  height: auto;
  width: 100%;
  padding: 0 20px;
}
.programme-categories ul li a:hover {
  background-color: #eee;
}
.programme-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0px;
  z-index: 100;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.programme-dropdown .programme-categories {
  width: 100%;
  overflow: auto;
}
.programme-dropdown .programme-categories ul {
  display: block;
  text-align: left;
  width: 2800px;
  padding: 10px 10px;
  margin: 0;
  overflow: hidden;
}
.programme-dropdown .programme-categories ul li {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
}
@media (min-width: 720px) {
  .programme-dropdown .programme-categories ul li {
    width: 110px;
  }
}
@media (min-width: 1024px) {
  .programme-dropdown .programme-categories ul li {
    width: 130px;
  }
}
.programme-dropdown .programme-categories ul li a {
  width: 100%;
  margin: 0;
  color: #181617;
}
.programme-dropdown .programme-categories ul li a h2 {
  font-size: 11px;
}
@media (min-width: 720px) {
  .programme-dropdown .programme-categories ul li a h2 {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .programme-dropdown .programme-categories ul li a h2 {
    font-size: 14px;
  }
}
.programme-dropdown .programme-categories ul li a h2 span {
  padding: 0 10px;
}
@media (min-width: 720px) {
  .programme-dropdown .programme-categories ul li a h2 span {
    padding: 0 15px;
  }
}
.programme-dropdown.hover {
  max-height: 160px;
}
.speaker-events header .title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 720px) {
  .speaker-events header .title {
    margin-top: 0;
  }
}
.speaker-events .timeline {
  padding: 0;
  padding-left: 0;
  margin-left: 0;
}
.speaker-events .timeline > li {
  width: 100%;
  float: none;
  clear: both;
}
.speaker-events .timeline > li.new-day {
  margin-top: 0;
}
.speaker-events .timeline > li.clearfix.the-last,
.speaker-events .timeline > li.dl-horizontal dd.the-last,
.speaker-events .timeline > li.container.the-last,
.speaker-events .timeline > li.container-fluid.the-last,
.speaker-events .timeline > li.row.the-last,
.speaker-events .timeline > li.form-horizontal .form-group.the-last,
.speaker-events .timeline > li.nav.the-last,
.speaker-events .timeline > li.panel-body.the-last,
.speaker-events .timeline > li.modal-header.the-last,
.speaker-events .timeline > li.modal-footer.the-last {
  margin-bottom: 0;
}
body.viewing {
  overflow: hidden;
}
body.viewing #view-panel {
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
body.viewing #block {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}
#view-panel {
  position: fixed;
  background-color: #fff;
  width: 90%;
  height: 100%;
  max-width: 960px;
  top: 0;
  right: -94%;
  z-index: 99;
  overflow: auto;
  -webkit-transition: 0.2s ease-in-out right;
  -o-transition: 0.2s ease-in-out right;
  transition: 0.2s ease-in-out right;
}
#view-panel #main.event {
  padding-top: 20px;
}
#view-panel #main.event .timeline > li.the-last {
  display: none;
}
.term-description {
  background-color: #5090cd;
  display: block;
}
.term-description > div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  overflow: hidden;
  text-align: left;
}
.term-description > div .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  padding-top: 20px;
  margin-top: 0;
}
.term-description > div .sub-title {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 25px;
}
.term-description > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.term-description > div .text {
  font-size: 86%;
}
.term-description > div .text p {
  margin: 0 0 10px;
}
.term-description > div .text a {
  display: inline-block;
  color: #fff;
  line-height: 20px;
}
.term-description > div .text a:hover {
  text-decoration: none;
}
.term-description > div .text .more {
  display: none;
}
body.tax-event_venue .term-description.has-embed > div > * {
  padding-left: 20px;
  margin-left: 0;
}
body.tax-event_venue .term-description.has-embed > div > *.embed {
  width: 100%;
  float: none;
  padding: 0 !important;
  max-width: 100%;
  margin: 0;
  text-align: center;
}
body.tax-event_venue .term-description.has-embed > div > *.embed > div {
  margin-right: 10px !important;
  margin-left: 10px !important;
  display: inline-block;
  padding-top: 0;
}
body.tax-event_venue .term-description.has-embed > div > *.embed > div iframe {
  width: auto !important;
  max-width: 480px !important;
  width: 480px !important;
  height: 270px !important;
}
body.tax-event_venue .term-description.has-embed > div > *.embed > div span {
  display: block;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.tax-event_venue .term-description.has-embed > div > *.embed > div:nth-child(2) {
  margin-right: 0 !important;
}
body.tax-event_venue .term-description.has-embed > div .title {
  text-align: center;
  max-width: 100% !important;
}
.att_count {
  display: inline-block !important;
  margin-top: 0 !important;
}
.att_count.empty {
  display: none !important;
}
.btn-attend {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 35px;
  font-weight: 700;
  top: 0;
  right: 0;
  margin: 0 5px 0 0 !important;
  position: relative;
  display: inline-block !important;
  margin-right: 5px;
}
.btn-attend span {
  font-size: 16px;
  font-weight: 800;
}
.btn-attend svg {
  fill: #c4c4c4;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.col-summary {
  margin-top: 15px;
}
.col-summary ul {
  display: flex;
  flex-wrap: wrap;
}
.col-summary ul li {
  width: 100%;
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}
.col-summary ul li a {
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 8px !important;
  font-size: 1.2em;
  max-width: 200px;
}
.col-summary ul li a img {
  width: 30px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}
.col-summary ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
html.no-js .timeline-panel .speakers > div ul > li {
  display: none;
}
html.no-js .timeline-panel .speakers > div ul > li:nth-child(1),
html.no-js .timeline-panel .speakers > div ul > li:nth-child(2),
html.no-js .timeline-panel .speakers > div ul > li:nth-child(3),
html.no-js .timeline-panel .speakers > div ul > li:nth-child(4) {
  display: block;
}
body.post-type-archive-village #main .modal-header .close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
body.single-village .heading .overlay span,
body.single-village .heading .overlay div {
  background-color: #f3465a;
}
.village-logo {
  text-align: center;
  color: inherit;
  display: block;
}
.village-logo:hover,
.village-logo:active,
.village-logo:focus {
  text-decoration: none;
  color: #181617;
  background: #fff !important;
}
.village-logo img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.village-logo .title {
  display: block;
  margin: 0 0 10px;
  font-size: 24px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 720px) {
  .village-logo .title {
    font-size: 18px !important;
  }
}
.village-logo .title strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}
@media (max-width: 720px) {
  .village-logo .title strong {
    display: block;
  }
}
.map-wrap {
  height: 560px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  position: relative;
}
.map-wrap .content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .map-wrap .content_wrap {
    width: 37.5%;
  }
}
@media (max-width: 720px) {
  .map-wrap .content_wrap {
    width: 46.25%;
  }
}
.map-wrap .panel {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0;
  height: 100%;
  background-color: #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.map-wrap .panel .btn-close {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  display: none;
}
.map-wrap .panel .btn-close i {
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  text-align: center;
}
.map-wrap .panel .btn-close i:before {
  margin: 0;
}
.map-wrap .panel .panel-title {
  text-transform: uppercase;
  text-align: center;
}
.map-wrap .panel .panel-body {
  padding: 0;
  height: 100%;
  overflow: auto;
}
.map-wrap .panel .panel-body .nav-pills {
  margin: 0;
  padding: 0;
}
.map-wrap .panel .panel-body .nav-pills > li {
  position: relative;
  border-bottom: #dddddd 1px solid;
  margin: 0;
}
.map-wrap .panel .panel-body .nav-pills > li.about {
  text-align: center;
  padding: 20px;
}
.map-wrap .panel .panel-body .nav-pills > li.about .btn {
  display: inline-block !important;
  padding: 5px 15px !important;
  font-size: 14px !important;
}
@media (max-width: 720px) {
  .map-wrap .panel .panel-body .nav-pills > li.about .btn {
    display: block !important;
  }
}
@media (max-width: 720px) {
  .map-wrap .panel .panel-body .nav-pills > li.about p {
    font-size: 12px;
  }
}
.map-wrap .panel .panel-body .nav-pills > li > a {
  border-radius: 0;
  padding: 0;
  min-height: 64px;
  color: inherit;
  background-color: #fff;
}
.map-wrap .panel .panel-body .nav-pills > li > a:hover {
  text-decoration: none;
}
.map-wrap .panel .panel-body .nav-pills > li > a .pin {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -22px;
}
@media (max-width: 1024px) {
  .map-wrap .panel .panel-body .nav-pills > li > a .pin {
    display: none;
  }
}
.map-wrap .panel .panel-body .nav-pills > li > a div {
  overflow: hidden;
  padding-left: 66px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .map-wrap .panel .panel-body .nav-pills > li > a div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.map-wrap .panel .panel-body .nav-pills > li > a div > * {
  margin: 0 0 0 0;
  display: block;
}
.map-wrap .panel .panel-body .nav-pills > li > a .title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #181617;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .map-wrap .panel .panel-body .nav-pills > li > a .title {
    font-size: 12px;
    white-space: normal;
    padding-bottom: 0;
  }
}
.map-wrap .panel .panel-body .nav-pills > li > a time i {
  font-size: 16px;
}
.map-wrap .panel .panel-body .nav-pills > li > a time i:before {
  margin-left: 0;
}
.map-wrap .panel .panel-body .nav-pills > li > a span,
.map-wrap .panel .panel-body .nav-pills > li > a strong,
.map-wrap .panel .panel-body .nav-pills > li > a time {
  font-size: 0.86em;
  line-height: 1.4;
}
.map-wrap .panel .panel-body .nav-pills > li > a span {
  line-height: 1.2;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map-wrap .panel .panel-body .nav-pills > li > a strong {
  font-weight: 400;
}
@media (max-width: 720px) {
  .map-wrap .panel .panel-body .nav-pills > li > a strong {
    font-size: 11px;
  }
}
.map-wrap .panel .panel-body .nav-pills > li > a:hover {
  background-color: #dfebf6;
}
.map-wrap [class*="lbl"] {
  text-transform: uppercase;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
  font-weight: 700;
}
.map-wrap [class*="lbl"].hidden {
  display: none !important;
}
#map {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  #map {
    width: 62.5%;
  }
}
@media (max-width: 720px) {
  #map {
    width: 53.75%;
  }
}
#map.hide-lbl [class*="lbl"] {
  display: none !important;
}
.pin {
  width: 36px;
  height: 44px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.pin.pin-breakfast {
  background-image: url(img/pin-breakfast.png);
}
.pin.pin-conference {
  background-image: url(img/pin-conference.png);
}
.pin.pin-village {
  background-image: url(img/pin-village.png);
}
.pin.pin-exhibition {
  background-image: url(img/pin-exhibition.png);
}
.pin.pin-walk {
  background-image: url(img/pin-walk.png);
}
.pin.pin-media {
  background-image: url(img/pin-media.png);
}
.gm-style-iw {
  text-align: center;
}
.gm-style-iw a {
  color: #f3465a;
}
.gm-style-iw .title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
@media (max-width: 1024px) {
  .gm-style-iw .title {
    font-size: 0.8em;
  }
}
.gm-style-iw time {
  display: inline-block;
  margin: 0 3px 3px 0;
  text-transform: none;
}
.gm-style-iw .location {
  display: block;
  margin: 0 0 3px 3px;
  text-transform: none;
}
.gm-style-iw .tagline {
  display: block;
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 15px !important;
}
.gm-style-iw hr {
  margin: 6px 0 10px;
}
.gm-style-iw .btn {
  margin-bottom: 0;
  clear: both;
}
.gm-style-iw .cnt {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  text-transform: none;
}
.gm-style-iw .cnt > * {
  margin: 0 0 3px 0;
}
@media (max-width: 1024px) {
  .gm-style-iw .cnt p {
    display: none;
  }
}
.gm-style-iw .cnt.has-thumb {
  text-align: left;
}
.gm-style-iw .cnt.has-thumb .tagline {
  text-align: center;
}
.gm-style-iw .cnt.has-thumb .thumb {
  margin: 0 15px 15px 0;
  display: block;
  width: 40%;
  height: auto;
  float: left;
}
@media (max-width: 1024px) {
  .gm-style-iw .cnt.has-thumb .thumb {
    width: 100%;
    float: none;
  }
}
article.village {
  display: block;
  text-align: center;
  padding: 30px;
  margin: 30px auto;
  border: #dddddd 2px solid;
  max-width: 800px;
}
@media (max-width: 720px) {
  article.village {
    border: none;
  }
}
article.village > * {
  margin: 20px 0 0 0;
}
article.village header .title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  display: block !important;
}
@media (max-width: 720px) {
  article.village header .title {
    font-size: 20px;
  }
}
article.village header em {
  font-size: 1.2em;
}
@media (max-width: 720px) {
  article.village header em {
    font-size: 1em;
  }
}
article.village header h2 {
  font-size: 22px;
}
article.village .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
article.village #map {
  display: block;
  height: 200px;
  position: relative;
  width: 100%;
}
article.village .gallery > a {
  display: inline-block;
  width: 32%;
  margin-bottom: 20px;
}
article.village .gallery > a img {
  max-width: 90%;
  height: auto;
}
article.village .activities ul li h3 {
  margin-bottom: 5px;
}
article.village .activities ul li p.project {
  display: none;
}
#view-panel article.village {
  margin-top: 60px;
}
@media (max-width: 720px) {
  #view-panel article.village {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  #infowindow-content {
    max-height: 300px;
  }
}
#modal-village-about .modal-body {
  padding: 0 30px 30px;
}
#modal-village-about .modal-body ul {
  display: block;
  float: none;
  width: 100%;
}
#modal-village-about .modal-body p {
  display: block;
  width: 100%;
}
#modal-village-about .modal-body h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 720px) {
  #modal-village-about .modal-body h3 {
    text-align: left;
  }
}
#modal-village-activities .modal-body {
  padding: 0 30px 15px;
}
#modal-village-activities .modal-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modal-village-activities .modal-body ul li {
  width: 100%;
}
.activities ul {
  display: block;
  float: none;
  width: 100%;
  list-style: none;
  padding: 0;
}
.activities ul li {
  padding: 25px;
  border: #dddddd 2px solid;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
  text-align: left;
}
.activities ul li h3 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.activities ul li h3 svg {
  fill: #f3465a;
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.activities ul li p {
  margin: 0 0 5px;
}
.activities ul li p span {
  display: block;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
}
.activities ul li p em {
  display: block;
  color: #9d9d9d;
}
.activities ul li p a {
  color: #f3465a;
}
.activities ul li p a svg {
  fill: #f3465a;
  width: 16px;
  height: auto;
}
#main .modal-form {
  margin: 35px auto;
}
#main .modal-header .close {
  display: none;
}
.modal-form .modal-header {
  text-align: center;
}
.modal-form .modal-header .modal-title {
  color: #181617;
  text-transform: uppercase;
}
.modal-form .modal-body {
  padding: 25px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.modal-form .modal-body > p {
  padding: 0 40px 20px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.modal-form .modal-body .form-group {
  width: 100%;
  padding: 0 15px 10px;
}
.modal-form .modal-body .form-group.cols-3 {
  width: 25%;
}
@media (max-width: 1024px) {
  .modal-form .modal-body .form-group.cols-3 {
    width: 50%;
  }
}
.modal-form .modal-body .form-group.cols-4 {
  width: 33.33%;
}
@media (max-width: 1024px) {
  .modal-form .modal-body .form-group.cols-4 {
    width: 100%;
  }
}
.modal-form .modal-body .form-group.cols-6 {
  width: 50%;
}
@media (max-width: 1024px) {
  .modal-form .modal-body .form-group.cols-6 {
    width: 100%;
  }
}
.modal-form .modal-body .form-group.type-checkbox {
  padding-bottom: 0;
}
.modal-form .modal-body .form-group.type-checkbox .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 30px;
  float: left;
  margin: 0;
}
.modal-form .modal-body .form-group.type-checkbox label {
  line-height: 40px;
  margin-bottom: 0;
}
.modal-form .modal-body .form-group.type-checkbox.has-error label {
  border-bottom: #f3465a 2px solid;
}
.modal-form .modal-footer {
  text-align: center;
  padding: 20px;
}
.modal-form .modal-footer .remember_partner {
  display: block;
  font-weight: normal;
  padding-bottom: 10px;
}
.modal-form .modal-footer .btn {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 10px 15px;
}
.modal-form .modal-footer .btn:first-child {
  margin-top: 0;
}
.modal-form .modal-footer a:not(.btn) {
  display: inline-block;
  padding: 0 0 0 10px;
  padding-top: 15px;
}
.modal-form .modal-footer a:not(.btn):after {
  content: "|";
  margin-left: 10px;
}
.modal-form .modal-footer a:not(.btn):last-child:after {
  display: none;
}
.modal-form .modal-footer a:not(.btn):hover,
.modal-form .modal-footer a:not(.btn):active,
.modal-form .modal-footer a:not(.btn):focus {
  text-decoration: none;
}
#login-form {
  max-width: 513px;
  margin: 35px auto;
}
#login-form .modal-header {
  display: none;
}
#forgot-form,
#password-form {
  max-width: 513px;
  margin: 35px auto;
}
#register-form {
  max-width: 768px;
  margin: 35px auto;
}
#commit-form .modal-footer {
  padding: 20px;
}
.dropzone {
  margin-top: -15px;
}
.dropzone .file {
  display: inline-block;
  padding: 15px;
  background-color: #f5f5f5;
  border: 2px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 230px;
  margin: 20px 20px 15px 0;
  text-align: center;
  color: #181617;
  position: relative;
}
.dropzone .file span {
  position: absolute;
  bottom: -15px;
  right: -15px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #c2c2c2;
  color: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0;
  cursor: pointer;
}
.dropzone .file span:hover {
  background-color: #f67685;
}
.dropzone .file span i {
  margin: 0;
  font-size: 20px;
  line-height: 35px;
}
.dropzone .file > i {
  font-size: 40px;
  color: #cccccc;
}
.dropzone .file img {
  max-width: 170px;
  height: auto;
}
.dropzone .file b {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.dropzone .file em {
  display: block;
  color: #777777;
  font-size: 0.86em;
}
.dropzone .file.new {
  background-color: #f6f6f6;
  border: #e2e2e2 2px dashed;
}
.dropzone .file.new i {
  color: #a0a0a0;
}
.form-group.is-autocomplete {
  position: relative;
}
.form-group.is-autocomplete.binded .form-control-select {
  display: none;
}
.form-group.is-autocomplete .form-control {
  z-index: 1;
  position: relative;
}
.form-group.is-autocomplete textarea {
  max-width: 100%;
}
.form-group.is-autocomplete .suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 1px;
  visibility: hidden;
  background-color: #eeeeee;
  overflow: auto;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
}
.form-group.is-autocomplete .suggestions li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 15px;
  cursor: pointer;
  display: none;
}
.form-group.is-autocomplete .suggestions li.hover {
  background-color: #5090cd;
  color: #fff;
}
.form-group.is-autocomplete .suggestions li.active {
  display: block;
}
.form-group.is-autocomplete.focus .suggestions {
  max-height: 195px;
  visibility: visible;
}
.form-group.is-autocomplete.focus .suggestions li.active {
  display: block;
}
.form-group.is-autocomplete.has-foot .suggestions {
  margin-top: -30px;
}
.form-group.type-date_time.binded input.timestamp {
  display: none;
}
body.wp-admin.loading #publishing-action .spinner {
  visibility: visible;
}
body.wp-admin .form-group {
  margin-top: 15px;
}
body.wp-admin .form-group > label {
  display: block;
  font-weight: bold;
}
body.wp-admin .form-group .form-control {
  display: block;
  width: 100%;
}
body.wp-admin .form-group .form-control[type="checkbox"] {
  display: inline-block;
  width: 20px;
}
body.wp-admin .form-group pre {
  font-family: inherit;
  margin: 0;
  font-size: 86%;
  color: #aaaaaa;
}
body.wp-admin .form-group.type-checkbox > label {
  display: inline-block;
}
.icon-list {
  list-style: none;
  padding: 20px 0;
  margin: 0 -10px -40px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .icon-list {
    margin-bottom: 0;
  }
}
.icon-list.no-margin li {
  margin-bottom: 0;
}
.icon-list.no-margin li a,
.icon-list.no-margin li .a {
  margin: 0;
  border-right-width: 0;
}
.icon-list.no-margin li:last-child a {
  border-right-width: 2px;
}
.icon-list.cols-6 li {
  width: 100%;
}
@media (min-width: 720px) {
  .icon-list.cols-6 li {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .icon-list.cols-6 li {
    width: 16.66%;
  }
}
.icon-list.cols-4 li {
  width: 100%;
}
@media (min-width: 720px) {
  .icon-list.cols-4 li {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .icon-list.cols-4 li {
    width: 25%;
  }
}
.icon-list.padd-y {
  margin-bottom: -35px;
}
.icon-list.padd-y li {
  margin-bottom: 35px;
}
.icon-list li {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .icon-list li {
    width: 33.33%;
  }
}
.icon-list li a,
.icon-list li .a {
  display: block;
  border: #e7e7e7 2px solid;
  margin: 0 10px;
  padding: 0;
  height: 100%;
  position: relative;
  min-height: 82.5px;
  display: flex;
  align-items: center;
}
.icon-list li a i,
.icon-list li .a i {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  height: 50px;
  width: 40px;
  margin: 0 20px 0 10px;
  vertical-align: middle;
}
.icon-list li a i.icon-village-icon,
.icon-list li .a i.icon-village-icon {
  font-size: 48px;
}
.icon-list li a i.icon-village-icon:before,
.icon-list li .a i.icon-village-icon:before {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 0;
}
.icon-list li a strong,
.icon-list li .a strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0 1%;
  text-align: left;
}
.icon-list li a strong small,
.icon-list li .a strong small {
  display: block;
  font-size: 0.66em;
}
.icon-list li a:hover {
  text-decoration: none;
  background-color: #ececec;
}
.icon-list li a:hover i {
  color: #2f6ca6;
}
.icon-list li .a {
  border: none;
}
.icon-list.mini {
  margin: 0 -10px;
}
.icon-list.mini li a,
.icon-list.mini li .a {
  padding: 0;
  margin: 0 10px;
}
.icon-list.mini li a i,
.icon-list.mini li .a i {
  display: block;
  width: auto;
  font-size: 38px;
}
.icon-list.mini li a strong,
.icon-list.mini li .a strong {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 20px 20px;
  line-height: 1.2;
  font-size: 1em;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 30px;
}
.flex-row [class^="flex-col-"] {
  width: 33.33%;
}
@media (max-width: 1125.4px) {
  .flex-row [class^="flex-col-"] {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.flex-row [class^="flex-col-"] > div {
  margin: 0 25px;
}
.flex-row.flex-row-numerals {
  margin-bottom: 55px;
  margin-top: 20px;
}
.flex-row.flex-row-center {
  align-items: center;
}
.the-roadmap {
  overflow: auto;
  background: url("img/the-roadmap/info_bg.png") bottom repeat-x;
  background-color: #9FCCEC;
}
.the-roadmap .info-content a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.the-roadmap .info-content a {
  display: block;
}
.the-roadmap .base {
  width: 1200px;
  margin: 0 auto;
}
.the-roadmap .clouds {
  background: url("img/the-roadmap/clouds.png") center 360px no-repeat;
}
.the-roadmap .dashed {
  background: url("img/the-roadmap/dashed.png") center 1545px no-repeat;
}
.the-roadmap .lines {
  background: url("img/the-roadmap/path.png") center 415px no-repeat;
}
.the-roadmap .info-content {
  height: 4590px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
.ui-helper-hidden-accessible {
  display: none;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 0px solid #c5c5c5;
}
.ui-widget-content {
  border: 0 solid #dddddd;
  background: #181617;
  color: #fff;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.slider-wrap {
  padding: 0 2%;
  background-color: #c4c4c4;
  position: relative;
}
.ui-slider {
  position: relative;
  text-align: left;
  background-color: #fff;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #181617;
  border: none;
}
.ui-slider .ui-slider-handle:after {
  width: 17px;
  height: 17px;
  background-color: #181617;
  content: " ";
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 4px;
  top: 17px;
  position: relative;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #c4c4c4;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 25px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 0;
  margin-left: -12.5px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
body.page-template-page-media-engagement,
body.page-template-page-news-media,
body.blog,
body.events,
body.section-media,
body.post-type-archive-post,
body.single-post,
body.post-type-archive-news,
body.single-news,
body.post-type-archive-clipping,
body.single-clipping,
body.post-type-archive-press,
body.single-press,
body.category,
body.post-type-archive-happening,
body.single-happening,
body.tax-happening_category,
body.tax-clipping_publication,
body.page-template-page-happening_category,
body.page-template-page-engagement,
body.page-template-page-toolkits,
body.page-template-page-events {
  background-color: #eeeeee;
}
body.page-template-page-media-engagement #wrap,
body.page-template-page-news-media #wrap,
body.blog #wrap,
body.events #wrap,
body.section-media #wrap,
body.post-type-archive-post #wrap,
body.single-post #wrap,
body.post-type-archive-news #wrap,
body.single-news #wrap,
body.post-type-archive-clipping #wrap,
body.single-clipping #wrap,
body.post-type-archive-press #wrap,
body.single-press #wrap,
body.category #wrap,
body.post-type-archive-happening #wrap,
body.single-happening #wrap,
body.tax-happening_category #wrap,
body.tax-clipping_publication #wrap,
body.page-template-page-happening_category #wrap,
body.page-template-page-engagement #wrap,
body.page-template-page-toolkits #wrap,
body.page-template-page-events #wrap,
body.page-template-page-media-engagement #main,
body.page-template-page-news-media #main,
body.blog #main,
body.events #main,
body.section-media #main,
body.post-type-archive-post #main,
body.single-post #main,
body.post-type-archive-news #main,
body.single-news #main,
body.post-type-archive-clipping #main,
body.single-clipping #main,
body.post-type-archive-press #main,
body.single-press #main,
body.category #main,
body.post-type-archive-happening #main,
body.single-happening #main,
body.tax-happening_category #main,
body.tax-clipping_publication #main,
body.page-template-page-happening_category #main,
body.page-template-page-engagement #main,
body.page-template-page-toolkits #main,
body.page-template-page-events #main {
  background-color: #eeeeee;
}
body.page-template-page-media-engagement .pagination > *,
body.page-template-page-news-media .pagination > *,
body.blog .pagination > *,
body.events .pagination > *,
body.section-media .pagination > *,
body.post-type-archive-post .pagination > *,
body.single-post .pagination > *,
body.post-type-archive-news .pagination > *,
body.single-news .pagination > *,
body.post-type-archive-clipping .pagination > *,
body.single-clipping .pagination > *,
body.post-type-archive-press .pagination > *,
body.single-press .pagination > *,
body.category .pagination > *,
body.post-type-archive-happening .pagination > *,
body.single-happening .pagination > *,
body.tax-happening_category .pagination > *,
body.tax-clipping_publication .pagination > *,
body.page-template-page-happening_category .pagination > *,
body.page-template-page-engagement .pagination > *,
body.page-template-page-toolkits .pagination > *,
body.page-template-page-events .pagination > * {
  background-color: #eeeeee;
}
body.page-template-page-media-engagement .pagination > *:hover,
body.page-template-page-news-media .pagination > *:hover,
body.blog .pagination > *:hover,
body.events .pagination > *:hover,
body.section-media .pagination > *:hover,
body.post-type-archive-post .pagination > *:hover,
body.single-post .pagination > *:hover,
body.post-type-archive-news .pagination > *:hover,
body.single-news .pagination > *:hover,
body.post-type-archive-clipping .pagination > *:hover,
body.single-clipping .pagination > *:hover,
body.post-type-archive-press .pagination > *:hover,
body.single-press .pagination > *:hover,
body.category .pagination > *:hover,
body.post-type-archive-happening .pagination > *:hover,
body.single-happening .pagination > *:hover,
body.tax-happening_category .pagination > *:hover,
body.tax-clipping_publication .pagination > *:hover,
body.page-template-page-happening_category .pagination > *:hover,
body.page-template-page-engagement .pagination > *:hover,
body.page-template-page-toolkits .pagination > *:hover,
body.page-template-page-events .pagination > *:hover {
  background-color: #181617;
  color: #fff;
}
body.page-template-page-media-engagement .pagination > span,
body.page-template-page-news-media .pagination > span,
body.blog .pagination > span,
body.events .pagination > span,
body.section-media .pagination > span,
body.post-type-archive-post .pagination > span,
body.single-post .pagination > span,
body.post-type-archive-news .pagination > span,
body.single-news .pagination > span,
body.post-type-archive-clipping .pagination > span,
body.single-clipping .pagination > span,
body.post-type-archive-press .pagination > span,
body.single-press .pagination > span,
body.category .pagination > span,
body.post-type-archive-happening .pagination > span,
body.single-happening .pagination > span,
body.tax-happening_category .pagination > span,
body.tax-clipping_publication .pagination > span,
body.page-template-page-happening_category .pagination > span,
body.page-template-page-engagement .pagination > span,
body.page-template-page-toolkits .pagination > span,
body.page-template-page-events .pagination > span {
  background-color: #181617;
}
body.blog .heading .container .row > * {
  width: 100%;
  text-align: center;
}
#main.media .main-body {
  z-index: 2;
}
#main.media .main-body .banner.overlap-top {
  margin-top: -110px;
}
#main.media > .container section .title {
  margin: 15px 0 20px 0;
  font-weight: 400;
}
#main.media > .container section .title a {
  color: #181617;
}
#main.media > .container section .title a:hover {
  color: #5090cd;
  text-decoration: none;
}
#main.media > .container section:first-child {
  margin-top: 30px;
}
#main.media > .container section:last-child {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  #main.media > .container > .row > div {
    padding: 0;
  }
}
#main.media.archive .container section.overlap-top {
  position: relative;
  z-index: 2;
  margin-top: -82.5px;
}
#main.media.archive .articles article.mini-thumbs {
  width: 20%;
}
@media (max-width: 1280px) {
  #main.media.archive .articles article.mini-thumbs {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  #main.media.archive .articles article.mini-thumbs {
    width: 33.33%;
  }
}
@media (max-width: 720px) {
  #main.media.archive .articles article.mini-thumbs {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #main.media.archive .articles article.mini-thumbs {
    width: 100%;
  }
}
#main.media.single .heading {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 55px;
}
#main.media.single .heading.micro {
  height: auto;
}
#main.media.single .heading.micro .body .container .row {
  padding-top: 20px !important;
}
#main.media.single > .container {
  position: relative;
  z-index: 3;
  margin-top: -55px;
}
#main.media.single > .container section {
  overflow: hidden;
}
#main.media.single > .container section:first-child {
  margin-top: 0;
}
#main.media.single > .container section aside {
  margin-top: 110px;
}
#main.media.single > .container section aside > header {
  display: none;
}
#main.media.single > .container section aside .articles article {
  width: 100%;
}
#main.media.single > .container section aside.banner {
  margin-top: 0;
}
ul.articles {
  list-style: none;
  padding: 0;
  margin-bottom: -20px;
}
ul.articles article.happening {
  padding-right: 0;
  position: relative;
  min-height: 90px;
}
ul.articles article.happening > em {
  width: 82.5px;
  position: absolute;
  top: 0;
  left: 0;
}
ul.articles article.happening > div {
  width: 100%;
  padding-left: 93.5px;
}
ul.articles article.happening > div > div > header > * {
  font-size: 1.1em;
}
ul.articles li {
  width: 100%;
}
ul.articles li:last-child article {
  border-bottom: none;
}
@media (max-width: 1023px) {
  body.page-template-page-news-media .articles article.mini-thumbs {
    width: 25%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-news-media .articles article.mini-thumbs {
    width: 50%;
  }
}
.articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px 0;
}
@media (min-width: 1366px) {
  .articles {
    margin: 0 -10px 0;
  }
}
.articles > .btn {
  margin: 0 auto;
  min-width: 320px;
}
.articles article {
  width: 50%;
  margin-bottom: 15px;
}
@media (min-width: 1366px) {
  .articles article {
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .articles article {
    width: 50%;
  }
}
@media (max-width: 719px) {
  .articles article {
    width: 100%;
  }
}
.articles article > div {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin: 0 7.5px 0;
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1366px) {
  .articles article > div {
    margin: 0 10px 0;
  }
}
.articles article > div > .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 30%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 10px 0 10px -10px;
}
.articles article > div > .img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.articles article > div > .img img {
  width: 100%;
  height: auto;
  display: none;
}
.articles article > div h1,
.articles article > div h2,
.articles article > div h3,
.articles article > div h4,
.articles article > div h5,
.articles article > div h6,
.articles article > div .h1,
.articles article > div .h2,
.articles article > div .h3,
.articles article > div .h4,
.articles article > div .h5,
.articles article > div .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
@media (min-width: 1366px) {
  .articles article > div h1,
  .articles article > div h2,
  .articles article > div h3,
  .articles article > div h4,
  .articles article > div h5,
  .articles article > div h6,
  .articles article > div .h1,
  .articles article > div .h2,
  .articles article > div .h3,
  .articles article > div .h4,
  .articles article > div .h5,
  .articles article > div .h6 {
    font-size: 1.1em;
  }
}
.articles article > div h1 a,
.articles article > div h2 a,
.articles article > div h3 a,
.articles article > div h4 a,
.articles article > div h5 a,
.articles article > div h6 a,
.articles article > div .h1 a,
.articles article > div .h2 a,
.articles article > div .h3 a,
.articles article > div .h4 a,
.articles article > div .h5 a,
.articles article > div .h6 a {
  color: #181617;
}
.articles article > div h1 a:hover,
.articles article > div h2 a:hover,
.articles article > div h3 a:hover,
.articles article > div h4 a:hover,
.articles article > div h5 a:hover,
.articles article > div h6 a:hover,
.articles article > div .h1 a:hover,
.articles article > div .h2 a:hover,
.articles article > div .h3 a:hover,
.articles article > div .h4 a:hover,
.articles article > div .h5 a:hover,
.articles article > div .h6 a:hover {
  color: #5090cd;
}
.articles article > div iframe,
.articles article > div img {
  max-width: 100%;
  height: auto;
}
.articles article > div > div {
  width: 70%;
}
.articles article > div > div > * {
  margin: 0 0 15px 0;
  padding: 0 15px;
}
@media (min-width: 1366px) {
  .articles article > div > div > * {
    padding: 0 20px;
  }
}
.articles article > div > div > *:first-child {
  margin-top: 20px;
}
.articles article > div > div > * > *:not('.row') {
  margin: 0 0 15px 0;
}
.articles article > div > div p.meta {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
}
.articles article.no-thumb > div > div {
  width: 100%;
}
.articles article.top-banner > div > .img {
  width: 100%;
  min-height: 0;
  margin-bottom: 5px;
}
.articles article.top-banner > div > div {
  width: 100%;
}
.articles article.mini-thumbs {
  width: 25%;
}
@media (max-width: 1023px) {
  .articles article.mini-thumbs {
    width: 50%;
  }
}
.articles article.mini-thumbs > div {
  display: block;
}
.articles article.mini-thumbs > div > .img {
  width: 100%;
  min-height: 0;
  margin: 0;
}
.articles article.mini-thumbs > div > div {
  width: 100%;
  overflow: hidden;
}
.articles article.mini-thumbs > div > div > p {
  line-height: 20px;
  max-height: 100px;
  overflow: hidden;
}
.articles article.happening {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-right: 0;
  border-bottom: #d3d3d3 1px solid;
}
.articles article.happening > em {
  font-style: normal;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 20%;
  font-size: 0.8em;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-top: -5px;
  max-width: 100px;
}
.articles article.happening > em time {
  display: block;
  font-weight: 500;
  font-size: 1.2em;
}
.articles article.happening > em time:first-child {
  font-size: 1.7em;
}
.articles article.happening > div {
  width: 75%;
  padding-left: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.articles article.happening > div h1,
.articles article.happening > div h2,
.articles article.happening > div h3,
.articles article.happening > div h4,
.articles article.happening > div h5,
.articles article.happening > div h6,
.articles article.happening > div .h1,
.articles article.happening > div .h2,
.articles article.happening > div .h3,
.articles article.happening > div .h4,
.articles article.happening > div .h5,
.articles article.happening > div .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
.articles article.happening > div a {
  color: #181617;
}
.articles article.happening > div > div {
  width: 100%;
}
.articles article.happening > div > div * {
  margin-bottom: 5px;
  padding-left: 0;
  display: block;
}
.articles article.happening > div > div *:first-child {
  margin-top: 0;
}
.articles article.happening > div > div *:last-child {
  margin-bottom: 0;
}
.articles article.happening > div > div > a {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  display: block;
  color: #919191;
}
.articles article.happening > div > div > p {
  font-size: 0.86em;
}
.articles article.happening > div > div > span {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #919191;
}
.articles article.happening > div > div > em {
  color: #919191;
  font-size: 0.86em;
}
.articles article.happening.has-thumb > div > div {
  width: 80%;
}
.articles article.happening.has-thumb > div .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 20%;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
}
.articles article.happening.has-thumb > div .img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.articles article.happening:last-child {
  border-bottom: none;
}
.articles.cols-1 article {
  width: 100%;
}
.articles.no-box article {
  margin-bottom: 20px;
}
.articles.no-box article:last-child > div {
  border-bottom: none;
}
.articles.no-box article > div {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 20px;
}
.articles.no-box article > div > div > * {
  padding: 0;
}
.articles.no-box article > div > div > *:first-child {
  margin-top: 0;
}
.articles.no-box article > div > div > *:last-child {
  margin-bottom: 0;
}
.articles.no-box.mini-thumbs article > div {
  border-bottom: none;
}
.articles.no-box.mini-thumbs article > div header {
  padding-top: 10px;
}
.articles.cols-3 article {
  width: 33.33%;
}
@media (max-width: 1023px) {
  .articles.cols-3 article {
    width: 50%;
  }
}
@media (max-width: 719px) {
  .articles.cols-3 article {
    width: 100%;
  }
}
.articles.articles-events {
  max-width: 960px;
}
.articles.articles-blog {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.articles.single {
  z-index: 2;
}
.articles.single .container {
  width: 100% !important;
  padding: 0;
}
.articles.single .container .row {
  margin: 0 !important;
}
.articles.single .container .row > div {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.articles.single .section-page {
  padding: 0 !important;
}
.articles.single article > div {
  height: auto;
}
.articles.single article > div .h1,
.articles.single article > div h1 {
  font-size: 2.5em;
  margin-bottom: 0;
  color: #181617;
}
.articles.single article > div .img {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  background: transparent !important;
  padding: 0;
}
.articles.single article > div .img:before {
  display: none;
}
.articles.single article > div .img img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}
.articles.single article > div > div {
  width: 100%;
}
.articles.single article > div > div > header {
  padding: 20px 55px 10px;
}
@media (max-width: 1023px) {
  .articles.single article > div > div > header {
    padding: 20px 30px 10px;
  }
}
@media (max-width: 767px) {
  .articles.single article > div > div > header {
    padding: 20px 15px 10px;
  }
}
.articles.single article > div > div > header p.meta {
  margin-top: 15px;
  font-size: 1.1em;
  margin-bottom: 0;
}
.articles.single article > div > div > div {
  padding: 0 55px 35px;
}
@media (max-width: 1023px) {
  .articles.single article > div > div > div {
    padding: 0 30px 25px;
  }
}
@media (max-width: 767px) {
  .articles.single article > div > div > div {
    padding: 0 15px 25px;
  }
}
.articles.single article > div > div > div strong,
.articles.single article > div > div > div h1,
.articles.single article > div > div > div h2,
.articles.single article > div > div > div h3,
.articles.single article > div > div > div h4,
.articles.single article > div > div > div h5,
.articles.single article > div > div > div h6,
.articles.single article > div > div > div .h1,
.articles.single article > div > div > div .h2,
.articles.single article > div > div > div .h3,
.articles.single article > div > div > div .h4,
.articles.single article > div > div > div .h5,
.articles.single article > div > div > div .h6 {
  color: #181617;
}
.articles.single article.article-press > div > div > header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.articles.single.on-ajax article {
  margin-bottom: 0;
}
.articles.single.on-ajax article > div > div > div {
  margin-bottom: 0;
}
.media-kits ul {
  list-style: none;
  padding: 0;
}
.media-kits > ul {
  margin-bottom: -20px;
}
.media-kits > ul > li {
  clear: both;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .media-kits > ul > li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 567px) {
  .media-kits > ul > li {
    display: block;
    width: 100%;
  }
}
.media-kits > ul > li > div,
.media-kits > ul > li > a > div {
  position: relative;
}
.media-kits > ul > li > div > span,
.media-kits > ul > li > a > div > span {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg);
  display: inline-block;
  float: left;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.media-kits > ul > li > div > span:before,
.media-kits > ul > li > a > div > span:before {
  content: "";
  display: block;
  padding-top: 140%;
}
@media (max-width: 1023px) {
  .media-kits > ul > li > div > span,
  .media-kits > ul > li > a > div > span {
    width: 70px;
  }
}
@media (max-width: 719px) {
  .media-kits > ul > li > div > span,
  .media-kits > ul > li > a > div > span {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .media-kits > ul > li > div > span,
  .media-kits > ul > li > a > div > span {
    width: 40px;
  }
}
.media-kits > ul > li > div > span:last-child,
.media-kits > ul > li > a > div > span:last-child {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 20px;
}
.media-kits > ul > li > div > span.sq,
.media-kits > ul > li > a > div > span.sq {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 100px;
}
.media-kits > ul > li > div > span.sq:before,
.media-kits > ul > li > a > div > span.sq:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (max-width: 1023px) {
  .media-kits > ul > li > div > span.sq,
  .media-kits > ul > li > a > div > span.sq {
    width: 70px;
  }
}
@media (max-width: 719px) {
  .media-kits > ul > li > div > span.sq,
  .media-kits > ul > li > a > div > span.sq {
    width: 60px;
  }
}
.media-kits > ul > li > div > span.sq:last-child,
.media-kits > ul > li > a > div > span.sq:last-child {
  position: absolute;
}
@media (max-width: 767px) {
  .media-kits > ul > li > div:last-child,
  .media-kits > ul > li > a > div:last-child {
    padding-left: 100px;
    padding-right: 20px;
  }
}
.media-kits > ul > li > div:first-child,
.media-kits > ul > li > a > div:first-child {
  padding-right: 45px;
}
@media (max-width: 767px) {
  .media-kits > ul > li > div:first-child,
  .media-kits > ul > li > a > div:first-child {
    float: left;
    padding-right: 0;
  }
}
.media-kits > ul > li > div > ul li a,
.media-kits > ul > li > a > div > ul li a {
  display: block;
}
.media-kits > ul > li > div > ul li a:before,
.media-kits > ul > li > a > div > ul li a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e84a';
  margin-right: 10px;
}
.media-kits > ul > li strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 719px) {
  .media-kits > ul > li strong {
    font-size: 1em;
  }
}
.media-kits > ul > li:hover > div > span,
.media-kits > ul > li:hover > a > div > span {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
.media-kits > ul > li:hover > div > span:last-child,
.media-kits > ul > li:hover > a > div > span:last-child {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  transform: rotate(9deg);
  left: 35px;
}
.media-kits.full > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 55px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.media-kits.full > ul > li {
  width: 50%;
  align-items: center;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  .media-kits.full > ul > li {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .media-kits.full > ul > li {
    width: 100%;
  }
}
.media-kits.full > ul > li strong {
  font-size: 1.7em;
}
@media (max-width: 1023px) {
  .media-kits.full > ul > li strong {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .media-kits.full > ul > li strong {
    font-size: 1.2em;
  }
}
.media-kits.full > ul > li > div > span {
  width: 130px;
}
@media (min-width: 719px) {
  .media-kits.full > ul > li > div > span {
    width: 90px;
  }
}
@media (min-width: 1023px) {
  .media-kits.full > ul > li > div > span {
    width: 130px;
  }
}
@media (min-width: 1279px) {
  .media-kits.full > ul > li > div > span {
    width: 160px;
  }
}
.media-kits.full > ul > li > div:first-child {
  padding-right: 55px;
}
.media-kits.full > ul > li > div:last-child {
  padding-right: 30px;
}
.media-kits.full-link {
  overflow: hidden;
  padding: 30px 30px 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .media-kits.full-link {
    max-width: 960px;
  }
}
.media-kits.full-link > ul {
  margin: 30px -30px 0;
  text-align: center;
}
.media-kits.full-link > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 60px;
  width: 300px;
}
@media (max-width: 1439px) {
  .media-kits.full-link > ul > li {
    width: 240px;
    padding-bottom: 40px;
  }
}
.media-kits.full-link > ul > li > a {
  display: block;
}
.media-kits.full-link > ul > li > a:hover,
.media-kits.full-link > ul > li > a:active,
.media-kits.full-link > ul > li > a:focus {
  text-decoration: none;
}
.media-kits.full-link > ul > li > a > div {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.media-kits.full-link > ul > li > a > div > span {
  width: 160px;
  box-shadow: 1px 1px 0px 0px #dddddd, 2px 2px 0px 0px #ececec, 3px 3px 0px 0px #dddddd, 4px 4px 0px 0px #ececec, 5px 5px 0px 0px #dddddd, 6px 6px 0px 0px #ececec;
}
@media (max-width: 1439px) {
  .media-kits.full-link > ul > li > a > div > span {
    width: 120px;
  }
}
.media-kits.full-link > ul > li > a > div > strong {
  font-weight: 500;
}
.media-kits.full-link > ul > li > a > div:last-child {
  padding-left: 0;
}
.media-kits.full-link > ul > li > a > div:first-child {
  padding-right: 0;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  float: none;
}
@media (max-width: 1439px) {
  .media-kits.full-link > ul > li > a > div:first-child {
    width: 155px;
  }
}
.media-kits.full-link > ul > li > a > div:first-child:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
body.post-type-archive-clipping #main.media > .container section:first-child {
  margin-top: 30px;
}
#clipping-filters {
  display: flex;
  background-color: #d8d8d8;
  justify-content: center;
  padding: 20px 0;
}
#clipping-filters .container > * {
  padding: 0;
  width: 50%;
  max-width: 300px;
}
#clipping-filters .container .form-group {
  margin-bottom: 0;
}
#clipping-filters .container .form-group label {
  display: none;
}
#clipping-filters .container .form-group .dep {
  display: none;
}
#clipping-filters .container .form-group .dep .form-group {
  display: none;
}
#clipping-filters .container .form-group .dep .form-group label {
  display: none;
}
#clipping-filters .container .form-group .dep .form-group.active {
  display: block;
}
#clipping-filters .container .form-group.selecting {
  width: 100%;
  max-width: 600px;
}
#clipping-filters .container .form-group.selecting .dep {
  display: block;
  padding-left: 10px;
}
#clipping-filters .container .form-group.selecting > .form-control,
#clipping-filters .container .form-group.selecting .dep {
  width: 50%;
  float: left;
}
body.page-template-page-happening_category blockquote,
body.single-happening blockquote {
  padding: 45px 40px 35px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
body.page-template-page-happening_category blockquote > *,
body.single-happening blockquote > * {
  margin: 0 0 20px;
  text-align: center;
}
body.page-template-page-happening_category blockquote > *.btn,
body.single-happening blockquote > *.btn {
  display: block;
  margin-bottom: 0;
  width: 100%;
  float: left;
  font-size: 0.86em;
  padding: 15px;
}
body.page-template-page-happening_category blockquote img,
body.single-happening blockquote img {
  width: 100%;
  height: auto;
}
body.page-template-page-happening_category blockquote h3,
body.single-happening blockquote h3 {
  font-family: "Arial Narrow", Arial, sans-serif;
}
body.page-template-page-happening_category blockquote > p,
body.single-happening blockquote > p {
  font-size: 0.86em;
  line-height: 1.4;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
}
body.single-happening #main.media.single > .container section aside {
  margin-top: 85px;
}
@media (max-width: 767px) {
  body.single-happening #main.media.single > .container section aside {
    margin-top: 20px;
  }
}
body.single-happening .heading .title span img {
  max-height: 190px;
}
body.on-iframe .heading .title span img {
  max-height: 150px;
}
body.on-iframe #wrap:after {
  display: none;
}
body.on-iframe .breadcrumbs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 35px;
  height: 35px;
  overflow: hidden;
  display: none !important;
}
body.on-iframe #wrap {
  padding-top: 0;
}
body.urban-breakfasts blockquote {
  background-color: #fff9ea;
}
body.urban-walks blockquote {
  background-color: #c3d8ee;
}
body.urban-journalism-academy {
  background-color: #ececec;
}
body.urban-journalism-academy #wrap,
body.urban-journalism-academy #main {
  background-color: #ececec;
}
body.urban-journalism-academy blockquote {
  background-color: #fff;
}
body.page-template-page-engagement #register-form {
  max-width: 100%;
}
body.page-template-page-engagement .modal-form .modal-body .form-group.cols-6 {
  width: 25%;
}
body.page-template-page-engagement .event-categories ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body.page-template-page-engagement .event-categories ul > li {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-engagement .event-categories ul > li > a {
  margin: 0 10px;
}
body.page-template-page-engagement .event-categories ul > li > a > img {
  width: 90%;
  max-width: 263px;
}
body.page-template-page-engagement .event-categories ul > li.bgimage > a {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.page-template-page-engagement .event-categories ul > li.bgimage > a strong {
  padding: 120px 20px;
  display: block;
  width: 100%;
  background-color: rgba(24, 22, 23, 0.5);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(24, 22, 23, 0.5);
}
body.page-template-page-engagement .event-categories ul > li.bgimage > a:hover strong {
  background-color: rgba(24, 22, 23, 0.3);
}
body.page-template-page-engagement .subtitle {
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 1.3em;
  display: none;
}
body.page-template-page-engagement .section-page {
  padding-bottom: 30px;
  padding-top: 30px;
}
body.page-template-page-engagement .col-boxes section {
  text-align: center;
  margin-bottom: 25px;
  padding: 40px 40px 35px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
}
body.page-template-page-engagement .col-boxes section > * {
  display: inline-block;
  vertical-align: middle;
}
body.page-template-page-engagement .col-boxes section.citizens {
  padding: 0;
}
body.page-template-page-engagement .col-boxes section.citizens .img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
}
body.page-template-page-engagement .col-boxes section.citizens .img:before {
  content: "";
  display: block;
  padding-top: 25%;
}
body.page-template-page-engagement .col-boxes section.citizens > div {
  padding: 5px 40px 20px;
}
body.page-template-page-engagement .col-boxes section img {
  width: 80%;
  max-width: 200px;
  margin-bottom: 30px;
}
body.page-template-page-engagement .col-boxes section > div {
  text-align: center;
}
body.page-template-page-engagement .col-boxes section > div .header {
  padding: 0;
}
body.page-template-page-engagement .col-boxes section > div .title {
  text-align: center;
  padding: 0 0 15px;
  margin: 0;
  font-size: 1.4em;
  line-height: 1.3;
}
body.page-template-page-engagement .col-boxes section > div .title a {
  color: #181617;
}
body.page-template-page-engagement .col-boxes section > div p {
  font-size: 0.86em;
}
body.page-template-page-engagement .article {
  padding: 20px 0 0 0;
}
body.page-template-page-engagement .articles {
  background-color: #fff;
  padding: 35px 40px 10px;
  margin: 0;
}
body.page-template-page-engagement .articles article.happening {
  width: 100%;
}
body.post-type-archive-wish .heading {
  display: none;
}
body.search #wrap {
  padding-top: 55px;
}
#search-results {
  padding-bottom: 35px;
}
#search-results blockquote {
  padding: 0;
  overflow: hidden;
  margin-top: 30px;
}
#search-results blockquote p {
  line-height: 40px;
}
#search-results .pagination {
  text-align: left;
  padding-top: 35px;
}
#search-results .pagination > * {
  text-align: center;
}
#search-results .search-form {
  padding: 20px;
  text-align: center;
  float: none;
  margin: 0;
}
#search-results .search-form > div {
  display: block;
  position: relative;
}
#search-results .search-form > div input {
  padding: 0 10px;
  line-height: 45px;
  height: 45px;
  font-size: 1em;
  width: 100%;
}
#search-results .search-form > div button {
  background-color: #181617;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 0;
  color: #fff;
  font-size: 0.76em;
  position: absolute;
  top: 0;
  right: 0;
}
#search-results .search-form > div button span {
  display: none;
}
#search-results .search-form > fieldset label {
  display: inline-block;
  padding: 15px 10px 0;
}
#search-results .search-form > fieldset label input {
  float: left;
  margin: 8px 10px 0 0;
}
#search-results .search-form > fieldset label input:checked + span {
  font-weight: bold;
  color: #181617;
}
#search-results .search-form > fieldset label span {
  font-weight: normal;
  font-size: 0.86em;
  color: #777777;
}
#search-results ul {
  list-style: none;
  padding: 0;
}
#search-results ul > li {
  padding-top: 30px;
}
#search-results ul.results {
  max-width: 800px;
}
#search-results ul.results > li article header h2 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
#search-results ul.results > li article > a {
  color: #0066ae;
  font-size: 0.86em;
  display: block;
}
#search-results ul.menu {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#search-results ul.menu > ul.submenu {
  position: relative;
  top: 0;
  left: 0;
  width: 25%;
  margin-top: 55px;
}
#search-results ul.menu > ul.submenu > li {
  width: 100%;
  padding-top: 15px;
}
#search-results ul.menu > ul.submenu > li div {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#search-results ul.menu > ul.submenu > li > a {
  font-size: 1.3em;
  padding: 0;
}
#search-results ul.menu > ul.submenu > li > a:before {
  content: "— ";
}
#search-results ul.menu > ul.submenu > li > ul a {
  display: block;
  font-size: 0.9em;
}
#search-results ul.menu > ul.submenu > li > ul > li > a:before,
#search-results ul.menu > ul.submenu > li > ul > div > div > li > a:before {
  content: "—— ";
}
#search-results ul.menu > ul.submenu > li > ul > li > ul > li > a:before,
#search-results ul.menu > ul.submenu > li > ul > div > div > li > ul > li > a:before {
  content: "——— ";
}
#search-results ul.menu li {
  padding-top: 0;
}
#search-results ul.menu li a {
  display: block;
}
#search-results ul.menu li a:hover {
  text-decoration: none;
}
#search-results ul.menu > li {
  padding-left: 0;
  padding-bottom: 15px;
  width: 25%;
  padding-right: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
#search-results ul.menu > li:nth-child(3) {
  left: 25%;
}
#search-results ul.menu > li:nth-child(5) {
  left: 50%;
}
#search-results ul.menu > li:nth-child(7) {
  left: 75%;
}
#search-results ul.menu > li > a {
  font-size: 1.7em;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 15px;
  line-height: 1;
}
#section-regions {
  width: 100%;
  z-index: 8;
}
#section-regions nav {
  position: absolute;
  top: 114px;
  left: 0;
  z-index: 8;
  width: 100%;
  padding: 0;
}
#section-regions nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#section-regions nav ul > li {
  display: inline-block;
}
#section-regions nav ul > li a {
  display: block;
  padding: 10px 15px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.86em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#section-regions nav ul > li a:hover,
#section-regions nav ul > li a:focus,
#section-regions nav ul > li a:active,
#section-regions nav ul > li a.active {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
#section-regions .maps {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: #78a9d8;
}
#section-regions .maps:before {
  background-color: #4488ca;
  z-index: 9;
  position: relative;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  content: " ";
  height: 100%;
  display: block;
}
#section-regions .maps img {
  width: 120%;
  height: auto;
  position: absolute;
  top: 55px;
  left: -10%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#section-regions section {
  z-index: 7;
  position: relative;
  width: 100%;
  background: transparent;
}
#section-regions section article {
  text-align: center;
}
#section-regions section .carousel-control {
  width: 55px;
  position: fixed;
  height: 100%;
  z-index: 6;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: transparent;
}
#section-regions section .carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#section-regions section article .carousel-caption {
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  padding: 0 55px 0;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
  position: relative;
  bottom: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
#section-regions section article .carousel-caption > small {
  display: block;
  padding: 0 55px;
  font-size: 0.86em;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#section-regions section article .carousel-caption header h2 {
  text-align: left;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 55px;
}
#section-regions section article .carousel-caption h3 {
  margin-top: 15px;
}
#section-regions section article .carousel-caption h4 {
  margin-top: 15px;
  margin-bottom: 0;
}
#section-regions section article .carousel-caption p,
#section-regions section article .carousel-caption > ul > li > ul > li > ul li {
  margin: 5px 0 0 0;
  opacity: 0.78;
  filter: alpha(opacity=78);
}
#section-regions section article .carousel-caption > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#section-regions section article .carousel-caption > ul > li {
  padding-bottom: 35px;
  width: 33.33%;
  padding: 0 55px;
}
#section-regions section article .carousel-caption > ul > li > ul {
  padding-left: 15px;
}
#section-regions section article .carousel-caption > ul > li > ul > li .btn {
  color: #5090cd;
  margin-top: 15px;
}
#section-regions section article .carousel-caption > ul.cols-2 > li {
  width: 50%;
}
#section-regions section article .carousel-caption a {
  color: #fff;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}
#section-regions section article .carousel-caption ul {
  list-style: none;
  padding: 0;
}
#section-regions.asia-and-the-pacific .maps img:nth-child(1) {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#section-regions.western-asia .maps img:nth-child(2) {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#section-regions.europe-and-north-america .maps img:nth-child(3) {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#section-regions.latin-america-and-the-caribbean .maps img:nth-child(4) {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#section-regions.africa .maps img:nth-child(5) {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body.regional-participation #footer {
  z-index: 10;
}
body.regional-participation #wrap {
  margin-bottom: 0;
}
body.regional-participation #wrap:after {
  display: none;
}
body.regional-participation.loading #section-regions nav,
body.regional-participation.loading #section-regions section article .carousel-caption,
body.regional-participation.loading #section-regions section .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 1023px) {
  body.page-template-page-events .heading.mini .container {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-events .heading.mini .container .row > div {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-events .heading.mini .container .row > div p {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-events .heading .title span img {
    max-height: 200px;
    margin-bottom: 15px;
  }
}
html.no-js .happening-timeline > ul {
  visibility: hidden;
}
html.no-js body.page-template-page-events .spinner {
  display: block;
}
body.ancestor-the-new-urban-agenda .happening-timeline:after {
  display: none;
}
body.ancestor-the-new-urban-agenda .happening-timeline section {
  padding-bottom: 20px;
}
body.ancestor-the-new-urban-agenda .happening-timeline section .articles {
  max-height: 360px;
}
body.ancestor-the-new-urban-agenda .happening-timeline section .articles article {
  min-height: 360px;
}
body.ancestor-the-new-urban-agenda .happening-timeline section .articles article.happening {
  width: 320px;
}
body.ancestor-the-new-urban-agenda .happening-timeline section .articles article.happening h3 {
  font-size: 1.1em;
  line-height: 1.2;
}
body.ancestor-the-new-urban-agenda .happening-timeline section .articles article.happening > em {
  left: -25px;
}
body.ancestor-the-new-urban-agenda .happening-timeline section .articles article.happening > div {
  padding: 0 40px;
}
body.ancestor-the-new-urban-agenda .happening-timeline section .articles article.happening > div > div > * {
  padding: 0;
}
.happening-timeline {
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .happening-timeline {
    padding: 0;
  }
}
.happening-timeline.no-scroll {
  padding-top: 20px;
}
.happening-timeline.no-scroll > ul {
  display: none;
}
.happening-timeline.no-scroll section > button {
  display: none !important;
}
.happening-timeline:after {
  content: " ";
  background-color: #eeeeee;
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.happening-timeline > .edge {
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (max-width: 1023px) {
  .happening-timeline > .edge {
    display: none;
  }
}
.happening-timeline > .edge.l {
  left: 30px;
  background-image: -webkit-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background-image: -o-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background-image: linear-gradient(to right, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#00eeeeee', GradientType=1);
}
.happening-timeline > .edge.r {
  right: 30px;
  background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background-image: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee', endColorstr='#ffeeeeee', GradientType=1);
}
.happening-timeline > ul {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 11;
}
.happening-timeline > ul > li {
  display: block;
  text-align: center;
  height: 35px;
  float: left;
  cursor: pointer;
  position: relative;
}
.happening-timeline > ul > li:hover i:after {
  height: 15px;
}
.happening-timeline > ul > li i {
  display: block;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  color: #fff;
  height: 1px;
}
.happening-timeline > ul > li i:before {
  margin: 0;
  width: auto;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  display: none;
}
.happening-timeline > ul > li i:after {
  height: 10px;
  width: 1px;
  content: " ";
  display: block;
  background-color: #c4c4c4;
}
.happening-timeline > ul > li b {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  font-size: 11px;
  display: none;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  font-weight: normal;
  z-index: 9;
}
.happening-timeline > ul > li:hover b {
  display: block;
}
.happening-timeline > ul > li.m small {
  display: none;
  font-size: 12px;
  position: absolute;
  bottom: -5px;
  left: 5px;
  font-weight: bold;
}
.happening-timeline > ul > li.y {
  height: 45px;
}
.happening-timeline > ul > li.y span {
  font-weight: bold;
  font-size: 13px;
  margin-top: 30px;
  display: block;
  text-align: left;
}
.happening-timeline > ul > li.y i:after {
  height: 25px;
}
.happening-timeline > ul:after {
  height: 10px;
  width: 1px;
  content: " ";
  display: block;
  background-color: #c4c4c4;
  position: absolute;
  top: 0;
  right: 0;
}
.happening-timeline .slider-wrap {
  z-index: 12;
}
.happening-timeline.at_start section > button.prev {
  display: none;
}
.happening-timeline.at_end section > button.next {
  display: none;
}
.happening-timeline section {
  -webkit-transition: scroll-left 1s;
  -o-transition: scroll-left 1s;
  transition: scroll-left 1s;
  padding-bottom: 0;
  width: 100%;
  overflow: auto;
  padding-bottom: 35px;
}
.happening-timeline section > button {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 45px;
  height: 45px;
  border: none;
  background: transparent;
  z-index: 10;
  padding: 0;
  background-color: #181617;
}
@media (max-width: 1023px) {
  .happening-timeline section > button {
    display: none;
  }
}
.happening-timeline section > button i {
  font-size: 29px;
  line-height: 45px;
  color: #848484;
  color: #fff;
}
.happening-timeline section > button i:before {
  margin: 0;
}
.happening-timeline section > button.next {
  right: 0;
}
.happening-timeline section > button.prev {
  left: 0;
}
.happening-timeline section.edge-r > button.next {
  display: none;
}
.happening-timeline section.edge-l > button.prev {
  display: none;
}
.happening-timeline section .articles {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: block;
  padding-top: 25px;
  text-align: center;
  max-height: 410px;
}
@media (max-width: 1023px) {
  .happening-timeline section .articles {
    max-height: 360px;
  }
}
.happening-timeline section .articles article {
  padding: 30px 0;
  padding-left: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  min-height: 410px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .happening-timeline section .articles article {
    min-height: 360px;
  }
}
.happening-timeline section .articles article.happening {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 410px;
  position: relative;
  overflow: visible;
}
@media (max-width: 1023px) {
  .happening-timeline section .articles article.happening {
    width: 320px;
  }
}
.happening-timeline section .articles article.happening > em {
  width: 55px;
  padding: 0;
  position: absolute;
  top: 0;
  left: -10px;
  color: #181617;
}
@media (max-width: 1023px) {
  .happening-timeline section .articles article.happening > em {
    left: -25px;
  }
}
.happening-timeline section .articles article.happening > div {
  position: relative;
  width: 100%;
  padding: 0 55px;
}
@media (max-width: 1023px) {
  .happening-timeline section .articles article.happening > div {
    padding: 0 40px;
  }
}
.happening-timeline section .articles article.happening > div > .img {
  width: 100%;
  position: static;
  min-height: auto;
  margin-bottom: 15px;
  margin-top: 0;
  margin-left: 0;
}
.happening-timeline section .articles article.happening > div > .img:before {
  display: none;
}
.happening-timeline section .articles article.happening > div > .img img {
  display: block;
  position: static;
}
#discuss {
  padding-bottom: 30px;
}
#discuss > ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
}
#discuss > ul li.count-li {
  text-align: center;
}
#discuss > ul li.count-li strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #181617;
}
#discuss > ul > li {
  margin-bottom: 10px;
}
#discuss > ul > li.count-li {
  padding-top: 20px;
  padding-bottom: 5px;
}
#discuss > ul > li > div {
  display: flex;
  flex-wrap: wrap;
}
#discuss > ul > li > div > a {
  width: 6%;
  margin-top: 5px;
}
#discuss > ul > li > div > a img {
  width: 100%;
  height: auto;
}
#discuss > ul > li > div > div {
  width: 94%;
}
#discuss > ul > li > div > div > div {
  margin-left: 10px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 30px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  border: #e4e4e4 1px solid;
  text-align: right;
}
#discuss > ul > li > div > div > div > * {
  margin: 5px 0 0 0;
  display: block;
  text-align: left;
}
#discuss > ul > li > div > div > div > *:first-child {
  margin-top: 0;
}
#discuss > ul > li > div > div > div > p {
  color: #181617;
  padding-right: 100px;
}
#discuss > ul > li > div > div > div footer {
  font-size: 0.86em;
  color: #aaaaaa;
  position: relative;
}
#discuss > ul > li > div > div > div footer p {
  color: #aaaaaa;
  margin-bottom: 0;
}
#discuss > ul > li > div > div > div footer a {
  color: #919191;
}
#discuss > ul > li > div > div > div > .btn {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 5px 15px;
  font-size: 0.86em;
  display: inline-block;
}
#discuss > ul > li form {
  text-align: right !important;
}
#discuss > ul > li form textarea {
  width: 100%;
  border: 0;
  height: 40px;
  background-color: #eeeeee;
}
#discuss > ul > li form button {
  border: 0;
  width: 19.5%;
  display: none;
}
#discuss > ul > li form.focus button {
  display: inline-block;
}
#discuss > ul > li:not(:first-child).new > div > div > div {
  background-color: #c7dbef;
}
#discuss > ul > li:not(:first-child) > div > div > div {
  -webkit-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
  position: relative;
}
#discuss > ul > li:not(:first-child) > div > div > div form {
  display: none;
  overflow: hidden;
  position: relative;
  padding-top: 10px;
}
#discuss > ul > li:not(:first-child) > div > div > div form textarea {
  width: 80%;
  float: left;
}
#discuss > ul > li:not(:first-child) > div > div > div form .btn {
  display: block;
  width: 20%;
  float: left;
}
#discuss > ul > li:not(:first-child) > div > div > div ul {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li {
  padding-bottom: 10px;
  overflow: hidden;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li.count-li {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.86em;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li > div {
  display: flex;
  flex-wrap: wrap;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li > div > a {
  width: 10%;
  padding-left: 25px;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li > div > a img {
  width: 100%;
  height: auto;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li > div > div {
  padding-left: 15px;
  width: 90%;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li > div > div > div {
  border: #e4e4e4 1px solid;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 20px 10px;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li > div > div > div > p {
  margin-bottom: 0;
  color: #181617;
}
#discuss > ul > li:not(:first-child) > div > div > div ul > li.new > div > div > div {
  background-color: #c7dbef;
}
#discuss > ul > li:not(:first-child).reply > div > div > div > .btn {
  display: none;
}
#discuss > ul > li:not(:first-child).reply > div > div > div form {
  display: block;
}
.page-template-page-invite {
  background-color: #eeeeee;
}
.page-template-page-invite #wrap,
.page-template-page-invite #main {
  background-color: #eeeeee;
}
#invite-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 768px;
}
#invite-form .modal-header {
  text-align: center;
}
#invite-form .modal-header .modal-title {
  color: #181617;
  font-weight: 400;
}
#invite-form .modal-body {
  padding: 15px 35px 10px;
}
#invite-form .modal-body .form-group .requests {
  display: none;
}
#invite-form .modal-body .form-group > select {
  display: none;
  width: 100%;
}
#invite-form .modal-body .form-group > select[multiple] {
  height: 600px;
}
#invite-form .modal-body .form-group .input {
  height: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#invite-form .modal-body .form-group .input > i {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #919191;
  z-index: 1;
}
#invite-form .modal-body .form-group .input > span {
  z-index: 2;
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  color: #fff;
  padding-left: 120%;
}
#invite-form .modal-body .form-group .input > span:focus {
  padding-left: 15px;
  color: #777777;
}
#invite-form .modal-body .form-group .input > span:focus:before {
  display: none;
}
#invite-form .modal-body .form-group .input > span:focus.loading:after {
  display: block;
}
#invite-form .modal-body .form-group .input > span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e807';
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -9px;
  color: #777777;
  font-size: 18px;
}
#invite-form .modal-body .form-group .input > span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(img/ajax-loader.gif);
  background-repeat: no-repeat;
  bottom: -3px;
  right: 0px;
  display: none;
}
#invite-form .modal-body .form-group.focusing .input > i {
  display: none;
}
#invite-form .modal-body .form-group.invite-lock {
  cursor: not-allowed;
}
#invite-form .modal-body .form-group.invite-lock ul > li a.card .launch {
  width: 11%;
}
#invite-form .modal-body .form-group.invite-from .input > span:before {
  content: '\e80e';
}
#invite-form .modal-body .form-group.invite-recipients .input > span:before {
  content: '\e80e';
}
#invite-form .modal-body .form-group.invite-single.selecting .input > span {
  display: none;
}
#invite-form .modal-body .form-group.invite-single .input ul li a.card {
  border-bottom-width: 0;
}
#invite-form .modal-body .form-group > ul {
  max-height: 300px;
  overflow: auto;
}
#invite-form .modal-body .form-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#invite-form .modal-body .form-group ul > li {
  margin: 0 0 0 0;
  position: relative;
}
#invite-form .modal-body .form-group ul > li a.card {
  display: block;
  background-color: #eeeeee;
  color: #777777;
  position: relative;
  border-bottom: #d3d3d3 1px solid;
}
#invite-form .modal-body .form-group ul > li a.card > .logo {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 10%;
  max-width: 55px;
  vertical-align: middle;
}
#invite-form .modal-body .form-group ul > li a.card > .logo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#invite-form .modal-body .form-group ul > li a.card > .logo img {
  width: 100%;
  height: auto;
  display: none;
}
#invite-form .modal-body .form-group ul > li a.card > div {
  width: 81%;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
#invite-form .modal-body .form-group ul > li a.card > div > * {
  display: block;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 35px;
}
#invite-form .modal-body .form-group ul > li a.card > div strong {
  font-weight: normal;
}
#invite-form .modal-body .form-group ul > li a.card > div em {
  color: #9d9d9d;
  font-size: 0.86em;
}
#invite-form .modal-body .form-group ul > li a.card .launch {
  display: inline-block;
  width: 8%;
  text-align: right;
  cursor: pointer;
}
#invite-form .modal-body .form-group ul > li a.card .launch > i {
  display: block;
  background-color: #dddddd;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 16px;
  text-align: center;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0 auto;
  margin-right: 0;
}
#invite-form .modal-body .form-group ul > li a.card .close {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 16px;
  margin-right: 0;
  display: none;
}
#invite-form .modal-body .form-group ul > li a.card:hover {
  background-color: #e2e2e2;
}
#invite-form .modal-body .form-group ul > li a.card:hover .launch i {
  background-color: #d5d5d5;
}
#invite-form .modal-body .form-group ul > li:first-child {
  margin-top: 0;
}
#invite-form .modal-body .form-group ul.selected > li a.card {
  background-color: #dfebf6;
  cursor: default;
}
#invite-form .modal-body .form-group ul.selected > li a.card .close {
  display: block;
}
#invite-form .modal-body .form-group ul.selected > li a.card:hover {
  background-color: #dfebf6;
}
#invite-form .modal-body .form-group ul.selected > li a.card .launch > i {
  margin-right: 10px;
  background-color: #c7dbef;
  color: #78a9d8;
}
#invite-form .modal-body .form-group ul.commitment > li a.card > .logo {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 55px;
}
#invite-form .modal-body .form-group ul.commitment > li a.card > .logo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#invite-form .modal-body .form-group ul.commitment > li a.card > .logo i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  margin: -20px 0 0 -15px;
}
#invite-form .modal-footer {
  text-align: center;
}
#invite-form .modal-footer .btn {
  min-width: 120px;
}
.modal-form .modal-body .form-group.is-autosuggest {
  position: relative;
  padding-bottom: 0 !important;
  z-index: 1;
  overflow: hidden;
}
.modal-form .modal-body .form-group.is-autosuggest pre {
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest .requests {
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest > select {
  display: none;
  width: 100%;
}
.modal-form .modal-body .form-group.is-autosuggest > select[multiple] {
  height: 600px;
}
.modal-form .modal-body .form-group.is-autosuggest .input {
  height: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.modal-form .modal-body .form-group.is-autosuggest .input > i {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #919191;
  z-index: 1;
}
.modal-form .modal-body .form-group.is-autosuggest .input > span {
  z-index: 2;
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  color: #fff;
  padding-left: 120%;
}
.modal-form .modal-body .form-group.is-autosuggest .input > span:focus {
  padding-left: 15px;
  color: #777777;
}
.modal-form .modal-body .form-group.is-autosuggest .input > span:focus:before {
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest .input > span:focus.loading:after {
  display: block;
}
.modal-form .modal-body .form-group.is-autosuggest .input > span:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e807';
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -9px;
  color: #777777;
  font-size: 18px;
}
.modal-form .modal-body .form-group.is-autosuggest .input > span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(img/ajax-loader.gif);
  background-repeat: no-repeat;
  bottom: -3px;
  right: 0px;
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest.focusing {
  z-index: 2;
  overflow: visible;
}
.modal-form .modal-body .form-group.is-autosuggest.focusing .input > i {
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest.invite-lock {
  cursor: not-allowed;
}
.modal-form .modal-body .form-group.is-autosuggest.invite-lock ul > li a.card .launch {
  width: 11%;
}
.modal-form .modal-body .form-group.is-autosuggest.invite-from .input > span:before {
  content: '\e80e';
}
.modal-form .modal-body .form-group.is-autosuggest.invite-recipients .input > span:before {
  content: '\e80e';
}
.modal-form .modal-body .form-group.is-autosuggest:not(.is-multiple).selecting .input > span {
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest:not(.is-multiple).selecting .input > i {
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest:not(.is-multiple) .input ul li a.card {
  border-bottom-width: 0;
}
.modal-form .modal-body .form-group.is-autosuggest.is-preloading .input > span {
  padding-left: 35px;
  background-color: #eeeeee;
  cursor: not-allowed;
}
.modal-form .modal-body .form-group.is-autosuggest.is-preloading .input > span:after {
  display: block;
}
.modal-form .modal-body .form-group.is-autosuggest ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li {
  margin: 0 0 0 0;
  position: relative;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card {
  display: block;
  background-color: #eeeeee;
  color: #777777;
  position: relative;
  border-bottom: #d3d3d3 1px solid;
  height: 40px;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card:hover,
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card:focus,
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card:active {
  text-decoration: none;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card > .logo {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 41px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card > .logo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card > .logo img {
  width: 100%;
  height: auto;
  display: none;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card:before {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card > div {
  width: 98%;
  display: inline-block;
  padding-left: 50px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card > div > * {
  display: block;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  margin-right: 45px;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card > div strong {
  font-weight: normal;
  font-size: 0.9em;
  font-weight: bold;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card > div em {
  color: #9d9d9d;
  font-size: 0.8em;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card .launch {
  display: block;
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 3px;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card .launch > i {
  display: block;
  background-color: #dddddd;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 16px;
  text-align: center;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  margin: 0 auto;
  margin-right: 0;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card .close {
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 16px;
  margin-right: 0;
  display: none;
  z-index: 9;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card:hover {
  background-color: #e2e2e2;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li a.card:hover .launch i {
  background-color: #d5d5d5;
}
.modal-form .modal-body .form-group.is-autosuggest ul > li:first-child {
  margin-top: 0;
}
.modal-form .modal-body .form-group.is-autosuggest ul.selected > li a.card {
  background-color: #dfebf6;
  cursor: default;
}
.modal-form .modal-body .form-group.is-autosuggest ul.selected > li a.card .close {
  display: block;
}
.modal-form .modal-body .form-group.is-autosuggest ul.selected > li a.card:hover {
  background-color: #dfebf6;
}
.modal-form .modal-body .form-group.is-autosuggest ul.selected > li a.card .launch > i {
  margin-right: 25px;
  background-color: #c7dbef;
  color: #78a9d8;
}
.modal-form .modal-body .form-group.is-autosuggest ul.commitment > li a.card > .logo {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 55px;
}
.modal-form .modal-body .form-group.is-autosuggest ul.commitment > li a.card > .logo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal-form .modal-body .form-group.is-autosuggest ul.commitment > li a.card > .logo i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  margin: -20px 0 0 -15px;
}
.modal-form .modal-body .form-group.is-autosuggest > ul {
  max-height: 300px;
  overflow: auto;
  position: relative;
  width: 98%;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
body.single-country {
  background-color: #eeeeee;
  background-color: #555555;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
body.single-country #wrap,
body.single-country #main {
  background: transparent;
}
body.single-country #wrap {
  position: relative;
  overflow: hidden;
}
body.single-country #wrap > .after,
body.single-country #wrap > .before {
  content: " ";
  display: block;
  position: absolute;
  left: -5%;
  width: 110%;
  z-index: 2;
}
body.single-country #wrap > .before {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
  top: auto;
  bottom: 0;
  height: 300px;
}
body.single-country #wrap > .after {
  top: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
  height: 390px;
}
body.single-country #main.no-sidebar > div > .main-col {
  margin-left: 12.5%;
}
body.single-country #main.no-main-col .sidebar {
  width: 40%;
  margin-left: 30%;
}
body.single-country #main.no-main-col blockquote > * {
  max-width: 567px;
}
body.single-country #main > header {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: 0;
}
body.single-country #main > header > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 106%;
  height: 112%;
  margin: -1.5% 0 0 -1.5%;
}
body.single-country #main > header > div {
  margin: 66px 0 55px;
  z-index: 3;
  position: relative;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
body.single-country #main > header h1 {
  text-align: center;
  color: #fff;
  font-size: 4em;
  text-transform: none;
  font-weight: bold;
}
body.single-country #main > header h1 img {
  width: 90px;
  height: auto;
}
body.single-country #main > header h1.with-flag {
  margin-left: -25px;
}
body.single-country #main > header em {
  text-align: center;
  display: block;
  font-size: 1.2em;
}
body.single-country #main > header em a {
  color: #fff;
}
body.single-country #main > div {
  margin-top: 55px;
  position: relative;
  z-index: 4;
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  body.single-country #main > div {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.single-country #main > div {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
body.single-country #main > div > .sidebar {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.85);
  border: #dddddd 0px solid;
  padding: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1023px) {
  body.single-country #main > div > .sidebar {
    font-size: 0.8em;
    width: 34%;
  }
}
body.single-country #main > div > .sidebar > small {
  font-size: 0.7em;
  padding: 5px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
body.single-country #main > div > .sidebar #country-map {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.single-country #main > div > .sidebar #country-map:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.single-country #main > div > .sidebar section {
  margin: 0;
  padding: 0;
  text-align: center;
}
body.single-country #main > div > .sidebar section ul {
  list-style: none;
  padding: 0;
}
body.single-country #main > div > .sidebar section ul strong {
  color: #181617;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  display: block;
  font-size: 1.2em;
}
body.single-country #main > div > .sidebar section ul em {
  display: block;
  font-size: 0.86em;
}
body.single-country #main > div > .sidebar section ul li {
  padding: 0 30px 10px;
}
@media (max-width: 1023px) {
  body.single-country #main > div > .sidebar section ul li {
    padding: 0 15px 10px;
  }
}
body.single-country #main > div > .sidebar .title {
  font-size: 0.86em;
  color: #777777;
  line-height: 1.4;
  background-color: rgba(200, 200, 200, 0.4);
  text-transform: none;
  padding: 15px 35px;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  body.single-country #main > div > .sidebar .title {
    padding: 10px 20px;
  }
}
body.single-country #main > div > .sidebar h3 {
  font-size: 1em;
  color: #181617;
  margin: 0 0 10px;
}
body.single-country #main > div > .sidebar .pdf {
  max-width: 180px;
  margin: 0 auto;
  border-color: #c4c4c4;
  margin-bottom: 20px;
}
body.single-country #main > div > .main-col {
  width: 69%;
}
@media (max-width: 1023px) {
  body.single-country #main > div > .main-col {
    width: 66%;
  }
}
body.single-country #main > div > .main-col > header {
  background-color: rgba(0, 0, 0, 0.5);
}
body.single-country #main > div > .main-col > header > div {
  padding: 40px 35px 32px 35px;
}
body.single-country #main > div > .main-col > header > div .title {
  text-align: left;
  font-size: 1.7em;
}
body.single-country #main > div > .main-col > header img {
  display: inline-block;
  width: 80px;
  height: auto;
  margin-right: 15px;
  vertical-align: middle;
}
body.single-country #main > div > .main-col > header .title {
  margin: 0;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  max-width: 60%;
}
body.single-country #main > div > .main-col > header .title em {
  display: block;
  text-transform: none;
  font-size: 0.5em;
  padding: 5px 0;
}
body.single-country #main > div > .main-col > header .title em a {
  color: rgba(255, 255, 255, 0.5);
}
body.single-country #main .panel-group {
  margin-bottom: 0;
}
body.single-country #main .panel-group .panel {
  border-top: none;
  border-left: none;
  border-right: none;
}
body.single-country #main .panel-group .panel + .panel {
  margin-top: 0;
}
body.single-country #main .panel-group .panel:last-child {
  border-bottom: none;
}
body.single-country #main .panel {
  background: rgba(255, 255, 255, 0.88);
}
body.single-country #main .panel #undata .panel-body {
  padding: 30px;
  border-top: 0;
}
body.single-country #main .panel #undata .panel-body .alert {
  text-align: center;
  font-size: 1.2em;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  background-color: #dbe8f5;
  padding: 15px;
}
body.single-country #main .panel #undata .panel-body .alert > p {
  font-weight: 500;
  color: #5090cd;
}
body.single-country #main .panel #undata .panel-body .table {
  border-right: 0;
  margin-bottom: 0;
  padding: 0 30px !important;
}
body.single-country #main .panel #undata .panel-body .table > tbody > tr > th {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
body.single-country #main .panel #undata .panel-body .table > tbody > tr:first-child > th {
  border-top: none;
}
body.single-country #main .panel #undata .panel-body .table > tbody > tr td {
  font-size: 0.86em;
}
body.single-country #main .panel #undata .panel-body .table > tbody > tr > td:first-child,
body.single-country #main .panel #undata .panel-body .table > tbody > tr > th:first-child {
  border-left: none;
}
body.single-country #main .panel .panel-heading {
  background: transparent;
}
body.single-country #main .panel .panel-heading .panel-title {
  font-weight: 800;
}
body.single-country #main .panel .panel-heading .panel-title a {
  background: transparent;
  font-weight: 800;
  padding-left: 35px;
  padding-right: 35px;
}
body.single-country #main .panel .panel-heading .panel-title a:hover {
  background-color: rgba(30, 30, 30, 0.5);
}
body.single-country #main .panel .panel-heading .panel-title a[aria-expanded=true] {
  background-color: #181617;
}
body.single-country #main .panel #statements .panel-body header {
  display: block;
}
body.single-country #main .panel #statements .panel-body header .title {
  font-size: 1.2em;
  color: #181617;
  padding-bottom: 5px;
  text-transform: none;
  line-height: 1.4;
}
body.single-country #main .panel #statements .sheets {
  margin-bottom: 30px;
}
body.single-country #main .panel #statements .sheets:last-child {
  margin-bottom: 0;
}
body.single-country #main .panel .panel-body {
  padding: 40px 55px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  body.single-country #main .panel .panel-body {
    padding: 15px;
    font-size: 0.86em;
  }
}
body.single-country #main .panel .panel-body header {
  display: none;
}
body.single-country #main .panel .panel-body > div {
  text-align: justify;
}
body.single-country #main .statistics {
  margin-bottom: -50px;
}
body.single-country #main .statistics h3 {
  color: #181617;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.3em;
}
body.single-country #main .statistics > div {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
body.single-country #main .statistics > div > div {
  width: 100%;
  height: 300px;
}
body.single-country #main .statistics > div > p {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 35px;
  width: 33.33%;
  text-align: left;
  vertical-align: top;
}
body.single-country #main .statistics > div > p > i {
  position: absolute;
  top: 0;
  left: 0;
}
body.single-country #main .main-section {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
body.single-country #main .main-section.no-nr .main-stats {
  width: 100%;
  padding-right: 0;
}
body.single-country #main .main-section > section {
  padding-top: 0;
}
body.single-country #main .main-section > section header .title {
  color: #181617;
  font-size: 1em;
}
body.single-country #main .main-section .main-stats {
  width: 65%;
  padding-left: 0;
}
body.single-country #main .main-section .main-stats > div:last-child > small {
  padding-bottom: 0;
}
body.single-country #main .main-section .main-stats > div .table {
  border-width: 2px;
}
body.single-country #main .main-section .main-stats > div .table > thead > tr > th,
body.single-country #main .main-section .main-stats > div .table > tbody > tr > th,
body.single-country #main .main-section .main-stats > div .table > tfoot > tr > th,
body.single-country #main .main-section .main-stats > div .table > thead > tr > td,
body.single-country #main .main-section .main-stats > div .table > tbody > tr > td,
body.single-country #main .main-section .main-stats > div .table > tfoot > tr > td {
  border-width: 2px;
}
body.single-country #main .main-section .main-stats > div > small {
  font-size: 0.7em;
  text-align: right;
  display: block;
  padding: 3px;
  border-top: #dbdbdb 2px solid;
  padding-bottom: 30px;
}
body.single-country #main .main-section .main-stats > div > hr {
  margin-top: 0;
  margin-bottom: 10px;
  border-top-color: #dbdbdb;
  border-top-width: 1px;
}
body.single-country #main .main-section .main-stats > div .table:not(.wcr) tr td {
  text-align: left !important;
}
body.single-country #main .main-section .main-stats > div .table:not(.wcr) tr td:nth-child(1) {
  width: 50% !important;
}
body.single-country #main .main-section .main-stats > div .table:not(.wcr) tr td:nth-child(2) {
  width: 25%;
}
body.single-country #main .main-section .main-stats > div .table:not(.wcr) tr td:nth-child(3) {
  width: 25%;
  text-align: left !important;
}
body.single-country #main .main-section .main-stats > div .table:not(.wcr) tr td:nth-child(4) {
  width: 20%;
}
body.single-country #main .main-section .main-stats > div .table {
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}
body.single-country #main .main-section .main-stats > div .table tr {
  display: none;
}
body.single-country #main .main-section .main-stats > div .table tr.featured {
  display: table-row;
}
body.single-country #main .main-section .main-stats > div .table tr td {
  padding: 5px;
  font-size: 0.86em;
}
body.single-country #main .main-section .main-stats > div .table tr td:last-child {
  display: none;
}
body.single-country #main .main-section .main-stats > div .table.wcr {
  margin-top: -2px;
}
body.single-country #main .main-section .main-stats > div .table.wcr tr {
  display: table-row;
}
body.single-country #main .main-section .main-stats > div .table.wcr tr td:nth-child(1) {
  width: 50% !important;
}
body.single-country #main .main-section .main-stats > div .table.wcr tr td:nth-child(2) {
  width: 16% !important;
}
body.single-country #main .main-section .main-stats > div .table.wcr tr td:nth-child(3) {
  width: 16% !important;
}
body.single-country #main .main-section .main-stats > div .table.wcr tr td:nth-child(4) {
  width: 18% !important;
}
body.single-country #main .main-section .main-stats > div .table.wcr tr td:last-child {
  display: table-cell;
}
body.single-country #main .main-section .main-stats > div .table.wcr.last-table tr td:nth-child(2) {
  width: 25% !important;
}
body.single-country #main .main-section .main-stats > div .table.wcr.last-table tr td:nth-child(3) {
  width: 25% !important;
}
body.single-country #main .main-section .national-reports {
  width: 35%;
  padding-right: 0;
  padding-left: 25px;
}
body.single-country #main .main-section .national-reports > div {
  text-align: center;
}
body.single-country #main .main-section .national-reports > div a:not(.pdf) {
  display: block;
  padding-top: 4px;
  text-align: center;
  color: #919191;
}
body.single-country #main .main-section .national-reports > div a:not(.pdf) small {
  text-align: center;
  font-size: 0.86em;
}
body.single-country #main .main-section .national-reports > div a.pdf {
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
body.single-country #main .main-section .national-reports > div a.pdf:after {
  display: none;
}
body.single-country #main .events {
  margin-top: 0;
}
body.single-country #main .events .h4 {
  color: #181617;
  font-size: 1.2em;
  text-align: center;
}
body.single-country #main .events ul {
  list-style: none;
  padding: 0 0 0;
  margin: 0 -15px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
body.single-country #main .events ul.cols-2 > li {
  width: 50%;
}
body.single-country #main .events ul.cols-3 > li {
  width: 33.33%;
}
body.single-country #main .events ul.cols-4 > li {
  width: 25%;
}
body.single-country #main .events ul > li {
  width: 100%;
  text-align: center;
}
body.single-country #main .events ul > li.label {
  width: 100%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
body.single-country #main .events ul > li > div {
  margin: 0 15px;
}
body.single-country #main .events ul > li article.happening {
  margin: 0 auto 15px;
}
body.single-country #main .events ul > li article.happening > em {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1em;
  padding-bottom: 5px;
  display: block;
  text-align: left;
  font-weight: 500;
}
body.single-country #main .events ul > li article.happening > em > *:nth-child(3) {
  display: none;
}
body.single-country #main .events ul > li article.happening > div .img {
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: none !important;
  width: 30%;
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
}
body.single-country #main .events ul > li article.happening > div .img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
body.single-country #main .events ul > li article.happening > div > div {
  width: 100%;
  text-align: left;
}
body.single-country #main .events ul > li article.happening > div > div > * {
  display: block;
}
body.single-country #main .events ul > li article.happening > div > div > span,
body.single-country #main .events ul > li article.happening > div > div > em {
  font-size: 0.86em;
}
body.single-country #main .events ul > li article.happening > div > div header > * {
  font-size: 1em;
  margin-bottom: 5px;
}
body.single-country #main .events ul > li article.happening > div > div header > h3 {
  font-weight: 500;
}
body.single-country #main .events ul > li article.happening > div > div header > h3 a {
  font-weight: 500;
}
body.single-country #main .sheets {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
body.single-country #main .sheets.cols-2 > li {
  width: 50%;
}
body.single-country #main .sheets.cols-3 > li {
  width: 33.33%;
}
body.single-country #main .sheets.cols-4 > li {
  width: 25%;
}
body.single-country #main .sheets > li {
  width: 100%;
  margin-bottom: 10px;
}
body.single-country #main .sheets > li > div {
  position: relative;
  background-color: #eeeeee;
  padding: 20px 30px;
  margin: 0 5px;
  height: 100%;
}
body.single-country #main .sheets > li > div .subtitle {
  font-size: 1.2em;
  color: #181617;
  margin: 0 0 5px;
}
body.single-country #main .sheets > li > div ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
body.single-country #main .sheets > li > div ul > li {
  display: block;
  margin-right: 5px;
  border-bottom: #c4c4c4 1px solid;
  padding-top: 10px;
}
body.single-country #main .sheets > li > div ul > li:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f111';
  font-size: 6px;
  display: inline-block;
  line-height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  color: #c4c4c4;
  display: none;
}
body.single-country #main .sheets > li > div ul > li a {
  line-height: 20px;
  display: block;
  vertical-align: middle;
  padding-bottom: 10px;
}
body.single-country #main .sheets > li > div ul > li a i {
  display: block;
  font-size: 0.86em;
  line-height: 1.1;
  color: #777777;
  padding-top: 4px;
}
body.single-country #main .sheets > li > div ul > li a:hover {
  text-decoration: none;
}
body.single-country #main .sheets > li > div ul > li:first-child {
  padding-top: 0;
}
body.single-country #main .sheets > li > div ul > li:last-child {
  border-bottom: none;
}
body.single-country #main .sheets > li > div ul > li:last-child:after {
  display: none;
}
body.single-country #main .sheets > li > div:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-country #main .sheets > li > div:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #d8d8d8 transparent;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-country #main blockquote {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #181617;
  width: 100%;
  padding: 40px 55px;
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
body.single-country #main blockquote p {
  font-size: 1.02em;
  line-height: 1.3;
}
body.single-country #main blockquote a {
  color: #181617;
  text-decoration: underline;
}
body.single-country #main blockquote > * {
  width: 80%;
  max-width: 720px;
  margin: 0 auto 0;
  text-align: center;
}
#quick-search-form {
  z-index: 3;
  padding: 20px 0 0 0;
  width: 100%;
}
#quick-search-form > div {
  position: relative;
  text-align: center;
}
#quick-search-form > div > span {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
#quick-search-form > div > span > i {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #aaaaaa;
  font-size: 1.7em;
  margin-top: -19px;
}
#quick-search-form > div > span input {
  font-size: 1.2em;
  display: block;
  border: none;
  margin: 0;
}
body.post-type-archive-country {
  background-color: #f6f6f6;
}
body.post-type-archive-country #main,
body.post-type-archive-country #wrap {
  background-color: #f6f6f6;
}
body.post-type-archive-country .heading.mini .title {
  width: 50%;
}
body.post-type-archive-country #main {
  position: relative;
}
body.post-type-archive-country #main > .description {
  margin-top: -75px;
  position: relative;
  z-index: 3;
}
body.post-type-archive-country #main > .description > * {
  margin: 0;
}
body.post-type-archive-country #main > .description blockquote {
  width: 50%;
  padding: 25px 35px;
  margin-left: 50%;
  font-size: 1em;
}
body.post-type-archive-country #main > .description .more-text {
  overflow: hidden;
  margin-top: 20px;
}
body.post-type-archive-country #main > .description .more-text p {
  text-align: justify;
}
body.post-type-archive-country #main .countries {
  list-style: none;
  margin: 0 -10px;
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
body.post-type-archive-country #main .countries > li {
  display: block;
  width: 16.66%;
  padding: 0 10px 20px;
}
@media (max-width: 1023px) {
  body.post-type-archive-country #main .countries > li {
    width: 20%;
  }
}
@media (max-width: 719px) {
  body.post-type-archive-country #main .countries > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-country #main .countries > li {
    width: 33.33%;
  }
}
@media (max-width: 567px) {
  body.post-type-archive-country #main .countries > li {
    width: 50%;
  }
}
body.post-type-archive-country #main .countries > li.letter {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #181617;
  background-color: #d3d3d3;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}
body.post-type-archive-country #main .countries > li.letter.last-round {
  visibility: hidden;
}
body.post-type-archive-country #main .countries > li a {
  display: block;
  font-size: 1em;
  height: 100%;
  background-color: #fff;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
  font-weight: bold;
}
body.post-type-archive-country #main .countries > li a .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.post-type-archive-country #main .countries > li a .img:before {
  content: "";
  display: block;
  padding-top: 50%;
}
body.post-type-archive-country #main .countries > li a p {
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 10px 20px;
  margin: 0;
}
body.post-type-archive-country #main .countries > li a:hover,
body.post-type-archive-country #main .countries > li a:focus,
body.post-type-archive-country #main .countries > li a:active {
  text-decoration: none;
  background-color: #f6f6f6;
}
body.post-type-archive-country #main .panel-title {
  font-size: 1.3em;
  text-transform: none;
  font-weight: bold;
}
body.post-type-archive-country #main .panel-title a {
  font-weight: normal;
  text-align: left;
  padding-left: 25px;
  text-transform: uppercase;
}
body.post-type-archive-country #main .panel-title a[aria-expanded=true] {
  background-color: #181617;
}
body.post-type-archive-country #main .panel-title a:after {
  font-size: 1em;
  padding-top: 3px;
}
body.post-type-archive-country #main .panel-group .article {
  padding: 55px;
}
@media (max-width: 1279px) {
  body.post-type-archive-country #main .panel-group .article {
    padding: 40px;
  }
}
@media (max-width: 719px) {
  body.post-type-archive-country #main .panel-group .article {
    padding: 30px;
  }
}
@media (max-width: 567px) {
  body.post-type-archive-country #main .panel-group .article {
    padding: 35px;
  }
}
body.page-template-page-subscribe .modal-form {
  max-width: 580px;
}
body.page-template-page-subscribe .modal-form .form-group {
  padding-bottom: 0;
}
body.page-template-page-subscribe .modal-form .modal-footer .btn {
  max-width: 200px;
}
body.page-template-page-subscribe .subscribe-thanks {
  max-width: 800px;
  text-align: center;
  padding: 55px 0;
  margin: 0 auto;
}
body.page-template-page-subscribe .subscribe-thanks i {
  font-size: 60px;
  display: block;
  color: #f3465a;
}
body.page-template-page-subscribe .subscribe-thanks strong {
  font-size: 2.7em;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
  font-weight: 400;
}
body.page-template-page-subscribe .subscribe-thanks p {
  font-size: 1.4em;
}
@media (max-width: 1023px) {
  body.home {
    height: auto;
  }
}
body.home #wrap {
  height: 100%;
  margin-bottom: 0 !important;
  padding-top: 55px;
}
body.home #wrap:after {
  display: none;
}
@media (max-width: 1023px) {
  body.home #wrap {
    height: auto;
  }
}
body.home.alert-on #wrap {
  padding-top: 95px;
}
body.home #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  body.home #footer {
    position: relative;
  }
}
body.home #edit-link {
  display: none;
}
main.slide {
  background-color: #777777;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  main.slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  main.slide:before {
    content: "";
    display: block;
    padding-top: 65%;
  }
}
@media (max-width: 719px) {
  main.slide {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  main.slide:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
}
@media (max-width: 767px) {
  main.slide {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  main.slide:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
main.slide .inner {
  height: 100%;
  overflow: hidden;
  background-color: #181617;
}
@media (max-width: 1023px) {
  main.slide .inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}
main.slide .inner .item {
  width: 25%;
  height: 100%;
  float: left;
  padding-top: 55px;
  padding-bottom: 140px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 1023px) {
  main.slide .inner .item {
    width: 100% !important;
    height: 25%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
main.slide .inner .item .heading.full {
  height: 100%;
}
main.slide .inner .item .heading.full:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #332e31;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: background-color 1s, opacity 1s;
  -moz-transition: background-color 1s, opacity 1s;
  -ms-transition: background-color 1s, opacity 1s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 1s, opacity 1s;
  transition: background-color 1s, opacity 1s;
}
main.slide .inner .item .heading.full:after {
  content: " ";
  width: 25%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=1);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 1023px) {
  main.slide .inner .item .heading.full:after {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#00000000', GradientType=0);
    width: 100%;
    height: 25%;
    top: 0;
    right: auto;
    left: 0;
  }
}
main.slide .inner .item .heading.full .img {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}
main.slide .inner .item .heading.full .img:before {
  display: none;
}
main.slide .inner .item .heading.full .body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 0;
}
@media (max-width: 1023px) {
  main.slide .inner .item .heading.full .body {
    padding-bottom: 0;
    width: 100% !important;
  }
}
main.slide .inner .item .heading.full article {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0 45px;
}
@media (max-width: 1282px) {
  main.slide .inner .item .heading.full article {
    padding: 0 25px;
  }
}
@media (max-width: 1023px) {
  main.slide .inner .item .heading.full article {
    padding-bottom: 0;
  }
}
main.slide .inner .item .heading.full article > * {
  margin-top: 15px;
}
main.slide .inner .item .heading.full article > *:first-child {
  margin-top: 0;
}
main.slide .inner .item .heading.full article .btn-link {
  display: none;
}
main.slide .inner .item .heading.full article .lead {
  margin-bottom: 0;
}
main.slide .inner .item .heading.full article .logo {
  position: relative;
  left: -15%;
  width: 40%;
  float: right;
  margin-bottom: 10px;
}
main.slide .inner .item .heading.full article .title {
  padding-bottom: 0;
  display: block;
  clear: both;
  width: 100%;
  max-width: 820px;
  font-size: 2.7em;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 1282px) {
  main.slide .inner .item .heading.full article .title {
    font-size: 2.2em;
  }
}
@media (max-width: 1023px) {
  main.slide .inner .item .heading.full article .title {
    font-size: 2em;
  }
}
@media (max-width: 719px) {
  main.slide .inner .item .heading.full article .title {
    font-size: 1.7em;
  }
}
@media (max-width: 767px) {
  main.slide .inner .item .heading.full article .title {
    font-size: 1.7em;
  }
}
@media (max-width: 567px) {
  main.slide .inner .item .heading.full article .title {
    font-size: 1.3em;
  }
}
main.slide .inner .item .heading.full article .title a {
  font-weight: 400;
}
main.slide .inner .item .heading.full article .title a small {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 1023px) {
  main.slide .inner .item .heading.full article .title a br {
    display: none;
  }
}
main.slide .inner .item .heading.full article p {
  width: 100%;
  max-width: 820px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  left: 130%;
  display: none;
}
main.slide .inner .item .heading.full article .btn {
  padding: 15px 25px;
  font-size: 1.2em;
}
main.slide.on .inner.hover .item {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
main.slide.on .inner.hover .item.hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
main.slide.on .inner.hover .item.hover .heading.full article p {
  left: 0;
}
main.slide.on .inner.hover .item.hover .heading.full:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
main.slide.on .inner.hover .item.hover .heading.full:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
main.slide.on .inner.hover .item.hover:nth-child(1) .heading.full:before {
  background-color: #fcb740;
}
main.slide.on .inner.hover .item.hover:nth-child(2) .heading.full:before {
  background-color: #5090cd;
}
main.slide.on .inner.hover .item.hover:nth-child(3) .heading.full:before {
  background-color: #f45467;
}
main.slide.on .inner.hover .item.hover:nth-child(4) .heading.full:before {
  background-color: #00af9a;
}
body.post-type-archive-clipping section.tools {
  display: block;
}
html.no-js .widget-filter form {
  visibility: hidden;
}
.widget-filter {
  background-color: #dbdbdb;
  padding: 15px 0;
}
.widget-filter form > * {
  float: left;
}
.widget-filter form > select,
.widget-filter form > .select2 {
  width: 20% !important;
}
.widget-filter form > fieldset {
  width: 80%;
  padding: 0 0 0 20px;
}
.widget-filter form > fieldset > div {
  position: fixed;
  top: -999em;
  left: 0;
  width: 100%;
}
.widget-filter form > fieldset > div.active {
  position: relative;
  top: 0;
  left: 0;
}
.widget-filter form > fieldset select {
  width: 100%;
  height: 35px;
}
.widget-filter form > fieldset .select2 {
  width: 100% !important;
}
.widget-filter form > button {
  width: 5%;
  display: none;
}
body.post-type-archive-agency {
  background-color: #f6f6f6;
}
body.post-type-archive-agency #main,
body.post-type-archive-agency #wrap {
  background-color: #f6f6f6;
}
body.post-type-archive-agency #quick-search-form {
  margin-top: 35px;
  padding-top: 0;
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  body.post-type-archive-agency #quick-search-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.post-type-archive-agency #quick-search-form > div > span {
  width: 48%;
}
@media (max-width: 1023px) {
  body.post-type-archive-agency #quick-search-form > div > span {
    width: 100%;
  }
}
body.post-type-archive-agency .more-text {
  text-align: justify;
}
body.post-type-archive-agency #main .heading.mini .title {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  body.post-type-archive-agency #main .heading.mini .title {
    font-size: 2em;
  }
}
@media (max-width: 1023px) {
  body.post-type-archive-agency #main .heading.mini .title {
    width: 100%;
  }
}
body.post-type-archive-agency #main ul.agencies {
  list-style: none;
  margin: 0 -10px;
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
body.post-type-archive-agency #main ul.agencies li {
  width: 20%;
  margin: 10px 0 30px;
  padding: 0 10px;
}
@media (max-width: 1279px) {
  body.post-type-archive-agency #main ul.agencies li {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  body.post-type-archive-agency #main ul.agencies li {
    width: 33.33%;
  }
}
@media (max-width: 719px) {
  body.post-type-archive-agency #main ul.agencies li {
    width: 50%;
  }
}
@media (max-width: 567px) {
  body.post-type-archive-agency #main ul.agencies li {
    width: 100%;
  }
}
body.post-type-archive-agency #main ul.agencies li.letter {
  width: 100%;
  background-color: #eee;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  color: #181617;
  margin-top: 35px;
}
body.post-type-archive-agency #main ul.agencies li a {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181617;
  font-weight: bold;
  height: 100%;
}
body.post-type-archive-agency #main ul.agencies li a .logo img {
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
body.post-type-archive-agency #main ul.agencies li a p {
  font-size: 0.86em;
  line-height: 1.3;
  width: 100%;
  padding: 5px 20px;
  margin: 5px 0 0 0;
}
body.post-type-archive-agency #main ul.agencies li a:hover {
  text-decoration: none;
  color: #5090cd;
}
blockquote.intro {
  padding: 25px 35px;
  position: relative;
  margin: -209px 0 0 50%;
  margin-bottom: 35px;
  width: 50%;
  font-size: 1em;
}
@media (max-width: 1279px) {
  blockquote.intro {
    padding: 20px 25px;
    font-size: 0.9em;
    margin-top: -198px;
  }
}
@media (max-width: 1023px) {
  blockquote.intro {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 1.2em;
  }
}
blockquote.intro p {
  font-size: 1em;
}
body.single-agency {
  background-color: #f6f6f6;
}
body.single-agency #main,
body.single-agency #wrap {
  background-color: #f6f6f6;
}
body.single-agency #main ul,
body.single-agency #main ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.single-agency #main > .heading {
  text-align: left;
  margin-bottom: 40px;
}
body.single-agency #main > .container {
  margin-top: 190px;
}
body.single-agency #main > .cover {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 380px;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
}
body.single-agency #main.has-video .main-block {
  margin-top: 150px;
}
@media (max-width: 719px) {
  body.single-agency #main.has-video .main-block {
    margin-top: 40px;
  }
}
body.single-agency #main .side-block {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 10px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 719px) {
  body.single-agency #main .side-block {
    position: static !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.single-agency #main .side-block header > a,
body.single-agency #main .side-block header > span {
  display: block;
}
body.single-agency #main .side-block header > a img,
body.single-agency #main .side-block header > span img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
body.single-agency #main .side-block header > a h1,
body.single-agency #main .side-block header > span h1 {
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
body.single-agency #main .side-block header > * > * {
  padding: 0 20px;
}
body.single-agency #main .side-block header > *#teaser {
  overflow: hidden;
}
body.single-agency #main .main-block {
  padding: 0 0 30px;
  position: relative;
  margin-top: 130px;
}
@media (max-width: 719px) {
  body.single-agency #main .main-block {
    margin-top: 40px;
  }
}
body.single-agency #main .main-block:after {
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #dbdbdb;
  margin-top: 30px;
  display: none;
}
body.single-agency #main .main-block > * {
  margin: 30px 0 0 0;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  padding: 35px 30px 20px;
}
body.single-agency #main .main-block h2,
body.single-agency #main .main-block h3 {
  margin: 0;
}
body.single-agency #main .main-block h2 {
  color: #181617;
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 27px;
}
body.single-agency #main .main-block h2:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e805';
  position: absolute;
  top: 0;
  font-size: 1.1em;
  left: -6px;
  color: #80aedb;
}
body.single-agency #main .main-block h2 a {
  color: #181617;
  text-decoration: underline;
  font-weight: 500;
}
body.single-agency #main .main-block h3 {
  color: #555555;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
  padding-top: 20px;
}
body.single-agency #main .main-block h3 a {
  color: #777777;
  text-decoration: underline;
  font-weight: 500;
}
body.single-agency #main .main-block #focal-point {
  background-color: #dbdbdb;
  overflow: hidden;
  padding: 0;
}
body.single-agency #main .main-block #focal-point > div {
  margin: 25px;
  padding-left: 135px;
  position: relative;
}
@media (max-width: 719px) {
  body.single-agency #main .main-block #focal-point > div {
    padding-left: 100px;
  }
}
body.single-agency #main .main-block #focal-point > div .img {
  display: block;
  width: 110px;
  height: 110px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 719px) {
  body.single-agency #main .main-block #focal-point > div .img {
    width: 80px;
    height: 80px;
  }
}
body.single-agency #main .main-block #focal-point > div .img:before {
  display: none;
}
body.single-agency #main .main-block #focal-point > div h2 {
  padding-left: 0;
}
body.single-agency #main .main-block #focal-point > div h2:before {
  display: none;
}
body.single-agency #main .main-block #focal-point > div > div {
  min-height: 110px;
}
@media (max-width: 719px) {
  body.single-agency #main .main-block #focal-point > div > div {
    min-height: 80px;
  }
}
body.single-agency #main .main-block #agency-unwebtv {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: -295px;
  right: 0;
  float: right;
}
@media (max-width: 945px) {
  body.single-agency #main .main-block #agency-unwebtv {
    top: 0;
    position: relative;
    float: none;
    margin-top: 30px;
  }
}
@media (max-width: 719px) {
  body.single-agency #main .main-block #agency-unwebtv {
    margin-left: auto;
    margin-right: auto;
  }
}
body.single-agency #main .main-block #rt-meetings-advisory-board h2 {
  margin-bottom: 25px;
}
body.single-agency #main .main-block #rt-meetings-advisory-board .articles article h3 {
  font-size: 1em;
  margin-top: 0;
  padding-top: 15px;
  text-transform: none;
  margin-bottom: 0;
}
body.single-agency #main .main-block #rt-meetings-advisory-board .articles article h3 a {
  text-decoration: none;
  color: #5090cd;
}
body.single-agency #main .main-block #rt-meetings-advisory-board .articles article > div > div > * {
  padding: 0 15px;
  margin-bottom: 5px;
}
body.single-agency #main .main-block #rt-meetings-advisory-board .articles article > div > div > *:first-child {
  margin-top: 0;
}
body.single-agency #main .main-block #events header {
  margin-bottom: -10px;
}
body.single-agency #main .main-block #events ul {
  margin-bottom: 20px;
}
body.single-agency #main .main-block #events ul li {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: #dbdbdb 2px solid;
}
body.single-agency #main .main-block #events ul li:first-child {
  border-top: #dbdbdb 2px solid;
}
body.single-agency #main .main-block #events ul li time {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.86em;
  display: block;
  min-width: 70px;
  padding-right: 20px;
}
body.post-type-archive-document .articles article,
body.tax-collection .articles article {
  width: 16.66%;
}
body.post-type-archive-document #main,
body.tax-collection #main {
  background-color: #eaeaea;
}
body.archive-dialogue,
body.single-dialogue {
  background-color: #f6f6f6;
}
body.archive-dialogue #main,
body.single-dialogue #main,
body.archive-dialogue #wrap,
body.single-dialogue #wrap {
  background-color: #f6f6f6;
}
body.single-dialogue #page-content [class*="row"] {
  margin-left: 0;
  margin-right: 0;
}
body.single-dialogue #page-content [class*="col-"] {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
body.single-dialogue .articles.single article > div > div > header p.meta {
  display: none;
}
body.single-dialogue .articles.single article > div > div > div h1 {
  display: none;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul {
  list-style: none;
  margin: 0 -10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul > li {
  width: 33.33%;
  margin-bottom: 20px;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul > li > div {
  margin: 0 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul > li > div .image {
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  width: 30%;
  max-width: 110px;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul > li > div .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul > li > div .image img {
  display: none;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul > li > div > div {
  width: 66%;
  padding-left: 20px;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul > li > div > div > * {
  display: block;
}
body.single-dialogue .articles.single article > div > div > div .moderators ul.cols-2 > li {
  width: 50%;
}
body.post-type-archive-moderator #main .grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}
body.post-type-archive-moderator #main .grid article {
  margin-top: 15px;
  width: 100%;
}
body.post-type-archive-moderator #main .grid article > div {
  padding: 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: #eeeeee 2px solid;
}
body.post-type-archive-moderator #main .grid article > div > div {
  position: relative;
  padding-left: 110px;
  min-height: 110px;
}
body.post-type-archive-moderator #main .grid article > div > div > div {
  padding-left: 20px;
}
body.post-type-archive-moderator #main .grid article > div > div > div > * {
  margin: 0 0 10px 0;
}
body.post-type-archive-moderator #main .grid article > div > div > div > *:last-child {
  margin-bottom: 0;
}
body.post-type-archive-moderator #main .grid article > div > div > div header h2 {
  color: #181617;
  margin: 0 0 5px;
  font-size: 1.6em;
}
body.post-type-archive-moderator #main .grid article > div > div > div header em {
  margin-bottom: 5px;
  display: block;
}
body.post-type-archive-moderator #main .grid article > div > div > div footer strong {
  color: #181617;
}
body.post-type-archive-moderator #main .grid article > div > div > div footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.post-type-archive-moderator #main .grid article > div > div .image {
  display: block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
body.post-type-archive-moderator #main .grid article > div > div .image img {
  display: none;
}
body.post-type-archive-dialogue .heading a.btn {
  display: block;
  max-width: 320px;
  margin-top: 10px !important;
}
body.post-type-archive-dialogue #main .grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}
body.post-type-archive-dialogue #main .grid article {
  margin-top: 15px;
  width: 100%;
}
body.post-type-archive-dialogue #main .grid article > div {
  border: #eeeeee 2px solid;
  padding: 15px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
body.post-type-archive-dialogue #main .grid article > div header h2 {
  font-weight: 500;
  margin: 0;
  font-size: 1.3em;
}
body.post-type-archive-dialogue #main .grid article > div header h2 a {
  display: block;
  font-weight: 500;
}
body.post-type-archive-dialogue #main .grid article > div header h2 a:hover {
  text-decoration: none;
}
body.post-type-archive-dialogue #main .grid article > div p:last-child {
  margin-bottom: 0;
}
#main > .container > .ud .top-banner-agency-logo {
  display: none;
}
#main > .container > .ud .main-title {
  color: #181617;
  font-size: 2.5em;
}
#main > .container > .ud .dialogue {
  padding-top: 35px;
  padding-bottom: 35px;
}
#main > .container > .ud #page-content a {
  display: block;
  background-color: #eeeeee;
  padding: 10px 15px;
  margin-top: 10px;
}
#main > .container > .ud #page-content .title {
  display: none;
}
#main > .container > .ud #all-comments {
  margin-top: 20px;
}
body.single-dialogue .comment {
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative;
}
body.single-dialogue .comment .sticky-comment-note {
  float: right;
  font-weight: bold;
  font-size: 0.86em;
  display: block;
  margin-bottom: 5px;
  display: none;
}
body.single-dialogue .comment.indent-1 {
  margin-left: 45px;
}
body.single-dialogue .comment.indent-2 {
  margin-left: 90px;
}
body.single-dialogue .comment.indent-3 {
  margin-left: 135px;
}
body.single-dialogue .comment.indent-4 {
  margin-left: 180px;
}
body.single-dialogue .comment.indent-5 {
  margin-left: 225px;
}
body.single-dialogue .comment.indent-6 {
  margin-left: 270px;
}
body.single-dialogue .comment.indent-7 {
  margin-left: 315px;
}
body.single-dialogue .comment.indent-8 {
  margin-left: 315px;
}
body.single-dialogue .comment.indent-1 > .default_comments_body,
body.single-dialogue .comment.indent-2 > .default_comments_body,
body.single-dialogue .comment.indent-3 > .default_comments_body,
body.single-dialogue .comment.indent-4 > .default_comments_body,
body.single-dialogue .comment.indent-5 > .default_comments_body,
body.single-dialogue .comment.indent-6 > .default_comments_body,
body.single-dialogue .comment.indent-7 > .default_comments_body,
body.single-dialogue .comment.indent-8 > .default_comments_body {
  background-color: #fff;
}
body.single-dialogue .comment > .default_comment_header {
  width: 16%;
  float: left;
  text-align: right;
  margin-top: 15px;
}
body.single-dialogue .comment > .default_comment_header .default_comment_picture {
  margin-bottom: 10px;
}
body.single-dialogue .comment > .default_comment_header .default_comment_picture .avatar_container img {
  width: 50px;
  height: auto;
}
body.single-dialogue .comment > .default_comment_header .default_comment_info .defalt_comment_author {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.86em;
  color: #181617;
}
body.single-dialogue .comment > .default_comment_header .default_comment_info .default_comments_time {
  color: #a0a0a0;
  font-size: 0.76em;
}
body.single-dialogue .comment > .default_comments_body {
  width: 82%;
  float: right;
  padding-left: 30px;
  border: #eeeeee 2px solid;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 20px 25px;
  color: #181617;
  font-size: 0.86em;
  min-height: 130px;
  background-color: #eeeeee;
}
body.single-dialogue .comment > .default_comments_body > * {
  display: block;
  margin: 0 0 10px 0;
}
body.single-dialogue .comment > .default_comments_body > *:last-child {
  margin-bottom: 0;
}
.highlight-box {
  background-color: #eeeeee;
  border: #e2e2e2 1px solid;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  color: #181617;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 568px;
}
.highlight-box > .close {
  background-color: #bebebe;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 25px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 5px;
  right: 5px;
}
.highlight-box > .close i {
  font-size: 14px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 25px;
}
.highlight-box > .close i:before {
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.highlight-box > div {
  overflow: hidden;
  text-align: center;
  padding: 15px 15px;
}
.highlight-box > div > * {
  display: block;
  float: left;
}
.highlight-box > div > img {
  width: 38%;
  height: auto;
  max-width: 180px;
}
.highlight-box > div > div {
  width: 62%;
  text-align: left;
  padding-left: 20px;
  margin-top: -6px;
}
.highlight-box > div > div strong {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
}
.highlight-box > div > div p {
  color: #968d91;
}
.highlight-box > div > div a {
  padding: 8.1px 12px;
  font-size: 1em;
  line-height: 1.47857143;
  border-radius: 0;
  color: #ffffff;
  background-color: #181617;
  border-color: #cccccc;
}
.highlight-box > div > div a:focus,
.highlight-box > div > div a.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #8c8c8c;
}
.highlight-box > div > div a:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #adadad;
}
.highlight-box > div > div a:active,
.highlight-box > div > div a.active,
.open > .dropdown-toggle.highlight-box > div > div a {
  color: #ffffff;
  background-color: #000000;
  border-color: #adadad;
}
.highlight-box > div > div a:active:hover,
.highlight-box > div > div a.active:hover,
.open > .dropdown-toggle.highlight-box > div > div a:hover,
.highlight-box > div > div a:active:focus,
.highlight-box > div > div a.active:focus,
.open > .dropdown-toggle.highlight-box > div > div a:focus,
.highlight-box > div > div a:active.focus,
.highlight-box > div > div a.active.focus,
.open > .dropdown-toggle.highlight-box > div > div a.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #8c8c8c;
}
.highlight-box > div > div a:active,
.highlight-box > div > div a.active,
.open > .dropdown-toggle.highlight-box > div > div a {
  background-image: none;
}
.highlight-box > div > div a.disabled:hover,
.highlight-box > div > div a[disabled]:hover,
fieldset[disabled] .highlight-box > div > div a:hover,
.highlight-box > div > div a.disabled:focus,
.highlight-box > div > div a[disabled]:focus,
fieldset[disabled] .highlight-box > div > div a:focus,
.highlight-box > div > div a.disabled.focus,
.highlight-box > div > div a[disabled].focus,
fieldset[disabled] .highlight-box > div > div a.focus {
  background-color: #181617;
  border-color: #cccccc;
}
.highlight-box > div > div a .badge {
  color: #181617;
  background-color: #ffffff;
}
.highlight-box > div > div a:hover,
.highlight-box > div > div a:active,
.highlight-box > div > div a:focus {
  text-decoration: none;
  background-color: #4d474a;
}
.highlight-box.fixed {
  position: fixed;
  top: 110px;
  right: 15px;
  z-index: 9;
  max-width: 432px;
  -webkit-transition: right 0.6s ease;
  -o-transition: right 0.6s ease;
  transition: right 0.6s ease;
}
@media (max-width: 1023px) {
  .highlight-box.fixed {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    max-width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.highlight-box.fixed > div > div {
  font-size: 0.86em;
}
.highlight-box:not(.fixed) > div > div {
  font-size: 0.86em;
  margin-top: 0;
}
@media (min-width: 1024px) {
  body.home .highlight-box.fixed {
    top: 70px;
  }
}
@media (min-width: 1024px) {
  html.no-js .highlight-box.fixed {
    right: -480px;
  }
}
