/***************** Fonts *****************/

/****************** TYPOGRAPHY CSS ******************/
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  position: relative;
  overflow-x: hidden;
  letter-spacing: normal;
  font-family: "Avenir Light";
}
.popupopend body {
  overflow-x: initial;
  background: #fff !important;
}
header,
section,
footer {
  width: 100%;
  float: left;
}
* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/Avenir-Book.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Avenir Book.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/Avenir Book.woff") format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/Avenir Book.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Avenir Book.svg") format("svg"); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Avenir Black";
  src: url("../fonts/Avenir-Black-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Avenir-Black-webfont?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Avenir LT 95 Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Avenir Heavy";
  src: url("../fonts/AvenirLTStd-Heavy.eot"); /* IE9 Compat Modes */
  src: url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/AvenirLTStd-Heavy.otf") format("opentype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Avenir Light";
  src: url("../fonts/avenir-light-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/avenir-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/AvenirLTStd-Light.otf") format("opentype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/Avenir-Medium-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Avenir-Medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/AvenirLTStd-Medium.otf") format("opentype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/Avenir-Roman-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Avenir-Roman-webfont.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/AvenirLTStd-Roman.otf") format("opentype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*@font-face {
    font-family:'Avenir Book';
    src: url('../fonts/Avenir Book.eot');
    src: url('../fonts/Avenir Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir Book.woff2') format('woff2'),
        url('../fonts/Avenir Book.woff') format('woff'),
        url('../fonts/Avenir Book.ttf') format('truetype'),
        url('../fonts/Avenir Book.otf') format('opentype'),
        url('../fonts/Avenir Book.svg#Avenir Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}*/
@font-face {
  font-family: "Lantinghei SC";
  src: url("../fonts/Lantinghei SC Demibold.eot");
  src: url("../fonts/Lantinghei SC Demibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Lantinghei SC Demibold.woff2") format("woff2"),
    url("../fonts/Lantinghei SC Demibold.woff") format("woff"),
    url("../fonts/Lantinghei SC Demibold.ttf") format("truetype"),
    url("../fonts/Lantinghei SC Demibold.otf") format("opentype"),
    url("../fonts/Lantinghei SC Demibold.svg#Lantinghei SC Demibold")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FC;
}

/******************** HEADING CSS ********************/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  position: relative;
  font-family: "Avenir Light";
  color: #3c9287;
}
h1 {
  font-size: 36px;
  line-height: 50px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
}
h3 {
  font-size: 28px;
  line-height: 36px;
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 22px;
  line-height: 28px;
}
h6 {
  font-size: 20px;
  line-height: 24px;
}

/******************** P CSS ********************/

p {
  float: none;
  margin: 0 0 20px 0;
  padding: 0;
}
p strong,
strong {
  font-weight: 700 !important;
  font-family: "Lato", sans-serif;
}
i,
em {
  font-style: italic;
}
p:last-child {
  margin: 0;
}

/******************** LINK CSS ********************/

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #11837a;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #333333;
}

/******************** BLOCKQUOTE CSS ********************/

blockquote {
  padding: 10px 20px 15px;
  margin: 0 0 25px;
  border-left: 5px solid #49a299;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}

/******************** IMAGE CSS ********************/

.alignleft {
  float: left;
  margin: 7px 30px 30px 0;
}
.alignright {
  float: right;
  height: auto;
  margin: 30px 0 15px 30px;
}
.aligncenter {
  display: block;
  margin: auto auto 30px auto;
  margin-top: 30px;
}
img {
  max-width: 100%;
}

/******************** LISTING CSS ********************/

ul {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  list-style: none;
}
ul ul {
  margin: 15px 0;
}
ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
  position: relative;
}
ul li::before {
  color: #444;
  font-size: 16px;
  content: "\f105";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0px;
}
ol {
  margin: 0 0 20px 19px;
  padding: 0;
  list-style: decimal;
}
ol ol {
  margin: 15px 0 15px 25px;
}
ol li {
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
ol li p {
  margin-bottom: 20px;
  margin-left: -19px;
}

/******************** FORM CSS ********************/

*::-webkit-input-placeholder {
  color: #999999;
}
*::-moz-placeholder {
  color: #999999;
}
*:-ms-input-placeholder {
  color: #999999;
}
*:-moz-placeholder {
  color: #999999;
}
*::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
*::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
input[type="text"],
input[type="password"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/****************** HEADER ***********************/
header {
  position: relative;
  z-index: 2;
}
.header-section {
  width: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
.header-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  top: 22px;
}
.header-top .container {
  display: flex;
  flex-wrap: wrap;
}
.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  float: left;
  max-width: 100%;
}
.logo h1 {
  margin: 0;
}
.other-logo {
  width: 130px;
  position: absolute;
  right: 0;
  top: 12px;
}
.other-logo.inner {
  opacity: 0;
  visibility: hidden;
}

/* This is the style before PBSC. Make sure to change it back when removing the menu item */
/* .navigation-right{width:70%; float:right; position: relative;} */

.navigation-right {
  width: 80%;
  float: right;
  position: relative;
}
.hero-section {
  float: left;
  position: relative;
  width: 100%;
}
/*.wsmenu-list > li:last-child{ padding:0;}
.wsmenu-list > li:last-child a{ width:41px; height:41px; z-index:9;}
.wsmenu-list > li:last-child a:hover, .wsmenu-list > li:last-child a:focus{ width:41px; height:41px; background:#3f4c4e !important; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
.wsmenu-list > li:last-child a:hover .fa, .wsmenu-list > li:last-child a:focus .fa{color:#FFF !important;}*/
.wsmenu {
  padding: 0 220px 0 0;
}
.wsmenu-list {
  margin-right: 0px;
}
.wsmenu-list > li > a {
  font-family: "Avenir Heavy", "Lato", Arial, sans-serif;
}
.search-top-main {
  position: absolute;
  right: 160px;
  top: 16px;
  z-index: 99;
}
.search-toggle {
  width: 41px;
  height: 41px;
  z-index: 999;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  right: -10px;
  top: -8px;
}
.search-toggle:hover,
.search-toggle:focus,
.search-toggle.search-open {
  background: #3f4c4e;
  color: #fff;
}
#collapse_show {
  color: #30494c;
  display: none;
  font-family: "Avenir Roman";
  font-size: 17px;
  position: absolute;
  top: 33px;
  width: 1042px;
  right: -164px;
  z-index: 99;
}
/*#collapse_show .overlay{  }*/
.search-top-main .overlay {
  opacity: 1 !important;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay-bg .overlay {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.logo img {
  position: relative;
  top: 4px;
  width: 160px;
}
.other-logo img {
  width: 130px;
}
.footer-logo img {
  width: 134px;
}

@media screen and (max-width: 991px) {
  .header-top .container {
    display: block;
  }
}
@media screen and (max-width:640px) {
  .navigation-right .other-logo { top: 19px; }
}

@media screen and (max-width: 480px) {
  .navigation-right .animated-arrow {
    margin-top: 9px;
  }
  .navigation-right .other-logo {
    width: 90px;
  }
}

#collapse_show .search-top {
  width: 100%;
  float: left;
  background: #fff;
  height: 56px;
  position: relative;
  z-index: 1;
}
#collapse_show .input-text,
#data-search .input-text {
  width: 100%;
  padding-right: 170px;
  float: left;
  line-height: 1.3;
  height: 56px;
  border: none;
  padding: 0 15px 0 45px;
  font-family: "Avenir Roman";
  font-size: 20px;
}
#collapse_show .input-text:focus,
#data-search .input-text:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#collapse_show .search-top:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 17px;
  top: 15px;
  font-size: 16px;
  z-index: 1;
  color: #30494c;
}
#collapse_show .result,
#data-search .result {
  position: absolute;
  right: 0;
  width: auto;
  font-family: "Avenir Roman";
  font-size: 14px;
  text-align: right;
  text-transform: none;
  line-height: 56px;
  padding: 0 15px;
}
#collapse_show .search-suggestion,
#data-search .search-suggestion,
#search-suggestion-thinktank,
#search-suggestion-policy {
  background: #f5f5f5;
  margin-top: 2px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
#collapse_show .search-suggestion ul,
#data-search .search-suggestion ul {
  margin: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #c2c8ca;
}
#collapse_show .search-suggestion ul li,
#data-search .search-suggestion ul li {
  padding: 5px 15px;
  text-transform: none;
  margin-bottom: 7px;
  color: #30494c;
}
#collapse_show .search-suggestion ul li a {
  color: #30494c;
  transition: none;
  -moz-transition: none;
  -wibkit-transition: none;
  display: inline-block;
  width: 100%;
}
#collapse_show .search-suggestion ul li:hover a {
  color: #fff;
}
#data-search .search-suggestion ul li:hover a {
  color: #fff;
}

#collapse_show .search-suggestion ul li a:hover,
#data-search .search-suggestion ul li a:hover,
#collapse_show .search-suggestion ul li a:focus,
#data-search .search-suggestion ul li a:focus {
  color: #fff;
}

#collapse_show .search-suggestion ul li:hover,
#data-search .search-suggestion ul li:hover {
  background: #30494c;
  color: #fff;
}
#collapse_show .search-suggestion ul li:before,
#data-search .search-suggestion ul li:before {
  content: "";
}
#collapse_show .search-suggestion .title,
#data-search .search-suggestion .title {
  font-size: 21px;
  font-family: "Avenir Medium";
  padding-top: 10px;
  padding-bottom: 10px;
}
#collapse_show .search-suggestion .title span,
#data-search .search-suggestion .title span {
  font-style: italic;
}
#collapse_show .search-suggestion .title span a,
#data-search .search-suggestion .title span a {
  color: #30494c;
}
#collapse_show .search-suggestion .title span a:hover,
#data-search .search-suggestion .title span a:focus {
  color: #fff !important;
  text-decoration: underline;
  transform: none !important;
}
#collapse_show .search-suggestion .title:hover,
#data-search .search-suggestion .title:hover {
  background: #30494c;
  color: #fff;
}

#collapse_show .search-suggestion ul li.search-all span a,
#data-search .search-suggestion ul li.search-all span a {
  color: #30494c;
}
#collapse_show .search-suggestion ul li.title:hover a,
#collapse_show .search-suggestion ul li.title:focus a,
#data-search .search-suggestion ul li.title:hover a,
#data-search .search-suggestion ul li.title:focus a {
  color: #fff !important;
  transition: none !important;
}

.hero-section .container {
  position: relative;
  display: table;
  height: 100%;
}
.slider-img {
  background-color: #e3f8fb;
  background-position: center center !important;
  background-size: cover !important;
  height: 630px;
}
.slider-text {
  max-width: 495px;
  position: absolute;
  left: 15px;
  bottom: 75px;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 22px;
  color: #fff;
  z-index: 9;
}
.slider-text p {
  font-family: "Avenir Roman";
}
.hero-section .title {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "Avenir Black";
}
.hero-section .heading {
  margin: 0;
}
.hero-section .heading:before {
  margin: 0;
  background: #3c9287;
  width: 22px;
  bottom: 14px;
}
.heading {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.heading:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: #d6e4e5;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -18px;
}
.heading.text-left {
  text-align: left;
}
.heading.text-left:before {
  margin: 0;
}
.slider-main .slick-dots {
  /*z-index: 1;*/
  bottom: 14px;
}
.slider-main .slick-dots li button::before {
  font-size: 36px;
  color: #c8c8c8;
  opacity: 0.6;
}
.slider-main .slick-dots li.slick-active button::before {
  color: #3c9287;
  opacity: 1;
}
.slider-main .slick-dots li {
  width: 10px;
}
.slider-main {
  margin-bottom: 0px !important;
}

/****************** SECTION ***********************/
.section-main {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.blog-main {
  width: 100%;
  float: left;
}
.section-main h1 {
  color: #11837a;
  font-size: 36px;
  line-height: 42px;
}
.section-main h2 {
  color: #11837a;
  font-size: 34px;
  line-height: 42px;
  float: none;
}
.blog-listing {
  width: 100%;
  float: left;
}
.blog-listing .row {
  margin: 0;
  display: table;
  height: 100%;
}
.blog-listing .row .col-md-6 {
  float: none;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.blog-listing ul {
  margin: 0;
  font-size: 0;
}
.blog-listing ul li {
  margin: 0;
  padding: 0;
  width: 49.99%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.blog-listing ul li:before {
  content: "";
}
.blog-thumb {
  width: 100%;
  float: left;
}
.blog-thumb img {
  width: 100%;
}
.blog-content {
  padding: 15px 22px !important;
  border: 1px solid #eeeeee;
}
.blog-listing h2 {
  font-size: 13px;
  color: #3c9287;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Avenir Medium";
}
.blog-listing span {
  width: 100%;
  font-size: 14px;
  color: #b0b0b0;
  margin-bottom: 20px;
  float: left;
  font-family: "Avenir Medium";
}
.blog-listing span a {
  color: #b0b0b0;
}
.blog-listing span a:hover {
  color: #49a299;
}
.blog-listing p {
  width: 100%;
  float: left;
  font-size: 17px;
  line-height: 22px;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-listing p a {
  color: #333333;
}
.blog-listing p a:hover {
  color: #49a299;
}
.blog-listing .author {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #b0b0b0;
  font-family: "Avenir Medium";
}
.blog-listing .author a:first-child {
  margin-left: 0;
}
.blog-listing .author a {
  color: #b0b0b0;
  margin-left: 5px;
}
.blog-listing .author a:hover {
  color: #49a299;
}

/* HOME PAGE */
.home .hero-section {
  margin-top: 125px;
}
.home .owl-carousel.owl-drag .owl-item {
  height: 630px;
}
#home-intro.section-main {
  padding: 150px 0;
}
#home-intro .homepage-intro-content {
  font-family: "Avenir Medium", Arial, sans-serif;
  font-size: 0.9em;
  max-width: 700px;
  margin: 0 auto;
}
#home-intro hr {
  margin: 50px -15px;
  width: 100%;
  height: 0.25px;
  color: #3e4b4f;
  background-color: #3e4b4f;
}
#home-intro h2 {
  font-family: "Avenir Heavy", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.77;
  font-size: 22px;
  color: #3e4b4e;
}
#home-intro h2 span {
  color: #11837a;
}
#home-intro h3 {
  font-family: "Avenir Black", Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  color: #11837a;
  text-transform: uppercase;
}
#home-intro h4 {
  font-size: 1.8em;
  line-height: 1.2em;
  color: #474d4f;
}
.our-expertise {
  padding: 100px 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.our-expertise-title {
  display: block;
  width: 200px;
  /* border: 1px solid blue; */
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: -2em;
}
#faux-underline {
  width: 100%;
  max-width: 700px;
  border-bottom: 2px solid #2d8f87;
  margin: 0 auto;
}
.our-expertise-thumbs {
  display: flex;
  justify-content: space-around;
}
.expertise-thumb {
  text-align: center;
}
.expertise-img-container {
  width: 100px;
  border-radius: 100%;
  margin: 0 auto;
}
.expertise-thumb-title {
  margin-top: 40px;
  text-align: center;
  font-size: 1.1em;
}
.learn-more-section a {
  font-family: "Avenir Medium", Arial, sans-serif;
  text-decoration: underline;
  color: #11837a;
}
.resources-section {
  float: left;
  padding: 100px 0;
}
.section-text,
.section-text p {
  font-family: "Avenir Roman", Arial, sans-serif;
  font-size: 1.05em;
  line-height: 1.5em;
}
.resources-section .section-text {
  margin-bottom: 100px;
}
.resources-posts-left,
.resources-posts-right {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
}
.resources-post {
  display: inline-block;
  border-bottom: 1px solid #11837a;
  padding-bottom: 30px;
  margin-bottom: 25px;
  width: 45%;
}
.resources-post:nth-of-type(odd) {
  margin-right: 5%;
}
.resources-post:nth-of-type(even) {
  margin-left: 5%;
}
.resources-post-image .featured-bg-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.resources-post-category,
.mp-picks-post-category {
  font-family: "Avenir Heavy", Arial, sans-serif;
  font-size: 0.65em;
  text-transform: uppercase;
  color: #11837a;
  margin-right: 15px;
}
.resources-post-title {
  margin-top: 25px !important;
}
.resources-post-title,
.mp-picks-post-title {
  font-family: "Avenir Medium", Arial, sans-serif;
  font-size: 1em;
  color: #3e4b4e;
  transition: color 0.4s ease-in-out;
  margin-top: 10px;
}
.resources-post:hover .resources-post-title,
.mp-picks-post:hover .mp-picks-post-title {
  color: #0f827a;
}
.mp-picks-post-image .featured-background-img {
  width: 150px;
  height: 150px;
  background-size: 200% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-post .resources-post-image .featured-background-img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.mp-econ-section, #mp-picks {
  float: left;
  padding-bottom: 150px;
}
.mp-econ-description {
  padding-left: 3%;
}
.mp-econ-section .section-text {
  margin-bottom: 50px;
}
.mp-econ-section .btn {
  display: block;
}
#poll-of-the-month {
  margin-bottom: 75px;
}
#poll-of-the-month .container {
  display: flex;
  flex-wrap: wrap;
}
#poll-of-the-month .poll-chart-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.poll-buttons-container { 
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
}
.poll-buttons-container .btn.light { 
  min-width: 0;
  width: 100%;
  background-color: transparent;
  margin-bottom: 5px;
}
.poll-buttons-container .btn.light:hover,
.poll-buttons-container .btn.light:active,
.poll-buttons-container .btn.light:focus { 
  color: #fff;
  background-color: #1f4247;
}
#poll-chart {
  position: relative;
  margin: 0 auto;
  background-color: #11837a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 400px;
}
#bar-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translateY(-50%);
}
.bar {
  position: relative;
  bottom: 0;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
}
.inner-bar {
  background-color: #cfe6e4;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.bar-text {
  font-family: 'Avenir Heavy', Arial, sans-serif;
  position: relative;
  left: 15px;
  width: calc(100% - 65px);
  z-index: 99;
}
.bar-selection {
  position: absolute;
  right: 15px;
  border-radius: 100%;
  border: 2px solid #11837a;
  width: 20px;
  height: 20px;
}
.bar-selection-inner {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #11837a;
}
.bar-value {
  position: absolute;
  right: 15px;
  font-family: 'Avenir Heavy', Arial, sans-serif;
}
.bar:hover .bar-selection-inner {
  opacity: 1;
}
.poll-legend {
  margin-top: 20px;
}
.poll-legend-item {
  margin-bottom: 5px;
}
.poll-legend-color {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.poll-legend-text {
  position: relative;
  top: -2px;
  left: 10px;
  display: inline-block;
  font-family: 'Avenir Roman', Arial, sans-serif;
}
.bar-label {
  position: absolute;
  bottom: 25px;
  font-family: "Avenir Light", Arial, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
}
#disagree-label {
  transform: rotate(-90deg) translateY(-50px);
}
#agree-label {
  transform: rotate(-90deg) translate(-10px, 40px);
}
.poll-message {
  font-family: 'Avenir Medium', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.poll-placeholder-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.poll-results-container .share-btn-container {
  text-align: center;
}
.poll-results-container .share-btn {
  display: block;
  margin-top: 25px;
  cursor: pointer;
  color: #333;
  font-family: 'Avenir Roman', Arial, sans-serif;
  
}

#home-intro .resources-section hr {
  width: 100%;
  margin: 0;
}
.full-width-homepage-section {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.mp-picks-posts-section {
  margin-top: 100px;
}
.mp-picks-post {
  display: block;

  margin-bottom: 15px;
}
.mp-picks-post .row {
  display: flex;
  height: 110px;
}
.mp-picks-post-categories,
.mp-picks-post-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #6aaba6;
}
.mp-picks-post-categories {
  margin-left: 15px;
}
.mp-picks-post-category {
  margin-left: -15px;
}
.mp-picks-post-image .featured-background-img {
  width: 100%;
  height: 110px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.charticle-chart-section img {
  box-shadow: none;
}

/* HOME PAGE: GET OUR STUFF FOOTER */
#subscribe-footer {
  height: 410px;
  background-color: #11837a;
  padding: 0%;
}
#subscribe-footer .centered-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#subscribe-footer h2,
#subscribe-footer p {
  color: #fff;
  font-family: "Avenir Roman", Arial, sans-serif;
  font-size: 0.9em;
}
#subscribe-footer h2 {
  font-family: "Avenir Heavy", Arial, sans-serif !important;
  color: #fff !important;
  letter-spacing: 0.05em;
  text-transform: uppercase !important;
  font-size: 1.8em !important;
  line-height: 1.8em;
  margin-bottom: 0 !important;
}
#subscribe-footer p {
  margin-bottom: 28px;
  width: 70%;
  margin: 25px auto;
}
.subscribe-button {
  display: inline-block;
  font-family: "Avenir Roman", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  margin: 10px auto;
  padding: 15px 80px;
  border-radius: 2px;
  transition: background-color 0.4s ease-in-out;
  color: #fff;
  background-color: #0f827a;
}
.subscribe-button:hover,
.subscribe-button:focus,
.subscribe-button:active {
  background-color: #3c9287;
  color: #fff;
}
.subscribe-button.white, .subscribe-button.white {
  color: #0f827a;
  background-color: #fff;
}
.subscribe-button.white:hover,
.subscribe-button.white:focus,
.subscribe-button.white:active {
  background-color: #cdeae6;
}


