/*!
 Theme Name: GPEDC
 Theme URI: http://underscores.me/
 Author: Robert Rome
 Author URI: http://www.effectivecooperation.org/
 Description: A theme supporting the Global Partnership for Effective Development Co-operation
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: gpedc
 Tags:
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 GPEDC is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Asides
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
div, p, span, {
-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
@media screen and (max-width: 600px) {
  body {
    position: inherit !important;
  }
}
body {
  margin: 0;
-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
article, aside, details, figcaption, figure, footer, header, 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-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;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
li {
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  clear: both;
}
body.single-post .banner {
  margin-bottom: 0;
  margin-top: 30px;
  padding: inherit;
}
body.single-post .banner img {
  width: 1000px;
}
body.single-post h1.entry-title {
  color: #4a4a4a;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 10px;
  padding: 0;
  text-align: justify;
}
.banner {
  background-size: cover;
  margin-bottom: 30px;
  padding: 150px;
}
.banner .intro-text {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 130px;
}
.banner .intro-text p {
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}
.banner .intro-text .button-group {
  margin-top: 20px;
}
.banner {
  border: none;
  position: relative;
  margin-top: -1px;
  text-align: center;
  z-index: 0;
}
.banner .title-wrapper {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.banner .title-wrapper h1 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  min-width: 200px;
  margin-top: -150px;
  padding: 130px;
}
.banner .title-wrapper .subtitle {
  color: #fff;
  margin-left: 0;
  margin-top: -95px;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner .title-wrapper .subtitle h2 {
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  .banner .title-wrapper h1 {
    margin-top: 0;
    padding: 20px;
  }
  .top-section .social a {
    display: none;
  }
  .top-section .social a.teamworks {
    display: block;
  }
  .post-54 .banner .title-wrapper h1, .post-60 .banner .title-wrapper h1 {
    margin-top: -93px;
    padding: 20px;
  }
  .post-54 .banner .title-wrapper .subtitle, .post-60 .banner .title-wrapper .subtitle {
    margin-top: -40px;
  }
  .post-54 .entry-title, .post-60 .entry-title {
    padding: 30px 20px 100px !important;
  }
}
@media screen and (max-width: 390px) {
  .post-54 .banner .title-wrapper .subtitle, .post-60 .banner .title-wrapper .subtitle {
    margin-top: 0;
  }
}
body.parent-pageid-11 .banner h1 {
  text-shadow: 1px 0px #17476b;
}
body.parent-pageid-11 h5 {
  color: #17476b;
}
body.parent-pageid-29 .banner h1 {
  text-shadow: 1px 0px #d0021b;
}
body.parent-pageid-29 h5 {
  color: #d0021b;
}
body.parent-pageid-39 .banner h1 {
  text-shadow: 1px 0px #ff5c3e;
}
body.parent-pageid-39 h5 {
  color: #ff5c3e;
}
body.parent-pageid-52 .banner h1 {
  text-shadow: 1px 0px #f1af00;
}
body.parent-pageid-52 h5 {
  color: #f1af00;
}
body.parent-pageid-52 .post-54 .entry-title, body.parent-pageid-52 .post-60 .entry-title {
  padding: 30px 20px 230px;
}
.related-heading.blog {
  background-color: #d0021b;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  min-height: 65px;
  padding-top: 15px;
  padding-left: 55px;
  padding-bottom: 15px;
}
h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: normal;
  padding: 10px;
}
.subtitle h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
h3 {
  color: #989b97;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
h4.light {
  color: #989b97;
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
  text-align: center;
}
h4.light::first-letter {
  text-transform: uppercase;
}
h5 {
  color: #d0021b;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  margin-top: 0;
}
h6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
}
h6.indicator-title {
  margin-bottom: 30px;
}
p, ul, li {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
p, ul {
  margin-bottom: 30px;
}
.intro-text, .intro-text p {
  color: #989b97;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  line-height: 34px;
  margin: 20px auto 40px;
  max-width: 1000px;
  text-align: left;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.color-events {
  color: #f1af00;
}
.text-right {
  text-align: right;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote {
  border-left: 5px solid #ff5c3e;
  padding-left: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
a svg:hover g {
  fill: #ffcd77;
}
.noscroll {
  overflow: hidden;
  position: fixed;
}
.inline-block {
  display: inline-block !important;
}
.inline-block a {
  display: inline-block !important;
}
ul, ol {
  margin: 0 0 1.5em 30px;
}
ul {
  list-style: disc;
}
.col ul {
  margin-left: 0;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
table.dataTable > tbody > tr.child span.dtr-title, table.dataTable > tbody > tr.child span.dtr-data {
  display: block;
  font-size: 17px;
}
.logo {
  background: white;
  border: 1px solid orange;
  left: 50%;
  margin: -1px auto;
  margin-left: -115px;
  padding: 3px 38px;
  position: absolute;
  z-index: 1;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.tab-content {
  display: none;
  margin-top: 15px;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}
.tab-link {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.tab-link hr {
  border: 1px solid #ff5c3e;
  display: none;
  height: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.tab-link.about.current {
  color: #17476b !important;
}
.tab-link.about.current hr {
  border: 1px solid #17476b;
}
.tab-link.about:hover {
  color: #17476b;
}
.tab-link.insights.current {
  color: #d0021b !important;
}
.tab-link.insights.current hr {
  border: 1px solid #d0021b;
}
.tab-link.insights:hover {
  color: #d0021b;
}
.tab-link.monitoring.current {
  color: #ff5c3e !important;
}
.tab-link.monitoring.current hr {
  border: 1px solid #ff5c3e;
}
.tab-link.monitoring:hover {
  color: #ff5c3e;
}
.tab-link.events.current {
  color: #f1af00 !important;
}
.tab-link.events.current hr {
  border: 1px solid #f1af00;
}
.tab-link.events:hover {
  color: #f1af00;
}
.tab-link.current {
  color: #ff5c3e !important;
}
.tab-link.current hr {
  display: block;
}
.tab-link:hover {
  color: #ff5c3e;
}
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
@media screen and (max-width: 480px) {
  .desktop {
    display: none !important;
  }
}
.fb_iframe_widget, .youtube-subscribe, .twitter-follow-button {
  margin-bottom: 30px;
}
.join-community.small {
  color: #989b97;
  font-size: 14px;
  line-height: 24px;
}
.social-icons li {
  float: left;
}
header .social {
  margin-top: 28px;
}
.tooltiptext {
  visibility: hidden;
}
@media screen and (min-width: 680px) {
  .share-links .black-tooltip .tooltiptext {
    width: 160px;
    margin-left: -80px;
  }
  .black-tooltip {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    position: relative;
    display: inline-block;
  }
  .black-tooltip .tooltiptext {
    visibility: hidden;
    width: 105px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -55px;
  }
  .black-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  .black-tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .black-tooltip.discussions .tooltiptext {
    font-weight: normal;
    margin-left: -120px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 230px;
  }
}
@media screen and (max-width: 760px) {
  .desktop-share-760 .share-links {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .share-links.top .black-tooltip .tooltiptext {
    top: 3px;
    left: 105%;
    margin-left: 10px;
  }
  .share-links.top .black-tooltip .tooltiptext::after {
    border-color: transparent black transparent transparent;
    margin-top: -5px;
    left: auto;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
  }
  .share-links.discussion {
    float: left;
    max-width: 50px;
  }
  .share-links.discussion ul {
    margin-top: 50px;
  }
  .share-links.discussion ul li {
    margin-bottom: 12px;
  }
}
.explore-countries-banner.monitoring-profiles {
  background-image: url('img/flags-2x.jpg');
  background-size: cover;
  margin: 40px 0;
}
.explore-countries-banner.monitoring-profiles h1 {
  text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.7);
}
.member-state-name {
  font-size: 16px;
}
.flags-sprite {
  background-image: url('img/country-flags-sprite.png');
  background-repeat: no-repeat;
}
.flags050 .center {
  position: relative;
}
.flags050 .center img {
  margin-left: 10px;
  position: absolute;
  top: 14px;
  width: 20px;
}
.flags050 select {
  background: #fff url('img/small-down-arrow.png') no-repeat right 50%;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 55px;
  max-width: 500px;
  text-indent: 60px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.flags050 select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.flags050 .country {
  height: 33px;
  margin-bottom: 20px;
}
.flags050 .country.no-profile {
  color: #989b97;
}
.flags050 .country.no-profile .flags-ad, .flags050 .country.no-profile .flags-ae, .flags050 .country.no-profile .flags-af, .flags050 .country.no-profile .flags-ag, .flags050 .country.no-profile .flags-al, .flags050 .country.no-profile .flags-am, .flags050 .country.no-profile .flags-ao, .flags050 .country.no-profile .flags-ar, .flags050 .country.no-profile .flags-at, .flags050 .country.no-profile .flags-au, .flags050 .country.no-profile .flags-az, .flags050 .country.no-profile .flags-ba, .flags050 .country.no-profile .flags-bb, .flags050 .country.no-profile .flags-bd, .flags050 .country.no-profile .flags-be, .flags050 .country.no-profile .flags-bf, .flags050 .country.no-profile .flags-bg, .flags050 .country.no-profile .flags-bh, .flags050 .country.no-profile .flags-bi, .flags050 .country.no-profile .flags-bj, .flags050 .country.no-profile .flags-bn, .flags050 .country.no-profile .flags-bo, .flags050 .country.no-profile .flags-br, .flags050 .country.no-profile .flags-bs, .flags050 .country.no-profile .flags-bt, .flags050 .country.no-profile .flags-bw, .flags050 .country.no-profile .flags-by, .flags050 .country.no-profile .flags-bz, .flags050 .country.no-profile .flags-ca, .flags050 .country.no-profile .flags-cd, .flags050 .country.no-profile .flags-cf, .flags050 .country.no-profile .flags-cg, .flags050 .country.no-profile .flags-ch, .flags050 .country.no-profile .flags-ci, .flags050 .country.no-profile .flags-cl, .flags050 .country.no-profile .flags-cm, .flags050 .country.no-profile .flags-cn, .flags050 .country.no-profile .flags-co, .flags050 .country.no-profile .flags-cr, .flags050 .country.no-profile .flags-cu, .flags050 .country.no-profile .flags-cv, .flags050 .country.no-profile .flags-cy, .flags050 .country.no-profile .flags-cz, .flags050 .country.no-profile .flags-de, .flags050 .country.no-profile .flags-dj, .flags050 .country.no-profile .flags-dk, .flags050 .country.no-profile .flags-dm, .flags050 .country.no-profile .flags-do, .flags050 .country.no-profile .flags-dz, .flags050 .country.no-profile .flags-ec, .flags050 .country.no-profile .flags-ee, .flags050 .country.no-profile .flags-eg, .flags050 .country.no-profile .flags-er, .flags050 .country.no-profile .flags-es, .flags050 .country.no-profile .flags-et, .flags050 .country.no-profile .flags-fi, .flags050 .country.no-profile .flags-fj, .flags050 .country.no-profile .flags-fm, .flags050 .country.no-profile .flags-fr, .flags050 .country.no-profile .flags-ga, .flags050 .country.no-profile .flags-gb, .flags050 .country.no-profile .flags-gd, .flags050 .country.no-profile .flags-ge, .flags050 .country.no-profile .flags-gh, .flags050 .country.no-profile .flags-gm, .flags050 .country.no-profile .flags-gn, .flags050 .country.no-profile .flags-gq, .flags050 .country.no-profile .flags-gr, .flags050 .country.no-profile .flags-gt, .flags050 .country.no-profile .flags-gw, .flags050 .country.no-profile .flags-gy, .flags050 .country.no-profile .flags-hn, .flags050 .country.no-profile .flags-hr, .flags050 .country.no-profile .flags-ht, .flags050 .country.no-profile .flags-hu, .flags050 .country.no-profile .flags-id, .flags050 .country.no-profile .flags-ie, .flags050 .country.no-profile .flags-il, .flags050 .country.no-profile .flags-in, .flags050 .country.no-profile .flags-iq, .flags050 .country.no-profile .flags-ir, .flags050 .country.no-profile .flags-is, .flags050 .country.no-profile .flags-it, .flags050 .country.no-profile .flags-jm, .flags050 .country.no-profile .flags-jo, .flags050 .country.no-profile .flags-jp, .flags050 .country.no-profile .flags-ke, .flags050 .country.no-profile .flags-kg, .flags050 .country.no-profile .flags-kh, .flags050 .country.no-profile .flags-ki, .flags050 .country.no-profile .flags-km, .flags050 .country.no-profile .flags-kn, .flags050 .country.no-profile .flags-kp, .flags050 .country.no-profile .flags-kr, .flags050 .country.no-profile .flags-kw, .flags050 .country.no-profile .flags-kz, .flags050 .country.no-profile .flags-la, .flags050 .country.no-profile .flags-lb, .flags050 .country.no-profile .flags-lc, .flags050 .country.no-profile .flags-li, .flags050 .country.no-profile .flags-lk, .flags050 .country.no-profile .flags-lr, .flags050 .country.no-profile .flags-ls, .flags050 .country.no-profile .flags-lt, .flags050 .country.no-profile .flags-lu, .flags050 .country.no-profile .flags-lv, .flags050 .country.no-profile .flags-ly, .flags050 .country.no-profile .flags-ma, .flags050 .country.no-profile .flags-mc, .flags050 .country.no-profile .flags-md, .flags050 .country.no-profile .flags-me, .flags050 .country.no-profile .flags-mg, .flags050 .country.no-profile .flags-mh, .flags050 .country.no-profile .flags-mk, .flags050 .country.no-profile .flags-ml, .flags050 .country.no-profile .flags-mm, .flags050 .country.no-profile .flags-mn, .flags050 .country.no-profile .flags-mr, .flags050 .country.no-profile .flags-mt, .flags050 .country.no-profile .flags-mu, .flags050 .country.no-profile .flags-mv, .flags050 .country.no-profile .flags-mw, .flags050 .country.no-profile .flags-mx, .flags050 .country.no-profile .flags-my, .flags050 .country.no-profile .flags-mz, .flags050 .country.no-profile .flags-na, .flags050 .country.no-profile .flags-ne, .flags050 .country.no-profile .flags-ng, .flags050 .country.no-profile .flags-ni, .flags050 .country.no-profile .flags-nl, .flags050 .country.no-profile .flags-no, .flags050 .country.no-profile .flags-np, .flags050 .country.no-profile .flags-nr, .flags050 .country.no-profile .flags-nz, .flags050 .country.no-profile .flags-om, .flags050 .country.no-profile .flags-pa, .flags050 .country.no-profile .flags-pe, .flags050 .country.no-profile .flags-pg, .flags050 .country.no-profile .flags-ph, .flags050 .country.no-profile .flags-pk, .flags050 .country.no-profile .flags-pl, .flags050 .country.no-profile .flags-ps, .flags050 .country.no-profile .flags-pt, .flags050 .country.no-profile .flags-pw, .flags050 .country.no-profile .flags-py, .flags050 .country.no-profile .flags-qa, .flags050 .country.no-profile .flags-ro, .flags050 .country.no-profile .flags-rs, .flags050 .country.no-profile .flags-ru, .flags050 .country.no-profile .flags-rw, .flags050 .country.no-profile .flags-sa, .flags050 .country.no-profile .flags-sb, .flags050 .country.no-profile .flags-sc, .flags050 .country.no-profile .flags-sd, .flags050 .country.no-profile .flags-se, .flags050 .country.no-profile .flags-sg, .flags050 .country.no-profile .flags-si, .flags050 .country.no-profile .flags-sk, .flags050 .country.no-profile .flags-sl, .flags050 .country.no-profile .flags-sm, .flags050 .country.no-profile .flags-sn, .flags050 .country.no-profile .flags-so, .flags050 .country.no-profile .flags-sr, .flags050 .country.no-profile .flags-ss, .flags050 .country.no-profile .flags-st, .flags050 .country.no-profile .flags-sv, .flags050 .country.no-profile .flags-sy, .flags050 .country.no-profile .flags-sz, .flags050 .country.no-profile .flags-td, .flags050 .country.no-profile .flags-tg, .flags050 .country.no-profile .flags-th, .flags050 .country.no-profile .flags-tj, .flags050 .country.no-profile .flags-tl, .flags050 .country.no-profile .flags-tm, .flags050 .country.no-profile .flags-tn, .flags050 .country.no-profile .flags-to, .flags050 .country.no-profile .flags-tr, .flags050 .country.no-profile .flags-tt, .flags050 .country.no-profile .flags-tv, .flags050 .country.no-profile .flags-tz, .flags050 .country.no-profile .flags-ua, .flags050 .country.no-profile .flags-ug, .flags050 .country.no-profile .flags-us, .flags050 .country.no-profile .flags-uy, .flags050 .country.no-profile .flags-uz, .flags050 .country.no-profile .flags-va, .flags050 .country.no-profile .flags-vc, .flags050 .country.no-profile .flags-ve, .flags050 .country.no-profile .flags-vn, .flags050 .country.no-profile .flags-vu, .flags050 .country.no-profile .flags-ws, .flags050 .country.no-profile .flags-ye, .flags050 .country.no-profile .flags-za, .flags050 .country.no-profile .flags-zm, .flags050 .country.no-profile .flags-zw {
  background-image: url('img/country-flags-sprite-black-and-white.png');
}
.flags050 .country.no-profile .flags-xk, .flags050 .country.no-profile .flags-nu, .flags050 .country.no-profile .flags-ck {
  background-image: url('img/country-flags-sprite2-black-and-white.jpg');
}
.flags050 .country a .member-state-name {
  font-weight: bold;
}
.flags050 .country .flags {
  margin-right: 20px;
  min-width: 50px;
}
.flags050 .flags-ad, .flags050 .flags-ae, .flags050 .flags-af, .flags050 .flags-ag, .flags050 .flags-al, .flags050 .flags-am, .flags050 .flags-ao, .flags050 .flags-ar, .flags050 .flags-at, .flags050 .flags-au, .flags050 .flags-az, .flags050 .flags-ba, .flags050 .flags-bb, .flags050 .flags-bd, .flags050 .flags-be, .flags050 .flags-bf, .flags050 .flags-bg, .flags050 .flags-bh, .flags050 .flags-bi, .flags050 .flags-bj, .flags050 .flags-bn, .flags050 .flags-bo, .flags050 .flags-br, .flags050 .flags-bs, .flags050 .flags-bt, .flags050 .flags-bw, .flags050 .flags-by, .flags050 .flags-bz, .flags050 .flags-ca, .flags050 .flags-cd, .flags050 .flags-cf, .flags050 .flags-cg, .flags050 .flags-ch, .flags050 .flags-ci, .flags050 .flags-cl, .flags050 .flags-cm, .flags050 .flags-cn, .flags050 .flags-co, .flags050 .flags-cr, .flags050 .flags-cu, .flags050 .flags-cv, .flags050 .flags-cy, .flags050 .flags-cz, .flags050 .flags-de, .flags050 .flags-dj, .flags050 .flags-dk, .flags050 .flags-dm, .flags050 .flags-do, .flags050 .flags-dz, .flags050 .flags-ec, .flags050 .flags-ee, .flags050 .flags-eg, .flags050 .flags-er, .flags050 .flags-es, .flags050 .flags-et, .flags050 .flags-fi, .flags050 .flags-fj, .flags050 .flags-fm, .flags050 .flags-fr, .flags050 .flags-ga, .flags050 .flags-gb, .flags050 .flags-gd, .flags050 .flags-ge, .flags050 .flags-gh, .flags050 .flags-gm, .flags050 .flags-gn, .flags050 .flags-gq, .flags050 .flags-gr, .flags050 .flags-gt, .flags050 .flags-gw, .flags050 .flags-gy, .flags050 .flags-hn, .flags050 .flags-hr, .flags050 .flags-ht, .flags050 .flags-hu, .flags050 .flags-id, .flags050 .flags-ie, .flags050 .flags-il, .flags050 .flags-in, .flags050 .flags-iq, .flags050 .flags-ir, .flags050 .flags-is, .flags050 .flags-it, .flags050 .flags-jm, .flags050 .flags-jo, .flags050 .flags-jp, .flags050 .flags-ke, .flags050 .flags-kg, .flags050 .flags-kh, .flags050 .flags-ki, .flags050 .flags-km, .flags050 .flags-kn, .flags050 .flags-kp, .flags050 .flags-kr, .flags050 .flags-kw, .flags050 .flags-kz, .flags050 .flags-la, .flags050 .flags-lb, .flags050 .flags-lc, .flags050 .flags-li, .flags050 .flags-lk, .flags050 .flags-lr, .flags050 .flags-ls, .flags050 .flags-lt, .flags050 .flags-lu, .flags050 .flags-lv, .flags050 .flags-ly, .flags050 .flags-ma, .flags050 .flags-mc, .flags050 .flags-md, .flags050 .flags-me, .flags050 .flags-mg, .flags050 .flags-mh, .flags050 .flags-mk, .flags050 .flags-ml, .flags050 .flags-mm, .flags050 .flags-mn, .flags050 .flags-mr, .flags050 .flags-mt, .flags050 .flags-mu, .flags050 .flags-mv, .flags050 .flags-mw, .flags050 .flags-mx, .flags050 .flags-my, .flags050 .flags-mz, .flags050 .flags-na, .flags050 .flags-ne, .flags050 .flags-ng, .flags050 .flags-ni, .flags050 .flags-nl, .flags050 .flags-no, .flags050 .flags-np, .flags050 .flags-nr, .flags050 .flags-nz, .flags050 .flags-om, .flags050 .flags-pa, .flags050 .flags-pe, .flags050 .flags-pg, .flags050 .flags-ph, .flags050 .flags-pk, .flags050 .flags-pl, .flags050 .flags-ps, .flags050 .flags-pt, .flags050 .flags-pw, .flags050 .flags-py, .flags050 .flags-qa, .flags050 .flags-ro, .flags050 .flags-rs, .flags050 .flags-ru, .flags050 .flags-rw, .flags050 .flags-sa, .flags050 .flags-sb, .flags050 .flags-sc, .flags050 .flags-sd, .flags050 .flags-se, .flags050 .flags-sg, .flags050 .flags-si, .flags050 .flags-sk, .flags050 .flags-sl, .flags050 .flags-sm, .flags050 .flags-sn, .flags050 .flags-so, .flags050 .flags-sr, .flags050 .flags-ss, .flags050 .flags-st, .flags050 .flags-sv, .flags050 .flags-sy, .flags050 .flags-sz, .flags050 .flags-td, .flags050 .flags-tg, .flags050 .flags-th, .flags050 .flags-tj, .flags050 .flags-tl, .flags050 .flags-tm, .flags050 .flags-tn, .flags050 .flags-to, .flags050 .flags-tr, .flags050 .flags-tt, .flags050 .flags-tv, .flags050 .flags-tz, .flags050 .flags-ua, .flags050 .flags-ug, .flags050 .flags-us, .flags050 .flags-uy, .flags050 .flags-uz, .flags050 .flags-va, .flags050 .flags-vc, .flags050 .flags-ve, .flags050 .flags-vn, .flags050 .flags-vu, .flags050 .flags-ws, .flags050 .flags-ye, .flags050 .flags-za, .flags050 .flags-zm, .flags050 .flags-zw {
  background-image: url('img/country-flags-sprite.png');
  background-repeat: no-repeat;
}
.flags050 .flags-ad {
  background-position: 0 0;
  height: 35px;
  width: 50px;
}
.flags050 .flags-ae {
  background-position: 0 -40px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-af {
  background-position: 0 -70px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ag {
  background-position: 0 -108px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-al {
  background-position: 0 -146px;
  height: 35px;
  width: 50px;
}
.flags050 .flags-am {
  background-position: 0 -186px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ao {
  background-position: 0 -216px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ar {
  background-position: 0 -254px;
  height: 32px;
  width: 50px;
}
.flags050 .flags-at {
  background-position: 0 -291px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-au {
  background-position: 0 -329px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-az {
  background-position: 0 -359px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ba {
  background-position: 0 -389px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-bb {
  background-position: 0 -419px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-bd {
  background-position: 0 -457px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-be {
  background-position: 0 -492px;
  height: 43px;
  width: 50px;
}
.flags050 .flags-bf {
  background-position: 0 -540px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-bg {
  background-position: 0 -578px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-bh {
  background-position: 0 -613px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-bi {
  background-position: 0 -648px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-bj {
  background-position: 0 -683px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-bn {
  background-position: 0 -721px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-bo {
  background-position: 0 -751px;
  height: 34px;
  width: 50px;
}
.flags050 .flags-br {
  background-position: 0 -790px;
  height: 35px;
  width: 50px;
}
.flags050 .flags-bs {
  background-position: 0 -830px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-bt {
  background-position: 0 -860px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-bw {
  background-position: 0 -898px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-by {
  background-position: 0 -936px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-bz {
  background-position: 0 -966px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ca {
  background-position: 0 -1004px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-cd {
  background-position: 0 -1034px;
  height: 37px;
  width: 50px;
}
.flags050 .flags-cf {
  background-position: 0 -1076px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-cg {
  background-position: 0 -1114px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ch {
  background-position: 0 -1152px;
  height: 50px;
  width: 50px;
}
.flags050 .flags-ci {
  background-position: 0 -1207px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-cl {
  background-position: 0 -1245px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-cm {
  background-position: 0 -1283px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-cn {
  background-position: 0 -1321px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-co {
  background-position: 0 -1359px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-cr {
  background-position: 0 -1397px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-cu {
  background-position: 0 -1432px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-cv {
  background-position: 0 -1462px;
  height: 29px;
  width: 50px;
}
.flags050 .flags-cy {
  background-position: 0 -1496px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-cz {
  background-position: 0 -1531px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-de {
  background-position: 0 -1569px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-dj {
  background-position: 0 -1604px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-dk {
  background-position: 0 -1642px;
  height: 38px;
  width: 50px;
}
.flags050 .flags-dm {
  background-position: 0 -1685px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-do {
  background-position: 0 -1715px;
  height: 31px;
  width: 50px;
}
.flags050 .flags-dz {
  background-position: 0 -1751px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ec {
  background-position: 0 -1789px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ee {
  background-position: 0 -1827px;
  height: 32px;
  width: 50px;
}
.flags050 .flags-eg {
  background-position: 0 -1864px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-er {
  background-position: 0 -1902px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-es {
  background-position: 0 -1932px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-et {
  background-position: 0 -1970px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-fi {
  background-position: 0 -2000px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-fj {
  background-position: 0 -2035px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-fm {
  background-position: 0 -2065px;
  height: 26px;
  width: 50px;
}
.flags050 .flags-fr {
  background-position: 0 -2096px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ga {
  background-position: 0 -2134px;
  height: 37px;
  width: 50px;
}
.flags050 .flags-gb {
  background-position: 0 -2176px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-gd {
  background-position: 0 -2206px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-ge {
  background-position: 0 -2241px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-gh {
  background-position: 0 -2279px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-gm {
  background-position: 0 -2317px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-gn {
  background-position: 0 -2355px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-gq {
  background-position: 0 -2393px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-gr {
  background-position: 0 -2431px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-gt {
  background-position: 0 -2469px;
  height: 31px;
  width: 50px;
}
.flags050 .flags-gw {
  background-position: 0 -2505px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-gy {
  background-position: 0 -2535px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-hn {
  background-position: 0 -2570px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-hr {
  background-position: 0 -2600px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ht {
  background-position: 0 -2630px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-hu {
  background-position: 0 -2665px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-id {
  background-position: 0 -2695px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ie {
  background-position: 0 -2733px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-il {
  background-position: 0 -2763px;
  height: 36px;
  width: 50px;
}
.flags050 .flags-in {
  background-position: 0 -2804px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-iq {
  background-position: 0 -2842px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ir {
  background-position: 0 -2880px;
  height: 28px;
  width: 50px;
}
.flags050 .flags-is {
  background-position: 0 -2913px;
  height: 36px;
  width: 50px;
}
.flags050 .flags-it {
  background-position: 0 -2954px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-jm {
  background-position: 0 -2992px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-jo {
  background-position: 0 -3022px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-jp {
  background-position: 0 -3052px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ke {
  background-position: 0 -3090px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-kg {
  background-position: 0 -3128px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-kh {
  background-position: 0 -3163px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ki {
  background-position: 0 -3201px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-km {
  background-position: 0 -3231px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-kn {
  background-position: 0 -3266px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-kp {
  background-position: 0 -3304px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-kr {
  background-position: 0 -3334px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-kw {
  background-position: 0 -3372px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-kz {
  background-position: 0 -3402px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-la {
  background-position: 0 -3432px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-lb {
  background-position: 0 -3470px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-lc {
  background-position: 0 -3508px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-li {
  background-position: 0 -3538px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-lk {
  background-position: 0 -3573px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-lr {
  background-position: 0 -3603px;
  height: 26px;
  width: 50px;
}
.flags050 .flags-ls {
  background-position: 0 -3634px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-lt {
  background-position: 0 -3672px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-lu {
  background-position: 0 -3707px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-lv {
  background-position: 0 -3742px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ly {
  background-position: 0 -3772px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ma {
  background-position: 0 -3802px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mc {
  background-position: 0 -3840px;
  height: 40px;
  width: 50px;
}
.flags050 .flags-md {
  background-position: 0 -3885px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-me {
  background-position: 0 -3915px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-mg {
  background-position: 0 -3945px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mh {
  background-position: 0 -3983px;
  height: 26px;
  width: 50px;
}
.flags050 .flags-mk {
  background-position: 0 -4014px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ml {
  background-position: 0 -4044px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mm {
  background-position: 0 -4082px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mn {
  background-position: 0 -4120px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-mr {
  background-position: 0 -4150px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mt {
  background-position: 0 -4188px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mu {
  background-position: 0 -4226px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mv {
  background-position: 0 -4264px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mw {
  background-position: 0 -4302px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-mx {
  background-position: 0 -4340px;
  height: 28px;
  width: 50px;
}
.flags050 .flags-my {
  background-position: 0 -4373px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-mz {
  background-position: 0 -4403px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-na {
  background-position: 0 -4441px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ne {
  background-position: 0 -4479px;
  height: 43px;
  width: 50px;
}
.flags050 .flags-ng {
  background-position: 0 -4527px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ni {
  background-position: 0 -4557px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-nl {
  background-position: 0 -4592px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-no {
  background-position: 0 -4630px;
  height: 36px;
  width: 50px;
}
.flags050 .flags-np {
  background-position: 0 -4671px;
  height: 50px;
  width: 41px;
}
.flags050 .flags-nr {
  background-position: 0 -4726px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-nz {
  background-position: 0 -4756px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-om {
  background-position: 0 -4786px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-pa {
  background-position: 0 -4816px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-pe {
  background-position: 0 -4854px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-pg {
  background-position: 0 -4892px;
  height: 37px;
  width: 50px;
}
.flags050 .flags-ph {
  background-position: 0 -4934px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-pk {
  background-position: 0 -4964px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-pl {
  background-position: 0 -5002px;
  height: 31px;
  width: 50px;
}
.flags050 .flags-ps {
  background-position: 0 -5038px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-pt {
  background-position: 0 -5068px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-pw {
  background-position: 0 -5106px;
  height: 31px;
  width: 50px;
}
.flags050 .flags-py {
  background-position: 0 -5142px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-qa {
  background-position: 0 -5177px;
  height: 19px;
  width: 50px;
}
.flags050 .flags-ro {
  background-position: 0 -5201px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-rs {
  background-position: 0 -5239px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ru {
  background-position: 0 -5277px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-rw {
  background-position: 0 -5315px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-sa {
  background-position: 0 -5353px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-sb {
  background-position: 0 -5391px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-sc {
  background-position: 0 -5421px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-sd {
  background-position: 0 -5451px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-se {
  background-position: 0 -5481px;
  height: 31px;
  width: 50px;
}
.flags050 .flags-sg {
  background-position: 0 -5517px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-si {
  background-position: 0 -5555px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-sk {
  background-position: 0 -5585px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-sl {
  background-position: 0 -5623px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-sm {
  background-position: 0 -5661px;
  height: 37px;
  width: 50px;
}
.flags050 .flags-sn {
  background-position: 0 -5703px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-so {
  background-position: 0 -5741px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-sr {
  background-position: 0 -5779px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ss {
  background-position: 0 -5817px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-st {
  background-position: 0 -5847px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-sv {
  background-position: 0 -5877px;
  height: 28px;
  width: 50px;
}
.flags050 .flags-sy {
  background-position: 0 -5910px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-sz {
  background-position: 0 -5948px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-td {
  background-position: 0 -5986px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-tg {
  background-position: 0 -6024px;
  height: 31px;
  width: 50px;
}
.flags050 .flags-th {
  background-position: 0 -6060px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-tj {
  background-position: 0 -6098px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-tl {
  background-position: 0 -6128px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-tm {
  background-position: 0 -6158px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-tn {
  background-position: 0 -6196px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-to {
  background-position: 0 -6234px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-tr {
  background-position: 0 -6264px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-tt {
  background-position: 0 -6302px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-tv {
  background-position: 0 -6337px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-tz {
  background-position: 0 -6367px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ua {
  background-position: 0 -6405px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ug {
  background-position: 0 -6443px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-us {
  background-position: 0 -6481px;
  height: 26px;
  width: 50px;
}
.flags050 .flags-uy {
  background-position: 0 -6512px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-uz {
  background-position: 0 -6550px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-va {
  background-position: 0 -6580px;
  height: 50px;
  width: 50px;
}
.flags050 .flags-vc {
  background-position: 0 -6635px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-ve {
  background-position: 0 -6673px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-vn {
  background-position: 0 -6711px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-vu {
  background-position: 0 -6749px;
  height: 30px;
  width: 50px;
}
.flags050 .flags-ws {
  background-position: 0 -6784px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-ye {
  background-position: 0 -6814px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-za {
  background-position: 0 -6852px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-zm {
  background-position: 0 -6890px;
  height: 33px;
  width: 50px;
}
.flags050 .flags-zw {
  background-position: 0 -6928px;
  height: 25px;
  width: 50px;
}
.flags050 .flags-xk, .flags050 .flags-nu, .flags050 .flags-ck {
  background-image: url('img/country-flags-sprite2.jpg');
  background-repeat: no-repeat;
  width: 50px;
}
.flags050 .flags-xk {
  background-position: 0 0;
  height: 33px;
}
.flags050 .flags-nu {
  background-position: 0 -33px;
  height: 25px;
}
.flags050 .flags-ck {
  background-position: 0 -58px;
  height: 25px;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
.ninja-forms-cont {
  background-color: #17476b;
  padding: 35px;
}
.ninja-forms-cont .ninja-forms-form-wrap label {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.ninja-forms-cont .ninja-forms-form-wrap textarea.ninja-forms-field {
  height: 210px;
  padding: 20px;
  text-indent: 0;
}
.ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-field {
  height: 55px;
  text-indent: 20px;
}
.ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-success-msg p {
  color: #fff;
  text-align: center;
}
.ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-error-msg p {
  color: #f00;
  margin-bottom: 20px;
}
.ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-field-error p {
  color: #fff;
  font-size: 14px;
  margin: 5px;
}
.ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-required-items {
  display: none;
}
.ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-req-symbol {
  color: #fff;
}
.ninja-forms-cont .ninja-forms-form-wrap input[type="submit"] {
  box-shadow: none;
  background: #ffcd77;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  text-shadow: none;
  width: 100%;
}
.searchwp-live-search-results {
  top: 125px !important;
}
input:focus {
  outline: none;
}
/* = Modal for HLM Ninja Forms
 -------------------------------------------------------------- */