@media screen and (min-width: 1800px) {
  .home .hero-section, .inner-hero, .about-us-section.hero-image {
    max-width: 1800px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #home-middle-section .section-main {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 900px) {
  .resources-post-image .featured-background-img, .mp-picks-post-image .featured-background-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .hero-section {
    margin-top: 100px;
  }
  .home .owl-carousel.owl-drag .owl-item {
    height: auto;
  }
  #home-intro p {
    line-height: 1.5;
    padding: 0;
  }
  #home-middle-section .half-panel {
    padding: 2% 10%;
  }
  .middle-image-container,
  .middle-text-container {
    padding: 0 !important;
  }
  #home-middle-section .learn-more {
    margin-bottom: 20px;
  }
  .resources-posts-section { display: block; }
  .resources-posts-left, .resources-posts-right { width: 100%; display: block; }
  .resources-post { display: block; width: 100%; border-bottom: 0; }
  .resources-post:nth-of-type(odd), .resources-post:nth-of-type(even) { margin: 50px auto; }
  .resources-post .resources-post-title { font-size: 1.3em; }
  .resources-section .section-text { margin-bottom: 50px; }
  .featured-post .resources-post-image .featured-background-img { height: 150px; }
  .poll-description-section { margin-top: 25px; }
  .mp-econ-featured-image { text-align: center;}
  .mp-econ-featured-image img { max-width: 400px; margin: 0 auto;}
  .mp-econ-feat-img-xs { height: 200px; background-size: cover; background-position: center center; margin-bottom: 25px; }
  .mp-econ-section .section-text {text-align: left; }
  .full-width-homepage-section { width: 105vw; margin-left: -15px; margin-right: -15px;}
  .mp-picks-posts-section { margin-top: 50px; }
  .charticle-chart-section { margin-top: 25px; }
  #subscribe-footer .centered-container {
    padding: 0 10%;
  }
  #subscribe-footer h2 {
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 550px) {
  .expertise-thumb-title { font-size: 0.9em; margin-top: 20px }
  .resources-section .section-text { margin-bottom: 50px; }

  .mp-picks-posts-section { margin-top: 25px; }
  #home-intro p { padding: 0; }
  .mp-picks-post .row { display: block; height: auto; margin 0 -15px; }
  .mp-picks-post { margin-bottom: 50px; border-bottom: 1px solid #ebebeb; }
  .mp-picks-post-categories, .mp-picks-post-title { border: 0; display: block; width: 100%; }
  .mp-picks-post-title { margin-bottom: 15px; }
  .mp-picks-post-image { display: block; width: 100%; }
  .mp-picks-post-image .featured-background-img { height: 35vw; }
  #subscribe-footer p { width: 90%; }
}
.home .footer-border.top {
  display: none;
}
.home #footer-sitemap-container {
  border-top: 0;
}

.maillist-text {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Avenir Medium";
  text-align: center;
  color: #fff;
  line-height: 23px;
}
.maillist-text:hover {
  cursor: pointer;
}

.fdi-main {
  width: 100%;
  float: left;
}
.fdi-content h2 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
  font-family: "Avenir Medium";
}
.fdi-map {
  width: 100%;
  float: left;
}
.fdi-content {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.fdi-content .learn-more,
.reformopedia-content .learn-more,
.think-tank-more .learn-more {
  display: flex;
}
.fdi-content a.learn-more span,
.reformopedia-content a.learn-more span,
.think-tank-more a.learn-more span {
  top: 0;
}

.reformopedia {
  width: 100%;
  float: left;
}
.reformopedia-map {
  width: 100%;
  float: left;
}
.reformopedia-content {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.reformopedia-content h2 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
  font-family: "Avenir Medium";
}
a.learn-more {
  display: block;
  color: #11837a;
  font-size: 1em;
  line-height: 19px;
  text-transform: none;
  font-family: "Avenir Medium", Arial, sans-serif;
  text-decoration: underline;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
a.learn-more span {
  width: 19px;
  display: inline-block;
  height: 19px;
  background: url(../images/sprite-01.png) no-repeat 0 0;
  background-size: 19px auto;
  margin-left: 4px;
  position: relative;
  top: 4px;
}
a.learn-more:hover {
  text-decoration: none;
}
a.learn-more:hover > span {
  background-position: 0 -20px;
}
.blog-hero a.learn-more span {
  background: url(../images/sprite-02.png) no-repeat 0 0;
  background-size: 19px auto;
}
.blog-hero a.learn-more:hover > span {
  background-position: 0 -20px;
}

.blog-hero.overlay-inner a.learn-more {
  color: #fff;
}
.blog-hero.overlay-inner a.learn-more:hover {
  color: #49a299;
}
.blog-hero.overlay-inner a.learn-more span {
  background-position: 0 -20px;
}
.blog-hero.overlay-inner a.learn-more:hover > span {
  background-position: 0 0;
}
.blog-hero.overlay-inner .slider-text {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.blog-hero.overlay-inner .slider-text .intro-blog-info {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

/*.learn-more i{font-size:18px; padding-left:5px;}*/

.think-tank {
  width: 100%;
  float: left;
  background: #fcfcfc;
}
.think-tank-category {
  width: 100%;
  float: left;
  padding-right: 70px;
}
.think-tank-category h2 {
  font-size: 13px;
  color: #3c9287;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Avenir Medium";
}
.think-tank-category p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 22px;
}
.think-tank-category p a {
  color: #333333;
}
.think-tank-category p a:hover {
  color: #3c9287;
}
.think-tank-subcat {
  width: 100%;
  font-size: 14px;
  color: #b0b0b0;
  font-family: "Avenir Medium";
}
.think-tank-subcat a {
  color: #b0b0b0;
}
.think-tank-subcat a:hover {
  color: #3c9287;
}
.think-tank-more {
  width: 100%;
  float: left;
  text-align: right;
  padding: 30px 80px 0 0;
}

/****************** FOOTER ***********************/
footer {
  background: #fff;
  padding: 0;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 33px;
}
footer hr {
  margin: 0;
  height: 1px;
  border-top: 2px solid #eee;
}
footer ul {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer ul {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .footer-secondary-menu {
    display: block;
    width: 90vw;
    text-align: left;
  }
}
footer ul li:before {
  content: "";
}
footer ul li {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
footer ul li a {
  color: #444;
  line-height: 33px;
  font-size: 12px;
  font-family: "Avenir Medium";
}
footer ul li a:hover,
footer ul li a:focus {
  color: #4ebbab;
}
footer ul.social {
  float: right;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}
footer ul.social li {
  margin: 0;
  text-align: center;
  padding: 0px 3px 0px 3px;
}
footer ul.social li:last-child {
  padding: 0px 0px 0px 3px;
}
footer ul.social li a {
  display: inline-block;
  width: 33px;
  height: 33px;
}
footer ul.social li a svg {
  width: 33px;
  height: 33px;
}
footer ul.social li a svg:hover {
  fill: #4ebbab;
}
footer ul.social li a:hover,
footer ul.social li a:focus {
  background: transparent;
}
footer #footer-sitemap-container {
  width: 85%;
  background: #fff;
  padding: 60px 0;
  margin: 0 auto;
}
footer #footer-sitemap-menu {
  display: flex;
  justify-content: space-evenly;
}
footer #footer-sitemap-menu li ul.sub-menu {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
footer #footer-sitemap-menu li ul.sub-menu li {
  padding-left: 0;
  text-transform: none;
  width: 100%;
  line-height: normal;
  margin-bottom: 8px;
}
footer #footer-sitemap-menu .sub-menu li a {
  position: relative;
  font-family: "Avenir Medium";
  line-height: 0;
}
footer #footer-sitemap-menu li a {
  position: relative;
  font-family: "Avenir Heavy";
  font-size: 14px;
  color: #444;
}
footer #footer-sitemap-menu li {
  padding: 0;
  text-transform: uppercase;
}
footer #footer-sitemap-menu li.cat-group-title,
footer #footer-sitemap-menu li.cat-group-title a {
  background-image: none !important;
  color: #bbb !important;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
}
footer #footer-sitemap-menu li.cat-group-title {
  padding-top: 15px;
  line-height: normal;
  margin-bottom: 14px !important;
}
footer #footer-sitemap-menu li.cat-group-title:first-child {
  padding-top: 0;
}
footer #footer-sitemap-menu li.cat-group-title:before,
footer #footer-sitemap-menu li.cat-group-title a:before {
  content: none;
}
footer #footer-sitemap-menu li.cat-group-title:hover,
footer #footer-sitemap-menu li.cat-group-title a:hover {
  cursor: default;
}
footer #footer-sitemap-menu a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background: #444444;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer #footer-sitemap-menu a:hover:before,
footer #footer-sitemap-menu a:active:before,
footer #footer-sitemap-menu a:focus:before,
footer #footer-sitemap-menu li.current_page_item a:before,
footer #footer-sitemap-menu li.current-page-ancestor a:before,
footer
  #footer-sitemap-menu
  li.current_page_ancestor
  li.current-menu-item
  a:before {
  left: 0;
  right: 0;
  width: 100%;
}
#footer-sitemap-menu li.current_page_item ul li a:before,
#footer-sitemap-menu li.current-page-ancestor .sub-menu li a:before {
  width: 0;
}
#footer-sitemap-menu li.current_page_item ul li:hover a:before,
#footer-sitemap-menu li.current-page-ancestor .sub-menu li:hover a:before {
  width: 100%;
}

/****************** ABOUT US ***********************/
.about-section { padding: 75px 0; }
.header-inner .wsmenu {
  margin-top: 32px;
}
.inner-hero {
  background-color: #e3f8fb;
  background-position: center center !important;
  background-size: cover !important;
  height: 484px;
}
.inner-hero.blog-hero {
  background-position: right center !important;
}

.text-large {
  font-size: 22px;
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #94a3a0;
  line-height: 30px;
  margin-bottom: 30px;
}
.sidebar {
  width: 100%;
  float: left;
  padding-left: 30px;
}
.sidebar h2 {
  font-size: 20px;
  line-height: 26px;
  color: #444444;
}
.about-page p {
  font-size: 18px;
  line-height: 32px;
}
.text-large p {
  font-size: 22px;
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #94a3a0;
  line-height: 30px;
  margin-bottom: 30px;
}
.fdi-side {
  background: #a8c3be;
  color: #fff;
  position: relative;
  margin-bottom: 55px;
}
.fdi-side .heading {
  text-align: left;
  padding: 12px 0 0 15px;
  margin-bottom: 22px;
}
.fdi-side .heading::before {
  bottom: 2px;
  left: 15px;
  margin: 0;
  background: #7ea9a7;
  width: 30px;
}
.fdi-side h2 {
  color: #fff;
}
.reformopedia-side {
  background: #a8c3be;
  color: #fff;
  position: relative;
  margin-bottom: 55px;
}
.reformopedia-side .heading {
  position: absolute;
  text-align: left;
  padding: 12px 0 0 15px;
  margin-bottom: 0px;
}
.reformopedia-side .heading::before {
  bottom: 2px;
  left: 15px;
  margin: 0;
  background: #7ea9a7;
  width: 30px;
}
.reformopedia-side h2 {
  color: #fff;
}
.reformopedia-side img {
  padding-top: 10px;
}
.blog-side {
  background: #e6eeec;
  position: relative;
  padding: 10px 18px 18px 18px;
}
.blog-side .heading {
  text-align: left;
  padding: 0px;
  margin-bottom: 26px;
}
.blog-side ul {
  margin-bottom: 0px;
}
.blog-side .heading::before {
  bottom: 2px;
  left: 0px;
  margin: 0;
  background: #c3d7d6;
  width: 30px;
}
.blog-side ul li:before {
  content: "";
}
.blog-side ul li {
  padding-left: 0;
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 15px;
}
.blog-side ul li:last-child {
  margin-bottom: 0;
}
.blog-side ul li a {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.blog-side ul li p {
  line-height: 18px;
  font-size: 13px;
}
.footer-logo {
  float: left;
  padding-right: 0;
  width: auto;
  max-width: 100%;
  margin-right: 40px;
}

/****************** STAFF PAGES ***********************/
.page-template-staff-template .caps {
  text-transform: uppercase;
}
.page-template-staff-template .inner-hero {
  height: 400px;
}
.page-template-staff-template h1 {
  color: #000;
  font-family: "Avenir Medium";
  margin: 0;
}
.page-template-staff-template #section-bio {
  position: relative;
  top: -330px;
  margin-bottom: -300px;
  padding: 3%;
  border-radius: 2px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.page-template-staff-template #section-bio img {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin-right: 10%;
}
#section-bio .bio-top {
  display: flex;
}
.page-template-staff-template p.title {
  color: #797979;
}
#section-bio .section-bio-details {
  display: inline-block;
  width: 59%;
  position: relative;
}
#section-bio .focus {
  background-color: #e6eeec;
  border-radius: 5px;
  padding: 7px;
  font-size: 14px;
  color: #797979;
  margin-right: 10px;
  white-space: nowrap;
}
#section-bio .social-links {
  margin-top: 40px;
  position: absolute;
  bottom: -10px;
}
#section-bio .social-links a {
  font-size: 25px;
  margin-right: 20px;
}
#section-bio .bio-content {
  clear: both;
  margin-top: 7%;
}
#selected-works .sidebar {
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}
#selected-works .heading {
  margin-bottom: 40px;
  margin-top: 10px;
}
#selected-works .heading:before {
  width: 75px;
}
#selected-works h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
#selected-works ul li {
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .page-template-staff-template .inner-hero {
    height: 250px;
  }
  .page-template-staff-template #section-bio {
    top: -250px;
    box-shadow: none;
    background-color: transparent;
    margin: 4%;
    margin-bottom: -300px;
  }
  .page-template-staff-template #section-bio .bio-top {
    display: block;
  }
  .page-template-staff-template #section-bio img {
    float: none;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
    margin-right: 0;
  }
  .page-template-staff-template #section-bio .section-bio-details {
    width: 100%;
    position: relative;
  }
  .page-template-staff-template #section-bio h1 {
    margin-top: 10%;
  }
  .page-template-staff-template #section-bio p.title {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .page-template-staff-template #section-bio .social-links {
    margin-top: 15px;
    position: static;
  }
  .page-template-staff-template #section-bio .bio-content {
    margin-top: 10%;
  }
  #selected-works .sidebar {
    padding-left: 0;
  }
}

/****************** BLOG ***********************/
.header-blog .navigation-right {
  width: 75%;
}
.header-blog .search-top-main {
  top: 18px;
}
.header-blog .wsmenu {
  margin-top: 12px;
  padding: 0 40px 0 0;
}
.header-blog .wsmenu-list > li {
  padding: 0 15px;
}
.header-blog .wsmenu-list > li:last-child a .fa {
  color: #49a299;
}
.header-blog .slider-text {
  position: inherit;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  bottom: 0;
  padding: 30px 0 50px 0;
  left: 0;
  max-width: inherit;
  z-index: 999;
}
.header-blog .header-overlay {
  /*display: none;*/
}
/*body .header-blog .inner-hero .container {
    width: 100%;
}
body .header-blog .slider-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 5% 0 5%;
    background-color: rgba(0,0,0,.5);
    background-image: linear-gradient(#fff,rgba(0,0,0,.5) 30%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}*/

.header-blog .slider-text p {
  font-size: 18px;
  line-height: 28px;
}
/*.intro-blog-info ul{ margin:0; padding:0 0 0 55px;}*/
.two-fen-logo:before {
  content: "";
  background: url(../images/fen-white-logo.png) no-repeat 0px 0;
  width: 183px;
  height: 42px;
  position: absolute;
  left: -83px;
  top: 5px;
  z-index: 1;
}
.two-fen-logo {
  padding-left: 120px;
  position: relative;
  height: 50px;
}
.two-fen-logo:after {
  content: "";
  background: url(../images/two-fen-logo-bg.jpg) repeat-x 0px 0;
  width: 2000px;
  height: 42px;
  position: absolute;
  left: 10;
  top: 5px;
  left: -1940px;
}

.intro-blog-info ul li {
  display: block;
  font-size: 15px;
  margin: 8px 0;
  padding: 0 0 0 4px;
  top: 13px;
}
.intro-blog-info ul li:last-child {
  font-family: "Avenir Medium";
}
.intro-blog-info ul li span {
  text-transform: uppercase;
  font-family: "Avenir Medium";
  padding-left: 0px;
}
.intro-blog-info ul li a:first-child span {
  padding-left: 6px;
}
.intro-blog-info ul li:last-child span {
  /*color: #fff; font-size: 4px; padding: 0 4px; position: relative; top: -4px;*/
  padding: 0 0 0 4px;
}
.intro-blog-info ul li:before {
  content: "";
}
.header-blog h1 {
  color: #fff;
  font-size: 50px;
  font-family: "Avenir Black";
  line-height: 60px;
  text-align: left;
  margin: 20px 0;
}
.header-blog .heading:before {
  display: none;
}
.header-blog .learn-more {
  font-size: 14px;
  font-family: "Avenir Medium";
  display: inline-block;
  color: #49a299;
}
.header-blog .learn-more:hover,
.header-blog .learn-more:focus {
  color: #fff;
}
.blog-nav-main {
  width: 100%;
  float: left;
  background: #e6e6e6;
  height: 46px;
  position: relative;
}
.blog-nav-main.gray-bar {
  text-align: center;
}
.tinynav,
.tinynav_label {
  display: none;
}
ul.blog-nav {
  margin: 0;
  display: inline-block;
}
ul.blog-nav li {
  padding: 0 15px;
  margin: 0;
  display: inline-block;
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #9b9b9b;
  font-size: 14px;
}
ul.blog-nav li:before {
  content: "";
}
ul.blog-nav li a:before {
  background: #49a299;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  width: 0;
}
ul.blog-nav li > a:hover::before,
ul.blog-nav li > a:focus::before,
ul.blog-nav li > a.active:before {
  left: 0;
  right: 0;
  width: 100%;
}
ul.blog-nav li a {
  color: #9b9b9b;
  padding: 0 7px;
  line-height: 46px;
  display: inline-block;
  position: relative;
  font-family: "Avenir Medium";
  text-transform: uppercase;
}
ul.blog-nav li a:hover,
ul.blog-nav li a:focus,
ul.blog-nav li a.active {
  color: #49a299;
}
.submenu {
  left: 50%;
  margin: 0;
  min-width: 460px;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 46px;
  transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  transform-origin: 0 0 0;
  transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 1000;
  transform: rotateX(-75deg);
  transform-style: preserve-3d;
  visibility: hidden;
}
ul.blog-nav li:hover > .submenu {
  display: block !important;
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
  transform-style: preserve-3d;
}
.submenu li a:before {
  display: none;
}

.blog-post-wrapper {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f3f3f3;
  padding: 70px 0;
}
.blog-post-wrapper.even {
  text-align: right;
  border: none;
}
.blog-post-wrapper.even:last-child {
  border: none !important;
}
.blog-post-wrapper.even h2 {
  text-align: right;
  padding: 0 0 0 20%;
}
.blog-post-wrapper.even p {
  padding: 0 0 0 30%;
}
.blog-post-wrapper:first-child {
  padding-top: 0px;
}
.blog-post-wrapper:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.blog-post-info {
  width: 100%;
  float: left;
}
.blog-post-info ul {
  margin: 0px;
}
.blog-post-info ul li {
  margin: 4px 0;
  padding: 0 4px;
  font-size: 15px;
}
.blog-post-info ul li span {
  color: #49a299;
  font-family: "Avenir Medium";
  padding-left: 0px;
  text-transform: uppercase;
}
.blog-post-info ul li span:hover {
  color: #666666;
}
.blog-post-info ul li a:first-child {
  padding-left: 7px;
}
.blog-post-info ul li:before {
  content: "";
}
.blog-post-info ul li:last-child {
  color: #bebebe;
  font-family: "Avenir Medium";
}
/*.blog-post-info ul li:last-child a:first-child{ padding:7px;}*/
/*.blog-post-info ul li:last-child span {/*color: #bebebe; font-size: 4px; padding: 0 4px; position: relative; top: -4px;  padding: 0 4px;}*/
.blog-post-wrapper h2 {
  margin: 20px 0;
  font-size: 50px;
  font-family: "Avenir Black";
  line-height: 60px;
  color: #565656;
  text-align: left;
  padding: 0 20% 0 0;
}
.blog-post-wrapper h2 a {
  color: #565656;
}
.blog-post-wrapper h2 a:hover {
  color: #49a299;
}
.blog-post-image {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.blog-post-image img {
  width: 100%;
}
.blog-post-wrapper p {
  font-size: 18px;
  line-height: 32px;
  padding: 0 30% 0 0;
}
.blog-post-wrapper .learn-more {
  font-size: 18px;
  font-family: "Avenir Medium";
  display: inline-block;
}
.blog-post-wrapper .learn-more i {
  font-size: 22px;
}
.footer-blog .footer-logo {
  float: right;
  padding: 0 0 0 18px;
}
.slider-text a {
  color: #fff;
}
.slider-text a:hover {
  color: #49a299;
}
.blog-post-info ul li:last-child a {
  color: #bebebe;
}
.blog-post-info ul li:last-child a:hover {
  color: #49a299;
}

/****************** BLOG SINGLE ***********************/

.page-content {
  width: 100%;
  float: left;
  padding-top: 150px;
}
.blog-single-wrapper {
  width: 100%;
  float: left;
}
.blog-single-wrapper h1 {
  color: #565656;
  font-size: 50px;
  font-family: "Avenir Black";
  line-height: 60px;
  text-align: left;
  margin: 20px 0;
  padding: 0 20% 0 0;
}
.blog-single-wrapper h1 a {
  color: #333333;
}
.blog-single-wrapper h1 a:hover {
  color: #49a299;
}
.blog-single-content {
  width: 100%;
  float: left;
  padding: 25px 0 0px 0;
}
.blog-single-content p {
  font-size: 18px;
  line-height: 32px;
  color: #424242;
}
.blog-single-content ul li,
.blog-single-content ol li {
  font-size: 18px;
  line-height: 32px;
  color: #424242;
}

.sidebar-block {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.sidebar-block:last-child {
  margin: 0;
}
.sidebar-block h2,
.end-of-post-cta h2,
.cta-block h2 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir Black";
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
}
ul.social-share {
  margin: 0;
}
ul.social-share li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
ul.social-share li:before {
  content: "";
}
/* ul.social-share li a {
  display: inline-block;
  width: 32px;
  font-size: 19px;
  height: 32px;
  background: #49a299;
  text-align: center;
  line-height: 34px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} */

@media screen and (min-width: 768px) {
  .end-of-post-cta .sidebar-block {
    width: 45%;
  }
}
.editors-picks-block {
  padding: 20px 0 20px 5px;
  border: 0px solid rgba(151, 151, 151, 0.9);
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
}
ul.editors-picks {
  margin-bottom: 0;
}
ul.editors-picks li:before {
  content: "\f111";
  font-size: 8px;
  color: #333;
  transition: color 0.4s ease-in-out;
}
ul.editors-picks li {
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Avenir Black";
  margin-top: 25px;
}
ul.editors-picks li:last-of-type {
  margin-bottom: 0;
}
ul.editors-picks li a {
  color: #333;
}
ul.editors-picks li:hover a,
ul.editors-picks li:hover:before {
  color: #49a299;
}

.blog-single-content-more {
  width: 100%;
  float: left; /*border-top:1px solid #f3f3f3; padding-top:35px; margin-top:20px;*/
}
.blog-single-content-more h2 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir Black";
  color: #bebebe;
  text-transform: uppercase;
}
.blog-post-similar {
  width: 100%;
  float: left;
  padding-top: 5px;
  margin-bottom: 10px;
}
.blog-post-similar h2 {
  font-size: 13px;
  color: #3c9287;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Avenir Medium";
}
.blog-post-similar p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog-post-similar p a {
  color: #666666;
}
.blog-post-similar p a:hover {
  color: #49a299;
}
.blog-post-similar:hover a {
  color: #49a299;
}
.blog-post-similar .related-posts-image {
  display: inline-block;
  width: 100%;
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-post-similar-subcat {
  width: 100%;
  font-size: 14px;
  color: #b0b0b0;
  margin-bottom: 5px;
  float: left;
  font-family: "Avenir Medium";
}
.blog-post-similar-subcat a {
  color: #b0b0b0;
}
.blog-post-similar-subcat a:hover {
  color: #49a299;
}
.blog-post-similar .author {
  width: 100%;
  font-size: 14px;
  color: #b0b0b0;
  font-family: "Avenir Medium";
}
.blog-post-similar .author a {
  color: #b0b0b0;
}
.blog-post-similar .author a:hover {
  color: #49a299;
}

/* Related Posts (middle) */
.related-posts-middle {
  background-color: #f1f1f1;
  margin: 40px -5%;
  width: 110%;
  padding: 2% 5%;
}
.related-posts-middle hr {
  border-top-width: 1.5px;
  border-color: #979797;
  margin-top: 10px;
}
.related-posts-middle .row {
  margin-bottom: 15px;
}
.related-posts-middle .related-posts-image {
  display: inline-block;
  width: 100%;
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .blog-single-content-more {
    padding-top: 40px;
  }
}

.blog-categories .panel-title a {
  width: 100%;
  font-size: 14px;
  font-family: "Avenir Black";
  color: #49a299;
  line-height: 26px;
  text-transform: uppercase;
}
.blog-categories .panel-title a i {
  float: right;
  line-height: 26px;
}
.blog-categories .panel-default {
  border-color: transparent;
}
.blog-categories .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0px 0 5px 0;
}
.blog-categories .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.blog-categories
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-color: transparent;
}
.blog-categories .panel-body {
  padding: 0 15px;
}
.blog-categories .panel-body ul {
  margin: 0;
}
.blog-categories .panel-body ul li {
  padding: 0;
  font-family: "Avenir Heavy";
  margin-bottom: 5px;
}
.blog-categories .panel-body ul li:before {
  content: "";
}
.blog-categories .panel-body ul li a {
  color: #bebebe;
  font-size: 14px;
}
.blog-categories .panel-body ul li a:hover,
.blog-categories .panel-body ul li a:focus {
  color: #49a299;
}
.blog-categories.panel-group {
  margin-bottom: 0px;
}

/****************** INTERACTIVE MAP ***********************/

.map-product {
  padding-top: 130px;
}
.breadcrumb-main {
  width: 100%;
  float: left;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0 0 10px 0;
}
.breadcrumb > li {
  margin: 0;
  text-transform: uppercase;
  font-family: "Avenir Medium", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  padding: 0 7px 0 26px;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.breadcrumb > li a,
.breadcrumb > .active {
  color: #3f4c4e;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
  color: #49a299;
}
.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 22px;
  color: #3f4c4e;
  position: absolute;
  left: 0;
  top: -2px;
}

.breadcrumb-green > li a:hover,
.breadcrumb-green > li a:focus {
  color: #3f4c4e;
}

.map-sec {
  width: 100%;
  float: left;
}
.map-sec iframe {
  width: 100%;
  float: left;
  height: 565px !important;
}

.interactive-map {
  width: 100%;
  float: left;
}
.interactive-map-content {
  margin-top: 30px;
  position: relative;
  width: 100%;
  float: left;
}
.show_hide {
  display: block;
}
.interactive-map h1 {
  font-size: 30px;
  font-family: "Avenir Roman";
  margin-bottom: 30px;
  color: #3f4c4e;
}
a.map-collaps,
a.map-collaps-hide {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 28px;
  background: url(../images/sprite-03.png) no-repeat 0px 0;
  background-size: 52px auto; /* background:url(../images/sprite.png) no-repeat -60px 0;*/
  width: 26px;
  height: 26px;
}
a.map-collaps-hide {
  /* background:url(../images/sprite.png) no-repeat -88px 0;*/
  transform: rotate(-180deg);
}
.interactive-map h2 {
  font-size: 16px;
  font-family: "Avenir Black";
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 5px;
  color: #3f4c4e;
}

.interactive-map p {
  font-family: "Avenir Medium";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #797979;
}

/****************** CHINESE FIRMS DATABASE ***********************/

.chinese-firms-database {
  padding-bottom: 0;
}
.firms-database-header .logo h1 {
  margin: 0;
}
.firms-database {
  width: 100%;
  float: left;
  background: #ebebeb;
  padding: 40px 0 0px 0;
  min-height: 600px;
  position: relative;
}
.data-search {
  width: 100%;
  float: left;
  position: relative;
}
.data-search .input-text {
  width: 100%;
  float: left;
  line-height: 56px;
  border: none;
  padding: 0 15px 0 45px;
  font-family: "Avenir Light";
  font-size: 20px;
}
.data-search .input-text:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.data-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 17px;
  top: 15px;
  font-size: 16px;
  color: #30494c;
}
.data-search-slider {
  width: 100%;
  float: left;
}
.data-search-slider .slick-slide {
  padding: 0 12px 0 12px;
}
.data-search-slider .slick-list {
  margin: 0 -12px 0 -12px;
}
.data-category {
  width: 100%;
  float: left;
  position: relative;
}
.data-category .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(38, 0, 0, 0.25);
  text-align: center;
  width: 100%;
  height: 100%;
}
.data-category .overlay span {
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Avenir Roman";
  font-size: 20px;
}

.category-news {
  width: 100%;
  float: left;
  margin-top: 150px;
  background: #dbdbdb; /*border-top:2px solid #FFF;*/
  line-height: 47px;
  font-size: 16px;
  font-family: "Avenir Medium";
  position: absolute;
  bottom: 0;
}
.category-news-title {
  width: 10%;
  min-width: 155px;
  float: left;
  text-align: center;
  background: #1b383c;
  padding: 0 15px;
  position: relative;
  line-height: 47px;
  color: #fff;
  font-size: 13px;
  font-family: "Avenir Black";
  text-transform: uppercase;
} /*min-width:140px;*/
.category-news-title:before {
  content: "";
  position: absolute;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left: 20px solid #1b383c;
  border-bottom: 23px solid transparent;
}
.category-news-content {
  margin-left: 170px;
  display: block;
}
.category-news-content ul {
  margin: 0;
}
.category-news-content ul li {
  float: left;
  margin: 0;
  padding: 0 25px 0 25px;
  border-right: 3px solid #fff;
}
.category-news-content ul li:before {
  content: "";
}
.category-news-next a {
  position: absolute;
  right: 0;
  display: inline-block;
  background: #1f4247;
  line-height: 47px;
  width: 47px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  top: 0;
}
.category-news-next a:hover,
.category-news-next a:focus {
  background: #49a299;
}
.chinese-firms-database #data-search .input-text {
  font-family: "Avenir Medium";
  letter-spacing: 0.5;
}