#hlm2-form-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#hlm2-form-modal-overlay #modal-form-container {
  display: block !important;
  position: relative;
  width: 550px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #hlm2-form-modal-overlay #modal-form-container {
    width: 93%;
  }
}
#hlm2-form-modal-overlay #modal-form-container .close-hlm2-form {
  position: absolute;
  top: -13px;
  right: -13px;
  background: url(img/close-white.png) no-repeat center center #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-indent: -999em;
  text-decoration: none;
}
#hlm2-form-modal-overlay #modal-form-container .ninja-forms-cont {
  max-height: 90vh;
  overflow-y: auto;
}
#hlm2-form-modal-overlay #modal-form-container .ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-field {
  text-indent: 0;
  padding: 5px 12px;
  height: 43px;
}
#hlm2-form-modal-overlay #modal-form-container .ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-field.form-intro {
  color: #fff;
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 0;
  font-size: 17px;
  line-height: 1.3;
}
#hlm2-form-modal-overlay #modal-form-container .ninja-forms-cont .ninja-forms-form-wrap .ninja-forms-field[type='submit'] {
  float: right;
  width: auto;
  padding: 10px 30px;
}
#modal-form-container {
  display: none;
}
#modal-form-container .ninja-forms-cont.submitted {
  display: none !important;
}
#modal-form-container .success-msg {
  background-color: #17476b;
  padding: 35px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.hidden-element-wrap {
  display: none;
}
/* = Modal for HLM Ninja Forms
 -------------------------------------------------------------- */