/****************** CHINESE FIRMS DATABASE SEARCH ***********************/
#data-search {
  width: 100%;
  float: left;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: relative;
  padding-bottom: 25px;
  z-index: 1;
  color: #30494c;
  font-family: "Avenir Roman";
  font-size: 17px;
}
#data-search .input-text,
#data-search .result,
#data-search .search-suggestion {
  background: #f7f7f7;
}
#data-search .search-suggestion,
#search-suggestion-thinktank {
  background: #f7f7f7;
  float: left;
  margin-top: 2px;
  position: absolute;
  top: 56px; /*z-index:1;*/
  width: 100%;
  -webkit-box-shadow: 0 9px 8px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 9px 8px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 9px 8px 1px rgba(0, 0, 0, 0.11);
  max-height: 500px;
  overflow-y: auto;
  display: none;
}
#data-search .search-suggestion ul {
  padding: 10px 30px 10px 60px;
  z-index: inherit;
}
#data-search .search-suggestion ul li a {
  color: #30494c;
  transition: none;
  -moz-transition: none;
  -wibkit-transition: none;
  display: inline-block;
  width: 100%;
}
#data-search .search-suggestion ul li a span {
  color: #30494c;
}
#data-search .search-suggestion ul li a:hover,
#data-search .search-suggestion ul li a:focus {
  color: #fff;
}
#data-search .search-suggestion ul li:hover a span {
  color: #fff;
}
#data-search .search-suggestion .search-all:before {
  width: 34px;
  height: 34px;
  content: "";
  position: absolute;
  left: -40px;
  top: 5px;
  background: url(../images/search-all-icon.png) no-repeat;
}
/*#data-search .search-suggestion .search-cleantech:before{ width:34px; height:34px; content:""; position:absolute; left:-40px; top: 5px; background:url(../images/cleantech-icon.png) no-repeat;}
#data-search .search-suggestion .search-agriculture:before{ width:34px; height:34px; content:""; position:absolute; left:-40px; top: 5px; background:url(../images/agriculture-icon.png) no-repeat;}
#data-search .search-suggestion .search-healthcare:before{ width:34px; height:34px; content:""; position:absolute; left:-40px; top: 5px; background:rgba(0, 0, 0, 0) url("../images/policy-icon.png") no-repeat scroll -179px -34px;}
#data-search .search-suggestion .search-pevc:before{ width:34px; height:34px; content:""; position:absolute; left:-40px; top: 5px; background:url(../images/agriculture-icon.png) no-repeat;}

#data-search .search-suggestion .search-books:before{ width:34px; height:34px; content:""; position:absolute; left:-40px; top: 5px; background:rgba(0, 0, 0, 0) url("../images/policy-icon.png") no-repeat scroll -212px -34px;}*/
/*#data-search .search-suggestion .search-case-studies:before{ width:34px; height:34px; content:""; position:absolute; left:-40px; top: 5px; background:rgba(0, 0, 0, 0) url("../images/policy-icon.png") no-repeat scroll -212px 0px;}*/
/*#data-search .search-suggestion .search-enterpreneurship:before{ width:34px; height:34px; content:""; position:absolute; left:-40px; top: 5px; background:rgba(0, 0, 0, 0) url("../images/policy-icon.png") no-repeat scroll -212px 0px;}*/
.category-icon {
  width: 34px;
  height: 34px;
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
/****************** AGRICULTURE ***********************/

.agriculture {
  width: 100%;
  float: left;
}
.agriculture-hero-text {
  width: 100%;
  float: left;
  background-image: url(../images/agriculture-hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 270px;
  padding: 34px 0;
}
.archive.author .agriculture-hero-text.analysis-hero-text.overlay-inner {
  min-height: 400px;
}
.agriculture h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agriculture span {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agriculture-hero-text p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "Avenir Roman";
  margin-bottom: 15px;
}
.agriculture-hero-text a {
  font-size: 14px;
  text-transform: uppercase;
  color: #9ec2be;
  font-family: "Avenir Medium";
}
.agriculture-hero-text a.learn-more span {
  background: url(../images/sprite-04.png) no-repeat 0px 0;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-right: 4px;
  top: 3px;
  margin-bottom: 0;
}
.agriculture-hero-text a.learn-more:hover > span {
  background-position: 0px -17px;
}
.agriculture-hero-text a i {
  padding-right: 5px;
}
.agriculture-hero-text a:hover,
.agriculture-hero-text a:focus {
  color: #fff;
}
#data-search .search-suggestion ul li span {
  line-height: 30px;
}

.filter-main {
  width: 100%;
  padding: 15px 20px;
  float: left;
  color: #8f8f8f;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.07);
}
.filter-main h2 {
  font-size: 25px;
  text-transform: none;
  color: #8f8f8f;
  margin-bottom: 5px;
}
.filter {
  width: 100%;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.no-border {
  border-bottom: none;
}
.filter-title {
  width: 100%;
  padding-bottom: 10px;
  float: left;
  font-family: "Avenir Medium";
  font-size: 13px;
  text-transform: uppercase;
}
.filter .form-group {
  margin-bottom: 10px;
}
.filter .form-group:last-child {
  margin: 0;
}
input[type="checkbox"].check1 {
  display: none;
}
input[type="checkbox"].check1 + label.label1 {
  padding-left: 25px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 16px;
  color: #666666;
  font-family: "Avenir Medium";
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
input[type="checkbox"].check1:checked + label.label1 {
  background-position: 0 -15px;
}
label.label1 {
  background-image: url("../images/check.png");
}
.filter-main .btn-main {
  text-align: center;
}
.clear-filter {
  display: none;
  color: #1f4247;
  font-family: "Avenir Heavy";
  font-size: 14px;
}
.clear-filter:hover,
.clear-filter:focus {
  color: #49a299;
}
.btn-main {
  width: 100%;
  float: left;
}
.btn {
  font-family: "Avenir Heavy";
  background-color: #fff;
  border: 1px solid #1f4247 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  color: #1f4247;
  display: inline-block;
  font-size: 14px;
  line-height: 44px;
  min-width: 190px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  vertical-align: middle;
}
.btn:hover,
.btn:focus {
  background-color: #1f4247;
  color: #fff;
}
.btn.dark {
  background-color: #0f827a;
  color: #fff;
  border: 1px solid #0f827a !important;
}
.btn.dark:hover,
.btn.dark:focus {
  background-color: #1f4247;
  border: 1px solid #1f4247 !important;
}

.agriculture-content {
  display: block;
  background: #e7e7e7;
}
.filter-main .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.agriculture-result-main {
  width: 100%;
  float: left;
  padding: 0 0 0 15px;
}
.agriculture-result {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.agriculture-result:last-child {
  margin-bottom: 0px;
}
.agriculture-thumb {
  position: absolute;
  left: 0;
  width: 60px;
}
.agriculture-result-content {
  display: block;
  margin-left: 90px;
}
.agriculture-result h2 {
  font-family: "Avenir Medium";
  font-size: 22px;
  line-height: 26px;
  color: #1f4247;
  text-transform: none;
  line-height: 26px;
  margin: 0 0 5px;
}
.agriculture-result h2 a {
  color: #1f4247;
}
.agriculture-result h2 a:hover,
.agriculture-result h2 a:focus {
  color: #49a299;
}
.agriculture-result p {
  font-family: "Avenir Light";
  font-size: 18px;
  line-height: 32px;
  color: #555555;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

/****************** AGRICULTURE DETAIL ***********************/
.agriculture-company-detail {
  width: 100%;
  float: left;
  color: #555555;
}
.agriculture-company-detail a {
  color: #1f4247;
  text-decoration: underline;
}
.link-overview a {
  color: #1f4247;
  text-decoration: none;
}
.agriculture-company-detail a:hover,
.agriculture-company-detail a:focus {
  color: #49a299;
}
.company-name {
  width: 100%;
  float: left;
  position: relative;
  min-height: 120px;
  margin-bottom: 10px;
}
.agriculture-company {
  display: block;
  margin-left: 90px;
}
.agriculture-company-detail h1 {
  font-family: "Avenir Medium";
  font-size: 32px;
  line-height: 32px;
  color: #1f4247;
  margin: 15px 0 10px 0;
  text-transform: none;
}
.company-overview {
  width: 100%;
  float: left;
}
.company-overview h2 {
  font-family: "Avenir Medium";
  font-size: 25px;
  line-height: 27px;
  color: #1f4247;
  margin: 0px 0 20px 0;
}
.company-overview p {
  font-family: "Avenir Roman";
  line-height: 23px;
  margin-bottom: 5px;
}
.agriculture hr {
  margin: 50px 0;
  border-color: #dadada;
  height: 1px;
  width: 100%;
  float: left;
}
.agriculture-company-detail .title {
  width: 100%;
  float: left;
  color: #1f4247;
  font-family: "Avenir Black";
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pl-30 {
  padding-left: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.text-group {
  display: block;
  padding-bottom: 15px;
  width: 100%;
  float: left;
}
.text-group:last-child {
  padding-bottom: 0px;
}
.text-group i {
  font-size: 22px;
  padding-right: 5px;
  padding-top: 5px;
}
.graph-thumb {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.graph-thumb img {
  width: 100%;
}

.agriculture .data-search .result {
  width: 100%;
  float: left;
  position: relative;
  color: #1f4247;
  font-size: 30px;
  line-height: normal;
  padding: 15px 0 50px 0;
}
.agriculture .data-search .result strong {
  font-family: "Avenir Medium";
}
.agriculture .data-search .result a {
  font-family: "Avenir Medium";
  text-decoration: underline;
  color: #1f4247;
}
.agriculture .data-search .result a:hover,
.agriculture .data-search .result a:focus {
  color: #49a299;
}
.disable {
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
  font-family: "Avenir Medium";
  text-align: center;
  font-size: 15px;
  color: #969696;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

/****************** Interactive Timeline ***********************/
.interactive-timeline .map-sec,
.interactive-map .map-sec {
  height: 540px; /*background-color: #e3f8fb;*/
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}
a.text-collaps {
  font-family: "Avenir Medium";
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 7px;
}
.timeline-nav-main {
  background: #cfcfcf;
  float: left;
  height: 44px;
  position: relative;
  text-align: center;
  width: 100%;
}
ul.timeline-nav {
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
}
ul.timeline-nav li {
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #9b9b9b;
  font-size: 14px;
}
ul.timeline-nav li:before {
  content: "";
}
ul.timeline-nav li a:before {
  background: #b1b1b1;
  content: "";
  width: 11px;
  height: 11px;
  left: -10px;
  top: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
}
ul.timeline-nav li > a:hover::before,
ul.timeline-nav li > a:focus::before,
ul.timeline-nav li > a.active:before {
  background: #c52525;
}
ul.timeline-nav li > a.active.blue:before {
  background: #344684;
}
ul.timeline-nav li a {
  font-family: "Avenir Medium";
  color: #a8a8a8;
  padding: 0 7px;
  line-height: 46px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
ul.timeline-nav li a:hover,
ul.timeline-nav li a:focus,
ul.timeline-nav li a.active {
  color: #6f6f6f;
}

/****************** POLICY LIBRARY ***********************/
.breadcrumb-green > li a,
.breadcrumb-green .active,
.breadcrumb-green > li + li::before {
  color: #3c9287;
}
.policy-library {
  background: #e7e7e7;
  display: block;
  padding-top: 30px !important;
}
.policy-library h1 {
  font-size: 30px;
  color: #3c9287;
  text-transform: none;
}
.policy-library .input-text {
  width: 100%;
  height: 40px;
  line-height: 1.3;
  padding: 0 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #8f8f8f;
  font-family: "Avenir Light";
  font-size: 15px;
  letter-spacing: 0.3px;
}
.input-btn {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 16px;
  z-index: 1;
  color: #3c9287;
  background: none;
  border: none;
}
.policy-library-search {
  width: 100%;
  float: left;
  position: relative;
}

.policy-library-category {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.policy-library-category .row {
  margin: 0 -12px;
}
.policy-library-category .row .col-md-3 {
  padding: 0 12px;
  display: table;
  margin: 20px 0;
}
.policy-block {
  width: 100%;
  display: table-cell;
  background-color: #fff;
  margin: 20px 0;
  vertical-align: middle;
  text-align: center;
  height: 242px;
  padding: 30px 20px;
  font-family: "Avenir Roman";
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.07);
}
.seo-icon {
  background: url("../images/policy-icon.png") no-repeat 0px 0px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.finance-icon {
  background: url("../images/policy-icon.png") no-repeat -48px 0px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.hukou-icon {
  background: url("../images/policy-icon.png") no-repeat -88px 0px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.fiscal-icon {
  background: url("../images/policy-icon.png") no-repeat -132px 0px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.deregulation-icon {
  background: url("../images/policy-icon.png") no-repeat 0px -44px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.industry-icon {
  background: url("../images/policy-icon.png") no-repeat -46px -44px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.environment-icon {
  background: url("../images/policy-icon.png") no-repeat -88px -44px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.healthcare-icon {
  background: url("../images/policy-icon.png") no-repeat -132px -44px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.policy-icon {
  height: 44px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 44px;
}
.policy-icon img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-: translateY(-50%);
  -moz: translateY(-50%);
}
.policy-title {
  width: 100%;
  float: left;
  color: #3c9287;
  font-size: 20px;
  line-height: 22px;
  margin: 12px 0;
}
.policy-title a {
  color: #3c9287;
}
.policy-title a:hover,
.policy-title a:focus {
  color: #3c9287;
}
.policy-block p {
  font-size: 13px;
  color: #8f8f8f;
  line-height: 17px;
}

/****************** POLICY DETAIL ***********************/
.policy-detail {
  width: 100%;
  float: left;
}
.policy-detail h2 {
  color: #8f8f8f;
  font-size: 25px;
}
.gray-bg {
  background: #e7e7e7;
}
.policy-detail ul.blog-nav li a::before {
  display: none;
}
.policy-detail ul.blog-nav li a {
  text-transform: uppercase;
}
.policy-detail h1 {
  color: #fff;
  text-transform: uppercase;
}
.policy-detail-hero-text {
  background-image: url(../images/policy-hero-bg.jpg);
}
.policy-detail-hero-text .learn-more span {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat -21px 0;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-right: 4px;
  top: 3px;
}

.policy-content {
  width: 100%;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  -moz-border-radius: 10px;
  background: #f6f7f7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 1px #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 1px #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 1px #fff;
  border: solid 1px #dcdcdc;
}

.policy-content #no-more-tables .table-striped a {
  text-decoration: underline;
}
#no-more-tables .table-striped > tbody > tr:nth-of-type(2n + 2) {
  background-color: #f3f3f3;
}
#no-more-tables thead tr {
  height: 58px;
  text-align: center;
  background-color: #e5e7e8;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  background-image: -webkit-linear-gradient(bottom, #e8eaea, #ecedee);
  background-image: -moz-linear-gradient(bottom, #e8eaea, #ecedee);
  background-image: -o-linear-gradient(bottom, #e8eaea, #ecedee);
  background-image: -ms-linear-gradient(bottom, #e8eaea, #ecedee);
  background-image: linear-gradient(to top, #e8eaea, #ecedee);
}
#no-more-tables thead tr th:nth-child(1),
#no-more-tables tbody tr td:nth-child(1) {
  text-align: left;
  width: 12%;
}
#no-more-tables thead tr th:nth-child(2),
#no-more-tables tbody tr td:nth-child(2) {
  width: 42%;
}
#no-more-tables thead tr th:nth-child(3),
#no-more-tables tbody tr td:nth-child(3) {
  width: 46%;
}
#no-more-tables thead tr th {
  text-align: center;
  padding: 0 20px;
  color: #666666;
  font-size: 15px;
}
#no-more-tables tbody tr td {
  /*text-align:center;*/
  padding: 12px 20px;
  color: #666666;
  font-size: 15px;
}
#no-more-tables thead tr th:nth-child(1) {
  text-align: left;
  width: 12%;
  color: #666666;
  font-size: 15px;
}

.policy-show-main {
  padding: 0 !important;
}
#policy-show {
  display: none;
  padding: 20px 25px 0px 25px;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  background: #f6f7f7;
}
#policy-show .date {
  margin-bottom: 15px;
}
#policy-show .policy-title-main {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#policy-show .policy-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: "Avenir Medium";
  color: #3c9287;
  line-height: 32px;
}
#policy-show .policy-title-main p {
  font-size: 22px;
  font-family: "Avenir Light";
  color: #555555;
  line-height: 32px;
} /*'Lantinghei SC', 'Avenir Medium'*/
#policy-show .policy-azency-main {
  width: 100%;
  float: left;
  margin-bottom: 26px;
}
#policy-show .policy-azency {
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Avenir Black";
  color: #3c9287;
}
#policy-show .policy-azency-main p {
  font-size: 17px; /*line-height:18px;*/
  font-family: "Avenir Roman";
  color: #555555;
}
.policy-content-right {
  width: 100%;
  float: left;
  padding-left: 40px;
  padding-bottom: 15px;
}
.policy-content-right a {
  font-family: "Avenir Black";
  text-decoration: none !important;
}
.policy-content-right a img {
  margin-right: 5px;
}
.policy-content .text-group {
  padding-bottom: 22px;
}
.policy-content .text-group .title {
  color: #3c9287;
  font-size: 15px;
  font-family: "Avenir Black";
  margin-bottom: 5px;
}
.policy-content .text-group p {
  color: #555555;
  font-size: 17px;
}
/*.policy-content .text-group:last-child {padding-bottom: 0;}*/
#policy-show .close {
  color: #c1c1c1;
  font-size: 22px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 99;
}

/****************** ANALYSIS ***********************/
.analysis {
  width: 100%;
  float: left;
}
.analysis-hero-text .container {
  position: relative;
  display: table;
  height: 100%;
}
.analysis-hero-text {
  background-image: url(../images/policy-hero-bg.jpg);
  padding: 40px 0;
}
.analysis-hero-text .slider-text {
  top: 0;
  background-color: transparent;
  left: 0;
  bottom: 0;
  display: table-cell;
  max-width: inherit;
  padding: 0;
  position: inherit;
  vertical-align: middle;
}
.analysis-hero-text .heading::before {
  display: none;
}
.analysis-hero-text h1 {
  color: #fff;
  font-family: "Avenir Black";
  font-size: 36px;
  line-height: 40px;
  margin: 5px 0 10px 0;
  text-align: left;
}
.analysis-hero-text h1 a {
  color: #fff;
  font-family: "Avenir Black";
  font-size: 36px;
  line-height: 40px;
  margin: 5px 0 10px 0;
  text-align: left;
  text-transform: none;
}
.analysis-hero-text h1 a:hover {
  color: #49a299;
}
.analysis-hero-text .heading {
  margin: 0;
}
.analysis-hero-text .slider-text p {
  font-size: 18px;
  line-height: 28px;
  padding-right: 10%;
}
.analysis-hero-text a {
  display: inline-block;
}
.analysis-hero-text a.learn-more span {
  background: url(../images/sprite-05.png) no-repeat 0px 0;
  background-size: 19px auto;
  height: 19px;
  width: 19px;
  top: 4px;
}
.analysis-hero-text a.learn-more:hover > span {
  background-position: 0px -20px;
}
.analysis-blog-wrapper {
  width: 100%;
  float: left;
  padding: 0px 0 70px 0;
  position: relative;
}
.analysis-blog-wrapper:last-child {
  padding-bottom: 0;
}
.analysis-blog-image {
  width: 339px;
  position: absolute;
  left: 0;
}
.analysis-blog-image img {
  width: 100%;
}
.analysis-blog-info {
  display: block;
  margin-left: 369px;
  width: auto;
  float: none;
  min-height: 227px;
}
.analysis-blog-info ul li {
  margin-top: 0;
}
/*.analysis-blog-info ul li:last-child span{/*font-size:4px; color:#bebebe; position:relative;  top: -4px;  padding: 0 4px;}*/
.analysis-blog-wrapper h2 {
  color: #565656;
  font-family: "Avenir Black";
  font-size: 26px;
  line-height: 30px;
  margin: 5px 0 10px 0;
  padding: 0;
  text-align: left;
}
.analysis-blog-wrapper h2 a {
  color: #565656;
}
.analysis-blog-wrapper h2 a:hover,
.analysis-blog-wrapper h2 a:focus {
  color: #3c9287;
}
.analysis-blog-wrapper p {
  font-size: 18px;
  line-height: 32px;
  padding: 0;
  margin-bottom: 15px;
}
.analysis-blog-wrapper .learn-more {
  display: inline-block;
}
.analysis-hero-text .intro-blog-info ul li span {
  color: #9ec2be;
  font-family: "Avenir Medium";
  padding-left: 0px;
}
.analysis-hero-text .intro-blog-info ul li span:hover {
  color: #666666;
}
.analysis-hero-text .intro-blog-info ul li:last-child {
  font-family: "Avenir Medium";
}
.intro-blog-info ul li:last-child a:first-child {
  padding: 0;
}
.analysis-hero-text .intro-blog-info ul li:last-child span {
  /*font-size:4px; padding: 0 4px; color:#FFF; position:relative;  top: -4px;*/
  padding: 0 4px;
}
.analysis ul.blog-nav li a {
  text-transform: uppercase;
  font-family: "Avenir Medium";
}
/*.analysis-hero-text .intro-blog-info ul{ padding-left:4px; }*/
.blog-post-info .author-info .author {
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 17px;
}
.blog-post-info .author-info {
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 17px;
}

/******************  THINKTANK  ***********************/

.thinktank-hero .subtitle {
  width: 100%;
  float: left;
  color: #3c9287;
  font-family: "Avenir Medium";
  font-size: 15px;
  text-transform: uppercase;
}
.thinktank-hero .subtitle span {
  color: #fff;
}
.thinktank-hero .subtitle a {
  color: #3c9287;
}
.thinktank-hero .subtitle a:hover {
  color: #fff;
}
.thinktank-hero .title {
  font-size: 29px;
  line-height: 30px;
  font-family: "Avenir Black";
}
.thinktank-hero p span {
  color: #3c9287;
  padding-left: 10px;
}
.thinktank-hero p span:hover {
  color: #fff;
}
.thinktank-blog-wrapper {
  float: left;
  padding: 0 0 70px 0;
  position: relative;
  width: 100%;
}
.thinktank-blog-image {
  left: 0;
  position: absolute;
  width: 339px;
}
.thinktank-blog-image img {
  width: 100%;
}
.thinktank-blog-info {
  display: block;
  float: none;
  margin-left: 369px;
  min-height: 227px;
  width: auto;
  margin-top: 10px;
}
.thinktank-blog-wrapper .subtitle {
  width: 100%;
  float: left;
  color: #3c9287;
  font-family: "Avenir Medium";
  font-size: 15px;
  text-transform: uppercase;
}
.thinktank-blog-wrapper .subtitle span {
  color: #333;
}
.thinktank-blog-wrapper h2 {
  width: 100%;
  float: left;
  color: #333333;
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 7px 0 7px;
  padding: 0;
  text-align: left;
}
.thinktank .text-large {
  margin-bottom: 50px;
  font-size: 19px;
  line-height: 27px;
}
.thinktank-blog-wrapper h2 a {
  color: #333333;
}
.thinktank-blog-wrapper h2 a:hover,
.thinktank-blog-wrapper h2 a:focus {
  color: #3c9287;
}
.thinktank-blog-wrapper .author, .thinktank-blog-wrapper .by {
  font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-top: 15px;
}
.thinktank-blog-wrapper .date {
  font-family: "Avenir Light", Arial, Helvetica, sans-serif;
  color: #3c9287;
  font-size: 15px;
  margin-top: 25px;
}
.thinktank-blog-wrapper .date span.separator {
  padding: 0 10px !important;
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #333;
}

.thinktank-blog-wrapper .date span:hover {
  color: #666666;
}
.thinktank-blog .learn-more {
  font-size: 16px;
  display: inline-block;
  position: relative;
  left: 37%;
  transform: translateX(-37%);
}
.thinktank-blog .learn-more i {
  padding-right: 5px;
}
.thinktank-search {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 35px;
}
.thinktank-search .input-text {
  background: #fff;
  border: 1px solid #94a3a0;
  color: #7c7c7c;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: "Avenir Roman";
  font-size: 17px;
  font-style: italic;
  height: 46px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  padding: 0 15px;
  width: 100%;
}
.thinktank-search .input-btn {
  color: #303c3e;
  font-size: 17px;
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 1;
}
.thinktank .sidebar-block,
.analysis .sidebar-block {
  width: 100%;
  float: left;
  background: #e6eeec;
  padding: 15px 18px 15px 18px;
  margin-bottom: 35px;
}
.thinktank .sidebar-block h2,
.analysis .sidebar-block h2 {
  font-size: 20px;
  color: #444444;
  text-transform: none;
  font-family: "Avenir Light";
}
.thinktank .sidebar-block:last-child,
.analysis .sidebar-block:last-child {
  margin-bottom: 0px;
}
.thinktank .sidebar-block .heading,
.analysis .sidebar-block .heading {
  margin-bottom: 26px;
  padding: 0;
  text-align: left;
}
.thinktank .sidebar-block .heading::before,
.analysis .sidebar-block .heading::before {
  background: #c3d7d6;
  bottom: -5px;
  left: 0;
  margin: 0;
  width: 30px;
}
.thinktank .sidebar-block ul li::before,
.analysis .sidebar-block ul li::before {
  content: "";
}
.thinktank .sidebar-block ul li,
.analysis .sidebar-block ul li {
  padding: 0 0 0 0;
  margin-bottom: 12px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 17px;
}
.thinktank .sidebar-block ul,
.analysis .sidebar-block ul {
  margin-bottom: 0px;
}
.thinktank .sidebar-block ul li:last-child,
.analysis .sidebar-block ul li:last-child {
  margin-bottom: 0px;
}
.thinktank .sidebar-block.side-share {
  background-color: transparent;
  padding: 0;
}
.thinktank .sidebar-block.side-share h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #bebebe;
}
.thinktank .sidebar-block.side-share ul li {
  margin-bottom: 0;
}
.thinktank-blog-wrapper .date span:first-child {
  padding-left: 10px;
}
.analysis .sidebar-block .sidebar-cat-heading {
  margin-top: 25px;
  font-size: 11px;
}
.analysis .sidebar-block .sidebar-cat-heading:first-child {
  margin-top: 0;
}

/******************  THINKTANK DETAIL  ***********************/

.thinktank-single-wrapper .subtitle {
  width: 100%;
  float: left;
  color: #3c9287;
  font-family: "Avenir Medium";
  font-size: 15px;
  text-transform: uppercase;
  float: left;
}
.thinktank-single-wrapper h1 {
  width: 100%;
  font-size: 35px;
  float: left;
  color: #424242;
  margin-bottom: 5px;
  line-height: 37px;
  font-family: "Avenir Black";
}
.thinktank-single-wrapper .date {
  font-family: "Avenir Medium";
  font-size: 15px;
}
.thinktank-single-wrapper .date span {
  color: #3c9287;
  padding-left: 10px;
}
.thinktank-single-wrapper .date span:hover {
  color: #333333;
}
.thinktank-single-wrapper .thinktank-blog-image {
  width: 100%;
  float: left;
  margin: 30px 0 60px 0;
  left: auto;
  position: relative;
  background-color: #e3f8fb;
  background-position: center center !important;
  background-size: cover !important;
  height: 515px;
}
.thinktank-single-wrapper p {
  font-size: 18px;
  line-height: 32px; /*color:#333333;*/
}
.thinktank-single .text-large {
  font-size: 19px;
  line-height: 27px;
}

.download {
  width: 100%;
  float: left;
  margin: 0px 0 20px 0;
}
.download-pdf {
  min-width: 200px;
  font-family: "Avenir Roman";
  font-size: 17px;
  color: #3c9287;
  margin-right: 22px;
  display: inline-block;
  line-height: 21px;
}
.download-pdf .pull-left {
  margin-right: 15px;
  margin-top: -3px;
}
.download-pdf p {
  font-size: 17px !important;
  line-height: 22px !important;
}

.about-the-author {
  width: 100%;
  float: left;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
  margin-top: 15px;
}
.about-the-author p {
  font-size: 17px;
}
.author-detail {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.author-detail p {
  font-size: 17px;
}
.about-the-author h2 {
  font-size: 27px;
  color: #3c9287;
  line-height: 30px;
  margin-bottom: 5px;
}
.about-the-author .subtitle {
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  color: #444;
}
.author-detail .subtitle {
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  color: #444;
}
.author-text {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 12px;
  margin-bottom: 30px;
}
.author-text p {
  color: #94a3a0;
  font-size: 15px !important;
}
.author-text:before {
  background: #d6e4e5;
  width: 40px;
  bottom: -18px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
}
.about-the-author .alignleft {
  margin: 7px 30px 15px 0;
}
.author-detail .alignleft {
  margin: 7px 30px 15px 0;
}

.thinktank .blog-side {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

/******************  SEARCH HOME  ***********************/
.home-search {
  border-top: 1px solid #c9d0d1;
  padding-top: 55px;
}
.home-search .heading {
  margin-bottom: 70px;
}
.home-search .heading h1 {
  margin-bottom: 5px;
}
.home-search .heading h1 span {
  font-family: "Avenir Medium";
}
.home-search .heading h1 strong {
  font-family: "Avenir Medium";
  font-weight: normal !important;
  text-decoration: underline;
}
.home-search .heading .subtitle {
  font-family: "Avenir Roman";
  color: #30494c;
}
.home-search .text-group h2 {
  font-size: 18px;
  color: #3c9287;
  font-family: "Avenir Medium";
  margin-bottom: 5px;
  line-height: 22px;
  float: none;
}
.home-search .text-group {
  padding-bottom: 20px;
}
.home-search .text-group p {
  color: #30494c;
}
.search-result {
  float: left;
}
.search-spin {
  display: none;
  position: absolute;
  right: 0;
  width: auto;
  text-align: right;
  text-transform: none;
  line-height: 56px;
  padding: 0 15px;
}
#collapse_show .search-suggestion ul li i a {
  display: inline;
}

/********Ajax loader*********/
#ajax-loading2 {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  float: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9;
}
#ajax-loading2 {
  display: none;
}
#ajax-loading2 img {
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 88%;
}
.text-center.load-more1 {
  margin-top: 50px;
}
.text-center.load-more {
  display: inline-block;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
.loader-spin {
  display: none;
  position: relative;
  text-transform: none;
  width: auto;
}

/* Developer css */
.wptu-ticker.wptu-ticker-main {
  /*background: #dbdbdb none repeat scroll 0 0;*/
  height: 47px !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wptu-ticker-block ul {
  left: 164px !important;
  top: 2px;
  margin-left: 10px !important;
}

.wptu-ticker .wptu-ticker-title > span {
  border-style: solid;
  border-width: 23px 0 23px 23px !important;
  bottom: 0;
  height: 0;
  position: absolute;
  right: -23px !important;
  top: 0 !important;
}

.wptu-ticker .wptu-ticker-navi > span {
  opacity: 1;
  display: block;
}
#wptu-ticker-1 > .wptu-ticker-title .wptu-ticker-head {
  color: #fff !important;
}

/*404 page*/
.error .container {
  text-align: center;
}
.error-img p {
  font-size: 25px;
  margin: 25px 0;
}
.error-img b {
  font-size: 25px;
  font-weight: bold;
  color: #dd5f54;
}
.error-img a {
  font-size: 25px;
  font-weight: 700;
  color: #dd5f54;
}
.error-img a:hover {
  font-style: italic;
}
.error-img img {
  margin-top: 120px;
}
.middle-sec.error {
  width: 100%;
  position: relative;
  padding-top: 0px;
}

.wptu-ticker-block ul li:before {
  display: none;
}
.wptu-ticker-navi {
  opacity: 1 !important;
}

/*****Search page*******/
.agriculture-content .result {
  color: #1f4247;
  float: left;
  font-size: 30px;
  line-height: normal;
  padding: 15px 0 50px;
  position: relative;
  width: 100%;
}
.agriculture-content .result a {
  color: #1f4247;
}
.agriculture-content .result a:hover {
  color: #49a299;
}

#ajax-loading img {
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 20%;
}

#ajax-loading {
  /*    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;*/
  display: none;
  float: none;
  height: 75%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70px;
  z-index: 9;
}

#ajax-loadingsearch {
  display: none;
  float: none;
  height: 124px;
  left: 150px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 410px;
  z-index: 9;
}
.agriculture-content .firm-loadmore {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
}
.search-suggestion ul li a {
  text-transform: capitalize;
}
.share_facebook_large:before,
.share_linkedin_large:before,
.share_twitter_large:before,
.share_email_large:before {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #11837b;
  border-radius: 100%;
  text-align: center;
  line-height: 2em;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.share_facebook_large:before {
  content: "\f09a";
}
.share_linkedin_large:before {
  content: "\f0e1";
}
.share_twitter_large:before {
  content: "\f099";
}
.share_email_large:before {
  content: "\f0e0";
}
.social-share a:hover:before {
  background: #303c3e !important;
  cursor: pointer;
}

#data-search .search-suggestion .search-book ::before {
  background: url("../images/policy-icon.png") no-repeat -180px -3px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

/******************  POPUP  ***********************/
.pop-up {
  z-index: 10000;
}
.close.bottom-close {
  bottom: 25px;
  top: auto;
  width: 75px;
  z-index: 999999;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pop-up .close.bottom-close a {
  width: 75px;
}
.close.bottom-close .screen-reader-text {
  left: 29px;
  color: #fff;
  left: 27px;
  top: auto;
  bottom: 4px;
  font-family: "Avenir Medium";
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: none;
}
.popup-tooltip-main {
  width: 100%;
  float: left;
  position: relative;
}
.popup-tooltip {
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 7px 0 0px 0px;
  -moz-border-radius: 7px 0 0px 0px;
  border-radius: 7px 0 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: 6px 1px 7px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 1px 7px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 6px 1px 7px 1px rgba(0, 0, 0, 0.28);
} /* position:absolute; top:20px; */
.popup-tooltip-thumb {
  width: 100%;
  float: left;
}
.popup-tooltip-content {
  width: 300px;
  float: left;
  padding: 15px 15px 30px 15px;
  font-size: 14px;
  color: #3f4c4e;
}
.popup-tooltip-title {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Avenir Medium";
}
.popup-tooltip-content p {
  margin-bottom: 10px;
}
.popup-tooltip-content ul {
  display: inline-block;
  margin: 5px 0 0 0;
}
.popup-tooltip-content ul li {
  padding-left: 17px;
  margin-bottom: 10px;
  line-height: 16px;
}
.popup-tooltip-content ul li:before {
  content: "\f111";
  font-size: 6px;
  color: #edc0ac;
}
.popup-tooltip-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  background-color: #ed8c61;
}

.pop-up-content {
  padding: 0px;
  margin-bottom: 70px;
}
.popup-hero {
  width: 100%;
  display: inline-block;
  font-size: 60px;
  color: #fff;
  position: relative;
  background-color: #4f93a2;
  background-position: top left !important;
  background-size: cover !important;
  height: 197px;
}
.popup-hero .text-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pop-up-content .container {
  max-width: 900px;
}
.popup-detail .container {
  position: relative;
}
.popup-detail {
  width: 100%;
  display: inline-block;
  padding: 50px 0 0px 0;
  color: #565656;
  font-size: 14px;
  position: relative;
}
.popup-stats-detail {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.popup-stats-map {
  position: relative;
  width: 100%;
}
.popup-stats-map .text-group {
  text-transform: uppercase;
}
.popup-stats-map .text-group i {
  margin-right: 5px;
}
.popup-stats {
  /*margin-left:300px; min-height: 350px;*/
  width: 100%;
  float: left;
}
.popup-stats-title {
  width: 100%;
  float: left;
  font-size: 27px;
  margin-bottom: 22px;
  font-family: "Avenir Medium";
}
.popup-stats .text-group {
  font-size: 14px;
  font-family: "Avenir Roman";
}
.popup-detail .text-group .title {
  font-family: "Avenir Black";
}

.jump-links {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 14px;
  font-family: "Avenir Roman";
}
.jump-links p {
  margin-bottom: 10px;
}
.jump-links ul {
  margin: 0 0 0 -12px;
}
.jump-links ul li {
  margin: 0 0 7px 0;
  padding: 0 12px;
  float: left;
  text-transform: uppercase;
  border-right: 1px solid #797979;
  line-height: 16px;
  font-family: "Avenir Medium";
}
.jump-links ul li:before {
  content: "";
}
.jump-links ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.jump-section {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 0px 0;
}
.jump-section:last-child {
  border-bottom: none;
}
.jumpto-heading {
  width: 100%;
  float: left;
  font-size: 27px;
  margin-bottom: 15px;
  font-family: "Avenir Medium";
}
.jumpto-sub-heading {
  width: 100%;
  float: left;
  font-size: 20px;
  margin-bottom: 3px;
  line-height: 20px;
  font-family: "Avenir Medium";
}
.jump-section .text-group img {
  height: auto;
}
.pop-up-content .gray {
  background: #fdfefe;
}
.industries-graph {
  margin: 50px 0;
}
.industries-graph {
  margin-bottom: 20px;
}
#incentive-programs .text-group {
  margin-bottom: 10px;
}
#investments {
  border: none;
}
.investments-main {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.investments-main .jumpto-sub-heading {
  margin-bottom: 20px;
}

/*#back-to-top{background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -60px 0; z-index: 9999; height: 26px; position: absolute; right:50px; top: 50px; width: 26px; cursor: pointer; opacity: 0; transition: opacity 0.2s ease-out; -webkit- transition: opacity 0.2s ease-out; -moz- transition: opacity 0.2s ease-out; }
#back-to-top.show { opacity: 1;}
*/
.back-to-top {
  position: fixed;
  right: 25%;
  top: 50px;
  cursor: pointer;
}
.back-to-top a {
  width: 26px;
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.back-to-top span {
  width: 26px;
  height: 26px;
  display: block;
  margin-bottom: 7px;
  background: rgba(0, 0, 0, 0) url("../images/sprite-03.png") no-repeat scroll
    0px 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background-size: 52px auto;
}

img.two-fen-logo-single {
  width: auto;
  position: relative;
  bottom: -70px;
}
img.two-fen-logo-main {
  width: auto;
  position: absolute;
  left: 0;
  top: 34%;
  z-index: 1;
}
.slidingDiv h2 {
  margin-bottom: 12px;
}
.slidingDiv h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.suggestion-close,
.suggestion-close-main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  float: right;
  font-size: 20px;
  height: auto;
  padding: 3px 5px 3px 7px;
  position: relative;
  right: 8px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 1;
}

.policy-library-search .close-search .suggestion-close-main-static {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  float: right;
  font-size: 20px;
  height: auto;
  padding: 3px 5px 3px 7px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50px;
  width: 30px;
  z-index: 11;
  display: none;
}

.firms-search-main .close-search .suggestion-close {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  float: right;
  font-size: 20px;
  height: auto;
  padding: 3px 5px 3px 7px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 60px;
  width: 30px;
  z-index: 11;
  display: none;
}

.search-suggestion ul li {
  color: #30494c;
  margin-bottom: 7px;
  padding: 5px 15px;
  text-transform: none;
}
.search-suggestion ul li:hover {
  background: #30494c none repeat scroll 0 0;
  color: #fff;
}
#demo-meta-box {
  width: 100% !important;
  height: auto !important;
  position: inherit !important;
  display: inline-block !important;
}