.featured .button-group {
  max-width: 620px;
}
.featured .button-group .button {
  width: 300px;
}
.button-group {
  margin: 0 auto;
  max-width: 470px;
}
.button-group.wide {
  max-width: 650px;
}
.button-group.wide .button {
  width: 320px;
}
.button-group .button {
  float: left;
  width: 230px;
}
.button-group .button:first-child {
  margin-right: 10px;
}
.button-group .button a {
  display: block;
}
.button {
  margin-bottom: 50px;
  text-align: center;
}
.button.margin-bottom-small {
  margin-bottom: 20px;
}
.button.teamworks a {
  background: #416eb1 url(img/teamworks-white.png) no-repeat 20px 50%;
  padding-left: 80px;
}
.button.discussions a {
  background: #26a972 url(img/chat-small.png) no-repeat 20px 50%;
  padding-left: 80px !important;
}
.button.external a {
  background: url(img/external-link-white.png) no-repeat right 50%;
  background-position: calc(100% - 20px) 8px;
  text-align: left;
}
.button a {
  border-radius: 4px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.button a.large {
  padding: 10px 40px;
}
.button a.small {
  padding: 10px 40px;
}
.button a.x-small {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
.button a.full-width {
  display: block;
  padding: 20px 35px;
}
.button a.color-about {
  background-color: #17476b;
}
.button a.color-insights {
  background-color: #d0021b;
}
.button a.color-monitoring {
  background-color: #ff5c3e;
}
.button a.color-events {
  background-color: #f1af00;
  color: #4a4a4a;
}
.button a.color-events:hover, .button a.color-events:visited {
  color: #4a4a4a;
}
.button a.color-discussions {
  background-color: #26a972;
}
.button a.color-events-dark {
  background-color: #f1af00;
}
.button a.color-sdg {
  background-color: #17476b;
}
.button a.color-teamworks {
  background-color: #416eb1;
}
.button a.color-white {
  background-color: #fff;
  color: #4a4a4a;
}
.button a.color-white:hover, .button a.color-white:visited {
  color: #4a4a4a;
}
.button a.color-yellow {
  background-color: #ffcd77;
  color: #4a4a4a;
}
.button a.color-yellow:hover, .button a.color-yellow:visited {
  color: #4a4a4a;
}
.button a:hover, .button a:visited {
  color: #fff;
  text-decoration: none;
}
.button.left a {
  display: block;
}
.button.full-width a {
  display: block;
}
.button.font-18 a {
  font-size: 18px;
}
.button.padding-side-30 a {
  padding-left: 30px;
  padding-right: 30px;
}
.expand-all-accordions, .search-in-documents, .switch {
  background: url(img/switch.png) no-repeat right bottom;
  color: #ff5c3e;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 43px;
}
.expand-all-accordions:hover, .search-in-documents:hover, .switch:hover {
  cursor: pointer;
  text-decoration: underline;
}
.expand-all-accordions.expanded, .search-in-documents.expanded, .switch.expanded {
  background-position: right 5px;
}
.expand-all-accordions, .search-in-documents {
  padding-right: 65px;
}
.expand-all-accordions {
  margin-bottom: -30px;
}
.search-in-documents {
  color: #000;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.switch a {
  padding-right: 65px;
}
@media screen and (max-width: 510px) {
  .button-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  .button-group .button {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
  .button-group .button:first-child {
    margin-right: 0;
  }
  .button-group .button a.color-sdg {
    text-align: center;
  }
}
@media screen and (max-width: 635px) {
  .button.teamworks a {
    background-image: none;
  }
}
@media screen and (max-width: 405px) {
  .button a {
    display: block;
  }
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
.load-more {
  border: 1px solid #f1af00;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: medium;
  line-height: 30px;
  margin: 0 auto 40px;
  max-width: 285px;
  padding: 10px;
  text-align: center;
}
.load-more:hover {
  background-color: #f1af00;
  cursor: pointer;
}
.select-data-set {
  margin-bottom: 40px;
}
.select-data-set label {
  color: #000;
  display: block;
  font-family: sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.select-data-set label:hover {
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #ff5c3e;
  text-decoration: none;
}
a:visited {
  color: #ff5c3e;
}
a:hover, a:focus, a:active {
  color: #ff5c3e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
header .top-section .translate-section {
  padding: 16px 35px;
}
header .top-section .translate-section .disclaimer {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  margin-bottom: 4px;
}
header .top-section .social li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
}
header .top-section .social li.twitter {
  background: url('img/twitter.png') no-repeat 0 0;
  height: 28px;
  margin-top: 5px;
  width: 30px;
}
header .top-section .social li.youtube {
  background: url('img/youtube.png') no-repeat 0 0;
  height: 32px;
  width: 33px;
}
header .top-section .social li.facebook {
  background: url('img/facebook.png') no-repeat 0 0;
  height: 31px;
  width: 40px;
}
header .top-section .social li.discussions {
  background: url('img/chat-header.png') no-repeat 0 0;
  height: 33px;
  line-height: 15px;
  font-weight: 600;
  margin-right: 0;
  padding-left: 38px;
  padding-top: 3px;
  width: 120px;
}
header button.menu-toggle {
  margin-right: 10px;
}
header .menu-toggle {
  background: transparent url(img/menu.png) no-repeat 50% 0;
  border: none;
  box-shadow: none;
  float: right;
  font-size: 11px;
  height: 40px;
  padding: 25px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
header .menu-toggle:hover {
  cursor: pointer;
}
header .mobile-overlay {
  display: none;
  background: orange;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  z-index: 9999;
  padding: 22px 12px;
}
header .mobile-overlay .social {
  margin: 20px 0;
}
header .mobile-overlay .social li {
  float: left;
  list-style-type: none;
  margin: 0;
  text-align: center;
  text-indent: -9999px;
  width: 33%;
}
header .mobile-overlay .social li.twitter {
  /* assumes there are 3 icons **/
  background: url('img/twitter-white.png') no-repeat 50% 0;
  height: 29px;
  margin-top: 5px;
}
header .mobile-overlay .social li.youtube {
  background: url('img/youtube-white.png') no-repeat 50% 0;
  height: 32px;
}
header .mobile-overlay .social li.facebook {
  background: url('img/facebook-white.png') no-repeat 50% 0;
  height: 31px;
}
header .mobile-overlay .social li.discussions {
  color: #fff;
  background: url('img/chat-white.png') no-repeat 0 0;
  height: 33px;
  line-height: 15px;
  font-weight: 600;
  margin-right: 0;
  text-indent: 0;
  text-align: left;
  padding-left: 42px;
  padding-top: 3px;
  width: 120px;
}
header .mobile-overlay .social.discussions {
  margin: 40px auto 20px;
  width: 136px;
}
header .mobile-overlay .close {
  background: url(img/close-white.png) no-repeat 50% 0;
  color: #fff;
  float: left;
  font-size: 11px;
  height: 40px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
header .mobile-overlay .close:hover {
  cursor: pointer;
}
header .mobile-overlay .menu-toggle {
  background: url(img/menu-white.png) no-repeat 50% 0;
  color: #fff;
  float: right;
  font-size: 11px;
  height: 40px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
header .mobile-overlay .menu-toggle:hover {
  cursor: pointer;
}
header .mobile-overlay ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .mobile-overlay ul#mobile-menu {
  margin-bottom: 30px;
}
header .mobile-overlay li {
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 0;
}
header .mobile-overlay li .sub-menu li {
  padding: 10px 30px;
}
header .mobile-overlay li.menu-item-has-children:hover {
  cursor: pointer;
}
header .mobile-overlay li a {
  color: #585858;
  text-decoration: none;
}
header .mobile-overlay hr {
  background-color: #fff;
  margin: 10px 0;
}
header .mobile-overlay .subscribe {
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  margin: 0 38px;
  text-align: center;
}
header .menu-toggle {
  display: none;
}
header .main-navigation {
  background-color: #ffcd77;
  float: none;
}
header .main-navigation .nav-inner {
  height: 91px;
  margin: 0 auto;
  max-width: 1030px;
  /*	max-width:960px; */
}
header .main-navigation .nav-inner .logo-space {
  float: left;
  height: 50px;
  width: 230px;
}
header .main-navigation li {
  float: none;
  position: relative;
  /*    min-width: 165px;
   */
  text-align: center;
  padding: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 14px;
  /*    max-width: 200px;
   */
  display: table-cell;
  vertical-align: middle;
  height: 91px;
  width: 200px;
}
header .main-navigation li a {
  color: #585858;
}
header .main-navigation li a:hover {
  color: #fff;
}
header .main-navigation li.menu-item-has-children:hover {
  cursor: default;
}
header .main-navigation li:hover, header .main-navigation li.current-menu-ancestor {
  position: static;
}
header .main-navigation li:hover.menu-item-5873, header .main-navigation li.current-menu-ancestor.menu-item-5873 {
  background-color: #17476b;
}
header .main-navigation li:hover.menu-item-5873 .sub-menu, header .main-navigation li.current-menu-ancestor.menu-item-5873 .sub-menu {
  background-color: #17476b;
}
header .main-navigation li:hover.menu-item-5874, header .main-navigation li.current-menu-ancestor.menu-item-5874 {
  background-color: #d0021b;
}
header .main-navigation li:hover.menu-item-5874 .sub-menu, header .main-navigation li.current-menu-ancestor.menu-item-5874 .sub-menu {
  background-color: #d0021b;
}
header .main-navigation li:hover.menu-item-5875, header .main-navigation li.current-menu-ancestor.menu-item-5875 {
  background-color: #ff5c3e;
}
header .main-navigation li:hover.menu-item-5875 .sub-menu, header .main-navigation li.current-menu-ancestor.menu-item-5875 .sub-menu {
  background-color: #ff5c3e;
}
header .main-navigation li:hover.menu-item-5876, header .main-navigation li.current-menu-ancestor.menu-item-5876 {
  background-color: #f1af00;
}
header .main-navigation li:hover.menu-item-5876 .sub-menu, header .main-navigation li.current-menu-ancestor.menu-item-5876 .sub-menu {
  background-color: #f1af00;
}
header .main-navigation li:hover a, header .main-navigation li.current-menu-ancestor a {
  color: #fff;
}
header .main-navigation li:hover li a, header .main-navigation li.current-menu-ancestor li a {
  color: #fff;
}
header .main-navigation li:hover li a:hover, header .main-navigation li.current-menu-ancestor li a:hover {
  text-decoration: underline;
}
header .main-navigation #primary-menu-left .sub-menu-inner, header .main-navigation #primary-menu-right .sub-menu-inner {
  margin: 0 auto;
  max-width: 515px;
  /* accounts for separate menu left and menu right -- total width of 1030px */
}
header .main-navigation ul li .sub-menu {
  -moz-column-count: 2;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5em;
  column-count: 2;
  column-gap: 2.5em;
}
header .main-navigation ul li .sub-menu li {
  float: left;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  padding: 5px 30px;
  text-align: left;
}
header .main-navigation ul li .sub-menu li a:hover {
  color: #fff;
}
header .main-navigation ul li .sub-menu:first-child li a:first-child {
  margin-top: 20px;
}
header .main-navigation ul li:hover > ul, header .main-navigation ul li.focus > ul {
  background-color: #faab24;
  background-repeat: no-repeat;
  background-position: 5% 40%;
  left: 0;
  top: 171px;
  width: 100%;
  padding: 30px 0px 30px 140px;
}
header .bottom-section {
  background-color: #17476b;
  display: none;
  height: 35px;
  padding: 0 35px;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
}
header .sub-menu li {
  float: left;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 30px;
  text-align: left;
}
.menu-header-left-container, .logo-space, .menu-header-right-container {
  float: left;
}
@media screen and (max-width: 680px) {
  #masthead .menu-toggle {
    display: block;
  }
  body.noscroll #masthead .menu-toggle {
    margin-right: 0;
  }
}
/* Chrome and Safari only: */
@supports (-webkit-appearance:none) {
  header .main-navigation ul li .sub-menu li:first-child {
    margin-top: 23px;
  }
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  height: 91px;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 265px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  color: #fff;
}
/* Small menu. */
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 680px) {
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  header .main-navigation li {
    width: 194px;
  }
}
@media screen and (max-width: 1010px) {
  header .main-navigation li {
    width: 189px;
  }
}
@media screen and (max-width: 1000px) {
  header .logo {
    padding: 10px 20px;
    margin-left: -97px;
  }
  header .main-navigation .nav-inner .logo-space {
    float: left;
    height: 50px;
    width: 194px;
  }
}
@media screen and (max-width: 955px) {
  header .main-navigation li {
    width: 184px;
  }
}
@media screen and (max-width: 935px) {
  header .main-navigation li {
    width: 179px;
  }
}
@media screen and (max-width: 915px) {
  header .main-navigation li {
    width: 174px;
  }
}
@media screen and (max-width: 905px) {
  header .main-navigation li {
    width: 169px;
  }
}
@media screen and (max-width: 875px) {
  header .main-navigation li {
    width: 164px;
  }
}
@media screen and (max-width: 855px) {
  header .main-navigation li {
    width: 159px;
  }
}
@media screen and (max-width: 835px) {
  header .main-navigation li {
    width: 154px;
  }
}
@media screen and (max-width: 815px) {
  header .main-navigation li {
    width: 149px;
  }
}
@media screen and (max-width: 795px) {
  header .main-navigation li {
    width: 144px;
  }
}
@media screen and (max-width: 775px) {
  header .main-navigation li {
    width: 139px;
  }
}
@media screen and (max-width: 755px) {
  header .main-navigation li {
    width: 134px;
  }
}
@media screen and (max-width: 735px) {
  header .main-navigation li {
    width: 129px;
  }
}
@media screen and (max-width: 715px) {
  header .main-navigation li {
    width: 124px;
  }
}
@media screen and (max-width: 695px) {
  header .main-navigation li {
    width: 119px;
  }
}
@media screen and (max-width: 680px) {
  header .logo {
    border-top: none;
    left: 0;
    margin-left: 0;
    padding: 5px;
  }
  header .top-section {
    height: 65px;
  }
  header .main-navigation {
    height: 55px;
  }
  header .main-navigation button {
    float: right;
    margin-right: 10px;
    margin-top: -45px;
  }
  header .top-section .left, header .top-section .social-icons-search {
    display: none;
  }
}
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
footer .top-section {
  color: #fff;
  padding: 10px 35px 0;
  background-color: #414242;
}
footer .social-icons {
  float: left;
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}
footer .social-icons li {
  height: 38px;
  margin-right: 50px;
}
footer .subscribe {
  float: right;
}
footer .top-section-inner {
  margin: 0 auto;
  max-width: 1030px;
}
footer .nav-inner {
  margin: 0 auto;
  max-width: 1030px;
}
footer .bottom-section-inner {
  margin: 0 auto;
  max-width: 1030px;
}
footer .logo {
  background: transparent;
  border: 0;
  margin-left: -130px;
  margin-top: 115px;
  padding: 0;
  text-align: center;
  width: 230px;
}
footer .middle-section {
  background-color: #4d4e4e;
  padding: 35px 0 5px;
}
footer .middle-section .menu-item-has-children > a:hover {
  color: #90918a;
  cursor: default;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
footer .middle-section a:hover {
  color: #ffcd77;
}
footer .menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
footer .sub-menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
footer .sub-menu li {
  line-height: 26px;
  padding-left: 0;
  margin-bottom: 0;
}
footer .sub-menu li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
footer .menu-item-has-children {
  float: left;
  line-height: 18px;
  margin-right: 10px;
  width: 170px;
}
footer .menu-item-has-children > a {
  color: #90918a;
  cursor: default;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
footer .menu-item-158 .sub-menu, footer .menu-item-168 .sub-menu, footer .menu-item-178 .sub-menu {
  margin-top: 20px;
}
footer .logo-space {
  width: 150px;
}
footer .menu-header-right-container {
  float: right;
}
footer .bottom-section {
  background-color: #414242;
  height: auto;
  line-height: 22px;
  text-align: center;
  padding: 15px 0;
}
footer .bottom-section a {
  color: #ffcd77;
  text-decoration: none;
}
footer .bottom-section a:hover {
  text-decoration: underline;
}
.bottom-section {
  background-color: #17476b;
  height: 35px;
  padding: 0 35px;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
}
#footer-menu-left {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer-menu-right {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1070px) {
  footer .top-section-inner, footer .nav-inner, footer .bottom-section-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  footer .social-icons {
    width: 33%;
  }
  footer .logo {
    width: 33%;
    float: left;
    left: 0;
    margin: 0;
    position: relative;
  }
  footer .subscribe {
    width: 33%;
  }
  footer .logo-space {
    display: none;
  }
  footer #mc_embed_signup input.email {
    margin-bottom: 30px;
  }
  footer #mc_embed_signup input.button {
    width: 250px;
  }
}
@media screen and (max-width: 785px) {
  footer .social-icons {
    padding: 10px 0;
    width: 100%;
  }
  footer .social-icons li {
    margin: 0;
    text-align: center;
    width: 33%;
    /** Assumes there are 3 icons **/
  }
  footer .top-section .subscribe {
    float: left;
    width: 100%;
  }
  footer #mc_embed_signup input.email {
    width: 100%;
  }
  footer #mc_embed_signup input.button {
    width: 100%;
  }
  footer .middle-section {
    padding: 20px 35px 5px;
  }
  footer .middle-section .menu-item-has-children > a:hover {
    cursor: pointer;
  }
  footer .logo {
    margin: 20px 0;
    width: 100%;
  }
  footer .menu-item-has-children {
    margin-bottom: 15px;
    width: 100%;
  }
  footer .menu-item-has-children:hover {
    cursor: pointer;
  }
  footer .menu-item-has-children .sub-menu {
    display: none;
  }
  footer .menu-header-right-container {
    float: none;
  }
}
/*--------------------------------------------------------------
 ## Search
 --------------------------------------------------------------*/