/******************  Our Team  ******************/
.our-team-main {
  width: 100%;
  float: left;
}
.our-team-main .row {
  margin: 0 -20px;
}
.our-team-main ul {
  margin: 0;
}
.our-team-main ul li {
  margin: 0 0 34px 0;
  padding: 0 20px;
  width: 32.5%;
  float: none;
  vertical-align: top;
  display: inline-block;
}
.our-team-main ul li:before {
  content: "";
}
.our-team {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}
.our-team-thumb img {
  width: 100%;
}
.our-team-thumb .color-portrait {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.our-team-thumb {
  width: 100%;
  float: left;
  position: relative;
  background-color: #ebebeb;
}
.our-team-thumb:hover  {
  background-color: #fff;
  cursor: pointer;
}
.our-team-thumb:hover .bw-portrait {
  opacity: 0;
}
.our-team-thumb:hover .color-portrait {
  opacity: 1;
}
.our-team-thumb:hover .overlay a.learn-more,
.our-team-thumb .overlay a.learn-more {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
}
.our-team-thumb .overlay a.learn-more span {
  background: url(../images/sprite-06.png) no-repeat 0px 0;
  background-size: 16px auto;
  top: 6px;
}
.our-team-thumb .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-family: "Avenir Medium";
  font-size: 14px;
  text-transform: uppercase;
  background-color: rgba(67, 120, 115, 0.8);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.our-team-name {
  width: 100%;
  float: left;
  font-size: 17px;
}
.our-team-name strong {
  display: block;
  color: #11837a;
  font-weight: normal !important;
  font-family: "Avenir Medium";
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.team-sub-title {
  font-size: 18px;
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 10px;
  margin-top: 2px;
}
.team-name {
  width: 100%;
  display: inline-block;
  font-size: 33px;
  font-family: "Avenir Medium";
  color: #3c9287;
  margin-bottom: 10px;
  margin-top: 2px;
  line-height: 35px;
}

#popups-bg {
  display: none;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.staff-popup {
  display: none;
  position: fixed;
  width: auto;
  top: 3%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  background-color: #fff;
  padding: 5%;
  z-index: 9999;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.staff-popup-close {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  background: url(../images/close.svg) no-repeat 0 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.staff-popup-close:hover {
  opacity: 0.5;
}
.staff-popup-header {
  display: flex;
}
.popup-header-left {
  width: 50%;
  float: left;
  text-align: center;
}
.staff-popup-image img {
  width: 60%;
  background-color: #ebebeb;
}
.staff-popup .modal-linktree {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  margin-top: 50px;
}
.staff-popup .modal-linktree a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #13827a;
  border-radius: 100%;
  margin: 0 15px;
  font-size: 30px;
}
.staff-popup .modal-linktree a:hover {
  background-color: #49a299;
}
.popup-header-right {
  width: 50%;
  float: left;
}
.staff-popup-header h2 {
  font-family: 'Avenir Heavy', Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.staff-popup-header h3 {
  font-family: 'Avenir Light', Arial, Helvetica, sans-serif;
  color: #a0a0a0;
  font-size: 1.4em;
}
.staff-popup-content .fixed-paragraph {
  height: 300px;
  overflow-y: auto;
  padding-right: 5%;
  margin-top: 50px;
  margin-right: 75px;
}
.staff-popup-content .fixed-paragraph p {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
}
.staff-popup-content .fixed-paragraph::-webkit-scrollbar {
  width: 13px;
  border-radius: 4px;
}
.staff-popup-content .fixed-paragraph::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
  border-radius: 4px;
}
.staff-popup-content .fixed-paragraph::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.staff-popup h4 {
  font-family: 'Avenir Black', Arial, Helvetica, sans-serif;
  color: #11837a;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  text-transform: uppercase;;
  margin-bottom: 0;
}
.staff-popup-charts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 100px auto;
  padding: 0 100px;
}
.staff-popup-charts > div {
  width: 50%;
}
.viz-chart {
  width: 98%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 50px;
  margin: 1%;
}
.viz-chart.interests-chart {
  height: 97%;
}
.viz-chart .expertise-row {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0;
}
.viz-chart .expertise-row .expertise-name {
  font-size: 0.85em;
  font-family: 'Avenir Book', Arial, Helvetica, sans-serif;
  flex: 0 0 35%;
}
.viz-chart .bar-container {
  flex: 0 0 65%
}
.viz-chart .expertise-value-bar {
  display: inline-block;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(17, 131, 122,1) 0%, rgba(255,255,255,1) 100%);
  height: 18px;
  margin-top: 5px;
}
.staff-popup-charts .something-specific p {
  font-size: 0.8em;
  font-family: 'Avenir Book', Arial, Helvetica, sans-serif;
  line-height: 1.8em;
}
.interests-chart .staff-interests {
  height: 80%;
}
.interests-chart .legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.interests-chart .legend-group {
  margin: 2px 15px;
}
.interests-chart .legend-color {
  display: inline-block;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
  margin-right: 7px;
  border-radius: 1px;
}
.interests-chart .legend-text {
  font-family: 'Avenir Medium', Arial, Helvetica, sans-serif;
  font-size: 0.85em;
}
.staff-popup .popup-article-listing {
  width: 70%;
  margin: 0 auto;
}
.staff-popup .article-listing-header {
  display: flex;
  margin: 50px 0;
}
.staff-popup .article-listing-header h4 {
  display: inline-block;
  width: 22%;
}
.staff-popup .article-listing-header .heading-line {
  display: inline-block;
  position: relative;
  top: 12px;
  border-top: 1px solid #16827a;
  width: 78%;
}
.staff-popup .popup-article-listing li {
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.staff-popup .popup-article-listing li:before {
  display: none;
}
.staff-popup .popup-article-listing li a {
  display: block;
  color: #333;
  font-family: 'Avenir Book', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
.staff-popup .popup-article-listing li a:hover {
  color: #16827a;
  text-decoration: none;
}
.staff-popup .view-all-container {
  text-align: center;
  margin-top: 50px;
}
.staff-popup .view-all-container a {
  font-family: 'Avenir Medium', Arial, Helvetica, sans-serif;
  color: #11837a;
  text-decoration: underline;
  transition: all .4s ease-in-out;
}
.staff-popup .view-all-container a:hover {
  text-decoration: none;
}
.staff-popup .popup-article-listing .byline {
  color: #a0a0a0;
  font-size: 0.9em;
}
.staff-popup .download-bio span {
  font-family: 'Avenir Medium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}

@media screen and (max-width: 1200px) {
  .staff-popup-charts { padding: 0; }
}
@media screen and (max-width:991px) {
  .our-team .our-team-name strong {font-size: 1em; }
  .our-team .team-sub-title { font-size: 0.8em; }
  .viz-chart .expertise-row .expertise-name { font-size: 0.7em; }
}
@media screen and (max-width:768px) {
  .our-team .team-sub-title { font-size: 0.75em; }
  .staff-popup-header { display: block; }
  .popup-header-left { display: block; width: 100%; float: none; }
  .popup-header-right { display: block; width: 100%; float: none; margin-top: 50px; }
  .staff-popup-image img { width: 250px; }
  .staff-popup .modal-linktree { margin-top: 25px; }
  .staff-popup .modal-linktree a { width: 40px; height: 40px; font-size: 20px; }
  .staff-popup-content .fixed-paragraph { height: auto; overflow-y: normal; padding-right: 0; margin-top: 20px; margin-right: 0; }
  .staff-popup-charts { margin: 50px auto; padding: 0 25px; }
  .staff-popup-charts > div { width: 100%; }
  .staff-popup .popup-article-listing { width: 100%; }
  .staff-popup .article-listing-header h4 { width: auto; }
  .staff-popup .article-listing-header .heading-line { display: none; }
  .viz-chart.interests-chart { height: 475px; }
  .staff-popup .article-listing-header { margin: 25px 0; }
}
@media screen and (max-width:550px) {
  .staff-popup-charts { padding: 0; }
  .viz-chart { padding: 25px; }
  .viz-chart .expertise-row { display: block; }
  .viz-chart .expertise-row .expertise-name { font-size: 0.9em; line-height: 1em; }
}


/* Our Team: Videopop-up */
a.video-popup {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Avenir Heavy";
  font-size: 16px;
  padding: 15px 50px;
  border: 2px solid #49a299;
}
a.video-popup span.fa {
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
a.video-popup:hover {
  cursor: pointer;
  border-color: #333;
}
#video-modal-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
#video-modal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#video-modal iframe {
  width: 800px;
  height: 450px;
  max-width: 900px;
  max-height: 600px;
  margin: 0 auto;
  display: block;
}
#video-modal a.close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 18px;
  color: #d22;
  width: 16px;
  height: 16px;
  background: url(../images/icon-cross.png) no-repeat 0 0;
  display: inline-block;
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  #video-modal iframe {
    width: 100%;
    min-height: 250px;
  }
}

.home-search .heading h1 strong span {
  display: none;
  left: 0;
  position: absolute;
  width: auto;
  z-index: 1;
  background-color: #fff;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  padding: 5px 5px;
}
.home-search .heading h1 strong:hover span {
  display: block;
}
.home-search .heading h1 strong span a {
  display: inline-block;
  width: 100%;
  font-size: 25px;
  padding: 3px;
}
.home-search .heading h1 strong {
  position: relative;
}
#search-suggestion-thinktank {
  top: 44px;
  padding: 0 5px;
  height: auto;
  max-height: 500px;
  z-index: 99;
}
#search-suggestion-thinktank ul li a {
  color: #30494c;
  font-size: 13px;
  line-height: normal;
  transition: all 0s;
  float: left;
  width: 100%;
}
#search-suggestion-thinktank ul li:hover a {
  color: #fff;
}
#search-suggestion-thinktank ul li::before {
  content: "";
}
#search-suggestion-thinktank ul li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  float: left;
  width: 100%;
}
#search-suggestion-thinktank .suggestion-close-main {
  position: absolute;
  right: 0;
}
.thinktank-search .data-search::before {
  content: "";
}

#search-suggestion-policy {
  position: absolute;
  right: 0;
  top: 38px;
  width: 1040px;
  max-height: 500px;
  overflow-y: scroll;
  height: auto;
  display: none;
}
#search-suggestion-policy {
  color: #30494c;
  font-family: "Avenir Roman";
  font-size: 17px;
}
#search-suggestion-policy ul {
  margin: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #c2c8ca;
}
#search-suggestion-policy ul li {
  padding: 5px 15px;
  text-transform: none;
  margin-bottom: 7px;
}
#search-suggestion-policy ul li a {
  color: #30494c;
  transition: none;
  -moz-transition: none;
  -wibkit-transition: none;
  display: inline-block;
  width: 100%;
}
#search-suggestion-policy ul li:hover a {
  color: #fff;
}
#search-suggestion-policy ul li:hover a {
  color: #fff;
}

#search-suggestion-policy ul li:before {
  content: "";
}
#search-suggestion-policy ul li a:hover,
#search-suggestion-policy ul li a:hover,
#search-suggestion-policy ul li a:focus,
#search-suggestion-policy ul li a:focus {
  color: #fff;
}
#search-suggestion-policy .search-suggestion .title span a {
  color: #30494c;
}
#search-suggestion-policy .title {
  font-size: 21px;
  font-family: "Avenir Medium";
  padding-top: 10px;
  padding-bottom: 10px;
}
#search-suggestion-policy .title span {
  font-size: 21px;
  text-transform: capitalize;
  color: #30494c;
  margin-bottom: 0;
  line-height: normal;
}
#search-suggestion-policy .title:hover span {
  color: #fff;
}
#search-suggestion-policy .title:hover,
#search-suggestion-policy .title:hover {
  background: #30494c;
  color: #fff;
}
.policy-library-search .data-search::before {
  content: "";
}
.policy-clearfilter {
  display: inline-block;
  float: right;
  line-height: 45px;
}

.interactive-map ol li {
  color: #797979;
  font-family: "Avenir Medium";
  font-size: 14px;
  letter-spacing: 0.5px;
}

/*date 22 - 05 - 2017 */
.popup-detail .text-group p strong {
  font-family: "Avenir Black";
  font-weight: normal !important;
}
.popup-detail .text-group p {
  margin-bottom: 15px;
}
.popup-detail .state-pdf p {
  margin-bottom: 5px !important;
}

.about-page ol li {
  font-size: 18px;
  line-height: 30px;
}
/*.content-page ol li {
    font-size: 18px;
    line-height: 30px;
}*/
.policy-content .learn-more {
  margin-bottom: 25px;
  margin-top: 25px;
}

/* Timeline date 22 - 05 - 2017 */
.timeline-inner-box ul li::before {
  content: none;
}
.timeline-inner-box ul {
  border: 1px solid #000;
  display: inline-block;
  width: 49%;
  padding: 5px;
  float: left;
  background-color: #d0d0d0;
  margin-left: 10px;
}
.timeline-date {
  border: none !important;
}
.map-sec.timeline-inner-box {
  margin-top: 20px;
}
.timeline-date {
  font-size: 15px;
  color: #666666;
}
.timeline-inner-box .inner-title {
  font-size: 18px;
  font-weight: bold;
  top: 5px;
}

.takeaways-list ul li,
.takeaways-list p,
.takeaways-list ol li {
  font-size: 17px !important;
  color: #555555 !important;
  font-family: "Avenir Roman" !important;
}
.text-group.takeaways-list em {
  font-family: "Avenir Roman";
  font-style: italic;
}
/* .text-group.takeaways-list em { font-family: "Avenir® Pro 55 Oblique"; font-style: italic;} */
.search-spin.spin {
  float: right;
  font-size: 17px;
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 1;
}
.graph-thumb rect {
  /*fill: #ffcc;
        fill: #e7e7e7;*/
  fill: transparent;
}

.data-search-loader {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
  z-index: 99;
  top: 80px;
}
.data-search-slider {
  visibility: hidden;
}

@media screen and (min-width: 991px) {
  .nav-large .wsmenu-submenu {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    left: auto;
    right: -50px;
    min-width: 1000px;
    text-align: right;
  }
}

.header-overlay {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.93) 60%,
    #fff 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.93) 60%,
    #fff 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.93) 60%,
    #fff 100%
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.93) 60%,
    #fff 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.93) 60%,
    #fff 100%
  );
  position: absolute;
  height: 232px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

/* GET OUR STUFF */
.stuff-page .text-large p {
  color: #94a3a0;
  font-family: "Avenir Heavy", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.8em;
  margin-bottom: 100px;
}
.stuff-page,
.stuff-page p {
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #3c9287;
}