#masthead .search-wrapper .search {
  background: url('img/search.svg') no-repeat 50% 50%;
  font-size: 11px;
  height: 81px;
  line-height: 81px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 136px;
}
#masthead .search-wrapper .search:hover {
  background-image: url('img/search-hover.png');
  cursor: pointer;
}
#masthead .search-wrapper.active .search {
  background-color: #faab24;
  background-image: url('img/search-white.png');
  color: #fff;
}
#masthead .search-wrapper.active .search-area {
  display: block;
}
#masthead .search-wrapper .search-area {
  background: #faab24;
  display: none;
  height: 45px;
  position: absolute;
  right: 0;
  top: 81px;
  width: 360px;
  z-index: 9;
  /*    background: white;
   background-image: none;
   border: none;
   border-radius: 0;
   font-size: 12px;
   height: 30px;
   margin-left: 20px;
   text-shadow: none;
   text-transform: uppercase;
   */
}
#masthead .search-wrapper .search-area .search-field {
  background: transparent;
  border: none;
  color: #fff;
  text-indent: 20px;
  line-height: 45px;
  padding: 0;
  width: 360px;
  -webkit-appearance: none;
}
#masthead .search-wrapper .search-area .search-submit {
  display: none;
}
#masthead .search-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
#masthead .search-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#masthead .search-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#masthead .search-wrapper :-ms-input-placeholder {
  color: #fff;
}
#masthead .mobile-overlay .search {
  margin: 20px 0;
}
#masthead .mobile-overlay .search-field {
  border: none;
  border-radius: 0;
  height: 45px;
  width: 79%;
  text-indent: 20px;
}
#masthead .mobile-overlay .search-submit {
  background: #d38705 url('img/search-white.png') no-repeat 50%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  text-indent: -9999px;
  width: 19%;
}
#masthead .mobile-overlay .search-submit:hover {
  box-shadow: none;
}
.search-in-place {
  top: 127px !important;
}
@media screen and (max-width: 680px) {
  .search-in-place {
    top: 130px !important;
  }
}
/*--------------------------------------------------------------
 ## Email Subscribe
 --------------------------------------------------------------*/
footer #mc_embed_signup {
  background: transparent;
}
footer #mc_embed_signup input.email {
  background: transparent url('img/envelope-gray.png') no-repeat;
  border: none;
  color: #fff;
  height: 40px;
  text-indent: 50px;
  width: 250px;
}
footer #mc_embed_signup input.button {
  box-shadow: none;
  background: #ccc;
  border-radius: 0;
  color: #4d4e4e;
  font-size: 12px;
  height: 40px;
  text-transform: uppercase;
  text-shadow: none;
}
footer #mc_embed_signup input.button:hover {
  background: #bbb;
}
.mobile-overlay #mc_embed_signup {
  background: transparent;
}
.mobile-overlay #mc_embed_signup form {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mobile-overlay #mc_embed_signup input.email {
  background: transparent url('img/envelope-white.png') no-repeat;
  border: none;
  color: #fff;
  height: 40px;
  margin-bottom: 15px;
  text-indent: 50px;
  width: 100%;
}
.mobile-overlay #mc_embed_signup input.button {
  box-shadow: none;
  background: #d38705;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 40px;
  text-transform: uppercase;
  text-shadow: none;
}
.mobile-overlay #mc_embed_signup input.button:hover {
  background: #f38705;
}
.mobile-overlay #mc_embed_signup input::-webkit-input-placeholder {
  color: #fff;
}
.mobile-overlay #mc_embed_signup input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.mobile-overlay #mc_embed_signup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.mobile-overlay #mc_embed_signup input:-ms-input-placeholder {
  color: #fff;
}
.entry-content .subscribe, .post-extras .subscribe {
  background-color: #17476b;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: medium;
  line-height: 26px;
  margin: 10px 0 40px;
  padding: 30px 15px;
  text-align: center;
}
.entry-content .subscribe .beginning, .post-extras .subscribe .beginning {
  background: url("img/envelope-white.png") no-repeat 50% 0;
  margin-bottom: 30px;
  padding-top: 50px;
}
.entry-content .subscribe #mc_embed_signup, .post-extras .subscribe #mc_embed_signup {
  background: transparent;
  font-size: 16px;
}
.entry-content .subscribe #mc_embed_signup form, .post-extras .subscribe #mc_embed_signup form {
  margin: 0;
  padding: 0;
}
.entry-content .subscribe #mc_embed_signup input.email, .post-extras .subscribe #mc_embed_signup input.email {
  border: none;
  border-radius: 0;
  color: #000;
  height: 55px;
  text-indent: 20px;
  width: 100%;
}
.entry-content .subscribe #mc_embed_signup input.button, .post-extras .subscribe #mc_embed_signup input.button {
  box-shadow: none;
  background: #ffcd77;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  height: 50px;
  text-shadow: none;
  width: 100%;
}
.entry-content .subscribe #mc_embed_signup input.button:hover, .post-extras .subscribe #mc_embed_signup input.button:hover {
  background: #f38705;
}
.entry-content .subscribe #mc_embed_signup input::-webkit-input-placeholder, .post-extras .subscribe #mc_embed_signup input::-webkit-input-placeholder {
  color: #ccc;
}
.entry-content .subscribe #mc_embed_signup input:-moz-placeholder, .post-extras .subscribe #mc_embed_signup input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.entry-content .subscribe #mc_embed_signup input::-moz-placeholder, .post-extras .subscribe #mc_embed_signup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.entry-content .subscribe #mc_embed_signup input:-ms-input-placeholder, .post-extras .subscribe #mc_embed_signup input:-ms-input-placeholder {
  color: #ccc;
}
.entry-content .subscribe .ending, .post-extras .subscribe .ending {
  margin: 10px auto 0;
  max-width: 500px;
}
.entry-content .subscribe .ending select, .post-extras .subscribe .ending select {
  background: #fff url('img/small-down-arrow.png') no-repeat right 50%;
  border: none;
  border-radius: 0;
  height: 55px;
  max-width: 100%;
  text-indent: 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry-content .subscribe .ending select::-ms-expand, .post-extras .subscribe .ending select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.entry-content .subscribe.full-width #mc_embed_signup, .post-extras .subscribe.full-width #mc_embed_signup {
  margin: 0 auto;
  max-width: 470px;
}
.entry-content .subscribe.full-width .ending, .post-extras .subscribe.full-width .ending {
  font-size: 17px;
  margin: 20px auto;
  max-width: 470px;
}
.entry-content .subscribe.monitoring, .post-extras .subscribe.monitoring {
  background-color: #ff5c3e;
}
.entry-content .subscribe.plain, .post-extras .subscribe.plain {
  background-color: transparent;
  padding: 0;
}
.entry-content .subscribe.plain #mc_embed_signup, .post-extras .subscribe.plain #mc_embed_signup {
  border: 1px solid #ccc;
}
@media screen and (min-width: 500px) {
  .entry-content .subscribe.full-width .beginning, .post-extras .subscribe.full-width .beginning {
    background: url("img/envelope-white.png") no-repeat 20px 50%;
    margin: 0 auto 25px;
    max-width: 505px;
    padding: 5px 0;
    text-align: left;
    text-indent: 90px;
  }
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Layout
 --------------------------------------------------------------*/
.standard-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.wide-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
/**
 * For reference: http://www.responsivegridsystem.com/calculator/
 */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
/* For IE 6/7 */
/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}
/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
}
/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%;
}
.span_5_of_6 {
  width: 83.06%;
}
.span_4_of_6 {
  width: 66.13%;
}
.span_3_of_6 {
  width: 49.2%;
}
.span_2_of_6 {
  width: 32.26%;
}
.span_1_of_6 {
  width: 15.33%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%;
  }
  .span_2_of_2, .span_1_of_2 {
    width: 100%;
  }
  .break-480 {
    display: block;
  }
  .break-480-hide {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  .break-480 {
    display: none;
  }
}
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.page-template-page_full_width .entry-content {
  max-width: 100%;
}
.page-template-page_wide .entry-content {
  margin: 0 auto 20px;
  max-width: 1000px;
}
body.single-post .term {
  color: #ffcd77;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
}
body.single-post .term .date {
  white-space: nowrap;
}
body.single-post .entry-content img {
  margin-bottom: 40px;
}
body.single-post .entry-content img.size-large {
  width: 1000px;
}
body.single-post .entry-content .author .author-name {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
body.single-post .entry-content .author .author-position {
  color: #989b97;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.share-links ul {
  margin: 25px auto 0;
  max-width: 295px;
  padding: 0;
  text-align: center;
}
.share-links li {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  margin-right: 8px;
}
.share-links li a {
  display: block;
  height: 43px;
  margin-right: 8px;
  width: 43px;
}
.share-links li a.twitter {
  background: url('img/twitter-share.png') no-repeat;
}
.share-links li a.facebook {
  background: url('img/facebook-share.png') no-repeat;
}
.share-links li a.linkedin {
  background: url('img/linkedin-share.png') no-repeat;
}
.share-links li a.googleplus {
  background: url('img/googleplus-share.png') no-repeat;
}
.share-links li a.email {
  background: url('img/email-share.png') no-repeat;
}
.share-links.bottom {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  body.single-post .entry-content .share-links.top {
    position: absolute;
    left: 40px;
    max-width: 50px;
    top: 260px;
  }
  body.single-post .entry-content .share-links.top li {
    margin-bottom: 8px;
  }
}
.entry-content {
  margin: 0 auto 20px;
  max-width: 1000px;
}
.entry-content.accordion.wide p, .entry-content.accordion.wide .quote, .entry-content.accordion.wide ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.quote {
  margin-bottom: 50px;
  position: relative;
}
.quote .quotation-mark {
  color: #faab24;
  float: none;
  font-size: 140px;
  font-family: 'Roboto Slab', serif;
  position: absolute;
}
.quote .quotation-mark.left {
  left: -20px;
  top: -70px;
}
.quote .quotation-mark.right {
  right: -20px;
  bottom: -100px;
}
.quote p, .quote .source {
  margin: 70px auto 0 auto;
  max-width: 1000px;
  text-align: justify;
}
.quote .source {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  margin-top: 10px;
}
.intro-text .quote .quotation-mark.left {
  top: 0;
}
.intro-text .quote .quotation-mark.right {
  bottom: -20px;
}
.accordion .widget-header {
  position: relative;
}
.accordion .widget-header h4 {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 15px;
}
.accordion .widget-header .share-links {
  position: absolute;
  right: 70px;
  top: 19px;
}
.accordion .widget-header .close-mark {
  background: transparent url('img/right-arrow.png') no-repeat 0 0;
  background-position: calc(100% - 20px) center;
  margin-top: -21px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
}
.accordion .widget-header .close-mark.open {
  background-image: url('img/down-arrow.png');
  background-position-y: 10px;
}
.accordion .widget-header:hover {
  cursor: pointer;
}
.accordion.bottom-underline h4 {
  border-bottom: 1px solid #d8d8d8;
  border-top: none;
}
.accordion.last-item h4 {
  border-bottom: 1px solid #d8d8d8;
}
.accordion.last-item .close-mark {
  margin-top: -20px;
}
.accordion.last-item.open h4 {
  border-bottom: none;
}
.accordion.last-item.open .close-mark {
  margin-top: -10px;
}
.accordion.promoted h4 {
  border-color: #000;
  border-bottom: 1px solid;
  font-size: 24px;
}
.accordion.promoted .widget-body h4 {
  border-color: #d8d8d8;
}
.accordion.promoted.open h4 {
  border-bottom: none;
}
.accordion.promoted.open .accordion.last-item h4 {
  border-bottom: 1px solid #d8d8d8;
}
.accordion.promoted.open .accordion.last-item.open h4 {
  border-bottom: none;
}
.accordion.chat h4 {
  background: url('img/chat.png') no-repeat 20px 50%;
  padding-left: 130px;
}
.accordion.chat h4.no-icon {
  background: none;
  padding-left: 20px;
}
.accordion.no-icon h4 {
  background: none;
  padding-left: 20px;
}
@media screen and (max-width: 680px) {
  .quote .quotation-mark.left {
    left: -10px;
    top: -100px;
  }
  .quote .quotation-mark.right {
    bottom: -140px;
    right: -10px;
  }
  .intro-text .quote .quotation-mark.left {
    top: -10px;
  }
  .intro-text .quote .quotation-mark.right {
    bottom: -50px;
  }
  .accordion .widget-header h4 {
    text-indent: 0;
  }
  .accordion .icon {
    display: none;
  }
  .accordion .related-materials .material .document {
    margin-left: 0;
  }
}
.related-materials {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 70px;
}
.related-materials .material {
  margin-bottom: 20px;
}
.related-materials .material img {
  float: left;
}
.related-materials .material .document {
  margin-left: 60px;
  padding-top: 15px;
}
.related-materials .material .document.has-translations {
  padding-top: 0;
}
.site-content .disclaimer {
/*  background: #f1f1f1 url("img/disclaimer.jpg") no-repeat 50% 35px; */
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
  padding: 230px 35px 35px;
  display: none;
}
.site-content .disclaimer .title {
  font-weight: bold;
  text-transform: uppercase;
}
.dataTables_wrapper {
  margin: 20px 0;
}
.footnotes .note-item {
  color: #4a4a4a;
  font-size: 13px;
  margin-bottom: 10px;
}
.datatable {
  font-family: 'Raleway', sans-serif;
  text-align: left;
}
.datatable thead .document {
  width: 100%;
}
.datatable thead input {
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  text-indent: 20px;
  width: 100%;
}
.datatable thead input::-webkit-input-placeholder {
  text-align: center;
  text-indent: 0;
}
.datatable thead input:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  text-indent: 0;
}
.datatable thead input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  text-indent: 0;
}
.datatable thead input:-ms-input-placeholder {
  text-align: center;
  text-indent: 0;
}
.datatable thead .control input {
  display: none;
}
.datatable tbody {
  color: #4a4a4a;
}
.datatable tbody td:nth-child(2) {
  font-family: 'Roboto Slab', serif;
}
.datatable tbody .child li {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.datatable tbody .dtr-title {
  width: 100%;
}
.dataTables_filter {
  max-width: 300px;
}
.organisations {
  margin-bottom: 30px;
  text-align: center;
}
.select-background {
  margin: 0 auto 40px;
  max-width: 560px;
  padding: 30px;
}
.select-background.color-about {
  background-color: #17476b;
}
.select-background .center {
  margin-bottom: 0 !important;
}
#sort-by {
  margin: 40px auto;
  max-width: 400px;
}
#sort-by select {
  background: #fff url('img/small-down-arrow.png') no-repeat right 50%;
  border-radius: 0;
  height: 55px;
  text-indent: 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#sort-by select::-ms-expand {
  /* for IE 11 */
  display: none;
}
#sort-by.explore-countries {
  max-width: 500px;
}
.explore-countries {
  background: #17476b;
  padding: 30px;
}
.explore-countries select.list-items {
  background: #fff url('img/small-down-arrow.png') no-repeat right 50%;
  border: none;
  border-radius: 0;
  height: 55px;
  margin: 0 auto;
  max-width: 500px;
  text-indent: 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.explore-countries select.list-items::-ms-expand {
  /* for IE 11 */
  display: none;
}
.explore-countries .tab-link {
  color: #fff;
}
.explore-countries .tab-link.current {
  color: #ff5c3e;
}
.explore-countries ul.list-items {
  -moz-column-count: 5;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 5;
  -webkit-column-gap: 2.5em;
  column-count: 5;
  column-gap: 2.5em;
  display: none;
  margin-left: 0;
  padding-left: 0;
}
.explore-countries ul.list-items.one-col {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.explore-countries ul.list-items li {
  font-size: 16px;
  line-height: 22px;
  list-style-type: none;
}
.explore-countries ul.list-items li a {
  color: #fff;
}
.explore-countries ul.list-items li a.active {
  color: #ff5c3e;
}
.explore-countries ul.list-items li a:hover {
  color: #ff5c3e;
}
.explore-countries.monitoring ul.list-items {
  padding-left: 30px;
  padding-right: 30px;
}
div.sort-by {
  width: 290px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
div.sort-by .sort-by-text {
  margin-right: 30px;
}
div.sort-by select.sort-by {
  height: 40px;
  text-indent: 20px;
  width: 200px;
}
.media-inquiries .col.desaturate, .media-inquiries .col.coming-soon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.media-inquiries .col.desaturate a:hover, .media-inquiries .col.coming-soon a:hover {
  text-decoration: none;
}
.media-inquiries .col.photos {
  background: url('img/media-photos-bg.jpg') no-repeat 50%;
}
.media-inquiries .col.leadership {
  background: url('img/media-leadership-bg.jpg') no-repeat 50%;
}
.media-inquiries .col.press-kit {
  background: url('img/media-press-kit-bg.jpg') no-repeat 50%;
}
.media-inquiries .col.factsheet {
  background: url('img/media-factsheet-bg.jpg') no-repeat 50%;
}
.media-inquiries .col a {
  color: #fff;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: bold;
  height: 292px;
  line-height: 28px;
  padding-top: 215px;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}
@media screen and (max-width: 760px) {
  .media-inquiries .col a {
    padding-top: 190px;
  }
}
@media screen and (max-width: 480px) {
  .media-inquiries .col a {
    padding-top: 215px;
  }
  .quote, .source {
    text-align: left;
  }
  .quote p, .source p {
    text-align: left;
  }
  .discussions-navigation {
    display: none;
  }
}
.areas-of-work {
  /*  background: url('img/gpis-areas-of-work.jpg') no-repeat;    */
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: bold;
  height: 580px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  width: 775px;
}
.areas-of-work div {
  max-width: 200px;
  position: absolute;
}
.areas-of-work div a {
  color: #ffcd77;
}
.areas-of-work div a:hover {
  text-decoration: underline;
}
.areas-of-work div a.active {
  color: #ff5c3e;
}
.areas-of-work div a.active:hover {
  color: #ff5c3e;
  cursor: default;
  text-decoration: none;
}
.areas-of-work .all {
  font-size: 28px;
  left: 50%;
  line-height: 37px;
  margin-left: -108px;
  margin-top: -70px;
  text-align: center;
  top: 50%;
}
.areas-of-work .area-0 {
  max-width: 300px;
  right: 100px;
}
.areas-of-work .area-1 {
  max-width: 300px;
  top: 90px;
  right: 0;
}
.areas-of-work .area-2 {
  top: 190px;
  right: 30px;
  text-align: right;
}
.areas-of-work .area-3 {
  bottom: 120px;
  right: 60px;
}
.areas-of-work .area-4 {
  bottom: 0;
  right: 50px;
  max-width: 350px;
}
.areas-of-work .area-5 {
  bottom: 32px;
  left: 140px;
  max-width: 300px;
}
.areas-of-work .area-6 {
  bottom: 120px;
  left: 50px;
}
.areas-of-work .area-7 {
  top: 258px;
}
.areas-of-work .area-8 {
  top: 140px;
}
.areas-of-work .area-9 {
  left: 20px;
  max-width: 350px;
  top: 0;
}
@media screen and (max-width: 775px) {
  .areas-of-work {
    background: url("img/gpis-areas-of-work-small.jpg") no-repeat;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 310px;
    line-height: 20px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    width: 400px;
  }
  .areas-of-work div {
    max-width: 200px;
    position: absolute;
  }
  .areas-of-work div a {
    color: #4a4a4a;
  }
  .areas-of-work div a:hover {
    color: #ff5c3e;
  }
  .areas-of-work div a.active {
    color: #ff5c3e;
  }
  .areas-of-work div a.active:hover {
    cursor: default;
    text-decoration: none;
  }
  .areas-of-work .all {
    font-size: 18px;
    left: 50%;
    line-height: 24px;
    margin-left: -75px;
    margin-top: -45px;
    text-align: center;
    top: 50%;
    max-width: 150px;
  }
  .areas-of-work .area-0 {
    right: 0px;
  }
  .areas-of-work .area-1 {
    right: 0;
    top: 30px;
    text-align: right;
    max-width: 120px;
  }
  .areas-of-work .area-2 {
    max-width: 150px;
    right: 0;
    text-align: right;
    top: 100px;
  }
  .areas-of-work .area-3 {
    bottom: 65px;
    right: 0;
  }
  .areas-of-work .area-4 {
    bottom: 0;
    max-width: 230px;
    right: 0;
  }
  .areas-of-work .area-5 {
    bottom: 0px;
    left: 80px;
    max-width: 80px;
    text-align: right;
  }
  .areas-of-work .area-6 {
    bottom: 60px;
    left: 0px;
    max-width: 145px;
  }
  .areas-of-work .area-7 {
    top: 95px;
  }
  .areas-of-work .area-8 {
    left: 0;
    top: 50px;
  }
  .areas-of-work .area-9 {
    left: 0px;
    max-width: 204px;
    top: 0;
  }
}
@media screen and (max-width: 425px) {
  .areas-of-work {
    display: none;
  }
  .gpi-diagram-instructions {
    display: none;
  }
  div.sort-by {
    margin-left: 0;
  }
  div.sort-by .sort-by-text {
    display: none;
  }
}
.indicators .indicator-group {
  background-color: #7f56c2;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 15px 0;
  padding: 20px;
  text-align: center;
}
.indicators .headings {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.indicators .section.odd {
  background-color: #f1f1f1;
}
.indicators .section .col {
  padding-left: 30px;
  padding-right: 30px;
}
.indicators .status .indicator-status {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.indicators .status .indicator-status.too-early {
  background-color: #d8d8d8;
}
.indicators .status .indicator-status.no-progress {
  background-color: #ff5c3e;
}
.indicators .status .indicator-status.some-progress {
  background-color: #f8e71c;
}
.indicators .status .indicator-status.good-start {
  background-color: #7ed321;
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 740px) {
  .entry-content {
    padding: 0 20px;
  }
  .explore-countries select.list-items {
    display: block;
  }
  .explore-countries ul.list-items {
    display: none;
  }
}
.pdf {
  background: url('img/pdf-labeled.png') no-repeat;
  height: 70px;
  line-height: 70px;
  margin: 30px 0;
  padding-left: 80px;
}
.pdf a {
  font-size: 22px;
  font-weight: bold;
}
.agenda-heading h4 {
  margin-top: 5px;
  padding-top: 0;
}
.agenda-heading .pdf {
  margin-top: 0;
  text-indent: -9999px;
}
.read-more {
  font-family: 'Raleway', sans-serif;
}
.announcement {
  background: url("img/megaphone.png") no-repeat;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 70px;
}
.update {
  background-color: #17476b;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
.update p {
  color: #fff;
  font-family: 'Roboto Slab', serif;
}
.update a {
  color: #f1af00;
}
.update .button {
  margin-bottom: 20px;
}
.update .button a {
  color: #fff;
}
.no-results, .error404 {
  margin-bottom: 50px;
}
.no-results h1, .error404 h1 {
  padding-left: 0;
}
.no-results section, .error404 section {
  margin-bottom: 50px;
}
.no-results .search-form .search-field, .error404 .search-form .search-field {
  font-size: 20px;
  text-indent: 20px;
}
.no-results .search-form .search-submit, .error404 .search-form .search-submit {
  font-size: 12px;
  height: 36px;
  text-transform: uppercase;
  width: 100px;
}
.kosovo-disclaimer {
  font-size: 12px;
  margin-bottom: 50px;
}
.discussions-navigation {
  font-size: 14px;
  margin-top: 10px;
}
.discussions-navigation .prev {
  background: url(img/prev-linked-arrow-small.png) no-repeat 0 50%;
  padding-left: 20px;
}
.discussions-navigation .next {
  background: url(img/next-linked-arrow-small.png) no-repeat right 50%;
  float: right;
  padding-right: 20px;
}
.choose-monitoring-data {
  padding-bottom: 30px;
}
.choose-monitoring-data select {
  background: #fff url('img/small-down-arrow.png') no-repeat right 50%;
  border-radius: 0;
  height: 55px;
  margin: 0 auto;
  text-indent: 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.choose-monitoring-data select::-ms-expand {
  /* for IE 11 */
  display: none;
}
/* ---------------------------------------- */
.related-posts, .featured, .briefs-and-reports {
  margin: 20px 0;
}
.related-posts .section, .featured .section, .briefs-and-reports .section {
  margin-bottom: 20px;
}
.related-posts .col, .featured .col, .briefs-and-reports .col {
  min-width: 274px;
}
.related-posts .related-post, .featured .related-post, .briefs-and-reports .related-post {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  margin-right: 19px;
}
.related-posts .related-post .image, .featured .related-post .image, .briefs-and-reports .related-post .image {
  margin-bottom: 10px;
}
.related-posts .related-post .image.placeholder, .featured .related-post .image.placeholder, .briefs-and-reports .related-post .image.placeholder {
  background-color: gray;
  background-image: url('img/placeholder.jpg');
  border: 5px solid #989b97;
  width: 274px;
}
.related-posts .related-post .image img, .featured .related-post .image img, .briefs-and-reports .related-post .image img {
  border: 5px solid #989b97;
  width: 274px;
}
.related-posts .related-post .term, .featured .related-post .term, .briefs-and-reports .related-post .term {
  color: #ffcd77;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.related-posts .related-post .term.single, .featured .related-post .term.single, .briefs-and-reports .related-post .term.single {
  height: auto;
}
.related-posts .related-post .term a, .featured .related-post .term a, .briefs-and-reports .related-post .term a {
  color: #ffcd77;
}
.related-posts .related-post .term .date, .featured .related-post .term .date, .briefs-and-reports .related-post .term .date {
  white-space: nowrap;
}
.related-posts .related-post .title a, .featured .related-post .title a, .briefs-and-reports .related-post .title a {
  color: #4a4a4a;
  font-size: 18px;
}
.related-posts .related-post .author, .featured .related-post .author, .briefs-and-reports .related-post .author {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}
.related-posts .related-post.large .title, .featured .related-post.large .title, .briefs-and-reports .related-post.large .title {
  font-size: 24px;
}
.related-posts .related-post.large img, .featured .related-post.large img, .briefs-and-reports .related-post.large img {
  height: auto;
/*  max-width: 590px;
  width: auto;  */
    width: 500px !important;
}
.related-posts .related-post.large .author, .featured .related-post.large .author, .briefs-and-reports .related-post.large .author {
  font-size: 16px;
  margin-top: 10px;
}
.featured.blog, .featured.news {
  margin-top: 0;
}
.featured.blog .col, .featured.news .col {
  margin-bottom: 10px;
}
.featured.blog .col .related-post.large img, .featured.news .col .related-post.large img {
  max-width: 100%;
}
.featured.blog .col .related-post .image img, .featured.news .col .related-post .image img {
  height: auto;
  width: 100%;
}
.featured .col.span_1_of_1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.featured .related-post .image img {
  border: none;
  height: auto;
  width: auto;
}
.gpi-expanded .see-all-gpis {
  background: url(img/left-arrow.png) no-repeat;
  color: #ff5c3e;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.gpi-expanded .see-all-gpis:hover {
  text-decoration: underline;
}
.gpi-expanded .term {
  color: #f1af00;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.gpi-expanded .title {
  margin-bottom: 10px;
}
.gpi-expanded .title a {
  color: #4a4a4a;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 500;
}
.gpi-expanded .title a:hover {
  text-decoration: none;
}
.gpi-expanded .contact .contact-info {
  background: url('img/email-white.png') no-repeat;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 50px;
}
.more-info-link {
  background: url("img/more-info.png") no-repeat right;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  padding-right: 50px;
}
@media screen and (max-width: 980px) {
  .related-posts, .featured {
    margin: 20px;
  }
  .related-posts .related-post.large img, .featured .related-post.large img {
    max-width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 979px) {
  .related-posts .col, .featured .col {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .related-posts .col, .featured .col {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }
  .related-posts .col .related-post, .featured .col .related-post {
    margin: 0 auto;
    text-align: left;
  }
  .related-posts .col .related-post .term, .featured .col .related-post .term {
    height: auto;
  }
  .related-posts .col .description, .featured .col .description {
    text-align: left;
  }
  .related-posts .span_1_of_3 .related-post, .featured .span_1_of_3 .related-post {
    max-width: 273px;
  }
  .related-posts .button, .featured .button {
    margin-bottom: 20px;
  }
}
.post-31 .intro-text, intro-text p {
  text-align: center !important;
}
.people {
  margin-bottom: 30px;
}
.person {
  text-align: center;
}
.person img {
  max-width: 70%;
  width: 286px;
}
.person img:hover {
  cursor: pointer;
}
.person img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url(/wp-content/themes/gpedc/img/desaturate.svg#greyscale);
}
.person-expanded img {
  padding-bottom: 20px;
  padding-right: 20px;
  width: 70%;
}
.person-expanded img:hover {
  cursor: pointer;
}
.person-expanded .bio p {
  margin-top: 0;
}
.person-expanded .see-all-people {
  background: url(img/left-arrow.png) no-repeat;
  color: #ff5c3e;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  padding-left: 50px;
}
.person-expanded .see-all-people:hover {
  text-decoration: underline;
}
.person .name, .person-expanded .name {
  color: #ff5c3e;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.person .name:hover, .person-expanded .name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.person .name.hover, .person-expanded .name.hover {
  text-decoration: underline;
}
.person .title, .person-expanded .title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500 !important;
}
.sc-members p {
  font-size: 20px;
  margin-bottom: 10px;
}
.sc-members .name {
  color: #000;
  text-align: left;
}
.sc-members .name:hover {
  cursor: default;
  text-decoration: none;
}
.sc-members .title {
  font-size: 16px;
  text-align: left;
}
body.home .banner {
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  padding: inherit;
}
body.home .banner .intro-text {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 130px;
}
body.home .banner .intro-text p {
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}
body.home .banner .intro-text .button-group {
  margin-top: 20px;
}
body.home .tab-link hr {
  border-width: 2px !important;
}
body.home .tab-content {
  margin: 0;
  padding: 0;
}
body.home .button.twitter {
  margin-top: 10px;
}
body.home .button.twitter a {
  background: #ffcd77 url('img/twitter.png') no-repeat 15px 50%;
  font-size: 18px;
}
body.home .button.twitter a.full-width {
  padding: 10px 35px;
}
body.home .sdg-teaser {
  background-color: #17476b;
  padding: 10px 40px;
}
body.home .sdg-teaser p {
  color: #fff;
}
body.home .sdg-teaser .button {
  margin-bottom: 20px;
}
body.home .sdg-teaser .button a {
  display: block;
}
body.home .eventon_single_event {
  margin-bottom: 0;
  margin-top: -2px;
}
body.home #tab-2 .span_1_of_3 {
  margin-top: 30px;
}
@media screen and (max-width: 680px) {
  body.home .banner .intro-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
  }
  body.home .banner .intro-text span br {
    display: none;
  }
}
@media screen and (max-width: 635px) {
  body.home .button.twitter a {
    background-image: none;
  }
}
.explore-countries-banner {
  background: #6d8193 url("img/explore-by-country-banner.jpg") repeat 50%;
  padding: 40px 0;
  text-align: center;
}
.explore-countries-banner .center {
  position: relative;
}
.explore-countries-banner .center img {
  margin-left: 10px;
  position: absolute;
  top: 14px;
  width: 20px;
}
.explore-countries-banner select {
  background: #fff url('img/small-down-arrow.png') no-repeat right 50%;
  border: none;
  border-radius: 0;
  height: 55px;
  max-width: 500px;
  text-indent: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.explore-countries-banner select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.explore-countries-banner ul.list-items {
  display: none;
}
.explore-countries-banner h2 {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
}
.explore-countries-banner h1 {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 42px;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}
@media screen and (max-width: 540px) {
  .explore-countries-banner {
    padding: 20px;
  }
}
.single-day-calendar .evcal_date_line {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.single-day-calendar .evcal_month_line {
  display: none;
}
.single-day-calendar .evcal_list_a .evcal_cblock .evo_date .start {
  text-indent: -9999px;
}
.single-day-calendar .evcal_list_a .evcal_cblock .evo_date .start .day {
  display: none;
}
.single-day-calendar .evcal_list_a .evcal_cblock .evo_time {
  display: block !important;
}
.single-day-calendar .evcal_list_a .evcal_cblock .evo_time span.start, .single-day-calendar .evcal_list_a .evcal_cblock .evo_time span.end {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  word-break: break-word;
}
.calendar-item {
  margin-bottom: 30px;
}
.calendar-item .date {
  float: left;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  margin-top: 8px;
  margin-right: 20px;
  text-align: center;
  width: 115px;
}
.calendar-item .date .month {
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
}
.calendar-item .date .day {
  border: 1px solid #ccc;
  border-top: none;
  font-size: 48px;
  height: 80px;
  line-height: 80px;
}
.calendar-item .date .day.multi-day {
  font-size: 32px;
}
.calendar-item .info {
  color: #989b97;
  float: left;
  font-size: 24px;
  width: 168px;
}
.calendar-item .info .name {
  margin-bottom: 10px;
}
.calendar-item .info .name a {
  color: #989b97;
  font-family: 'Roboto Slab', serif;
}
.calendar-item .info .location {
  font-family: 'Raleway', sans-serif;
}
.calendar-item.featured .info .name a {
  color: #ff5c3e;
}
.event[parent-id] {
  margin-left: 20px !important;
}
@media screen and (max-width: 480px) {
  .calendar-item .date {
    width: 30%;
  }
  .calendar-item .info {
    width: 64%;
  }
}
.multi-month-list #evcal_list {
  margin-bottom: 30px !important;
}
.ajde_evcal_calendar strong {
  font-weight: bold !important;
}
.ajde_evcal_calendar ol {
  margin-left: 0;
}
.ajde_evcal_calendar .calendar_header .evo_month_title {
  font-family: 'Roboto Slab', serif;
}
.ajde_evcal_calendar .calendar_header .evo-jumper-btn, .ajde_evcal_calendar .calendar_header .evo-gototoday-btn {
  background-color: #989b97;
  font-style: normal;
  opacity: 0.6;
  padding: 1px 15px;
}
.ajde_evcal_calendar .calendar_header .evo_arrows .evcal_arrows {
  background-color: #ccc;
}
.ajde_evcal_calendar .evo_sort_btn {
  float: left;
  font-size: 14px !important;
  font-style: normal !important;
  margin-top: 17px;
}
.ajde_evcal_calendar .evo_sort_btn:hover {
  color: #b8b8b8 !important;
  cursor: default;
}
.ajde_evcal_calendar .eventon_sorting_section .eventon_filter .eventon_sf_field {
  font-style: normal;
  margin-bottom: 5px;
  text-indent: 20px;
}
.ajde_evcal_calendar .eventon_sorting_section .eventon_filter .eventon_sf_field p {
  color: #000;
  font-size: 13px;
}
.ajde_evcal_calendar .eventon_sorting_section .eventon_filter .eventon_filter_selection .filtering_set_val {
  background-color: #f1af00;
  font-style: normal;
  padding: 1px 20px;
}
.ajde_evcal_calendar .eventon_sorting_section .eventon_filter .eventon_filter_dropdown p {
  min-width: 100px;
  text-align: center;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event.is-parent .evcal_list_a[data-ux_val="1"] {
  background: #f4f4f4 url("img/nested-right-arrow.png") no-repeat 98% 60%;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event.is-parent .evcal_list_a[data-ux_val="1"].open {
  background-image: url("img/nested-down-arrow.png");
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a {
  background-color: #fff;
  border-width: 4px;
  min-height: 100px;
  padding-top: 0;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a[data-ux_val=X]:hover {
  background-color: #fff;
  border-left-width: 4px;
  cursor: default;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a[data-ux_val="1"] {
  background: #f4f4f4 url("img/right-arrow.png") no-repeat right 60%;
  background-position: calc(100% - 20px) 60%;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a[data-ux_val="1"].open {
  background-image: url("img/down-arrow.png");
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a.month_long .evcal_desc {
  margin-left: 0;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_cblock {
 /* padding: 0;
  width: 77px;

     background-color: transparent !important;
     color: #808080;*/
    background-color: #FF5C40 !important;
    color: #FCFCFC !important;

    font-size: 30px;
    padding: 0px 8px 2px 13px;
    font-weight: bold;
    position: absolute;
    line-height: 110%;
    min-width: 80px;
    min-height: 30px;
    top: 15%;
    margin: 0 6px 0 0;
    left: 0;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_cblock .evo_date {
  color: #fff;
  font-size: 18px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_cblock .evo_date .start {
  text-align: center;
  width: 100%;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_cblock .evo_date .start .month {
  background: orange;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 6px;
  text-transform: capitalize;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_cblock .evo_date .start .day {
  color: #989b97;
  font-family: 'Roboto Slab', serif;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_cblock .evo_date .start .day.multi-day {
  font-size: 23px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc {
  border-top: 30px solid #17476b;
  margin-left: 10px;
  padding-right: 50px;
  padding-top: 20px;
  text-align: left;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_event_title {
  text-transform: none;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_event_subtitle {
  font-size: 15px;
  text-transform: none;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_desc_info {
  font-size: 14px;
  margin: 5px 0;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_desc_info .evcal_location::before {
  top: 1px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_desc3 {
  margin-left: 2px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_desc3 .evcal_learn_more {
  color: #ff5c3e;
  cursor: pointer;
  font-size: 14px;
  clear: both;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_desc3 .evcal_learn_more:hover {
  text-decoration: underline;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_event_types {
  clear: left;
  float: left;
  margin: 5px 0;
  padding-top: 5px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_event_types em {
  color: #989b97 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_event_types i {
  color: #989b97;
  font-style: normal;
  font-weight: bold;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .evcal_oganizer {
  font-size: 12px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc .num-sessions {
  color: #989b97 !important;
  float: right;
  font-size: 13px;
  font-style: normal;
  margin-right: 10px;
  margin-top: 3px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard .evcal_evdata_icons, .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard .evcal_evdata_custometa_icons {
  padding-top: 10px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard .evcal_evdata_row {
  background-color: #f1f1f1;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard .evcal_evdata_row .evcal_evdata_cell {
  padding-top: 7px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard .evo_sm a {
  color: #6b6b6b;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 6px;
  text-align: left;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard h4 {
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard li {
  font-size: 16px !important;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-align: left;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard ul {
  list-style-type: disc !important;
  padding-left: 20px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard ul li {
  color: #656565;
  font-family: "open sans", arial;
  margin-bottom: 20px;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard a {
  color: #ff5c3e;
  font-family: 'Raleway', sans-serif;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard a:hover {
  color: #ff5c3e;
  opacity: 1;
  text-decoration: underline;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_eventcard a:visited {
  color: #ff5c3e;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event.is-parent .evo_metarow_socialmedia {
  display: none;
}
.post-41 .eventon_single_event {
  margin-bottom: 0;
}
body.single-ajde_events .eventon_single_event {
  margin-top: 50px;
}
.eventon_single_event {
  margin-bottom: -3px;
}
.eventon_single_event .eventon_list_event .evcal_list_a:hover {
  background-color: #fff !important;
  border-width: 4px !important;
}
.evorow .tb .evcal_col50 {
  background: #f1f1f1;
}
/** Custom Styles **/
.eventon_events_list .eventon_list_event .desc_trig {
  background-color: #fafafa;
}
.eventon_events_list .eventon_list_event .desc_trig:hover {
  background-color: #f4f4f4;
}
.ajde_evcal_calendar .calendar_header p, .eventon_events_list .eventon_list_event .evcal_cblock, .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evcal_desc span.evcal_desc2, .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evcal_month_line p, .evo_clik_row .evo_h3, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
  font-family: 'Raleway', sans-serif;
}
.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa {
  color: #b8b8b8;
}
.ajde_evcal_calendar .evo_sort_btn:hover {
  color: #d8d8d8;
}
#evcal_list .eventon_list_event .evcal_desc em {
  color: #8c8c8c;
}
#evcal_list .eventon_list_event .evcal_desc em a {
  color: #c8c8c8;
}
#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn {
  color: #fff;
  background: #237ebd;
}
#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover {
  color: #fff;
  background: #237ebd;
}
.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i {
  color: #6b6b6b;
  font-size: 18px;
}
#eventon_loadbar {
  background-color: #000;
}
.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3 {
  font-size: 18px;
}
#evcal_list .eventon_list_event .evcal_cblock {
  color: #989b97;
}
.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3 {
  color: #6b6b6b;
}
#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul {
  color: #656565;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
  color: #000;
}
.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body {
  background-color: #cdcdcd;
}
.dark1:hover {
  background-color: #d8d8d8;
}
.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb {
  border-color: #e5e5e5;
}
.eventon_events_list .eventon_list_event .evcal_list_a:after, .evcal_list_a:after {
  background-color: #cdcdcd;
}
.eventon_events_list .eventon_list_event .evcal_list_a.featured_event {
  background-color: #f9ece4;
}
.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover {
  background-color: #fae4d7;
}
#eventon_loadbar_section {
  border-color: #cdcdcd;
}
.event_description .evcal_close {
  background-color: #eaeaea;
}
.event_description .evcal_close:hover {
  background-color: #c7c7c7;
}
#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections {
  background-color: #fff;
}
#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput {
  color: #888;
}
#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i {
  color: #858585;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title {
  color: #6b6b6b;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
  color: #6b6b6b;
}
.fp_popup_option i {
  color: #999;
  font-size: 22px;
}
.evo_cal_above span {
  color: #fff;
  background-color: #adadad;
}
.evo_cal_above span:hover {
  color: #fff;
  background-color: #c8c8c8;
}
.evo_cal_above span.evo-gototoday-btn {
  color: #fff;
  background-color: #adadad;
}
.evo_cal_above span.evo-gototoday-btn:hover {
  color: #fff;
  background-color: #d3d3d3;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates p a {
  color: #fff;
  background-color: #ececec;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates p a:hover {
  color: #fff;
  background-color: #c3c3c3;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates p a.current {
  color: #fff;
  background-color: #cfcfcf;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates p a.set {
  color: #fff;
  background-color: #888;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates p.legend {
  color: #6e6e6e;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
  color: #e2e2e2;
  border-color: #e2e2e2;
  background-color: #fff;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
  color: #e2e2e2;
  border-color: #e2e2e2;
  background-color: #e2e2e2;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
  color: #e2e2e2;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa {
  color: #e2e2e2;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span {
  color: #fff;
  background-color: #f79191;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled {
  color: #fff;
  background-color: #f79191;
}
.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a {
  color: #fff;
  background: repeating-linear-gradient(45deg, #fdf2f2, #fdf2f2 10px, #fafafa 10px, #fafafa 20px);
}
.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot {
  background: -moz-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0.01) 1%, rgba(234, 234, 234, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 0)), color-stop(1%, rgba(234, 234, 234, 0.01)), color-stop(100%, rgba(234, 234, 234, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(234, 234, 2344, 0) 0%, rgba(234, 234, 234, 0.01) 1%, rgba(234, 234, 234, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0.01) 1%, rgba(234, 234, 234, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0.01) 1%, rgba(234, 234, 234, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0.01) 1%, rgba(234, 234, 234, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=0);
  /* IE6-9 */
}
/* Added By Zhiguang */
.custom-allday-event .evcal_time {
  display: none !important;
}
.single-day-calendar .evcal_time {
  display: none !important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location, .evo_pop_body .evcal_desc .evcal_location, .eventon_events_list .eventon_list_event .evcal_desc .evcal_time, .evo_pop_body .evcal_desc .evcal_time {
  width: 100%;
  margin-bottom: 8px;
}
/** Add End **/
/*--------------------------------------------------------------
 ## Asides
 --------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.hidden {
  display: none;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  margin-left: 0;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

#post-1081 div.banner div.title-wrapper h1.entry-title {
     font-size: 2.3rem;
}
.home .subscribe {
     height: 350px;
}

.home .previous-newsletters {
 width: 270px !important;
}

.evcal_cblock .evo_end:before {
    background-color: #FCFCFC !important;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_list_a .evcal_desc {
    background-color: #F4F4F4 !important;
}
/*
#evcal_list .eventon_list_event a.desc_trig, #evcal_list p {
    background-color: #F4F4F4 !important;
}
*/