.stuff-page .newsletter {
  margin: 50px -15px;
}
.stuff-page .newsletter label {
  cursor: pointer;
}
.stuff-page h3.newsletter-title {
  font-family: "Avenir Heavy";
  margin-bottom: 0;
}
.stuff-page .newsletter .description {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 0;
}
.stuff-page .newsletter-sample {
  margin: 40px 0;
}
.stuff-page .newsletter-sample span {
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: 1px;
  vertical-align: middle;
}

/* re-style checkbox */
.stuff-page .newsletter .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.stuff-page .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stuff-page .checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 3px solid #94a3a0;
  border-radius: 2px;
}
.stuff-page .checkbox:hover input ~ .checkmark {
  background-color: #94a3a0;
}
.stuff-page .checkbox input:checked ~ .checkmark {
  background-color: #94a3a0;
}
.stuff-page .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.stuff-page .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.stuff-page .checkbox .checkmark:after {
  left: 30%;
  top: 46%;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) translate(-50%, -50%);
}

/* form fields */
.stuff-page .newsletter-signup-fields .row {
  margin-bottom: 75px;
}
.stuff-page .newsletter-signup-fields label {
  font-size: 22px;
  margin-bottom: 25px;
}
.stuff-page .newsletter-signup-fields .form-control {
  height: 50px;
  font-size: 1em;
  padding-left: 6px !important;
}
.stuff-page .submit-container button#submit {
  float: right;
  border: 0;
}
.stuff-page .submit-container .msg-container {
  min-width: 32px;
  position: relative;
  display: inline-block;
  height: 100%;
  float: left;
}
.stuff-page .submit-container #ajax-loading-gif {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  opacity: 0;
}
.stuff-page .submit-container #form-message {
  display: inline-block;
  font-family: "Avenir Medium";
  font-size: 0.8em;
  vertical-align: middle;
  opacity: 0;
}
.stuff-page .submit-container #form-message .error {
  color: red;
}
.stuff-page .submit-container #form-message b {
  color: #333;
}

/* GET OUR STUFF Mobile */
@media screen and (max-width: 768px) {
  .stuff-page .text-large p {
    font-size: 16px !important;
    margin-bottom: 75px;
  }
  .stuff-page .newsletter-sample {
    margin: 20px 0;
  }
  .stuff-page .newsletter-sample span.text-large {
    font-size: 14px !important;
  }
  .stuff-page .checkmark {
    top: -15px;
    left: 0;
    transform: none;
  }
  .stuff-page .newsletter-signup-fields .row {
    margin-bottom: 0;
  }
  .stuff-page .newsletter-signup-fields div {
    margin-bottom: 20px;
  }
  .stuff-page .newsletter-signup-fields label {
    margin-bottom: 10px;
  }
  .stuff-page .submit-container .msg-container {
    display: block;
    float: none;
  }
  .stuff-page .submit-container button#submit {
    display: block;
    float: none;
  }
}

/** CONTACT US PAGE **/
.contact-embed-map {
  width: 100%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  max-width: 700px;
}
@media screen and (min-width: 769px) {
  .contact-embed-map {
    position: relative;
    top: -50px;
  }
}
.contact-embed-map iframe {
  width: 100%;
  min-height: 300px;
  max-height: 350px;
}

/*new 27-05*/
.header-blog .slider-text .author {
  font-size: 21px;
  margin-bottom: 20px;
}
.header-blog .slider-text .author a {
  font-family: "Avenir Roman";
  margin-left: 0px;
  line-height: 20px;
}
.author-post-info {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 26px;
}
.author-page-post-info {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
}
.author-page-post-info a:hover {
  color: #565656;
}
.author-post-info.top a {
  color: #fff;
  font-family: "Avenir Roman";
}
.header-blog .slider-text .author a:first-child {
  margin-left: 0;
}
.author-page-post-info.top a:first-child {
  margin-left: 0;
}
.author-page-post-info.top a {
  color: #fff;
  font-family: "Avenir Roman";
  margin-left: 5px;
  line-height: 20px;
}
.author-page-post-info.top a:hover {
  color: #49a299;
}
.author-post-info a:first-child {
  margin-left: 0;
}
.author-post-info a {
  font-family: "Avenir Roman";
  margin-left: 0px;
  line-height: 20px;
}
.author-page-post-info a:first-child {
  margin-left: 0;
}
.author-page-post-info a {
  font-family: "Avenir Roman";
  margin-left: 5px;
  line-height: 20px;
}
.author-post-info a:hover {
  color: #565656;
}
.blog-post-info .author {
  display: inline-block;
  font-size: 17px;
  font-family: "Avenir Roman";
  margin-bottom: 10px;
}
.blog-post-info .author a:first-child {
  margin-left: 0;
}
.blog-post-info .author a {
  font-family: "Avenir Roman";
  margin-left: 0px;
  line-height: 20px;
}
#no-more-tables tbody tr td:nth-child(1) {
  font-family: "Avenir Roman";
}
#no-more-tables tbody tr td:nth-child(3) {
  font-family: "Avenir Roman";
}
.policy-content .text-group p {
  font-family: "Avenir Light";
}

/************** SELECT BOX *****************/

.select-style {
  cursor: pointer;
  position: relative;
}
.selectcon {
  background-image: url(../images/arrow.png);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 9px;
}
.select-style .highlight,
.select-style {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.select-style .niceselect .value-wrapper {
  border: solid 1px #0a0d04;
  background: #fff;
}
.select-style .niceselect .top p {
  font-size: 16px;
  font-weight: 300;
  color: #343434;
}
.values .active label {
  color: #fff !important;
}
.values.active label.nice-label {
  color: #fff;
}
.select-style .niceselect .value-wrapper .values {
  color: #0d0c0c;
  font-size: 14px;
}
.select-style .niceselect .value-wrapper .values.active,
.select-style .niceselect .value-wrapper .values:hover {
  background: #3c9287;
  color: #fff !important;
}

.select-style .niceselect .value-wrapper .values:hover label {
  color: #fff !important;
}
.select-style .niceselect .opt {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 5px;
  cursor: default;
}
.select-style .niceselect .opt span {
  padding: 10px;
  font-weight: 700;
  display: block;
}
.select-style {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  min-width: 150px;
}
.niceselect .value-wrapper {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 10;
  left: -1px;
  right: 0;
  height: 135px;
  overflow-y: scroll;
}
.niceselect .value-wrapper .opt .values {
  padding: 10px 10px 10px 20px;
}
.niceselect .value-wrapper .values {
  padding: 5px 15px;
  cursor: pointer;
}
.niceselect .value-wrapper .values label {
  cursor: pointer;
}
.niceselect {
  position: relative;
  text-align: left;
}
.select-style label {
  font-weight: inherit;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 15px;
  text-transform: none;
}
.niceselect p {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  margin: 0 !important;
  width: 100% !important;
  line-height: normal !important;
  color: #94a3a0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
}
.niceselect input[type="radio"] {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.author-wrapper img {
  width: 339px !important;
  height: 227px !important;
}
.author-load-more {
  margin-top: 60px;
}
.overlay-inner:before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-inner {
  position: relative;
}

/*.timeline-iframe iframe { height: 540px; width: 100%;}*/
.tl-embedded-timeline {
  overflow: hidden;
}
.tl-main-content-block-holder .tl-ch-top-content .tl-ch-media-list {
  display: none;
}
.tl-lightbox-2 .tl-ch-panel-date-display {
  left: 0 !important;
  font-size: 16px;
}
.tl-main-content-block-holder .tl-ch-panel-date-display {
  top: -3px;
}
#tl-container .tl-lightbox-2 .tl-gallery .tl-g-main-item img {
  left: 0 !important;
}
.tl-main-content-block-holder .tl-ch-content-block-inner h3 {
  padding: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.tl-main-content-block-holder .tl-mc-footer-content .rt-button-3 {
  height: 22px !important;
  line-height: 13px;
}
/*#tl-container .tl-timeline-info, #tl-header{ display: none;}*/
#tl-header .main-menu {
  bottom: 0;
  margin-bottom: 3px;
  width: auto;
  border: none;
  background-color: transparent;
  padding: 0;
}
#tl-header .tl-main-title {
  bottom: 0;
  line-height: 33px;
  margin: 0;
}
.map-sec.timeline-inner-box {
  height: auto;
  margin-top: 0px;
}
.tl-story-block h5.tab {
  line-height: 10px;
  height: 20px;
  margin-top: 0;
  background: #ad90c8 !important;
}
.tl-story-block h5.tab {
  line-height: 10px;
  height: 20px;
  margin-top: 0;
  background: #ad90c8 !important;
}
.tl-story-block h3 {
  line-height: normal;
  margin-bottom: 10px;
}
.tl-story-block h4 {
  line-height: 16px;
  margin-bottom: 10px;
}
.tl-story-block .button-1 {
  width: 57px !important;
  line-height: 10px;
  height: 18px;
  color: #fff;
  transition: none;
  -transition: none;
  -moz-transition: none;
}
.tl-story-block .button-1:hover {
  color: #fff;
  transition: none;
  -transition: none;
  -moz-transition: none;
}
.tl-lightbox-2 .tl-ch-full-story-link {
  line-height: 13px;
}
.tl-main-content-block-holder .tl-ch-bc-inner .tl-ch-selected-story-num {
  line-height: 14px;
}
.tl-lightbox-2 .tl-ch-bc-inner .tl-ch-prev-story {
  transition: none !important;
  -transition: none !important;
  -moz-transition: none !important;
  line-height: 13px !important;
}
.tl-main-content-block-holder .tl-ch-bc-inner .tl-ch-next-story {
  transition: none !important;
  -transition: none !important;
  -moz-transition: none !important;
  line-height: 13px !important;
}
.tl-story-block .tl-sb-image-gallery img {
  width: 100% !important;
}

/*.tl-page-size-very-low-height.tl-page-size-low-height {
    height: 250px !important;
}*/

.wf-loading:after {
  /*
    first up, we need
    to define some content
    */
  content: "";

  /*
    let's now give it some
    dimensions, a background
    color and position
    it on the page
    */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*
    okay, so what do we want
    our label to actually
    look like?
    */
  color: #135040;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 20em;
  text-align: center;
  z-index: 9999;
  background-color: #fff;
}

iframe body {
  font-family: "Avenir Light";
}

/* Hero slider */

header {
  position: relative;
  z-index: 9999;
}
.header-overlay {
  z-index: 10;
}
.owl-dots {
  bottom: 18px;
  position: absolute;
}
.owl-dot {
  background: rgba(200, 200, 200, 0.8) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50px;
  display: inline-block;
  height: 9px;
  margin-left: 5px;
  margin-right: 5px;
  width: 9px;
}
.owl-dot.active {
  background: #3c9287;
}

.map-loader {
  position: absolute;
  /* height: 100%; */
  width: 100%;
  background: #fff;
  z-index: 1;
  top: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.map-loader:before {
  content: "Loading . . . ";
  top: 50%;
  position: absolute;
  margin-top: -15px;
}
.home-search h2 {
  float: left;
}
img['src="null"'] {
  display: none;
}
.gm-style-iw > div > div {
  width: 100%;
  display: block;
}
#map {
  height: 100%;
}
.popup-tooltip-thumb img {
  height: auto;
  max-width: 100% !important;
}
.map-info-content h1 {
  margin: 10px 0;
}
.map-info-content p {
  line-height: 20px;
}
.gm-style-iw {
  width: 300px !important;
  top: 15px !important;
  left: 0px !important;
  border-radius: 7px;
}
.gm-style-iw > div {
  border-bottom: 11px solid #ed8c61;
  border-radius: 7px;
}
.popup-tooltip-content {
  height: 140px;
  overflow-y: scroll;
}
.blog-single-content ul li p,
br {
  margin-top: 10px;
}

.btn-group.bootstrap-select.tinynav.tinynav1 {
  display: none;
}

.timeline-btn {
  font-family: "Avenir Heavy";
  background-color: #49a299;
  border: 1px solid #3c9287 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  width: 160px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  vertical-align: middle;
  float: right;
  margin-top: -30px;
  right: 16px;
  margin-right: 5px;
  cursor: pointer;
}
.timeline-btn:hover {
  background: #000000;
}

/*.graph-thumb iframe {width:100%;}
.graph-thumb iframe #document html body #embed_chart {
    max-width: 100%;
}
#embed_chart {
    max-width: 100% !important;
}
#chart_chart {
    width: 100%;
    max-width: 100%;
}*/

.industries-graph img[src$=".svg"][width="1"].size-medium,
.labor-img img[src$=".svg"][width="1"].size-medium,
.cost-img img[src$=".svg"][width="1"].size-medium {
  height: auto;
}

.industries-graph img[src$=".svg"][width="1"].size-thumbnail {
  height: auto;
}
.labor-img img[src$=".svg"][width="1"].size-thumbnail {
  height: auto;
}
.cost-img img[src$=".svg"][width="1"].size-thumbnail {
  height: auto;
}

.bold-text {
  font-weight: bold;
}
.company-overview br {
  margin: 0;
}

/*
    NEW NAV MENU
*/
.wsmenu-submenu {
  padding: 2px;
  border: solid 1px #eee;
  background-color: #fff;
  min-width: 132px;
  left: 15px;
  transform: none !important;
  /*visibility: visible !important;
    opacity: 1 !important;*/
}
.wsmenu-submenu li {
  display: block;
}
.wsmenu-submenu .cat-group-title {
  background-image: none !important;
  color: #bebebe !important;
  border-right: 0 none !important;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 10px 12px 0px 12px;
  text-transform: none;
  font-size: 11px;
  letter-spacing: normal;
  font-family: "Avenir Heavy";
}
.wsmenu-submenu .cat-group-title:first-child {
  padding-top: 6px;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  width: 170px;
  left: 10%;
  top: 35px;
}
.wsmenu-submenu-sub li {
  display: block;
}

/* AUTHOR ARCHIVE */
.archive.author .inner-hero {
  height: 500px;
}
.archive.author .slider-text {
  min-width: 300px;
  max-width: 1000px;
  width: 33%;
}
.author-slider-text {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.author-slider-text .heading:before {
  display: none;
}
.author-slider-text .heading h1 {
  color: #fff;
  font-family: 'Avenir Medium', Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.author-slider-text .heading p {
  color: #fff;
  font-family: 'Avenir Book', Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: left;
}
.archive.author .modal-linktree {
  display: flex;
}
.archive.author .modal-linktree a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #13827a;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 24px;
  text-align: center;
}
.archive.author .modal-linktree a:hover {
  background-color: #49a299;
}
.archive.author .back-to-profile {
  position: absolute;
  bottom: 50px;
  right: -50px;
}
.archive.author .back-to-profile span {
  font-family: 'Avenir Medium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.archive.author .back-to-profile img {
  position: relative;
  top: -2px;
  left: 5px;
  width: 25px;
}
.archive.author .back-to-profile:hover span, .archive.author .back-to-profile:hover img {
  opacity: 0.5;
  transition: all .4s ease-in-out;
}
@media screen and (max-width:1200px) {
  .archive.author .back-to-profile { right: 5vw; }
}
@media screen and (max-width:550px) {
  .author-slider-text { right: auto; left: 5vw; }
}

/* Mailchimp/Subscribe edits */
.sidebar-block .subscribe-text,
.cta-block .subscribe-text {
  font-size: 15px;
  line-height: 20px;
  color: #424242;
}
.subscribe-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #11837b;
  padding: 15px 0;
  margin-bottom: 15px;
}

/* Remove caret style for li (sign-up form) */
.mc-field-group ul li::before {
  display: none;
}
#mc_embed_signup .mc-field-group.input-group input {
  margin-right: 5px;
}
#mc_embed_signup div#mce-responses {
  margin: 0;
}
.newsletter-signup-modal .close {
  font-size: 30px;
  font-family: "Avenir Light";
  font-weight: 200;
  color: #fff;
  opacity: 0.7;
  position: relative;
  top: 50px;
  right: 50px;
}

/*.maillist-text span {
    width: 19px;
    display: inline-block;
    height: 19px;
    background: url(https://macropolo.org/wp-content/themes/macropolo/assets/images/sprite-02.png) no-repeat 0 -20px;
    background-size: 19px auto;
    margin-left: 4px;
    position: absolute;
    top: 15px;
    right: 0;
}
.maillist-text:hover > span {
    background-position: 0 0px;
}*/
#mc_embed_signup,
#mc_embed_signup h2,
#mc_embed_signup label {
  font-family: "Avenir Medium";
  font-weight: normal !important;
}
.newsletter-signup-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: #777;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  overflow: scroll;
}
.newsletter-signup-modal #mc_embed_signup {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
}
#mc_embed_signup .close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9999;
}
.thinktank .sidebar-block ul li span {
  display: block;
  text-transform: none;
}
#mc_embed_signup div#mce-responses {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .newsletter-signup-modal #mc_embed_signup {
    width: 90%;
    top: 15%;
  }
  .newsletter-signup-modal .close {
    position: static;
    display: block;
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }
}

/* Floating subscribe box (The Cleanup Analysis) */
.subscribe-box {
  background-color: #3c9287;
  margin-bottom: 30px;
  padding: 5%;
  color: #fff;
}
.subscribe-box p.title {
  display: block;
  font-family: "Avenir Black", Arial;
  font-size: 22px;
  line-height: 24px !important;
  font-variant: all-small-caps;
}
.subscribe-box-explanation {
  font-size: 13px;
  line-height: 15px;
}
.cool-text {
  font-family: "Avenir Black", Arial;
}
.subscribe-box span.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 0;
}
.subscribe-box.sidebar-fixed span.close {
  opacity: 0.5;
}
.subscribe-box.sidebar-fixed {
  padding: 3%;
}
@media screen and (min-width: 769px) {
  .sidebar-fixed {
    position: fixed;
    bottom: 5%;
    width: 25%;
    right: -25%;
    animation: slide-left 0.5s forwards;
    z-index: 99;
  }
  @-webkit-keyframes slide-left {
    100% {
      right: 0;
    }
    0% {
      right: -25%;
    }
  }
  @keyframes slide-left {
    100% {
      right: 0;
    }
    0% {
      right: -25%;
    }
  }
}

@media screen and (max-width: 768px) {
  .sidebar-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 3% 5% !important;
  }
}

.shadow {
  box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.2);
}

/* RESPONSIVE STYLES FROM CUSTOM.CSS */
@media screen and (max-width: 1100px) {
  .slider-img,
  .inner-hero {
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .slider-img,
  .inner-hero {
    height: 470px;
  }
}
@media screen and (max-width: 767px) {
  .slider-img,
  .inner-hero {
    height: 400px;
  }
}
@media screen and (max-width: 449px) {
  body .header-blog h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

/* FIX WP CORE figcaption centered text */
.wp-block-image figcaption {
  text-align: left;
}

.no-margin {
  margin: 0;
}

.footnotes,
.footnotes p,
.footnotes a {
  font-size: 14px !important;
  line-height: 28px !important;
}

/* MULTIMEDIA PAGE */
#videos-landing-page .section-main {
  padding-top: 80px;
  padding-bottom: 70px;
}
#videos-landing-page h1 {
  font-family: "Avenir Medium";
  text-transform: uppercase;
  margin-bottom: 10px;
}
#videos-landing-page h2 {
  padding-left: 5px;
}
#videos-landing-page .category-intro {
  padding: 0 12%;
  margin-bottom: 40px;
  text-align: center;
  color: #3f4c4e;
}
#videos-landing-page .ig-text {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Avenir Medium";
  font-size: 16px;
}
#videos-landing-page .ig-text a {
  color: #3f4c4e;
}
#videos-landing-page .ig-text a:hover {
  color: #49a299;
}
#videos-landing-page .ig-text span {
  font-size: 25px;
  position: relative;
  top: 3px;
  right: 4px;
}
#videos-landing-page .btn.active {
  background-color: #1f4247;
  color: #fff;
}
#videos-landing-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
#videos-landing-page .row:last-of-type {
  margin-bottom: 330px;
}
#videos-landing-page .video-tile.col-sm-6 {
  padding: 19px;
  width: calc(50% - 1px);
}
#videos-landing-page .video-tile:hover {
  cursor: pointer;
}
#videos-landing-page .thumbnail {
  margin: 3px 0;
  padding: 20px;
  border: 1px solid #eee;
}
#videos-landing-page .thumbnail:hover {
  border: 1px solid #eee;
  box-shadow: 10px 10px 40px 2px rgba(54, 54, 54, 0.18);
}

#videos-landing-page .hover-div {
  position: relative;
}
#videos-landing-page .hover-div span.play-icon {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 60px;
  color: #fff;
}
#videos-landing-page .hover-div .hover-overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#videos-landing-page .hover-div .hover-overlay:hover {
  background-color: transparent;
}
#videos-landing-page .video-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 339px;
}
#videos-landing-page .video-info-container {
  position: relative;
  height: 117px;
  margin-top: 11px;
}
#videos-landing-page .video-info-container p.video-title {
  font-family: "Avenir Medium";
  font-size: 20px;
  line-height: 26px;
  color: #3f4c4e;
  margin-bottom: 0;
  text-align: left;
}
#videos-landing-page .video-info-container .video-blurb {
  margin-top: 25px;
}
#videos-landing-page .video-info-container .video-blurb p {
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  font-family: "Avenir Medium";
  color: #333;
}
#videos-landing-page .video-info-container .video-category {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-family: "Avenir Heavy";
  font-size: 12px;
  color: #49a299;
}

#videos-landing-page .thumbnail:hover p.video-title,
#videos-landing-page .thumbnail:hover .video-info-container .video-blurb p {
  color: #49a299;
}
#videos-landing-page .play-icon svg path {
  opacity: 0.66;
}
#videos-landing-page .thumbnail:hover .play-icon svg path {
  opacity: 1;
}

@media screen and (max-width: 769px) {
  #videos-landing-page h2 {
    margin-bottom: 0;
  }
  #videos-landing-page .row,
  #videos-landing-page .row:last-of-type {
    margin-bottom: 50px;
  }
  #videos-landing-page .video-info-container {
    height: auto;
  }
  #videos-landing-page .video-info-container .video-blurb {
    position: static;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #videos-landing-page .row {
    display: flex;
    justify-content: center;
  }
  #videos-landing-page .video-tile.col-sm-6 {
    padding: 0;
    width: 95%;
    margin: 20px auto;
  }
  #videos-landing-page .ig-text span {
    display: block;
    top: -5px;
  }
}

/* CAREERS TEMPLATE */
.page-template-careers-template h2 {
  font-family: "Avenir Heavy", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #11837a;

}
.page-template-careers-template h3 {
  font-family: "Avenir Black", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  color: #11837a;
  text-transform: uppercase;
}
.page-template-careers-template h4 {
  font-family: "Avenir Heavy";
  font-size: 1em;
  color: #3e4b4f;
}
#headquarters-graphic svg {
  margin: 50px auto;
}
.headquarters-svg-text {
  font-family: "Avenir Medium";
  font-size: 10px;
}
#mp-perks {
  padding: 100px 0 50px 0;
}
#mp-perks .perk { 
  margin-bottom: 50px;
}
#mp-perks p {
  font-family: 'Avenir Roman';
  font-size: 0.8em;
}
#current-openings #jobs-accordion h4 {
  margin-bottom: 0;
}
#jobs-accordion {
  margin-top: 50px;
}
#jobs-accordion .job {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #11837a;
  padding-bottom: 15px;
}
#jobs-accordion .accordion-icon {
  position: absolute;
  right: 0;
  top: 20px;
  transform: rotate(-90deg);
}
#jobs-accordion .job.open .accordion-icon {
  transform: rotate(90deg);
}
#jobs-accordion .job-title {
  cursor: pointer;
}
#jobs-accordion .job-title .subtitle {
  font-family: 'Avenir Roman';
}
#jobs-accordion .job-title:hover h4, #jobs-accordion .job-title:hover .subtitle{
  color: #11837a !important;
}
@media screen and (max-width: 768px) {
  #mp-perks .perk { padding: 0; margin: 10px 0; }
}
@media screen and (max-width: 550px) {
  #mp-perks .perk { display: block; width: 100%; margin: 0; }
}

/* EVENTS PAGE TEMPLATE */
.events-page h1 {
  font-family: "Avenir Heavy";
  font-size: 40px;
  margin-bottom: 20px;
  color: #3e4b4f;
}
.events-page h2 {
  font-family: "Avenir Black", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #11837a;
}
.events-page hr {
  border-top: 2px solid #808080;
  opacity: 0.25;
}
.events-page .archive-intro {
  width: 70%;
  font-size: 0.9em;
  margin-bottom: 50px;
}
.events-page .full-width-bg-section {
  background-color: #f8f8f8;
}
.events-page .inner-container {
  width: 90%;
  margin: 0 auto;
}
.events-page .centered-container {
  text-align: center;
}
.events-page .no-events {
  padding: 100px 0;
}
.events-page .event-details h3, .events-page .no-events h3 {
  font-family: "Avenir Heavy";
  font-size: 1.3em;
  line-height: 1.3em;
  color: #3e4c4f;
}
.events-page .no-events p, .events-page .event-details p {
  font-family: "Avenir Medium", sans-serif;
  font-size: 0.9em;
  color: #677579;
  margin-bottom: 0;
}
.events-page .event-image {
  text-align: center;
}
.events-page .event-image img {
  width: 100%;
  margin: 0 auto;
}
.events-page .btn.dark {
  text-transform: none;
  font-family: "Avenir Heavy";
  margin-top: 30px;
  padding: 0 50px;
}
.event-description.row {
  margin-top: 50px;
}
.event-details {
  text-align: center;
  border-right: 1px solid #13827a;
}
.event-details .btn {
  width: 90%;
}
.event-description .short-description {
  font-family: "Avenir Roman";
  font-size: 0.9em;
  color: #677579;
  padding-left: 5%;
}
.event-speakers {
  padding: 100px 0;
}
.events-page .speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.speakers-list .speaker {
  width: 24%;
  padding: 2%;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all .4s ease-in-out;
}
.speakers-list .speaker:hover {
  background-color: #e2e2e2;
}
.speaker .speaker-image img {
  height: 130px;
  width: auto;
  border-radius: 100%;
}
.speaker .speaker-details h3 {
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #11837a;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  transition: all .4s ease-in-out;
}
body.noscroll {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
}
.modal-bg {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #eee;
  opacity: 0.7;
  z-index: 9999;
}
.speaker-modal {
  display: none;
  position: fixed;
  top: 15%;
  bottom: 15%;
  left: 20%;
  right: 20%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5% 1%;
}
.speaker-modal .modal-left {
  position: relative;
  display: flex;
  height: 100%;
  text-align: center;
}
.speaker-modal .modal-speaker-image {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
.speaker-modal .modal-speaker-image img {
  width: auto;
  margin: 0 auto;
  border-radius: 100%;
}
.speaker-modal .modal-linktree {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.speaker-modal .modal-linktree a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #13827a;
  border-radius: 100%;
  margin: 0 5px;
}
.speaker-modal .modal-linktree a:hover {
  background-color: #49a299;
}
.speaker-modal .modal-right {
  position: relative;
  height: 100%;
}
.speaker-name-container {
  position: absolute;
  top: 0;
  bottom: 25%;
  right: 15px;
  left: 15px;
  height: 25%;
  overflow-y: auto;
}
.speaker-name-container.overflow {
  overflow-y: visible;
}
.speaker-modal h3 {
  font-family: "Avenir Medium", Arial, Helvetica, sans-serif;
  color: #677579;
  margin-bottom: 5px;
  font-size: 1.3em;
}
.speaker-modal .speaker-title {
  font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
  color: #a0a0a0;
  font-size: 1em;
  line-height: 1.3em;
}
.speaker-modal .speaker-description {
  position: absolute;
  top: 30%;
  bottom: 5%;
  left: 15px;
  right: 5%;
  height: auto;
  overflow-y: auto;
  font-family: "Avenir Light", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  line-height: 1.8em;
  padding-right: 5%;
}
.speaker-modal .speaker-description::-webkit-scrollbar {
  width: 13px;
  border-radius: 4px;
}
.speaker-modal .speaker-description::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
  border-radius: 4px;
}
.speaker-modal .speaker-description::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.speaker-modal .modal-close {
  position: absolute;
  top: 5%;
  right: 2%;
  width: 40px;
  height: 40px;
  /* background: url(../images/close.svg) no-repeat 0 0; */
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.speaker-modal .modal-close img {
  width: 100%;
  cursor: pointer;
}
.speaker-modal .modal-close:hover {
  color: #49a299;
  border-color: #49a299;
}
.previous-events-section {
  padding-top: 25px;
  padding-bottom: 150px;
}
.previous-events-section > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.previous-events-poster {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.previous-events-poster img, .previous-events-section .events-slide {
  height: 325px;
}
.previous-events-section h3 {
  font-family: "Avenir Heavy";
  font-size: 1.3em;
  color: #3e4c4f;
  margin-bottom: 50px;
  margin-top: 15px;
}
.previous-events-section .events-slideshow {
  height: auto;
}
.previous-events-section .events-slide {
  background-size: cover;
  background-position: center center;
}

.previous-events-section .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.previous-events-section .description p {
  font-family: "Avenir Medium";
  font-size: 0.9em;
  color: #333;
}
.previous-events-section hr {
  margin: 75px 0;
}
.previous-events-section .previous-event {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-bottom: 25px;
}
.previous-event .date-container {
  text-align: left;
}
.previous-event .event-info {
  font-family: 'Avenir Roman', Arial, Helvetica, sans-serif;
  color: #333;
}
.previous-events-section a.event-title, .previous-events-section .event-title {
  font-family: 'Avenir Heavy', Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  color: #3e4b4f;
  margin-bottom: 25px;
}
.previous-events-section a.event-title:hover {
  color: #49a299;
}
.previous-events-section .event-description p, .previous-event .event-date {
  font-family: 'Avenir Roman', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.previous-event .event-date {
  color: #808080;
  font-size: 0.8em;
  margin-bottom: 0;
}
#speaker-series-select-year {
  display: block;
  font-family: 'Avenir Roman', Arial, Helvetica, sans-serif;
  width: 5em;
  margin-bottom: 25px;
  padding: 5px 0 3px 0;
}

/* EVENTS SINGLE TEMPLATE */
.single-events .blog-post-similar {
  cursor: pointer;
}
.single-events .blog-post-similar a {
  color: #11837a;
}
.single-events h3.project-title {
  font-family: "Avenir Medium";
  font-size: 1.3em;
  color: #3e4b4f;
}
.single-events .blog-single-content .wp-block-image {
  margin-bottom: 20px;
}
/* END EVENTS SINGLE TEMPLATE */

@media screen and (max-width:991px) {
  .events-page .section-main h2 {
    font-size: 1em;
  }
}
@media screen and (max-width:768px) {
  .events-page .inner-container { width: auto; }
  .speakers-list .speaker { width: 50%; text-align: center; }
  .speaker-modal { top: 7%; bottom: 7%; left: 10%; right: 10%; padding: 50px 0; overflow-y: auto; }
  .speaker-modal::-webkit-scrollbar { width: 13px; border-radius: 4px; }
  .speaker-modal::-webkit-scrollbar-thumb { background-color: #e2e2e2; border-radius: 4px; }
  .speaker-modal::-webkit-scrollbar-track { background-color: #fff; border: 1px solid #e2e2e2; border-radius: 4px; }
  .speaker-modal .modal-speaker-image,
  .speaker-modal .modal-linktree, 
  .speaker-name-container, 
  .speaker-modal .speaker-description { position: relative; transform: none; margin-top: 50px; }
  .speaker-modal .modal-left, .speaker-modal .modal-right { display: block; height: auto; }
  .speaker-modal .modal-right { padding-right: 25px; }
  .speaker-modal .modal-speaker-image, .speaker-modal .modal-linktree { width: 100%; margin: 0 auto; left: auto; margin-bottom: 25px; }
  .speaker-modal .modal-speaker-image img { width: 75%; }
  .speaker-modal .modal-close { top: 15px; right: 15px; font-size: 20px; line-height: 0.9em; border-width: 3px; }
  .previous-events-section { padding-top: 0; }
  .previous-events-section hr { margin: 50px auto; }
  #previous-events { padding-top: 50px;}
  .previous-events-section .description p { margin-bottom: 15px; }
  .previous-events-section .previous-event { margin-bottom: 30px; }
  .previous-events-poster img, .previous-events-section .events-slide { height: 200px; }
  .previous-events-poster { padding-right: 0; }
  .previous-events-section .events-slideshow { padding-left: 0; }
  .previous-events-section h3 { font-size: 1.4em; margin-bottom: 15px; }
  .previous-event .event-info { padding: 0 15px; }
  .previous-events-section a.event-title { font-size: 1.3em; margin-top: 40px; }
  .previous-events-section .event-description p { font-size: 0.9em; margin-bottom: 15px; }
  #speaker-series-listing .previous-event:nth-of-type(odd), #speaker-series-listing .previous-event:nth-of-type(even) { padding: 0 15px; }
  /* EVENTS SINGLE TEMPLATE */
  .single-events .related-research-sidebar hr {
    display: none;
  }
  /* END EVENTS SINGLE TEMPLATE */
}
@media screen and (max-width:550px) {
  .previous-events-poster img, .previous-events-section .events-slide { height: 150px; }
}
@media screen and (max-width:400px) {
  .previous-events-poster img, .previous-events-section .events-slide { height: 100px; }
}
/* PRIVATE EVENTS TEMPLATE */
#private-events.page-content {
  padding-bottom: 100px;
}
#private-events .slide { 
  height: 600px; 
  background-size: cover;
}
#private-events #events-header hr {
  margin-bottom: 75px;
}
#private-events #event-description {
  font-family: 'Avenir Roman', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  margin: 50px 0 50px 0;
}
#private-events #event-description strong {
  font-family: 'Avenir Black', Arial, Helvetica, sans-serif;
}
#private-events .subscribe-button {
  width: 100%;
  margin-top: 50px;
  padding: 15px 50px;
  text-align: center;
}
#private-events #events-main-content{
  font-family: 'Avenir Roman', Arial, Helvetica, sans-serif;
  line-height: 1.8em;
  padding-top: 85px;
}

/* V-CLOAK (VUEJS) */
[v-cloak] {
  display: none !important;
}

/* THE CLEANUP TWEAKS */
.chart-title {
  font-family: "Avenir Medium";
  font-size: 14px;
  text-align: center;
  display: block;
}
.chart-title.double-chart {
  display: inline-block;
  width: 50%;
}

/* METHODOLOGY BOX */
.methodology-box {
  border: 1px solid #424242;
  padding: 30px;
}
.methodology-box p {
  font-size: 14px;
}
.methodology-box p strong {
  font-size: 18px;
}

/* GDPR CONSENT BANNER */
#cookie_action_close_header {
  display: block !important;
  margin: 10px auto !important;
  width: 20% !important;
}
@media screen and (max-width: 768px) {
  #cookie_action_close_header {
    width: 80% !important;
  }
}

/* EXPLAINER BOX */
.explainer-box {
  background-color: #f3f3f3;
  padding: 20px;
}
.explainer-box p {
  font-size: 0.9em;
  color: rgb(118, 118, 118);
}

/* CUSTOM NOTE CLASS FOR COMMENTARIES AND ANALYSIES */
.source {
  font-size: 85% !important;
  line-height: 1.8em !important;
  font-style: italic;
}
