html,
body {
  height: 100%;
  width: 100%;
  overflow-wrap: normal;
  /* overflow-x: hidden; */
}

.slides_container {
  width: 620px;
  height: 270px;
  margin-bottom: 35px;
}

.slides_container div {
  width: 620px;
  height: 270px;
  display: block;
}

#slides .next,
#slides .prev {
  display: block;
  height: 0;
  left: 0;
  overflow: hidden;
  padding-top: 35px;
  position: absolute;
  top: 553px;
  width: 25px;
  z-index: 200;
}

#slides .prev {
  background: url(http://ecfr.eu/page/-/prevarrowblack.png) repeat scroll 0 0 transparent;
  left: 15px;
  margin-left: 5px;
  float: left;
}

#slides .next {
  background: url(http://ecfr.eu/page/-/nextarrowblack.png) repeat scroll 0 0 transparent;
  left: 610px;
  margin-right: 5px;
  float: right;
}

.pagination {
  margin: 6px 0 0;
  /* float: right; */
  list-style: none;
}

.pagination li {
  float: left;
  margin: 0 1px;
}

.pagination li a {
  display: block;
  width: 1.8rem;
  height: 0;
  padding-top: 13px;
  background-image: url(/img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a,
.pagination li.current a:hover {
  background-position: 0 -13px;
}

.pagination li a:hover {
  background-position: 0 -26px;
}

@font-face {
  font-family: vag_rounded;
  src: url(https://ecfr.eu/archive/fonts/2B8689_0_0.eot);
  src: url(https://ecfr.eu/archive/fonts/2B8689_0_0.eot?#iefix) format("embedded-opentype"), url(https://ecfr.eu/archive/fonts/2B8689_0_0.woff) format("woff"),
    url(https://ecfr.eu/archive/fonts/2B8689_0_0.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vag_rounded;
  src: url(https://ecfr.eu/archive/fonts/2B8689_1_0.eot);
  src: url(https://ecfr.eu/archive/fonts/2B8689_1_0.eot?#iefix) format("embedded-opentype"), url(https://ecfr.eu/archive/fonts/2B8689_1_0.woff) format("woff"),
    url(https://ecfr.eu/archive/fonts/2B8689_1_0.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vag_rounded_bold;
  src: url(https://ecfr.eu/archive/fonts/2B8689_1_0.eot);
  src: url(https://ecfr.eu/archive/fonts/2B8689_1_0.eot?#iefix) format("embedded-opentype"), url(https://ecfr.eu/archive/fonts/2B8689_1_0.woff) format("woff"),
    url(https://ecfr.eu/archive/fonts/2B8689_1_0.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: vag_rounded, sans-serif;
  letter-spacing: 0.5px;
}

h2 {
  font-size: 1.8rem;
}

h1 {
  font-size: 2.3rem;
}

p {
  font-family: Georgia, serif;
  color: #222;
}

#home-page p {
  font-family: vag_rounded;
}

a {
  color: #000;
}

a:hover {
  color: #333;
}

blockquote,
blockquote p {
  font-family: vag_rounded, sans-serif;
  font-size: 1.15rem;
  color: #000;
}

blockquote {
  border-left: 0;
  float: left;
  margin-bottom: 0;
}

sup sup {
  vertical-align: baseline;
}

#expressionengine_template_debug {
  float: left;
}

.green {
  color: #8dc63f !important;
}

.red {
  color: #ee2b2c !important;
}

.blue {
  color: #00ade8 !important;
}

.yellow {
  color: #fdb813 !important;
}

.orange {
  color: #fc5004 !important;
}

.pink {
  color: #d70c7a !important;
}

.black {
  color: #000 !important;
}

.purple {
  color: #5C2A54 !important;
}

.bg-green {
  background-color: #fff;
  border-top: 5px solid #8dc63f;
}

.bg-red {
  background-color: #fff;
  border-top: 5px solid #ee2b2c;
}

.bg-blue {
  background-color: #fff;
  border-top: 5px solid #00ade8;
}

.bg-yellow {
  background-color: #fff;
  border-top: 5px solid #fdb813;
}

.bg-grey-dark {
  background-color: #fff;
  border-top: 5px solid gray;
}

.bg-orange {
  background-color: #fff;
  border-top: 5px solid #fc5004;
}

.bg-pink {
  background-color: #fff;
  border-top: 5px solid #d70c7a;
}

.bg-grey {
  background-color: #fff;
  color: #000;
  border-top: 5px solid #fc5004;
}
.bg-purple {
  background-color: #5C2A54;
  color: #000;
  border-top: 5px solid #fc5004;
}

.additional-block.bg-grey p,
.additional-block.bg-grey h2 a,
.additional-block.bg-grey a,
.additional-block.bg-grey h5 a,
.additional-block.bg-grey h2 {
  color: #000;
}

.additional-block.bg-grey h2 a,
.additional-block.bg-grey a,
.additional-block.bg-grey span,
.additional-block.bg-grey h2 {
  color: #fc5004;
}

.bg-white {
  background-color: #fff;
}

.bg-grey span.trending-block-top-text a {
  margin-bottom: 20px;
  color: #000;
}

.shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.header-top {
  background-color: #000;
  color: #fff;
  font-family: vag_rounded, sans-serif;
}

.header-top .top-bar.expanded .title-area {
  background: #000;
}

.header-top a {
  color: #fff;
}

.header-top .top-bar-section li:not(.has-form) a:not(.button) {
  font-family: vag_rounded, sans-serif;
  font-size: 0.9em;
  text-transform: none;
}

.header-top .top-bar {
  background: #000;
}

.header-top .top-bar-section li:not(.has-form) a:not(.button) {
  background: #000;
}

.header-middle .logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-middle .top-bar {
  margin-top: 20px;
  background: #fff;
}

.header-middle .top-bar-section li:not(.has-form) a:not(.button) {
  background: #fff;
  color: #000;
  font-family: vag_rounded_bold, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0 9px;
}

.header-middle .top-bar.expanded .title-area {
  background: #fff;
  color: #000;
}

.header-middle .top-bar .toggle-topbar.menu-icon a {
  color: #000;
  font-family: vag_rounded, sans-serif;
}

.header-middle .top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #fff;
}

.header-middle .top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #fff;
}

.header-bottom {
  border-top: 1px solid #d8d8d8;
  padding-bottom: 0;
  /* margin-top: 3px; */
  clear: both;
}

.header-bottom .top-bar {
  margin-top: 8px;
  background: #fff;
}

.top-bar-section ul li {
  background: 0 0;
  background-color: transparent;
}

.header-bottom .top-bar-section li:not(.has-form) a:not(.button) {
  background: 0 0;
  font-family: vag_rounded, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.header-bottom .top-bar.expanded .title-area {
  background: #fff;
  color: #000;
}

.header-bottom .top-bar .toggle-topbar.menu-icon a {
  color: #000;
  font-family: vag_rounded, sans-serif;
}

.header-bottom .top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.header-bottom .top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.header-bottom .top-bar li:nth-of-type(1).select {
  background: #ee2b2c;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom .top-bar li:nth-of-type(1).select a {
  color: #fff;
}

.header-bottom .top-bar li:nth-of-type(2).select {
  background: #8dc63f;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom .top-bar li:nth-of-type(2).select a {
  color: #fff;
}

.header-bottom .top-bar li:nth-of-type(3).select {
  background: #fdb813;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom .top-bar li:nth-of-type(3).select a {
  color: #fff;
}

.header-bottom .top-bar li:nth-of-type(4).select {
  background: #00ade8;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom .top-bar li:nth-of-type(4).select a {
  color: #fff;
}

.header-bottom .top-bar li:nth-of-type(5).select {
  background: #000;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom .top-bar li:nth-of-type(5).select a {
  color: #fff;
}

.header-bottom .top-bar li:nth-of-type(6).select {
  background: #d70c7a;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom .top-bar li:nth-of-type(5).select a {
  color: #fff;
}

.container {
  background-color: #fff;
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
  clear: both;
  /* overflow-x: hidden; */
}

.footer {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin-top: 30px;
}

.footer-logo {
  width: 100%;
  padding: 20px 0 30px;
  background-color: #fff;
}

.footer-logo-img {
  width: 77px;
  height: 77px;
  margin: 0 auto;
}

.footer-top {
  padding-bottom: 10px;
}

.footer-top .logo {
  margin-top: 27px;
}

.footer-top .top-bar {
  margin-top: 0;
  background: #fff;
}

.footer-top .top-bar-section li:not(.has-form) a:not(.button),
.footer-top .top-bar-section li:not(.has-form) a:not(.button):hover {
  background: 0 0;
  color: #000;
  font-family: vag_rounded_bold, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-top .top-bar.expanded .title-area {
  background: #fff;
  color: #000;
}

.footer-top .top-bar .toggle-topbar.menu-icon a {
  color: #000;
}

.footer-top .top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.footer-top .top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.footer-nav-secondary ul {
  margin-left: 0;
  margin-right: 0;
}

.footer-nav-secondary li {
  list-style-type: none;
}

.footer-nav-secondary li {
  font-size: 1.1rem;
  font-family: vag_rounded_bold, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-nav-secondary > ul > li > ul {
  margin-top: 0.5rem;
}

.footer-nav-secondary li > ul > li {
  font-size: 1rem;
  color: #262626;
  font-family: vag_rounded, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}

.footer-area .linetop {
  /*! border-top: 1px solid #d8d8d8; */
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-bottom {
  padding-top: 30px;
}

.footer-bottom .top-bar {
  margin-top: 0;
  background: #fff;
}

.footer-bottom .top-bar-section li:not(.has-form) a:not(.button) {
  background: #fff;
  color: #000;
  font-family: vag_rounded_bold, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-bottom .top-bar.expanded .title-area {
  background: #fff;
  color: #000;
}

.footer-bottom .top-bar .toggle-topbar.menu-icon a {
  color: #000;
}

.footer-bottom .top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.footer-bottom .top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.additional-block-2 {
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  color: #222;
  font-family: vag_rounded, sans-serif;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  min-height: 8.125em;
  padding: 1rem 1.25rem 1.5rem;
}

.additional-block-2 h5 {
  margin-top: 8px;
}

.additional-block-image {
  width: 92px;
  height: 92px;
  float: left;
  margin-right: 1rem;
}

.additional-block-info {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.8em;
}

.additional-block-info a {
  color: #fff;
  text-decoration: underline;
}

.additional-block a.read-more {
  font-style: italic;
  color: #fff;
  text-decoration: underline;
  font-size: 0.8em;
}

.additional-block h2,
.additional-block h2 a {
  color: #fff;
}

.additional-block h1,
.additional-block h1 a {
  color: #fff;
}

.additional-block h3,
.additional-block h3 a {
  color: #fff;
}

.home-featured h2,
.home-featured p,
.home-featured h2 {
  color: #fff;
}

.home-featured h2 a,
.home-featured p a,
.home-featured h2 a {
  color: #fff;
}

.home-featured-image {
  position: relative;
  width: 100%;
  margin-bottom: 1.2em;
  max-height: 472px;
  overflow: hidden;
}

.home-featured-text {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 93%;
  color: #fff;
  margin-left: 3%;
}

.home-featured-post {
  position: relative;
  width: 100%;
  margin-bottom: 1.2em;
  max-height: 150px;
  overflow: hidden;
}

.home-featured-text-mini {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 93%;
  color: #fff;
  margin-left: 4%;
}

.home-featured-text p {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.8em;
}

.home-featured-text p a {
  color: #fff;
  font-style: italic;
}

.newest-block {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  min-height: 8.125em;
}

.newest-block-image {
  width: 92px;
  height: 92px;
  float: left;
  margin-right: 1rem;
}

.newest-block-info {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.8em;
}

.newest-block-info a {
  color: #fff;
  text-decoration: underline;
}

.newest-block h2,
.newest-block h2 a {
  font-size: 1em;
  color: #fff;
}

.additional-block {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  min-height: 8.125em;
  float: left;
}

.additional-block-image {
  width: 92px;
  height: 92px;
  float: left;
  margin-right: 1rem;
}

.additional-block-info {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.8em;
}

.additional-block-info a {
  color: #fff;
  text-decoration: underline;
}

.additional-block a.read-more {
  font-style: italic;
  color: #fff;
  text-decoration: underline;
  font-size: 0.8em;
}

.additional-block h2,
.additional-block h2 a {
  color: #fff;
}

.additional-block,
.additional-block p,
.additional-block a {
  color: #fff;
}

.additional-block p,
.additional-block a {
  font-family: vag_rounded, sans-serif;
}

.additional-block-white {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #000;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  min-height: 8.125em;
  float: left;
}

.additional-block-white h2,
.additional-block-white h2 a {
  font-size: 1em;
  color: #000;
}

.additional-block-white,
.additional-block-white p,
.additional-block-white a {
  color: #000;
  font-family: vag_rounded, sans-serif;
}

.home-bottom-blocks {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  padding-top: 20px;
  border-top: 0;
  border-bottom: 0;
}

.home-bottom-blocks ul {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

#post-yellow hr {
  border: 2px solid;
  margin: 0;
  color: #fdb813;
}

#post-green hr {
  border: 2px solid;
  margin: 0;
  color: #8dc63f;
}

#post-red hr {
  border: 2px solid;
  margin: 0;
  color: #ee2b2c;
}

#post-orange hr {
  border: 2px solid;
  margin: 0;
  color: #fc5004;
}

#post-blue hr {
  border: 2px solid;
  margin: 0;
  color: #00ade8;
}

#post-black hr {
  border: 2px solid;
  margin: 0;
  color: #000;
}

#post-pink hr {
  border: 2px solid;
  margin: 0;
  color: #d70c7a;
}

#post-purple hr {
  border: 2px solid;
  margin: 0;
  color: #5C2A54;
}

#post-cities hr {
  border: 2px solid;
  margin: 0;
  color: #0066ae;
}

#post-yellow blockquote {
  color: #000;
  background-color: #fff8e5;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-green blockquote {
  color: #000;
  background-color: #e8f3d8;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-red blockquote {
  color: #000;
  background-color: #fee9e8;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-blue blockquote {
  color: #000;
  background-color: #e5f7fd;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-black blockquote {
  color: #000;
  background-color: #ccc;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-orange blockquote {
  color: #000;
  background-color: #fdf3e5;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-pink blockquote {
  color: #000;
  background-color: #fbe6f1;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-purple blockquote {
  color: #000;
  background-color: #D8CCD6;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

.cities-blue blockquote {
  color: #000;
  background-color: #d1dee7;
  margin-left: -5%;
  margin-right: 5%;
  width: 40%;
  padding: 22px;
}

#post-yellow .post-top-right .post-top-right-category {
  color: #fdb813;
}

#post-green .post-top-right .post-top-right-category {
  color: #8dc63f;
}

#post-red .post-top-right .post-top-right-category {
  color: #ee2b2c;
}

#post-blue .post-top-right .post-top-right-category {
  color: #00ade8;
}

#post-orange .post-top-right .post-top-right-category {
  color: #fc5004;
}

#post-pink .post-top-right .post-top-right-category {
  color: #d70c7a;
}

#post-purple .post-top-right .post-top-right-category {
  color: #5C2A54;
}

#post-yellow .post-featured-post {
  background-color: #fff;
  border-top: 4px solid #fdb813;
}

#post-green .post-featured-post {
  background-color: #fff;
  border-top: 4px solid #8dc63f;
}

#post-red .post-featured-post {
  background-color: #fff;
  border-top: 4px solid #ee2b2c;
}

#post-blue .post-featured-post {
  background-color: #fff;
  border-top: 4px solid #00ade8;
}

#post-orange .post-featured-post {
  background-color: #fff;
  border-top: 4px solid #fc5004;
}

#post-pink .post-featured-post {
  background-color: #fff;
  border-top: 4px solid #d70c7a;
}

#post-purple .post-featured-post {
  background-color: #fff;
  border-top: 4px solid #5C2A54;
}

#post-green .bg-green,
#post-yellow .bg-green,
#post-red .bg-green,
#post-blue .bg-green,
#post-orange .bg-green,
#post-pink .bg-green,
#post-purple .bg-green {
  background-color: #fff;
  border-top: 4px solid #8dc63f;
}

#post-green .bg-blue,
#post-yellow .bg-blue,
#post-red .bg-blue,
#post-blue .bg-blue,
#post-orange .bg-blue,
#post-pink .bg-blue,
#post-purple .bg-blue,
#post-purple .bg-blue {
  background-color: #fff;
  border-top: 4px solid #00ade8;
}

#post-green .bg-red,
#post-yellow .bg-red,
#post-red .bg-red,
#post-blue .bg-red,
#post-orange .bg-red,
#post-pink .bg-red,
#post-purple .bg-red {
  background-color: #fff;
  border-top: 5px solid #ee2b2c;
}

#post-green .bg-yellow,
#post-yellow .bg-yellow,
#post-red .bg-yellow,
#post-blue .bg-yellow,
#post-orange .bg-yellow,
#post-pink .bg-yellow,
#post-purple .bg-yellow {
  background-color: #fff;
  border-top: 5px solid #fdb813;
}

#post-green .bg-orange,
#post-yellow .bg-orange,
#post-red .bg-orange,
#post-blue .bg-orange,
#post-orange .bg-orange,
#post-pink .bg-orange,
#post-purple .bg-orange {
  background-color: #fff;
  border-top: 5px solid #fc5004;
}

#post-green .bg-pink,
#post-yellow .bg-pink,
#post-red .bg-pink,
#post-blue .bg-pink,
#post-orange .bg-pink,
#post-pink .bg-pink,
#post-purple .bg-pink {
  background-color: #fff;
  border-top: 5px solid #d70c7a;
}

#post-green .bg-purple,
#post-yellow .bg-purple,
#post-red .bg-purple,
#post-blue .bg-purple,
#post-orange .bg-purple,
#post-purple .bg-purple {
  background-color: #fff;
  border-top: 5px solid #d70c7a;
}

.post-top {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 0;
  padding: 1.25rem;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}

.post-middle {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 0;
  padding: 1.5rem;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}

.post-bottom {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 0;
  padding: 1.25rem;
  width: 100%;
  margin-bottom: 20px;
}

.post-middle a,
.post-content a {
  color: #1479CF;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.post-middle p,
.post-middle li {
  font-size: 1.2rem;
  line-height: 150%;
  margin-bottom: 1.25rem;
}

.post-middle ol,
.post-middle ul {
  font-size: 1.15rem;
}

.post-top-left {
  width: 70%;
  float: left;
}

.post-top-right {
  width: 30%;
  float: left;
  text-align: right;
}

.post-top-right .post-top-right-category {
  font-size: 1.2rem;
  width: 100%;
  float: left;
  margin: 11px 0 9px;
}

.post-top-right p {
  font-style: italic;
  font-size: 0.9rem;
}

.post-top-bottom,
.article-Body-bottom {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.post-top-bottom ul,
.article-Body-bottom ul {
  margin-left: 0;
  padding-left: 0;
}

.post-top-bottom li,
.article-Body-bottom li {
  float: left;
  display: inline;
  margin-right: 10px;
}

.post-top-bottom li h4,
.article-Body-bottom li h4 {
  margin-top: -3px;
}

.post-top-bottom li i,
.article-Body-bottom li i,
.post-publications i {
  color: #d8d8d8;
}

#post-green .infobox {
  background-color: #e8f3d8;
}

#post-yellow .infobox {
  background-color: #fff8e5;
}

#post-red .infobox {
  background-color: #fee9e8;
}

#post-blue .infobox {
  background-color: #e5f7fd;
}

#post-pink .infobox {
  background-color: #fbe6f1;
}

#post-orang .infobox {
  background-color: #fdf3e5;
}

.infobox {
  width: 45%;
  padding: 20px 5px 20px 20px;
  margin: 0 0 25px 25px;
  font-size: 0.9rem;
  float: right;
  line-height: 180%;
}

.infobox p {
  font-size: 0.9rem;
  line-height: 180%;
}

.disclaimer p {
  color: #757575;
  margin-top: 2rem;
  font-size: 0.9rem !important;
  line-height: 150% !important;
}

.post-featured-text-mini h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.post-featured-text-mini p {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.8em;
  margin-top: 0;
  padding-top: 0;
}

.post-featured-text-mini p a {
  text-decoration: none;
}

p.sub-h {
  color: #888;
  margin-bottom: 24px;
  font-style: italic;
  font-size: 1.4rem;
}

.post-featured-post {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 226px;
  overflow: hidden;
}

aside .post-featured-post {
  height: 178px;
}

aside .post-featured-post h2 {
  font-size: 1.3rem;
}

.post-featured-text-mini {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 93%;
  color: #fff;
  margin-left: 4%;
}

.post-top-photo-author img {
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
}

.columns h5 a:hover {
  color: #1479CF;
}

#ftn p,
#ftn a {
  font-size: 0.9rem;
}

.readalso a {
  font-size: 1rem;
}

.readalso a:hover {
  color: #2ba6cb;
}

.readalso h3 > a {
  font-size: 1.5rem;
}

.post-middle .readalso p {
  font-size: 1rem;
  color: #222;
}

div.readalso {
  min-height: auto;
  padding: 12px;
  margin: 0;
  margin-bottom: 25px;
  width: 99%;
  border: 1px solid #e8e8e8;
  display: inline-block;
}

.readalso .post {
  border-bottom: 0;
  padding: 0;
}

a:hover.tweetme {
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

a.tweetme {
  background-image: url(http://ecfr.eu/page/-/TwitterLogo_55acee.png?v=1469122737581);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 25px;
  color: #222;
  border-bottom: dotted 1px #222;
}

#post-yellow a:hover.tweetme {
  background-color: #fff8e5;
}

#post-green a:hover.tweetme {
  background-color: #e8f3d8;
}

#post-red a:hover.tweetme {
  background-color: #fee9e8;
}

#post-blue a:hover.tweetme {
  background-color: #e5f7fd;
}

#post-black a:hover.tweetme {
  background-color: #ccc;
}

#post-orange a:hover.tweetme {
  background-color: #fdf3e5;
}

#post-pink a:hover.tweetme {
  background-color: #fbe6f1;
}

#post-cities a:hover.tweetme {
  background-color: #d1dee7;
}

.full-w-download {
  border: solid 1px #d6d6d6;
  padding: 10px;
  width: 100%;
  margin: 2rem 0;
}

.full-w-download:hover img {
  outline: 5px dashed #d6d6d6;
  outline-offset: 5px;
  cursor: pointer;
}

.prepDownload .fa {
  font-size: 3rem;
  margin-right: 1rem;
}

th p {
  font-family: vag_rounded, sans-serif;
  /* text-transform: uppercase */
}

/* #post-red th {
color: #fff;
background-color: #ee2b2c;
font-size: 1.1em
}

#post-green th {
color: #fff;
background-color: #8dc63f;
font-size: 1.1em
}

#post-yellow th {
color: #fff;
background-color: #fdb813;
font-size: 1.1em
}

#post-blue th {
color: #fff;
background-color: #00ade8;
font-size: 1.1em
}

#post-orange th {
color: #fff;
background-color: #fc5004;
font-size: 1.1em;
}

#post-pink th {
color: #fff;
background-color: #d70c7a;
font-size: 1.1em
} */
table {
  border: none;
  border-collapse: collapse;
}

table thead {
  background: transparent;
  border-bottom: 2px solid #949494;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
  background: #f5f5f5 none repeat scroll 0 0;
}

.tablecompress p,
.tablecompress a,
.tablecompress li,
.tablecompress ul {
  font-size: 1em;
  line-height: 1.3em;
}

.tablecompress td {
  padding: 5px;
}

#dos table td,
#dos table th {
  height: 45px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  padding: 5px;
}

#dos .donors-blue td,
#dos .donors-blue th {
  background-color: #106aac;
}

#dos .donors-blue td p,
#dos .donors-blue th p {
  color: #fff;
}

#dos table {
  border-collapse: collapse;
}

.post {
  padding: 15px 0 5px;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  min-height: auto;
  clear: both;
  position: relative;
  width: 100%;
  float: left;
}

p.by a {
  text-decoration: underline;
}

.post h3 {
  font-size: 21px;
}

.post h3,
.post p {
  margin-bottom: 10px;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.image-yes > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.image-black {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

.post-featured-text-mini {
  z-index: 3334;
}

.image-black2 {
  -webkit-box-shadow: inset 0 -230px 60px -50px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -260px 60px -50px rgba(0, 0, 0, 0.6);
  background: none repeat scroll 0 0 transparent !important;
}

.home-featured-text {
  z-index: 1;
}

img.tw-handle-ico {
  width: auto;
}

img.tw-handle-ico:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: scale(1.05) rotate(0.3deg) translateX(0.5px) translateY(1px) skewX(0deg) skewY(0.5deg);
  -webkit-transform: scale(1.05) rotate(0.3deg) translateX(0.5px) translateY(1px) skewX(0deg) skewY(0.5deg);
  -o-transform: scale(1.05) rotate(0.3deg) translateX(0.5px) translateY(1px) skewX(0deg) skewY(0.5deg);
  -ms-transform: scale(1.05) rotate(0.3deg) translateX(0.5px) translateY(1px) skewX(0deg) skewY(0.5deg);
  transform: scale(1.05) rotate(0.3deg) translateX(0.5px) translateY(1px) skewX(0deg) skewY(0.5deg);
}

.post-image-yes a:hover {
  /* z-index: 9999; */
  /* -webkit-transition: color 300ms ease; */
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  /* transition: color 300ms ease; */
  /* text-shadow: 1px 0 1px grey; */
  text-decoration: underline;
}

.trending-block {
  /* margin-bottom: 1.25rem; */
  padding: 1.25rem;
  color: #000;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
  -moz-box-shadow: 0 1px 2px 0 #ccc;
  box-shadow: 0 1px 2px 0 #ccc;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  border-top: 5px solid gray;
  font-family: vag_rounded, sans-serif;
  padding-top: 0.5rem;
}

.trending-block.bg-green {
  background-color: #fff;
  border-top: 5px solid #8dc63f;
}

.trending-block.bg-red {
  background-color: #fff;
  border-top: 5px solid #ee2b2c;
}

.trending-block.bg-blue {
  background-color: #fff;
  border-top: 5px solid #00ade8;
}

.trending-block.bg-yellow {
  background-color: #fff;
  border-top: 5px solid #fdb813;
}

.trending-block.bg-orange {
  background-color: #fff;
  border-top: 5px solid #fc5004;
}

.trending-block.bg-pink {
  background-color: #fff;
  border-top: 5px solid #d70c7a;
}

.trending-block.bg-purple {
  background-color: #fff;
  border-top: 5px solid #5c2a54;
}

.trending-block .trending-block-top span.trending-block-top-text {
  color: gray;
}

.trending-block.bg-green .trending-block-top span.trending-block-top-text {
  color: #8dc63f;
}

.trending-block.bg-red .trending-block-top span.trending-block-top-text {
  color: #ee2b2c;
}

.trending-block.bg-blue .trending-block-top span.trending-block-top-text {
  color: #00ade8;
}

.trending-block.bg-yellow .trending-block-top span.trending-block-top-text {
  color: #fdb813;
}

.trending-block.bg-orange .trending-block-top span.trending-block-top-text {
  color: #fc5004;
}

.trending-block.bg-pink .trending-block-top span.trending-block-top-text {
  color: #d70c7a;
}

.trending-block.bg-purple .trending-block-top span.trending-block-top-text {
  color: #5c2a54;
}

.trending-block.bg-green .trending-block-top span.trending-block-top-text a {
  color: #8dc63f;
}

.trending-block.bg-red .trending-block-top span.trending-block-top-text a {
  color: #ee2b2c;
}

.trending-block.bg-blue .trending-block-top span.trending-block-top-text a {
  color: #00ade8;
}

.trending-block.bg-yellow .trending-block-top span.trending-block-top-text a {
  color: #fdb813;
}

.trending-block.bg-orange .trending-block-top span.trending-block-top-text a {
  color: #fc5004;
}

.trending-block.bg-pink .trending-block-top span.trending-block-top-text a {
  color: #d70c7a;
}

.trending-block.bg-purple .trending-block-top span.trending-block-top-text a {
  color: #5c2a54;
}

.trending-block-top-link {
  float: right;
}

.trending-block-info {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.9em;
  color: #000;
  min-height: 22px;
}

.trending-block-info a {
  color: #000;
  text-decoration: none;
  font-family: vag_rounded, sans-serif;
}

.trending-block h2 a,
.trending-block p {
  color: #000;
}

.trending-block-top {
  z-index: 4336;
  width: 100%;
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
}

.trending-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.trending-block-top-link img {
  width: auto;
  height: auto;
  position: relative;
}

.trending-block-content {
  z-index: 4338;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.trending-block-content p {
  font-family: vag_rounded, sans-serif;
}

.bg-green span.trending-block-top-text {
  color: #8dc63f;
}

.bg-red span.trending-block-top-text {
  color: #ee2b2c;
}

.bg-blue span.trending-block-top-text {
  color: #00ade8;
}

.bg-yellow span.trending-block-top-text {
  color: #fdb813;
}

.bg-orange span.trending-block-top-text {
  color: #fc5004;
}

.bg-pink span.trending-block-top-text {
  color: #d70c7a;
}

.bg-purple span.trending-block-top-text {
  color: #5c2a54;
}

.image-yes a,
.image-yes p,
.image-yes h2 a,
.image-yes .trending-block-info,
.image-yes span.trending-block-top-text {
  color: #fff;
}

.home-featured .bg-orange {
  background-color: #fc5004;
  border-top: 0;
}

.home-featured .bg-green {
  background-color: #8dc63f;
  border-top: 0;
}

.home-featured .bg-red {
  background-color: #ee2b2c;
  border-top: 0;
}

.home-featured .bg-blue {
  background-color: #00ade8;
  border-top: 0;
}

.home-featured .bg-yellow {
  background-color: #fdb813;
  border-top: 0;
}

.home-featured .bg-pink {
  background-color: #d70c7a;
  border-top: 0;
}

.home-featured .bg-purple {
  background-color: #5c2a54;
  border-top: 0;
}

.flarge-3 {
  width: 15%;
  margin-right: 1%;
}

.home-page-video {
  float: left;
  height: 60px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  display: block;
  top: -50px;
  position: relative;
}

.home-page-video img {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
  border-radius: 50%;
  height: 60px;
  opacity: 0.6;
  position: absolute;
  left: 40%;
  text-align: center;
  top: 40%;
  width: 60px;
}

.home-page-video img:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  opacity: 0.9;
}

.video-home {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2222;
}

.video-home a {
  left: 40%;
  position: absolute;
  top: 25%;
  color: #000;
}

.video-home a i {
  text-shadow: 1px 0 12px #fff;
}

.event1 h3 {
  width: 100%;
}

#event-page .trending-block {
  height: 300px;
}

#event-page .trending-block-text h2 {
  font-size: 2rem;
}

#event-page .trending-block-text h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.podcast-home-2018 ul {
  list-style-type: none;
  margin: 0;
}

.button-sidebar-group.new-multimedia {
  padding: 21px;
}

.button-sidebar-group.new-multimedia h5 {
  text-transform: uppercase;
  text-align: center;
}

.w30 {
  border: 1px solid #d6d6d6;
  padding: 5px;
  position: relative;
}

.w31 {
  padding: 5px;
}

.w31 a:hover {
  color: #fc5004 !important;
}

.podcasts-progs {
  margin-bottom: 1.2em;
}

.w32 {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  left: 0;
  padding: 16px 12px;
}

.w32 h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.w33 {
  border: 0;
  position: relative;
}

.w33 img {
  width: 100%;
}

.w32 h6 {
  color: #fff;
}

.pod-section {
  margin-bottom: 7px;
}

.green hr,
.green h5 {
  color: #8dc63f !important;
}

.red hr,
.red h5 {
  color: #ee2b2c !important;
}

.blue hr,
.blue h5 {
  color: #00ade8 !important;
}

.yellow hr {
  color: #fdb813 !important;
}

.orange hr,
.orange h5 {
  color: #fc5004 !important;
}

.green .w32:hover {
  background-color: #8dc63f;
}

.blue .w32:hover {
  background-color: #00ade8;
}

.red .w32:hover {
  background-color: #ee2b2c;
}

.yellow .w32:hover {
  background-color: #fdb813;
}

.orange .w32:hover {
  background-color: #fc5004;
}

.w32 h6 {
  font-size: 1.5rem;
  color: #fff;
}

.publications-section {
  margin-top: 20px;
  padding-top: 20px;
  float: left;
  display: inline;
  border-top: 1px solid #d8d8d8;
}

.publi-podcast {
  float: right;
  margin: 5px 0 25px 25px;
  padding: 7px;
  border: solid 1px #d9d9d9;
  width: 50%;
}

#post-green .publi-podcast {
  background-color: #8dc63f;
}

#post-red .publi-podcast {
  background-color: #ee2b2c;
}

#post-yellow .publi-podcast {
  background-color: #fdb813;
}

#post-orange .publi-podcast {
  background-color: #fc5004;
}

#post-blue .publi-podcast {
  background-color: #00ade8;
}

#post-pink .publi-podcast {
  background-color: #d70c7a;
}

.publi-podcast iframe {
  border: solid 2px #fff;
}

#myModal-share {
  width: 20%;
  margin-left: -10%;
  top: 40vh !important;
  padding: 40px;
}

#publication-2016 h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 120%;
}

#publication-2016 h2,
#publication-2016 .h2 {
  text-transform: uppercase;
  color: gray;
  line-height: 160%;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#publication-2016 h2#intro {
  margin-top: 0;
}

#publication-2016 .policy h2 {
  margin-top: 1rem;
}

#publication-2016 .post-middle h3 {
  margin-bottom: 16px;
}

#publication-2016 .post-middle h4 {
  line-height: 2;
  margin-bottom: 1.5rem;
}

#publication-2016 .publi-menu {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#publication-2016 .publi-info {
  min-height: 265px;
}

#publication-2016 .post-middle {
  border: 0;
  word-wrap: break-word;
}

#publication-2016 #post-green .post-top,
#publication-2016 #post-green div.policy {
  background-color: #e8f3d8;
}

#publication-2016 #post-yellow .post-top,
#publication-2016 #post-yellow div.policy {
  background-color: #fff8e5;
}

#publication-2016 #post-red .post-top,
#publication-2016 #post-red div.policy {
  background-color: #fee9e8;
}

#publication-2016 #post-blue .post-top,
#publication-2016 #post-blue div.policy {
  background-color: #e5f7fd;
}

#publication-2016 #post-pink .post-top,
#publication-2016 #post-pink div.policy {
  background-color: #fbe6f1;
}

#publication-2016 #post-orange .post-top,
#publication-2016 #post-orange div.policy {
  background-color: #fdf3e5;
}

#publication-2016 .post-top-bottom li {
  background-color: #fff;
  margin: 0;
  padding: 1rem;
  border: solid 1px #e9e9e9;
  font-family: vag_rounded, sans-serif;
}

#publication-2016 .post-top-bottom .download-buttons li:hover {
  background-color: #e9e9e9;
}

#publication-2016 .post-top-bottom li:hover i {
}

#publication-2016 .post-top-right .additional-block-2 {
  margin-bottom: 0;
  padding: 0;
}

.post-top-right-category {
  font-size: 1.2rem;
  width: 100%;
  float: left;
  margin: 11px 0 9px;
}

#publication-2016 #post-green .post-top-right-category {
  color: #a0a0a0;
}

#publication-2016 .post-top-left p {
  font-style: italic;
  font-size: 1rem;
}

#publication-2016 .post-top-left {
  width: 70%;
  margin-right: 5%;
}

#publication-2016 .post-top-right {
  width: 25%;
}

#publication-2016 div.policy {
  padding: 25px;
  padding-top: 5px;
  margin: 3rem 0;
}

#publication-2016 div.policy ul {
  list-style-type: square;
}

#publication-2016 div.policy li {
  margin: 12px 0;
  font-size: 1rem;
  line-height: 125%;
}

#publication-2016 .fixed-p {
  position: fixed;
  top: 0;
  left: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  right: auto;
  left: auto;
}

#publication-2016 .publi-fix {
  z-index: 9001;
  position: static;
  width: 355px;
}

#publication-2016 .publi-fixx {
  z-index: 9001;
  position: fixed;
  width: 355px;
}

#publication-2016 #share-button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

#publication-2016 button {
  margin-bottom: 0;
}

#publication-2016 .publi-footnotes {
  float: left;
  width: 100%;
  word-wrap: break-word;
}

#publication-2016 .publi-footnotes p,
#publication-2016 .publi-footnotes a {
  font-size: 0.9rem;
}

.side-note {
  background-color: #d6d6d6;
  padding: 1.5rem;
  margin: 0 1.5rem 1.5rem auto;
}

.side-note h3 {
  text-align: center;
  font-size: 1.4rem;
  font-family: vag_rounded_bold, sans-serif;
}

.side-note p,
.side-note li {
  font-size: 1rem;
  font-family: vag_rounded, sans-serif;
  line-height: 150%;
}

.side-note p.small-side-note {
  font-size: 0.85rem;
  line-height: 150%;
}

p.publi-type {
  color: grey;
  font-size: 0.9rem;
  margin-top: 5px;
  font-family: vag_rounded, sans-serif;
  /*! text-transform: uppercase; */
}

.list-content a {
  /* font-family: vag_rounded, sans-serif; */
}

aside .latest-post ul li {
  margin-bottom: -20px;
}

aside .related-post ul li {
  margin-bottom: -20px;
}

.programmes-top {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 0;
  padding: 1.25rem;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}

.programmes-middle {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 0;
  padding: 1.25rem;
  border-top: 0;
  width: 100%;
  /* min-height: 80vh */
}

.programmes-before-container-img {
  max-height: 150px;
  overflow: hidden;
}

.programmes-before-container-img img {
  width: 100%;
}

.prog-sub a {
  color: #1479CF;
}

#programmes-yellow hr {
  border: 2px solid;
  margin: 0;
  color: #fdb813;
}

#programmes-green hr {
  border: 2px solid;
  margin: 0;
  color: #8dc63f;
}

#programmes-red hr {
  border: 2px solid;
  margin: 0;
  color: #ee2b2c;
}

#programmes-purple hr {
  border: 2px solid;
  margin: 0;
  color: #5c2a54;
}

#programmes-blue hr {
  border: 2px solid;
  margin: 0;
  color: #00ade8;
}

#programmes-black hr {
  border: 2px solid;
  margin: 0;
  color: #000;
}

#programmes-pink hr {
  border: 2px solid;
  margin: 0;
  color: #d70c7a;
}

#programmes-orange hr {
  border: 2px solid;
  margin: 0;
  color: #fc5004;
}

#section-orange hr {
  border: 2px solid;
  margin: 0;
  color: #fc5004;
}

#programmes-yellow .post-featured-post {
  background-color: #fdb813;
}

#programmes-green .post-featured-post {
  background-color: #8dc63f;
}

#programmes-red .post-featured-post {
  background-color: #ee2b2c;
}

#programmes-blue .post-featured-post {
  background-color: #00ade8;
}

#programmes-black .post-featured-post {
  background-color: #000;
}

#programmes-pink .post-featured-post {
  background-color: #d70c7a;
}

#programmes-orange .post-featured-post {
  background-color: #fc5004;
}

#programmes-green .additional-block-2 {
  border-color: #8dc63f;
}

#programmes-green .post,
#programmes-green .post-publications {
  border-bottom: 2px solid #8dc63f;
}

#programmes-yellow .additional-block-2 {
  border-color: #fdb813;
}

#programmes-yellow .post,
#programmes-yellow .post-publications {
  border-bottom: 2px solid #fdb813;
}

#programmes-red .additional-block-2 {
  border-color: #ee2b2c;
}

#programmes-red .post,
#programmes-red .post-publications {
  border-bottom: 2px solid #ee2b2c;
}

#programmes-purple .additional-block-2 {
  border-color: #5c2a54;
}

#programmes-purple .post,
#programmes-purple .post-publications {
  border-bottom: 2px solid #5c2a54;
}

#programmes-blue .additional-block-2 {
  border-color: #00ade8;
}

#programmes-blue .post,
#programmes-blue .post-publications {
  border-bottom: 2px solid #00ade8;
}

#programmes-pink .additional-block-2 {
  border-color: #d70c7a;
}

#programmes-pink .post,
#programmes-pink .post-publications {
  border-bottom: 2px solid #d70c7a;
}

#programmes-orange .additional-block-2 {
  border-color: #fc5004;
}

#programmes-orange .post,
#programmes-orange .post-publications {
  border-bottom: 2px solid #fc5004;
}

#es_intro,
.es_intro {
  background-color: #fff;
  border-top: 5px solid #fdb813;
  padding: 1.25rem;
  padding-top: 0.5rem;
  min-height: auto;
  margin-bottom: 1.25rem;
  color: #000;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
  -moz-box-shadow: 0 1px 2px 0 #ccc;
  box-shadow: 0 1px 2px 0 #ccc;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  font-family: vag_rounded, sans-serif;
  font-size: 1.2rem;
}

.es_intro li {
  font-family: georgia, serif;
}

.es_video {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.es_video iframe {
  width: 100%;
  height: 300px;
}

.africa-menu-full {
  background-color: #5c2a54;
  width: 100%;
}

.asia-menu-full {
  background-color: #ee2b2c;
  width: 100%;
}

.mena-menu-full {
  background-color: #8dc63f;
  width: 100%;
}

.reinventing-menu-full {
  background-color: #fdb813;
  width: 100%;
}

.wider-menu-full {
  background-color: #00ade8;
  width: 100%;
}

.geoeconomics-menu-full {
  background-color: #d70c7a;
  width: 100%;
}

.events-menu-full {
  background-color: #fc5004;
  width: 100%;
}

.scorecard-menu-full {
  background-color: #000;
  width: 100%;
}

.mena-menu-full .top-bar,
.wider-menu-full .top-bar,
.asia-menu-full .top-bar,
.reinventing-menu-full .top-bar,
.scorecard-menu-full .top-bar,
.events-menu-full .top-bar {
  background-color: transparent;
}

#mena-menu .top-bar-section ul li > a {
  color: #fff;
  font-family: vag_rounded, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

#mena-menu li:not(.has-form) a:not(.button) {
  background: none repeat scroll 0 0 #8dc63f;
}

#wider-menu .top-bar-section ul li > a {
  color: #fff;
  font-family: vag_rounded, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

#wider-menu li:not(.has-form) a:not(.button) {
  background: none repeat scroll 0 0 #00ade8;
}

#asia-menu .top-bar-section ul li > a {
  color: #fff;
  font-family: vag_rounded, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

#asia-menu li:not(.has-form) a:not(.button) {
  background: none repeat scroll 0 0 #ee2b2c;
}

#reinventing-menu .top-bar-section ul li > a {
  color: #fff;
  font-family: vag_rounded, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

#reinventing-menu li:not(.has-form) a:not(.button) {
  background: none repeat scroll 0 0 #fdb813;
}

#geoeconomics-menu .top-bar-section ul li > a {
  color: #fff;
  font-family: vag_rounded, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

#geoeconomics-menu li:not(.has-form) a:not(.button) {
  background: none repeat scroll 0 0 #d70c7a;
}

#scorecard-menu .top-bar-section ul li > a {
  color: #fff;
  font-family: vag_rounded, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

#scorecard-menu li:not(.has-form) a:not(.button) {
  background: none repeat scroll 0 0 #000;
}

.top-bar-section ul li ul li:not(.has-form) a:not(.button) {
  line-height: 35px;
  font-size: 0.5rem;
}

.forum-type-img {
  max-height: 280px;
  width: 1181px;
  margin-left: 9px;
  margin-top: -90px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 30px;
}

.forum-type-txt {
  max-width: 540px;
  background-color: rgba(0, 0, 0, 0.6);
  float: right;
  padding: 0.5rem;
  position: absolute;
  top: 250px;
  left: 990px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 3px 3px 3px 3px;
}

.forum-type-txt p {
  font-family: vag_rounded, sans-serif;
  color: #fff;
}

.forum-type-txt a {
  color: #00ade8;
}

.staff-section-menu li {
  display: inline;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  border: solid 2px #fdb813;
  font-family: vag_rounded, sans-serif;
}

.experts-section-menu li {
  display: inline;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  border: solid 2px #fc5004;
  font-family: vag_rounded, sans-serif;
}

.staff-section-menu,
.experts-section-menu {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 30px;
}

nav.tabs {
  padding-bottom: 10px;
}

.tabs dd a,
.tabs .tab-title a {
  margin-right: 10px;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #000;
  color: #fff;
}

#programmes-yellow .tabs dd.active a,
#programmes-yellow .tabs .tab-title.active a {
  background-color: #fdb813;
}

#programmes-green .tabs dd.active a,
#programmes-green .tabs .tab-title.active a {
  background-color: #8dc63f;
}

#programmes-red .tabs dd.active a,
#programmes-red .tabs .tab-title.active a {
  background-color: #ee2b2c;
}

#programmes-blue .tabs dd.active a,
#programmes-blue .tabs .tab-title.active a {
  background-color: #00ade8;
}

#programmes-pink .tabs dd.active a,
#programmes-blue .tabs .tab-title.active a {
  background-color: #d70c7a;
}

#programmes-black .tabs dd.active a,
#programmes-black .tabs .tab-title.active a {
  background-color: #000;
}

#owl-carousel {
  margin-bottom: 10px;
}

#owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-carousel .caption {
  background-color: #000;
}

.card {
  background-color: #000;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.card_content {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 18px 1px;
  position: absolute;
  bottom: -145px;
  transition: all 0.5s ease;
}

.card_content p,
.card_content h2 {
  font-family: vag_rounded, sans-serif;
  color: #fff;
}

.card_content h2 a {
  color: #fff;
}

.card:hover .card_content {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
}

.card img {
  transition: all 0.5s ease;
  opacity: 0.8;
}

.card:hover img {
  opacity: 0.5;
  bottom: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.4);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#epower [class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 2.25rem;
}

div.cover {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

img.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}

#job-offer .series-top h3 {
  color: #fc5004;
}

.job-offer a {
  color: #fc5004;
}

#job-offer .tabs .tab-title {
  width: 50%;
}

#job-offer .tabs dd a,
#job-offer .tabs .tab-title a {
  padding: auto;
}

#job-offer .tabs dd > a,
#job-offer .tabs .tab-title > a {
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  color: #222;
  font-family: vag_rounded, sans-serif;
  font-size: 1.1rem;
}

#job-offer.tabs dd.active a,
#job-offer .tabs .tab-title.active a {
  background-color: #fff;
  color: #fc5004;
  border: 1px solid #fc5004;
}

#job-offer .content h1 {
  margin-bottom: 2.5rem;
}

.jobs-about-img {
  width: 100%;
  margin-bottom: 2.5rem;
}

.jobs-video {
  padding: 0.5rem;
  border: none;
}

.jobs-post p {
  margin-bottom: 0.5rem;
}

.jobs-post h3 {
  margin-bottom: 1.5rem;
}

.jobs-post h3 > a {
  color: #fc5004;
}

.jobs-post {
  margin-bottom: 1rem;
  padding: 1rem 0 1.5rem 0.5rem;
  background-color: #f5f5f5;
  overflow: auto;
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.jobs-last {
  border-bottom: 0;
}

.jobs-home-scroll {
  float: left;
  padding: 30px 0 10px;
  margin-top: 50px;
  border-top: solid 1px #fc5004;
  width: 100%;
}

.job-offer-top ul {
  list-style-type: none;
  margin-left: 0;
}

.job-offer-top h1 {
  margin-bottom: 1.5rem;
}

.job-offer-body ul {
  margin-left: 5%;
}

#job-offer .series-top h3 {
  color: #fc5004;
}

.job-offer hr {
  margin: 1.5rem 0;
}

.job-offer-top {
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.job-side div.post-featured-post {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

#job-offer .post-featured-text-mini h2 {
  font-size: 1.2rem;
}

.job-offer-bottom {
  margin-bottom: 45px;
}

.jobs-page-main button,
.jobs-page-main .button {
  border: solid 1px #fc5004;
  background-color: #fff;
}

.jobs-page-main button a {
  color: #fc5004;
}

#job-offer p.quotes {
  font-family: overlock, cursive;
  font-size: 1.5rem;
  line-height: 2rem;
}

#job-offer span.big-q {
  font-size: 2rem;
}

#job-offer p.quotes-author {
  font-family: vag_rounded_bold, sans-serif;
  font-size: 1.2rem;
}

#job-offer .quotes-area {
  padding: 3% 3% 3% 2%;
  margin: 3rem 0;
}

.jobs-page-left.desktoponly {
  float: left;
  width: 100%;
}

.jobs-latest {
  padding-top: 20px;
  float: left;
  padding-right: 10px;
  width: 100%;
}

.job-offer-apply-button button {
  float: right;
}

#debate-yellow .trending-block {
  border-top: 4px solid #fdb813;
}

#debate-green .trending-block {
  border-top: 4px solid #8dc63f;
}

#debate-red .trending-block {
  border-top: 4px solid #ee2b2c;
}

#debate-blue .trending-block {
  border-top: 4px solid #00ade8;
}

#debate-pink .trending-block {
  border-top: 4px solid #d70c7a;
}

#debate-orange .trending-block {
  border-top: 4px solid #fc5004;
}

#debate-green .trending-block-top span.trending-block-top-text {
  color: #8dc63f;
}

#debate-red .trending-block-top span.trending-block-top-text {
  color: #ee2b2c;
}

#debate-blue .trending-block-top span.trending-block-top-text {
  color: #00ade8;
}

#debate-yellow .trending-block-top span.trending-block-top-text {
  color: #fdb813;
}

#debate-pink .trending-block-top span.trending-block-top-text {
  border-top: 4px solid #d70c7a;
}

#debate-orange .trending-block-top span.trending-block-top-text {
  color: #fc5004;
}

.debate-title h1 {
  margin-left: 12px;
  margin-bottom: 36px;
}

#debate-green h2,
#debate-red h2,
#debate-blue h2,
#debate-yellow h2,
#debate-pink h2,
#debate-orange h2 {
  font-size: 1.6rem;
}

#debate-right .bg-green {
  background-color: #8dc63f;
  border-top: none;
}

#debate-right .bg-blue {
  background-color: #00ade8;
  border-top: none;
}

#debate-right .bg-red {
  background-color: #ee2b2c;
  border-top: none;
}

#debate-right .bg-yellow {
  background-color: #fdb813;
  border-top: none;
}

#debate-right .bg-pink {
  background-color: #d70c7a;
  border-top: none;
}

#debate-right .bg-orange {
  background-color: #fc5004;
  border-top: none;
}

#debate-right a {
  color: #fff;
}

#debate-right p {
  color: #fff;
}

.d-intro a {
  color: #1479CF;
}

.series-top {
  margin-left: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 22px;
}

.pic-debate {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.vfc-pic {
  float: left;
  width: 100%;
  height: 280px;
  margin-top: 5px;
}

#vfc .trending-block img {
  float: left;
  height: 270px;
  position: absolute;
  width: 100%;
  top: auto;
}

#vfc .trending-block {
  height: 620px;
}

.capital {
  text-transform: capitalize;
}

/* #debate-page .trending-block {
    height: 330px
} */

.publi-in-essay a {
  font-size: 1.1rem;
  color: #000;
}

.publi-in-essay a:hover {
  color: #2ba6cb;
}

.publi-in-essay h3 > a {
  font-size: 1.5rem;
}

.post-middle .publi-in-essay p {
  font-size: 1rem;
  color: #222;
}

div.publi-in-essay {
  min-height: auto;
  padding: 12px;
  margin: 0;
  margin-bottom: 25px;
  width: 99%;
  border: 1px solid #e8e8e8;
  display: inline-block;
}

.publi-in-essay .list-img-pub img {
  width: 85%;
}

#post-yellow .pic-debate,
#post-green .pic-debate,
#post-blue .pic-debate,
#post-orange .pic-debate,
#post-red .pic-debate,
#post-pink .pic-debate {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.h320 {
  height: 320px;
}

#about-program-red ul li,
#about-program-green ul li,
#about-program-blue ul li,
#about-program-yellow ul li {
  margin-bottom: -20px;
}

.about-program-text-2 a {
  color: #1479CF;
}

.panel-red,
.panel-green,
.panel-yellow,
.panel-blue,
.panel-pink {
  border-width: 0;
  margin-bottom: 1rem;
  padding: 0.5rem 1.25rem 0.1rem;
  border-bottom: 2px solid #000;
}

.panel-red {
  background-color: #ee2b2c;
}

.panel-green {
  background-color: #8dc63f;
}

.panel-yellow {
  background-color: #fdb813;
}

.panel-blue {
  background-color: #00ade8;
}

.panel-pink {
  background-color: #d70c7a;
}

.panel-red h2,
.panel-green h2,
.panel-yellow h2,
.panel-blue h2,
.panel-pink h2 {
  color: #fff;
  font-family: vag_rounded_bold, sans-serif;
}

.panel_home {
  background: none repeat scroll 0 0 #ccc;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0.1rem;
  padding: 0;
  height: auto;
}

.panel_home img {
  width: 100%;
}

#mp-menu img {
  margin-top: 20px;
  margin-left: 25px;
  margin-bottom: 15px;
}

#menu-button p {
  font-size: 1rem;
  font-family: vag_rounded, sans-serif;
}

#menu-button p a.menu-trigger {
  padding-top: 6px;
}

#about-program-red header h1,
#about-program-green header h1,
#about-program-blue header h1,
#about-program-yellow header h1 {
  margin: 0 0 0.7em;
}

.vag {
  font-family: vag_rounded, sans-serif;
}

.about-program-top {
  background-color: #fee6ca;
  border-top: 5px solid #000;
  position: relative;
}

.about-program-top-profile {
  background-color: #fff;
  width: 100%;
  position: relative;
  float: left;
}

.about-program-top-profile-img {
  width: 15%;
  float: left;
  position: relative;
}

.about-program-top-profile-text {
  width: 85%;
  float: left;
  position: relative;
}

.about-program-top-profile-text h3 {
  font-size: 1.2rem;
  font-family: vag_rounded_bold, sans-serif;
  color: #000;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.about-program-top-profile-text p {
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.simple-block-profile-text {
  padding: 0.7rem 1rem 0.6rem;
  position: relative;
  float: left;
}

.simple-block {
  padding: 1rem;
  position: relative;
  float: left;
}

.bg-orange-soft {
  background-color: #eee;
  width: 100%;
}

.about-program-middle {
  float: left;
  position: relative;
  width: 100%;
}

.about-program-middle-title {
  border-bottom: 2px solid #000;
  background-color: gray;
  padding: 0.5rem 0.8rem 0.4rem;
}

.about-program-middle .false-list {
  border-bottom: 1px solid #fff;
  padding: 0.6rem 1.25rem;
  width: 100%;
  font-family: vag_rounded, sans-serif;
}

.about-program-middle h4 {
  margin-bottom: 0;
  font-size: 1.1em;
  color: #fff;
}

p.about-program-text {
  font-family: vag_rounded, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 0 1rem 1rem;
  min-height: 140px;
}

.about-program-bottom {
  border-radius: 24px;
  margin-top: 1.25rem;
  padding: 1.25rem;
  float: left;
  position: relative;
  font-family: vag_rounded, sans-serif;
}

.about-program-bottom p {
  font-family: vag_rounded, sans-serif;
}

.about-program-bottom:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee transparent transparent;
  border-style: solid;
  border-width: 25px;
  top: 102%;
  content: " ";
  height: 0;
  left: 10%;
  margin-left: -9px;
  pointer-events: none;
  position: absolute;
  width: 0;
}

#about-program-col-right p {
  margin-bottom: 0;
}

p.big-text {
  font-size: 1.4rem;
}

p.padding {
  padding: 0.6rem 1.25rem;
}

.accordion .accordion-navigation .content,
.accordion dd .content {
  padding: 0;
}

.accordion .accordion-navigation a,
.accordion dd a {
  background-color: #000;
  display: block;
  padding: 0;
}

.accordion .accordion-navigation a:hover,
.accordion dd a:hover {
  background-color: #000;
}

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background-color: #000;
}

.accordion a h4 {
  text-align: center;
  width: 100%;
  color: #fff;
  padding-top: 0;
  margin-top: 0;
}

.accordion .accordion-navigation .bg-orange-soft a,
.accordion dd a {
  background-color: transparent;
  color: #000;
  color: #000 !important;
}

.reveal-modal {
  z-index: 9996;
}

.tw-handle-ico {
  width: auto;
}

.post-image-yes .image-black {
  z-index: 3333;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

.post-image-yes .image-black {
  -webkit-box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.6);
}

.post-image-yes {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.post-image-yes-left {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 70%;
  color: #fff;
  z-index: 3334;
}

.post-image-yes-right {
  position: absolute;
  bottom: 25px;
  right: 20px;
  width: 25%;
  color: #fff;
  z-index: 3334;
  text-align: right;
  left: auto;
}

.post-image-yes-left h1 {
  color: #fff;
}

.post-image-yes-right-category {
  font-size: 1.2rem;
}

.post-image-yes-right p {
  margin-top: 9px;
  font-style: italic;
}

.caption {
  /* position: absolute; */
  /* bottom: 1rem; */
  /* right: 20px; */
  color: #a0a0a0;
  /* z-index: 3334; */
  opacity: 0.8;
  text-align: right;
  font-size: 0.7rem;
}

.caption a {
  color: inherit;
  text-decoration: underline;
}

.caption .fa-camera {
  margin-right: 0.25rem;
}

.home-featured-image .image-black {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.post-image-yes .image-black {
  background: none repeat scroll 0 0 transparent;
}

.post-featured-post .image-black {
  background: none repeat scroll 0 0 transparent;
  -webkit-box-shadow: inset 0 -170px 60px -30px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -170px 60px -30px rgba(0, 0, 0, 0.6);
}

aside ul li div.post-featured-post {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.bg-black-mic {
  background: #000 url(https://www.ecfr.eu/page/-/mic2.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  border-top: 5px solid #fc5004;
}

.list-img img {
  margin-top: 8px;
}

.list-content {
  height: auto;
  position: relative;
}

#tabs .post {
  height: auto;
  clear: both;
  float: left;
  display: inline;
  width: 100%;
}

#epubimg a img {
  margin-top: 7px;
}

.epubimg a img {
  margin-top: 7px;
}

.button-sidebar-group {
  width: 100%;
}

.button-sidebar-group li a,
.button-sidebar-group a div,
.button-sidebar-group div a {
  padding: 0.6rem 0.8rem;
  display: block;
}

.button-sidebar-group div {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  /* text-align: center; */
  /* margin-bottom: .5rem; */
  /* padding: 0.6rem 0.8rem; */
  background-color: #fff;
  line-height: 150%;
}

.button-sidebar-group div a {
  font-family: vag_rounded, sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  display: block;
}

.button-sidebar-group.h320 div {
  padding: 1.3rem;
}

.directorImage {
  margin-bottom: 0.5rem;
  text-align: center;
  border: 1px solid #e8e8e8;
}

.directorImage img {
  width: 60%;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

div.directorImageButton {
  text-align: center;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

div.directorImageButton a {
  color: #fff;
}

.button-sidebar-group .chinainactive {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.button-sidebar-group .chinactive {
  background-color: #ee2b2c;
  color: #fff;
  border: 1px solid #ee2b2c;
}

.button-sidebar-group .widerinactive {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-position: 0 -200px;
}

.button-sidebar-group .wideractive {
  background-color: #00ade8;
  color: #fff;
  border: 1px solid #00ade8;
}

.button-sidebar-group .menainactive {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-position: 0 -400px;
}

.button-sidebar-group .menactive {
  background-color: #8dc63f;
  color: #fff;
  border: 1px solid #8dc63f;
}

.button-sidebar-group .reinventioninactive {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-position: 0 -600px;
}

.button-sidebar-group .reinventionactive {
  background-color: #fdb813;
  color: #fff;
  border: 1px solid #fdb813;
}

.button-sidebar-group .otherinactive {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-position: 0 -800px;
}

.button-sidebar-group .otheractive {
  background-color: gray;
  color: #fff;
  border: 1px solid gray;
}

.button-sidebar-group .geoeconomicsinactive {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.button-sidebar-group .geoeconomicsactive {
  background-color: #d70c7a;
  color: #fff;
  border: 1px solid #ee2b2c;
}

.button-sidebar-group .otherinactive {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-position: 0 -800px;
}

.button-sidebar-group .otheractive {
  background-color: gray;
  color: #fff;
  border: 1px solid gray;
}

.iran-no-active,
.israel-no-active,
.africa-no-active,
.syria-no-active {
  background-color: #fff;
  background-image: url(../img/button-sidebar-group.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-position: 0 -800px;
}

.iran-active,
.israel-active,
.africa-active,
.syria-active {
  background-color: gray;
  color: #fff;
  border: 1px solid gray;
}

.button-sidebar-group .iran-active,
.button-sidebar-group .israel-active,
.button-sidebar-group .africa-active,
.button-sidebar-group .syria-active {
  background-color: gray;
  color: #fff;
  border: 1px solid gray;
}

.last-press-release {
  border-bottom: 0 !important;
}

.offices-header {
  border-top: 5px solid #000;
  border-bottom: 2px solid #000;
}

.offices-header h2 {
  font-family: vag_rounded_bold, sans-serif;
  padding-top: 4px;
  margin-bottom: 3px;
}

.offices-image {
}

.offices-name {
  border-top: 5px solid #000;
  border-bottom: 2px solid #000;
  background-color: #8dc63f;
  color: #fff;
  padding: 0 1rem;
}

.offices-name h3 {
  color: #fff;
  font-size: 1.2rem;
  font-family: vag_rounded_bold, sans-serif;
  padding-top: 5px;
  margin-bottom: 0;
}

.offices-name h5 {
  color: #fff;
  font-size: 1rem;
}

.offices-text h5 {
  font-size: 1rem;
  font-family: vag_rounded_bold, sans-serif;
}

.offices-line {
  border-top: 2px solid #000;
  width: 100%;
}

.offices-text {
  background-color: #e5f1d5;
  padding: 1rem;
}

.offices-text p {
  font-size: 0.8rem;
  line-height: 1.3;
  font-family: vag_rounded, sans-serif;
}

#offices ul li {
  padding-bottom: 0;
}

.additional-block-accordion {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #fff;
  min-height: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
}

.additional-block-accordion ul.accordion {
  margin-left: 0;
  color: #000;
  list-style-type: none;
}

.additional-block-accordion ul.accordion ul li {
  margin-left: 0;
  color: #000;
  list-style-type: none;
}

.additional-block-accordion ul.accordion dl {
  margin-bottom: 0;
}

.additional-block-accordion .accordion-navigation a {
  background-color: transparent;
}

.additional-block-accordion .accordion-navigation a:hover {
  background-color: transparent;
}

.additional-block-accordion .accordion .accordion-navigation.active a,
.accordion dd.active > a {
  background: 0 0;
}

.additional-block-accordion .accordion .accordion-navigation a,
.accordion dd > a {
  padding: 0;
}

.additional-block-accordion .additional-block-accordion {
  min-height: 0;
}

.additional-block-accordion .accordion a:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #888 transparent transparent;
  border-image: none;
  border-right: 5px inset transparent;
  border-style: solid inset inset;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  margin-top: -30px;
  top: 22.5px;
  width: 0;
  float: right;
}

.additional-block-accordion ul.accordion li ul {
  margin-left: 0;
  color: #000;
  list-style-type: none;
}

#panel1c,
#panel2c,
#panel3c,
#panel4c {
  margin-top: 1.25rem;
}

#panel1c .active,
#panel2c .active,
#panel3c .active,
#panel4c .active {
  background-color: transparent;
}

#panel1c,
#panel2c,
#panel3c,
#panel4c {
  background-color: transparent;
}

#panel1c ul li {
  margin-left: 0;
  color: #000;
  list-style-type: none;
}

#panel1c ul li a {
  margin-left: 0;
  color: #000;
  list-style-type: none;
}

#panel1c .menactive {
  color: #000;
}

#panel1c .reinventionactive {
  color: #000;
}

#panel1c .wideractive {
  color: #000;
}

#panel1c .chinactive {
  color: #000;
}

#panel1c.chinactive a,
#panel1c.menactive a,
#panel1c.active a {
  color: #000;
}

#panel1c a:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent;
  border-image: none;
  border-right: 0 inset transparent;
  border-style: solid inset inset;
  border-width: 0;
  content: "";
  display: block;
  height: 0;
  margin-top: -30px;
  top: 22.5px;
  width: 0;
  float: right;
}

.panel_home {
  -webkit-box-shadow: 0 0 0 0 #ccc;
  -moz-box-shadow: 0 0 0 0 #ccc;
  box-shadow: 0 0 0 0 #ccc;
}

.news_side {
  border: 0 solid #f4f4f4;
  margin-bottom: 7px;
  padding: 10px;
  background-color: #e8e8e8;
}

.trending-block-text {
  background: none repeat scroll 0% 0%;
  padding: 5px;
  margin-top: 30px;
}

.profile {
}

.profile-top {
  float: left;
  clear: both;
  display: inline;
}

.profile-description {
  margin-top: 20px;
  padding-top: 20px;
  float: left;
  display: inline;
  border-top: 1px solid #d8d8d8;
}

.profile-img {
  width: 30%;
  float: left;
  height: auto;
  display: inline;
}

.profile-img img {
  border: 1px solid #d8d8d8;
  padding: 10px;
  margin-top: 10px;
}

.profile-info {
  width: 70%;
  float: left;
  height: auto;
  display: inline;
}

.profile-info-text {
  padding-left: 20px;
}

.box {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  float: left;
  display: inline;
}

.profile-latest {
  width: 100%;
  float: left;
  display: inline;
}

.nav-one {
  margin-left: 0;
}

.profiletab {
  margin-top: 43px;
}

.image-yes .trending-top-event {
  color: #fff;
}

.trending-top-event {
  font-size: 1.1rem;
}

.event-hpb h2 {
  font-size: 1.8rem;
}

#event-page span.trending-block-top-text.trending-top-event,
#event-page span.trending-block-top-text.trending-top-event a {
  color: #000;
}

.image-yes span.trending-block-top-text.trending-block-top-text-pic.trending-top-event {
  color: #fff;
}

#event-page .image-yes span.trending-block-top-text.trending-block-top-text-pic.trending-top-event a {
  color: #fff;
}

#event-page .image-yes span.trending-block-top-text.trending-block-top-text-pic.trending-top-event {
  color: #fff;
}

#event-page h3 {
  font-size: 1.6875rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.events-side h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  text-align: center;
}

img.highlight-icon {
  width: 45px;
}

.event_archive_image {
  padding: 0.2rem;
  float: left;
  min-height: 150px;
}

.event_archive_image img.highlight-icon {
  width: 75%;
  margin: 0;
}

li.twitter-li {
  width: 60px;
  overflow: hidden;
}

.print-b a {
  border: 1px solid;
  color: grey;
  padding: 0 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

li.print-b {
  margin-top: -3px;
  margin-left: -25px;
  font-family: vag_rounded, sans-serif;
}

.share_lang {
  margin-top: -3px;
  margin-left: 5px;
  color: grey;
}

.header-bottom #about-menu.top-bar :nth-of-type(1) a {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(2) a {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(3) a {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(4) a {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(5) a {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(1) a:hover {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(2) a:hover {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(3) a:hover {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(4) a:hover {
  color: #000;
}

.header-bottom #about-menu.top-bar :nth-of-type(5) a:hover {
  color: #000;
}

.header-bottom #about-menu.top-bar.expanded .title-area {
  background: #fff;
  color: #000;
}

.header-bottom #about-menu.top-bar .toggle-topbar.menu-icon a {
  color: #000;
  font-family: vag_rounded, sans-serif;
}

.header-bottom #about-menu.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.header-bottom #about-menu.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.header-bottom #about-menu.top-bar li:nth-of-type(1).select {
  background: #000;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom #about-menu.top-bar li:nth-of-type(1).select a {
  color: #fff;
}

.header-bottom #about-menu.top-bar li:nth-of-type(2).select {
  background: #000;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom #about-menu.top-bar li:nth-of-type(2).select a {
  color: #fff;
}

.header-bottom #about-menu.top-bar li:nth-of-type(3).select {
  background: #fc5004;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom #about-menu.top-bar li:nth-of-type(3).select a {
  color: #fff;
}

.header-bottom #about-menu.top-bar li:nth-of-type(4).select {
  background: #000;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom #about-menu.top-bar li:nth-of-type(4).select a {
  color: #fff;
}

.header-bottom #about-menu.top-bar li:nth-of-type(5).select {
  background: #000;
  color: #fff;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}

.header-bottom #about-menu.top-bar li:nth-of-type(5).select a {
  color: #fff;
}

#programmes p.about-program-text-2 {
  font-family: vag_rounded, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1rem 1rem;
}

.programmes-before-container-title {
  margin-top: -50px;
  margin-bottom: 18px;
}

.programmes-before-container-title span {
  color: #fff;
  font-family: vag_rounded_bold, sans-serif;
  font-size: 2rem;
}

.programmes-before-container-img {
  background-color: #000;
  clear: both;
  height: 100%;
  width: 100%;
}

.programmes-before-container-img img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.menu-full h1,
.mena-menu-full h1,
.asia-menu-full h1,
.reinventing-menu-full h1,
.wider-menu-full h1,
.events-menu-full h1,
.mena-menu-full h2,
.asia-menu-full h2,
.reinventing-menu-full h2,
.wider-menu-full h2,
.events-menu-full h2 {
  padding-top: 20px;
  font-family: vag_rounded_bold, sans-serif;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.menu-full h1 a {
  color: inherit;
}

.events-menu-full a {
  color: #fff;
}

.mena-menu-full h2 span,
.asia-menu-full h2 span,
.reinventing-menu-full h2 span,
.wider-menu-full h2 span,
.events-menu-full h2 span {
  font-size: 1.5rem;
}

.minh900 {
  min-height: 900px;
}

a img.logo {
  width: 200px;
}

.title-programmes .top-bar .toggle-topbar {
  display: list-item;
}

#header-bottom-projects ul {
  margin-left: 0%;
  display: block;
  width: 100%;
}

#header-bottom-projects h4 {
  text-decoration: underline;
  margin-top: 1rem;
}

#header-bottom-projects ul.projects li a {
  color: #000 !important;
  font-family: vag_rounded, sans-serif;
}

#header-bottom-projects .top-bar-section li:not(.has-form) a:not(.button) {
  padding-left: 0;
}

.expand-menu-projects {
  background: #fff;
  color: #000;
  font-family: vag_rounded_bold, sans-serif;
  font-size: 1.1em;
  letter-spacing: 0.4px;
}

.supporters-li {
  padding-bottom: 10px;
  margin-bottom: 0;
  height: 220px;
  border: 1px solid #ddd;
  text-align: center;
}

.supporters-li img {
  margin-top: 30px;
}

.supporters-li h5 {
  margin-top: 25px;
  font-size: 1rem;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.f14 {
  font-size: 14px;
}

.issues-block {
  margin-bottom: 20px;
  padding: 60px 0 50px;
}

.issues-block img {
  position: absolute;
  right: 25px;
  top: 15px;
}

.issues-block h2 {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: vag_rounded_bold, sans-serif;
}

.issues-block.red {
  background-color: #ee2b2c;
}

.issues-block.green {
  background-color: #8dc63f;
}

.issues-block.yellow {
  background-color: #fdb813;
}

.issues-block.blue {
  background-color: #00ade8;
}

.issues-block.black {
  background-color: #000;
}

.issues-block.orange {
  background-color: #fc5004;
}

.issues-block.pink {
  background-color: #d70c7a;
}

.bigAlert {
  padding: 120px 0;
}

.bigAlert i {
  font-size: 12em;
  color: silver;
  text-align: center;
}

.bigAlert .centered {
  text-align: center;
}

.bigAlert a {
  text-decoration: underline;
}

ul.pagination {
  font-family: vag_rounded, sans-serif;
}

ul.pagination li a,
ul.pagination li button {
  background: none repeat scroll 0 0 transparent;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: 0.2rem 0.1rem;
  transition: background-color 300ms ease-out 0s;
  text-align: center;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  cursor: default;
  font-weight: 700;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: 0 0;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  font-weight: 700;
  cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
  background: #000;
}

ul.pagination li + li {
  margin-left: 0.5rem;
}

ul.pagination li a {
  height: auto;
}

.margin-top-30 {
  margin-top: 30px;
}

.staff {
  float: left;
  width: 100%;
}

.trending-block-text-2 {
  background: none repeat scroll 0 0 transparent;
  margin-top: 30px;
  padding: 5px;
}

.tabs-isis ul {
  width: 100%;
  float: left;
  margin-left: -3px;
  margin-top: 5px;
}

.tabs-isis ul li {
  float: left;
  display: inline;
  list-style-type: none;
}

.tabs-isis ul li a {
  float: left;
  background-color: #fff;
  border: 1px solid teal;
  color: teal;
  display: block;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.tabs-isis ul.full {
  width: 100%;
  float: left;
  margin-left: -3px;
  margin-top: 5px;
}

.tabs-isis ul.full li a {
  width: 100%;
  float: left;
  display: inline;
  background-color: #fff;
  border: 1px solid teal;
  color: teal;
  display: block;
  padding: 5px;
  text-align: center;
}

.newsletter-signup {
  margin-top: 5px;
}

.newsletter-signup input {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 55px 0 0 55px;
  color: #000;
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  width: 80%;
  box-shadow: none;
  border-right: 0;
  /*! font-style: italic; */
}

.newsletter-signup input:focus {
  background: #fff;
  border-color: #e9e9e9;
  color: #000;
  outline: none;
  box-shadow: none;
}

.newsletter-signup button {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0 55px 55px 0;
  color: #000;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20%;
  border-left: 0;
}

.newsletter-signup button:hover,
.newsletter-signup button:focus {
  background: #000;
  color: #fff;
  outline: none;
}

.newsletter-signup button:active {
  background: #000;
  top: 1px;
}

.newsletter-signup i {
  float: right;
  margin-right: 20px;
}

.newsletter-block h2 {
  font-family: vag_rounded, sans-serif;
  font-size: 1.3em;
}

.newsletter-block p {
  font-size: 0.9em;
}

#syria p {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 1em;
}

#syria {
  background: #fff;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 30px;
  margin: 0 0 15px;
  border: 1px solid #e9e9e9;
  float: left;
}

.profile-description a {
  color: #1479CF;
  font-size: 1.05rem;
  line-height: inherit;
  text-decoration: none;
}

.pagination-block {
  margin-top: 20px;
  float: left;
}

.epub_img_big {
  width: 268px;
  margin: 0 1px 15px;
  float: left;
  border: 1px solid #e8e8e8;
  padding: 4px;
}

.epub_img_small {
  height: 160px;
  margin: 5px 10px 5px 1px;
  float: left;
  border: 1px solid #e8e8e8;
  padding: 4px;
}

.epub_img_small_index {
  height: 160px;
  margin: 5px 5px 5px 10px;
  float: left;
  border: 1px solid #e8e8e8;
  padding: 4px;
}

.light-grey-box {
  background-color: #e3e3e3;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.light-orange-box {
  background-color: #ffe2d6;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.trending-block {
  height: 257px;
}

@media print {
  @page {
    margin: 1.5cm;
  }

  body {
    font: 12pt Georgia, times new roman, Times, serif;
    line-height: 1.3;
  }

  .footer,
  .social-list,
  aside,
  #disqus_thread,
  .header-bottom,
  .top-bar,
  .header-top,
  .post-bottom,
  #councilcountries,
  .blacktab.nav,
  .post-top-bottom,
  #_hj_feedback_container,
  #_hjRemoteVarsFrame,
  ._hj-widget-container,
  .sidebar-fix {
    display: none !important;
  }

  article h1 {
    margin: 1rem 0 !important;
  }

  .post-middle {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .post-middle p,
  .post-middle li {
    font-size: 1rem;
    line-height: 160%;
  }

  .post-middle a {
    font-size: inherit;
  }

  .post-middle p,
  .post-middle li {
    margin-bottom: 1rem;
  }

  #publication-2016 h2,
  #publication-2016 h2#intro {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  #councilmembers p,
  #councilmembers li {
    font-size: 13px;
    margin: 0;
  }

  .list-wrap {
    height: auto !important;
  }

  .caption {
    display: none;
  }

  .post-image-yes {
    clear: both;
    position: relative;
    width: 100%;
    float: left;
    min-height: 160px;
  }

  .post-image-yes img {
    clear: both;
    position: relative;
    width: 100%;
    float: left;
    display: none;
  }

  .post-image-yes-left {
    position: relative;
    width: 70%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    overflow: hidden;
  }

  .post-image-yes-right {
    clear: both;
    position: absolute;
    width: 30%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    top: 15px;
    overflow: hidden;
  }

  .post-top-bottom {
    display: none;
  }

  .article-Body-bottom {
    display: none;
  }

  blockquote {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 1.25rem !important;
  }

  .logo {
    display: block !important;
  }

  .trending-block-top-link img {
    display: none;
  }

  .additional-block {
    display: none;
  }

  .additional-block-white {
    display: none;
  }

  .home-bottom-blocks {
    display: none;
  }

  #home-blocks .image-yes img,
  #home-blocks-2 .image-yes img {
    display: none;
  }

  #home-featured img {
    opacity: 0;
  }

  #home-featured .post-featured-text-mini {
    height: auto;
    width: 100%;
    display: inline-block;
  }

  #expressionengine_template_debug {
    display: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href]:after {
    content: none !important;
  }

  a {
    text-decoration: none;
  }

  a:link {
    text-decoration: none;
  }

  .scorecard_right {
    display: none;
  }

  #sc_compare {
    display: none;
  }

  .scorecard-social {
    display: none;
  }

  .publi-fix,
  .fix-menu {
    display: none;
  }

  iframe {
    display: none;
  }

  [data-magellan-expedition],
  [data-magellan-expedition-clone] {
    display: none;
  }

  .geo-right,
  .yemen-audio,
  #downloads {
    display: none;
  }

  #contentcookie,
  .read-more-line {
    display: none;
  }

  article.container {
    border-top: none;
  }

  a[name^="_ftnref"] {
    font-size: smaller;
    position: relative;
    top: -0.5em;
  }

  .post-image-yes-left {
    left: 0 !important;
  }

  .post-image-yes-right {
    width: auto;
    right: 0 !important;
  }
}

.epub_img_side {
  border: 1px solid #e8e8e8;
  float: left;
  margin: 5px 10px 5px 1px;
  padding: 4px;
  width: 100%;
}

.council p {
  font-family: vag_rounded, sans-serif;
}

.council ul li {
  font-family: vag_rounded, sans-serif;
}

#section-orange hr {
  border: 2px solid;
  margin: 0;
  color: #fc5004;
}

#section-orange .post-featured-post {
  background-color: #fc5004;
}

#section-orange .additional-block-2 {
  border-color: #fc5004;
}

#section-orange .post,
#section-orange .post-publications {
  border-bottom: 2px solid #fc5004;
}

#section-orange .tabs dd.active a,
#section-orange .tabs .tab-title.active a {
  background-color: #fc5004;
}

#mapa {
  position: relative;
  padding-bottom: 87%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.contenedor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contenedor object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contenedor embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-featured-text {
  bottom: 0;
}

.home-featured-text p {
  font-style: normal;
}

.visible-mobile p {
  font-style: italic;
}

article table tr th,
article table tr td {
  /* color: #222; */
  /* font-size: .875rem; */
  /* padding: 0; */
  text-align: left;
  background-color: transparent;
  vertical-align: top;
}

article table tr td > * {
  font-size: inherit !important;
  line-height: 160% !important;
}

article table tr td p:last-child,
table tr th p:last-child {
  margin-bottom: 0;
}

.image-yes p {
  text-shadow: 3px 4px 3px #050505;
}

.image-yes h2 {
  text-shadow: 3px 1px 3px #050505;
}

.home-featured h2 {
  text-shadow: 3px 1px 3px #050505;
}

.trending-block-top-text-pic {
  text-shadow: 1px 1px 1px #050505;
}

.image-black {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.post-featured-post .image-yes .image-black {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

.trending-block-info {
  color: #000;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.8rem;
}

.trending-block.bg-green a:hover,
.bg-green p:hover {
  color: #8dc63f;
}

.trending-block.bg-yellow a:hover,
.bg-yellow p:hover {
  color: #fdb813;
}

.trending-block.bg-red a:hover,
.bg-red p:hover {
  color: #ee2b2c;
}

.trending-block.bg-blue a:hover,
.bg-blue p:hover {
  color: #00ade8;
}

.trending-block.bg-orange a:hover,
.bg-orange p:hover {
  color: #fc5004;
}

.trending-block.bg-pink a:hover,
.bg-pink p:hover {
  color: #d70c7a;
}

.trending-block.image-yes p:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

.readall {
  float: right;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 2rem;
}

.readall a {
  float: right;
  padding: 8px 17px 7px;
  text-align: center;
  background-color: #106aac !important;
  color: #fff !important;
  font-family: vag_rounded, sans-serif !important;
  letter-spacing: 0.5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.readall a:hover {
  color: #fff;
  background-color: #005795;
}

.cities-blue .readall a:hover {
  color: #fff;
  background-color: #005795;
}

.hide {
  /* position: absolute; */
  /* top: -9999px; */
  /* left: -9999px */
}

#tabs h1 {
  color: #222;
}

#tabs ul {
  list-style: none;
  margin-left: 0;
}

#tabs .nav {
  overflow: hidden;
}

#tabs .nav li,
#tabs .nav2 li {
  float: left;
  margin: 0 10px 0 0;
  font-size: 1.2em;
  font-family: vag_rounded, sans-serif;
  margin: 0 5px 10px;
  font-size: 1em;
  color: #222;
  border: 0;
}

#tabs .nav li a,
#tabs .nav2 li {
  display: block;
  padding: 6px 25px 5px;
  text-align: center;
  border: 0;
  background-color: #efefef;
}

#tabs .nav li.last {
  margin-right: 0;
}

#tabs .nav li a:hover {
  background: #e6e6e6;
}

#tabs .chinatab li a.current,
#tabs .chinatab li a.current:hover {
  background-color: #ee2b2c;
  color: #fff;
}

#tabs .africatab li a.current,
#tabs .africatab li a.current:hover {
  background-color: #5c2a54;
  color: #fff;
}

#tabs .profiletab li a.current,
#tabs .profiletab li a.current:hover {
  background-color: #fc5004;
  color: #fff;
}

#tabs .widertab li a.current,
#tabs .widertab li a.current:hover {
  background-color: #00ade8;
  color: #fff;
}

#tabs .menatab li a.current,
#tabs .menatab li a.current:hover {
  background-color: #8dc63f;
  color: #fff;
}

#tabs .refugtab li a.current,
#tabs .refugtab li a.current:hover {
  background-color: #fc5004;
  color: #fff;
}

#tabs .reinventiontab li a.current,
#tabs .reinventiontab li a.current:hover {
  background-color: #fdb813;
  color: #fff;
}

#tabs .geoeconomicstab li a.current,
#tabs .geoeconomicstab li a.current:hover {
  background-color: #d70c7a;
  color: #fff;
}

#tabs .blacktab li a.current,
#tabs .blacktab li a.current:hover {
  background-color: #000;
  color: #fff;
}

#tabs .syria li a.current,
#tabs .syria li a.current:hover {
  background-color: teal !important;
  color: #fff !important;
}

#tabs .syria {
  overflow: hidden;
}

#tabs .syria li {
  width: 150px;
  float: left;
  margin: 2px 2px 15px;
  font-size: 1.3em;
  height: 15px;
}

#tabs .syria li.last {
  margin-right: 0;
}

#tabs .syria li a {
  display: block;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
  border: 0;
  background-color: #fff;
  color: teal;
  border: solid 1px teal;
}

#tabs .syriablog li a {
  background-color: #fff;
  color: #e9e9e9;
  border: solid 1px #e9e9e9;
  width: 600px;
}

#tabs2 {
  background: #fff;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 30px;
  margin: 0 0 15px;
  border: 1px solid #e9e9e9;
}

#tabs2 h1 {
  color: #6a747c;
  font-size: 21px;
}

#tabs2 ul {
  list-style: none;
  margin-left: 0;
}

#tabs2 .nav {
  overflow: hidden;
}

#tabs2 .nav li {
  width: 120px;
  float: left;
  margin: 0 10px 0 0;
  font-size: 1.3em;
}

#tabs2 .nav li.last {
  margin-right: 0;
}

#tabs2 .nav li a {
  display: block;
  padding: 5px;
  color: #fff;
  text-align: center;
  border: 0;
}

#tabs2 .sectab li a {
  background-color: teal;
}

#tabs2 li a.current,
#tabs2 li a.current:hover {
  background-color: #eee !important;
  color: #000;
}

#tabs2 .nav li a:hover,
#tabs2 .nav li a:focus {
  background: #999;
}

.scroll-about {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center */
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding-left: 1rem;
  padding-right: 1rem;
}

.scroll-about-text {
  /* padding: 5px 5%; */
  /* max-width: 900px; */
}

#about-ecfr h2,
#about-ecfr h3 {
  font-family: vag_rounded_bold, sans-serif;
}

#about-ecfr h2 {
  font-size: 1.8rem;
  text-align: center;
}

#about-ecfr h3 {
  font-size: 1.5rem;
}

#about-ecfr hr {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  border: solid 2px #fc5004;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.scroll-about p,
.scroll-about li {
  font-family: georgia, serif;
  font-size: 1.2rem;
}

.scroll-about a {
  color: #1479CF;
  /* font-family: vag_rounded_bold, sans-serif; */
}

.scroll-about h1 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
  font-family: vag_rounded_bold, sans-serif;
}

#about-ecfr {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-top: 3rem;
}

#about-ecfr img {
  margin-bottom: 2rem;
}

#about-ecfr .approach {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.scroll-about section {
  width: 50%;
  border-bottom: dashed 2px #d2d2d2;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.scroll-about section:last-of-type {
  border-bottom: 0;
}

.new-about-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-explore {
  width: 100%;
}

.about-explore ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.about-explore li {
  text-transform: uppercase;
  font-family: vag_rounded, sans-serif;
  height: 180px;
}

.about-explore li > div {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#programmes h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: vag_rounded_bold, sans-serif;
}

#offices iframe {
  border: solid 1px #e9e9e9;
  margin-bottom: 1.5rem;
}

#about-council img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 3.5rem;
}

#about-council h2 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

#arrow-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.city-links a {
  color: #106aac;
}

.city-links .aside-button-cities a {
  color: #000;
}

header.cities .header-middle {
  background-color: #106aac;
  padding-bottom: 10px;
}

header.cities .header-middle h2 {
  color: #fff;
  margin-top: 40px;
}

header.cities .header-top ul {
  margin-bottom: 0;
}

header.cities .header-top .right {
  margin-top: 10px;
}

header.cities .header-bottom {
  border-top: 0;
  padding-bottom: 8px;
  margin-top: 0;
  clear: both;
}

header.cities .header-bottom .top-bar ul {
  margin-left: 0%;
}

header.cities .header-bottom .top-bar {
  margin-left: 0;
  padding-left: 0;
}

header.cities .header-bottom .top-bar-section li:not(.has-form) a:not(.button) {
  background: #fff;
  color: #000;
  font-family: vag_rounded_bold, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

header.cities .header-bottom .top-bar.expanded .title-area {
  background: #fff;
  color: #000;
}

header.cities .header-bottom .top-bar .toggle-topbar.menu-icon a {
  color: #000;
  font-family: vag_rounded, sans-serif;
}

header.cities .header-bottom .top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #fff;
}

header.cities .header-bottom .top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #fff;
}

header.cities .header-bottom .top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}

header.cities .header-bottom .top-bar-section .has-dropdown > a:after {
  border-color: transparent transparent transparent;
}

header.cities .header-bottom .top-bar-section ul.dropdown {
  padding: 5px 0;
  text-align: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
  box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
  z-index: 9999;
  left: -15px;
}

header.cities .header-bottom .top-bar-section ul.dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 9px;
  margin-left: -9px;
}

header.cities .header-bottom .top-bar-section ul.dropdown li a {
  background: #fff;
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 30px;
}

header.cities .header-bottom .top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: #106aac;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

header.cities .header-bottom .top-bar-section ul.dropdown li:not(.has-form) a:hover:not(.button) {
  background: #106aac;
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

header.cities .header-bottom .top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
  font-size: 0.9rem;
}

header.cities .header-bottom .top-bar-section ul.dropdown {
  margin-left: -75px;
}

header.cities .header-bottom .top-bar-section ul.dropdown.droppubli {
  margin-left: -40px;
}

header.cities .header-bottom .top-bar-section ul.dropdown.dropevents {
  margin-left: -7px;
}

header.cities .header-bottom .top-bar-section ul.dropdown.dropabout {
  margin-left: -35px;
}

.citi-recomend {
  margin-bottom: 1.25rem;
}

.citi-follow {
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 1.25rem 1.25rem 1rem;
}

.citi-subscribe {
  margin-bottom: 1.25rem;
}

.citi-infobox-container {
  float: right;
}

table.social-icons {
  border: 0;
}

table.social-icons td {
  padding-right: 5px;
}

table.social-icons img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 50px;
  height: 50px;
}

.cities-blue hr {
  border: 2px solid;
  margin: 0;
  color: #106aac;
}

.cities-blue .trending-block {
  background-color: #fff;
  border-top: 5px solid #106aac;
}

.cities-blue #tabs li a.current,
#tabs li a.current:hover {
  background-color: #106aac;
  color: #fff;
}

.cities-blue .citi-info {
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 1rem;
}

.cities-blue .trending-block .trending-block-top span.trending-block-top-text {
  color: #106aac;
}

.cities-blue .image-yes .trending-block-top span.trending-block-top-text {
  color: #fff;
}

.cities-blue .trending-block .trending-block-top h2 a:hover {
  color: #106aac;
}

.cities-blue a:hover {
  color: #106aac;
}

.cities-blue .citi-info {
  font-family: vag_rounded, sans-serif;
}

.cities-blue .citi-info p {
  font-family: vag_rounded, sans-serif;
}

.cities-blue .citi-info a {
  font-family: vag_rounded, sans-serif;
  color: #106aac;
}

.cities-blue .additional-block-2 {
  border-color: #106aac;
}

.cities-blue .bg-grey {
  border-color: #fc5004;
}

.cities-blue .bg-grey h2 {
  color: #fc5004;
}

.cities-blue .bg-grey a {
  color: #fc5004;
}

.cities-blue .bg-grey a:hover {
  color: #fc5004;
}

header.cities .header-bottom .top-bar-section li.language-on:not(.has-form) a:not(.button) {
  background-color: #d2e4ec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

header.cities .header-bottom .top-bar-section li.language-on:not(.has-form) a:hover:not(.button) {
  color: #106aac;
}

div.partners {
  margin-top: 25px;
  float: left;
  width: 100%;
}

div.partners ul {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0;
}

div.partners ul li {
  margin-top: 6px;
}

.aside-block-cities {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}

.aside-block-cities-top {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
  min-height: 8.125em;
  padding: 1.25rem;
  border: 1px solid #d8d8d8;
}

.aside-button-cities {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.5rem;
  text-align: left;
  width: 100%;
}

.aside-button-cities a {
  width: 100%;
  font-family: vag_rounded, sans-serif;
  display: block;
  padding: 0.8rem;
}

.aside-button-cities a:hover {
  background-color: #ececec;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.special-blocks-2 ul.alc {
  margin-top: 1em;
}

.cities-blue .london-box {
  border: 1px solid #d6d6d6;
  float: left;
  font-family: vag_rounded, sans-serif;
  height: auto;
  line-height: 1.5rem;
  margin-bottom: 20px;
  width: 100%;
}

#mapas .nav {
  overflow: visible;
}

#mapas .nav li,
#mapas .nav2 li {
  list-style-type: none;
  text-align: left;
  width: 100%;
  background-color: #fff !important;
  text-align: left !important;
}

#mapas .nav2 li a,
#mapas .nav li a {
  border: 1px solid #e8e8e8;
  float: left;
  font-family: vag_rounded, sans-serif;
  letter-spacing: 0.5px;
  padding: 0.6rem;
  position: relative;
  text-align: left !important;
  width: 100%;
}

#mapas .nav li a.current,
#mapas .nav li a.current:hover {
  background-color: #8dc63f;
  color: #fff;
}

.cities-blue #mapas .nav li a.current,
.cities-blue #mapas .nav li a.current:hover {
  background-color: #106aac;
  color: #fff;
}

#mapas .nav li a:hover,
#mapas .nav2 li a:hover {
  background-color: #e6e6e6;
}

#mapas .nav h4 {
  font-family: vag_rounded_bold, sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

#mapas .nav2 h4 {
  color: #8dc63f;
  font-family: vag_rounded_bold, sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.mappingnavtitle h4 {
  padding-top: 19px;
  position: relative;
  float: left;
}

#cover img:hover {
  cursor: pointer;
}

.cities-blue .bg-yellow,
.cities-blue .bg-blue,
.cities-blue .bg-red,
.cities-blue .bg-green,
.cities-blue .bg-orange {
  border-top: 5px solid #106aac;
}

header.cities .header-bottom .top-bar-section li:not(.has-form) a.no-sp {
  color: #fc5004;
}

header.cities .header-bottom .top-bar-section li:not(.has-form) a.no-sp-active {
  color: #fff;
  background-color: #fc5004;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header-middle .top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}

.header-middle .top-bar-section .has-dropdown > a:after {
  border-color: transparent transparent transparent;
}

.header-middle .top-bar-section ul.dropdown {
  padding: 5px 0;
  text-align: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
  box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
  z-index: 9999;
  left: -15px;
}

.header-middle .top-bar-section ul.dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 9px;
  margin-left: -9px;
}

.header-middle .top-bar-section ul.dropdown li a {
  background: #fff;
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 30px;
}

.header-middle .top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: #fc5004;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header-middle .top-bar-section ul.dropdown li:not(.has-form) a:hover:not(.button) {
  background: #fc5004;
  color: #fff !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.header-middle .top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
  font-size: 0.9rem;
}

.header-middle .top-bar-section ul.dropdown {
  margin-left: -75px;
}

.header-middle .top-bar-section ul.dropdown.droppubli {
  margin-left: -40px;
}

.header-middle .top-bar-section ul.dropdown.dropevents {
  margin-left: -7px;
}

.header-middle .top-bar-section ul.dropdown.dropabout {
  margin-left: -35px;
}

button.alert,
.button.alert {
  background-color: #fc5004;
  border-color: #fc5004;
  color: #fff;
}

.top-dropdown {
  border-bottom: 5px solid #fc5004;
  padding: 15px 15px 3px 0;
  float: left;
  width: 100%;
}

.top-dropdown h3 {
  color: #fc5004;
  float: left;
  margin-right: 15px;
}

.top-dropdown a {
  background-color: #fc5004;
  padding: 6px 15px;
  color: #fff;
  float: left;
  margin-top: 3px;
}

.box-dropdown {
  width: 100%;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  display: inline;
  float: left;
  margin-bottom: 1.6rem;
  background-color: #ededed;
}

.mostrar {
  position: relative;
  margin: 0 auto;
}

.element {
  border-bottom: 5px solid #fc5004;
  position: relative;
}

.element ul {
  padding: 1.25rem;
}

.box-dropdown-image {
  width: 20%;
  float: left;
  margin-right: 2%;
  margin-top: 10px;
}

.box-dropdown-image img {
  width: 100%;
}

.box-dropdown-text {
  width: 78%;
  float: left;
}

.box-dropdown-text-big {
  width: 100%;
  float: left;
}

input.orange-button {
  background-color: #fc5004;
  color: #fff;
  padding: 7px 25px 5px;
  font-family: vag_rounded, sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}

#home-blocks-2 [class*="block-grid-"] > li {
  /* display: block; */
  /* float: left; */
  /* height: auto; */
  /* padding: 0 .625rem */
}

.trending-block.image-yes p:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 0 #000;
  margin-left: -16px;
  padding-left: 16px;
  margin-top: -10px;
  padding-top: 10px;
  margin-right: -16px;
  padding-right: 16px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}

.mediabotright {
  background-color: #fc5004;
  border: 0;
  padding: 7px 25px 5px;
  color: #fff;
  cursor: pointer;
  font-family: vag_rounded, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mediabotright a {
  color: #fff;
}

@media only screen {
  .post-middle p,
  .post-middle li {
    font-size: 1.1rem;
    line-height: 150%;
    margin-bottom: 1.25rem;
  }

  p.sub-h {
    color: #757575;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .top-bar {
    height: 40px;
  }

  .header-middle .top-bar {
    margin-top: 10px;
    background: #fff;
  }

  a img.logo {
    width: 100px;
  }

  .reveal-modal p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .modal-title {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 2em;
  }

  .card {
    height: auto;
  }

  #scoretab {
    width: 100%;
    margin-left: 0;
  }

  .header-bottom .top-bar ul {
    margin-left: 0%;
  }

  .home-featured h2 {
    font-size: 1.4rem;
  }

  .home-featured-text-mini h2 {
    line-height: 1em;
  }

  .home-featured-text-mini p {
    display: none;
  }

  .footer-top .top-bar {
    display: none;
  }

  .footer-bottom .top-bar-section {
    display: none;
  }

  .profile-img {
    width: 100%;
    text-align: center;
  }

  .profile-info {
    width: 100%;
  }

  .top-only-big {
    margin-top: 10px;
  }

  .trending-block-text p {
    display: none;
  }

  .image-black2 {
    -webkit-box-shadow: inset 0 -120px 20px -10px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -120px 20px -10px rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 transparent !important;
  }

  .post-image-yes {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    /* background-color: black; */
  }

  .post-image-yes .image-black {
    -webkit-box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset 100px 80px 90px 120px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }

  .post-image-yes-left {
    bottom: auto;
    left: 20px;
    width: 90%;
    position: relative;
  }

  .post-image-yes-right {
    top: auto;
    bottom: 0;
    left: 20px;
    width: 80%;
    text-align: left;
    position: relative;
  }

  article .image-yes h2 > a {
    color: #fff;
  }

  article .image-yes p,
  article .image-yes a {
    text-shadow: none;
    color: inherit;
  }

  article .post-featured-text-mini a {
    color: #fff;
  }

  article .image-no .post-featured-text-mini a {
    color: #222;
  }

  .tw-handle-ico {
    display: none;
  }

  .post-image-yes-left h1 {
    color: #222;
  }

  .post-top-right-category {
    color: #222;
    font-size: 1rem;
  }

  .post-image-yes > div {
    margin-bottom: 1rem;
  }

  .post-image-yes div.caption {
    /* margin-bottom: 0; */
    color: #a0a0a0;
    /* background-color: #fff */
    margin-top: 1rem;
  }

  .trending-block,
  .home-featured-image,
  .post-featured-post {
    min-height: 55vw;
    height: 55vw;
  }

  .home-featured-text .hidden-mobile p {
    display: none;
  }

  .post-top-bottom li h4,
  .article-Body-bottom li h4 {
    width: 900px;
    clear: both;
  }

  .post-top-left {
    float: left;
    width: 100%;
    clear: both;
  }

  .post-top-right {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
  }

  .home-page-video {
    display: none;
  }

  blockquote {
    margin-bottom: 22px;
  }

  #post-yellow blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-green blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-red blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-blue blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-black blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-orange blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  .side-note {
    padding: 1rem;
    margin: auto;
  }

  .scroll-about h1 {
    font-size: 1.8rem;
  }

  .scroll-about section {
    /* width: 90% */
    width: 100%;
    max-width: 800px;
    /* padding-left: 1rem; */
    /* padding-right: 1rem; */
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-about p,
  .scroll-about li {
    font-size: 1rem;
  }

  #about-ecfr .approach {
    margin-bottom: 1rem;
  }

  .about-explore li {
    height: 80px;
  }

  #arrow-up {
    bottom: 0;
    right: 3px;
    width: 30px;
  }

  #about-menu {
    margin-left: 0;
  }

  .home-featured-text p {
    display: none;
  }

  .home-featured-text p.visible-mobile {
    display: block;
    clear: both;
    width: 100%;
  }

  .infobox {
    width: 100%;
    padding: 10px 5px 10px 10px;
    margin: 0 0 15px 15px;
    font-size: 0.9rem;
    float: right;
    line-height: 180%;
  }

  .infobox p,
  .infobox a {
    font-size: 1rem;
    line-height: 180%;
  }

  .special-blocks .trending-block {
    height: 330px;
  }

  .special-blocks ul li {
    padding: 0;
  }

  .special-blocks-2 .trending-block {
    height: 155px;
  }

  .special-blocks-2 ul li {
    padding: 0;
  }

  .special-blocks-2 h2 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  #debate-green h2,
  #debate-red h2,
  #debate-blue h2,
  #debate-yellow h2,
  #debate-pink h2,
  #debate-orange h2 {
    font-size: 1.3rem;
  }

  .publi-podcast {
    margin: 5px 0 15px;
    padding: 3px;
    width: 100%;
  }

  .list-img-prof {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  .list-img-prof img {
    float: left;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  .list-img {
    float: left;
    margin-bottom: 1rem;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  .list-img img {
    float: left;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  .list-content {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  ul#inthepress .list-img {
    margin-bottom: 24px;
    margin-right: 0;
    height: auto;
    width: 20%;
    margin-top: 8px;
  }

  ul#inthepress .list-img img {
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
    border: 0;
    padding: 0;
  }

  ul#inthepress .list-content {
    margin-bottom: 20px;
    margin-right: 0;
    height: auto;
    width: 80%;
    margin-top: 8px;
  }

  #council_page .events-menu-full,
  #leadership .events-menu-full {
    background-color: #d70c7a;
    text-transform: uppercase;
  }

  .list-content-prof-big {
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  .list-img-prof-big {
    float: left;
    margin-bottom: 5px;
    margin-right: 0;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  .list-img-prof-big img {
    float: left;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
  }

  .list-content p,
  .list-content h3,
  .list-content-prof-big p,
  .list-content-prof-big h3,
  .list-content h5 {
    /* padding-left: 20px */
  }

  header.cities .header-middle h2 {
    color: #fff;
    margin-top: 10px;
    font-size: 17px;
  }

  .menu-top li {
    border-top: 1px solid;
    border-color: #161616;
  }

  .menu-top-social li {
    display: none;
  }

  .header-middle .top-bar-section .has-dropdown > a {
    padding-right: 15px !important;
  }

  .header-middle .top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent;
  }

  .header-middle .top-bar-section ul.dropdown {
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.27);
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.27);
    z-index: 9999;
    left: -15px;
  }

  .header-middle .top-bar-section ul.dropdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
  }

  .header-middle .top-bar-section ul.dropdown li a {
    background: #fff;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 30px;
  }

  .header-middle .top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #fc5004;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .header-middle .top-bar-section ul.dropdown li:not(.has-form) a:hover:not(.button) {
    background: #fc5004;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .header-middle .top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
    font-size: 0.9rem;
  }

  .header-middle .top-bar-section ul.dropdown {
    margin-left: 0;
  }

  .header-middle .top-bar-section ul.dropdown.droppubli {
    margin-left: 0;
  }

  .header-middle .top-bar-section ul.dropdown.dropevents {
    margin-left: 0;
  }

  .header-middle .top-bar-section ul.dropdown.dropabout {
    margin-left: 0;
  }

  .post-featured-post.image-yes img {
  }

  #close-modal-hp {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: vag_rounded_bold, sans-serif;
    font-size: 2.5rem;
  }

  #modal-screen-layer {
    display: none;
    z-index: 9998;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .video-modal-hp,
  .podcast-modal-hp {
    display: none;
    position: fixed;
    width: 100%;
    left: 0%;
    top: 0%;
    max-height: 100vh;
    padding: 1rem;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 3px 3px 2px 2px #333;
    overflow: auto;
  }

  .video-modal-hp p,
  .podcast-modal-hp {
    font-size: 90%;
    /* font-style: italic; */
    padding: 0 0.5rem;
    /* text-align: center; */
    margin-bottom: 0.5rem;
  }

  .desktoponly {
    display: none;
  }

  .tabletdesktop {
    display: none;
  }

  .tabletonly {
    display: none;
  }

  .tabletmobile {
    display: block;
  }
}

@media only screen and (max-width: 40.063em) {
  #publication-2016 .post-top-left {
    width: 100%;
    margin-right: 0%;
  }

  #publication-2016 h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  #publication-2016 .post-top {
    padding: 1rem;
  }

  #publication-2016 div.policy {
    padding: 12px;
    margin: 2.5rem 0;
  }

  #publication-2016 li {
    /*! margin: 12px 0; */
    /*! font-size: 1rem; */
    /*! line-height: 140%; */
  }

  #publication-2016 .post-middle ol,
  .post-middle ul {
    font-size: 1rem;
  }

  #publication-2016 .publi-fix {
    width: 100%;
  }

  .post-middle {
    padding: 1rem;
  }

  #publication-2016 #share-button {
    display: none;
  }

  #publication-2016 h2 {
    font-size: 1.6rem;
    line-height: 160%;
  }

  [data-magellan-expedition] .sub-nav,
  [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-right: 0.5rem;
  }

  [data-magellan-expedition].mobile-only .sub-nav {
    margin-right: 0;
  }

  #post-green [data-magellan-expedition] .sub-nav,
  #post-green [data-magellan-expedition-clone] .sub-nav {
    border-bottom: solid 2px #8dc63f;
  }

  #post-yellow [data-magellan-expedition] .sub-nav,
  #post-yellow [data-magellan-expedition-clone] .sub-nav {
    border-bottom: solid 2px #fdb813;
  }

  #post-blue [data-magellan-expedition] .sub-nav,
  #post-blue [data-magellan-expedition-clone] .sub-nav {
    border-bottom: solid 2px #00ade8;
  }

  #post-red [data-magellan-expedition] .sub-nav,
  #post-red [data-magellan-expedition-clone] .sub-nav {
    border-bottom: solid 2px #ee2b2c;
  }

  #post-pink [data-magellan-expedition] .sub-nav,
  #post-pink [data-magellan-expedition-clone] .sub-nav {
    border-bottom: solid 2px #d70c7a;
  }

  #post-orange [data-magellan-expedition] .sub-nav,
  #post-orange [data-magellan-expedition-clone] .sub-nav {
    border-bottom: solid 2px #fc5004;
  }

  [data-magellan-expedition],
  [data-magellan-expedition-clone] {
    background: #fff;
    z-index: 50;
    min-width: auto;
    max-width: 100vw;
  }

  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 0.5rem;
    margin-bottom: 0.625rem;
    font-family: helvetica neue, helvetica, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #222;
  }

  .sub-nav dt a,
  .sub-nav dd a,
  .sub-nav li a {
    text-decoration: none;
    color: #444;
    padding: 0.1875rem 0.5rem;
  }

  sub-nav dt.active a,
  .sub-nav dd.active a,
  .sub-nav li.active a {
    padding: 0.1875rem 0.5rem;
  }

  [data-magellan-expedition] .sub-nav a,
  [data-magellan-expedition-clone] .sub-nav a {
    line-height: 1.8em;
  }

  #post-green .sub-nav dt.active a:hover,
  #post-green .sub-nav dd.active a:hover,
  #post-green .sub-nav li.active a:hover,
  #post-green .sub-nav dt.active a,
  #post-green .sub-nav dd.active a,
  #post-green .sub-nav li.active a {
    background: #8dc63f;
  }

  #post-yellow .sub-nav dt.active a:hover,
  #post-yellow .sub-nav dd.active a:hover,
  #post-yellow .sub-nav li.active a:hover,
  #post-yellow .sub-nav dt.active a,
  #post-yellow .sub-nav dd.active a,
  #post-yellow .sub-nav li.active a {
    background: #fdb813;
  }

  #post-blue .sub-nav dt.active a:hover,
  #post-blue .sub-nav dd.active a:hover,
  #post-blue .sub-nav li.active a:hover,
  #post-blue .sub-nav dt.active a,
  #post-blue .sub-nav dd.active a,
  #post-blue .sub-nav li.active a {
    background: #00ade8;
  }

  #post-red .sub-nav dt.active a:hover,
  #post-red .sub-nav dd.active a:hover,
  #post-red .sub-nav li.active a:hover,
  #post-red .sub-nav dt.active a,
  #post-red .sub-nav dd.active a,
  #post-red .sub-nav li.active a {
    background: #ee2b2c;
  }

  #post-pink .sub-nav dt.active a:hover,
  #post-pink .sub-nav dd.active a:hover,
  #post-pink .sub-nav li.active a:hover,
  #post-pink .sub-nav dt.active a,
  #post-pink .sub-nav dd.active a,
  #post-pink .sub-nav li.active a {
    background: #d70c7a;
  }

  #post-orange .sub-nav dt.active a:hover,
  #post-orange .sub-nav dd.active a:hover,
  #post-orange .sub-nav li.active a:hover,
  #post-orange .sub-nav dt.active a,
  #post-orange .sub-nav dd.active a,
  #post-orange .sub-nav li.active a {
    background: #fc5004;
  }

  .list-img-pub {
    display: none;
  }
}

@media only screen and (min-width: 40.063em) {
  html,
  body {
    height: 100%;
    width: 100%;
  }

  .post-middle p,
  .post-middle li {
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 1.25rem;
  }

  p.sub-h {
    margin-bottom: 22px;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  #scoretab {
    width: 250px;
  }

  .header-bottom .top-bar ul {
    margin-left: 0%;
  }

  .ajust01 {
    height: 230px;
  }

  #footer-area [class*="column"]:last-child {
    float: left;
  }

  .home-featured [class*="column"]:last-child {
    float: left;
  }

  .home-featured h2 {
    font-size: 1.7rem;
  }

  .home-featured-text-mini p {
    display: none;
  }

  .footer-top .top-bar {
    display: block;
  }

  .footer-bottom .top-bar-section {
    display: inline;
  }

  .profile-img {
    width: 30%;
    text-align: left;
  }

  .profile-info {
    width: 70%;
    padding-left: 3%;
  }

  .top-only-big {
    margin-top: 10px;
  }

  .reveal-modal p {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }

  .britain-modal p {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
  }

  .modal-title {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 2em;
  }

  .card {
    height: auto;
  }

  .post-featured-post {
    height: 28vw;
    min-height: 28vw;
  }

  .trending-block {
    min-height: auto;
    height: 28vw;
  }

  .home-featured-text .hidden-mobile p {
    display: inline;
  }

  .post-top-bottom li h4,
  .article-Body-bottom li h4 {
    width: auto;
    clear: none;
  }

  .post-top-left {
    width: 70%;
    float: left;
    clear: none;
  }

  .post-top-right {
    width: 30%;
    float: left;
    text-align: right;
    clear: none;
  }

  .scroll-about section {
    /* width: 80% */
  }

  #arrow-up {
    bottom: 5px;
    right: 5px;
    width: 40px;
  }

  a img.logo {
    width: 140px;
  }

  .desktoponly {
    display: none;
  }

  .tabletdesktop {
    display: block;
  }

  .tabletonly {
    display: block;
  }

  .mobileonly {
    display: none;
  }

  .tabletmobile {
    display: block;
  }

  .top-bar {
    height: 45px;
  }

  #header-bottom-projects .top-bar {
    overflow: hidden;
  }

  #header-bottom-projects .top-bar-expanded {
    height: auto;
    transition: all 1s;
  }

  .header-middle .top-bar {
    margin-top: 20px;
    background: #fff;
  }

  #post-yellow blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-green blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-red blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-blue blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-black blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  #post-orange blockquote {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding: 22px;
  }

  .social-list {
    /* display: inline */
  }

  #about-menu {
    margin-left: 0;
  }

  .home-featured-text p {
    display: block;
  }

  .home-featured-text p.visible-mobile {
    display: block;
    clear: both;
    width: 100%;
  }

  .special-blocks .trending-block {
    height: 330px;
  }

  .special-blocks ul li {
    padding: 0;
  }

  .special-blocks-2 .trending-block {
    height: 155px;
  }

  .special-blocks-2 ul li {
    padding: 0;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .trending-block-text h2,
  .post-featured-text-mini h2 {
    font-size: 2.5vw;
    line-height: 130%;
  }

  span.trending-block-top-text {
    font-size: 1.6vw;
  }

  .trending-block-text p {
    display: block;
  }

  .trending-block-top-link {
    float: right;
    width: 2vw;
  }

  .trending-block {
    padding: 1rem;
    padding-top: 0.2rem;
  }

  .trending-block-text {
    padding: 0;
  }

  #debate-green h2,
  #debate-red h2,
  #debate-blue h2,
  #debate-yellow h2,
  #debate-pink h2,
  #debate-orange h2 {
    font-size: 1.6rem;
  }

  .directorImage img {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    width: 25%;
  }

  .post-image-yes {
    max-height: 472px;
  }

  .post-image-yes-left {
    top: auto;
    bottom: 2rem;
    left: 20px;
    width: 70%;
    position: absolute;
  }

  .post-image-yes-right {
    top: auto;
    bottom: 2.5rem;
    right: 20px;
    width: 25%;
    text-align: right;
    display: block;
    left: auto;
    position: absolute;
    color: #fff;
  }

  .post-image-yes .image-black {
    background: 0 0;
    z-index: 1;
  }

  .post-image-yes-left h1 {
    color: #fff;
  }

  article .image-yes a,
  article .image-yes p {
    color: inherit;
  }

  article .post-image-yes-left h1 {
    color: #fff;
  }

  .tw-handle-ico {
    display: inline;
  }

  .post-top-right-category {
    color: #222;
    font-size: 1.2rem;
  }

  .post-image-yes-right .post-top-right-category {
    color: #fff;
  }

  .post-image-yes div {
    margin-bottom: 0;
  }

  .list-img-prof {
    float: left;
    margin-bottom: 5px;
    margin-right: 0;
    height: auto;
    width: 30%;
    margin-top: 8px;
  }

  .list-img-prof img {
    float: left;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #e8e8e8;
    padding: 4px;
  }

  .list-img {
    float: left;
    /*! margin-bottom: 1rem; */
    margin-right: 0;
    height: auto;
    width: 30%;
    margin-top: 8px;
  }

  .list-img img {
    float: left;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #e8e8e8;
    padding: 4px;
  }

  .list-img-pub img {
    float: left;
    margin-right: 20px;
    height: auto;
    width: 70%;
    margin-top: 8px;
    border: 1px solid #e8e8e8;
    padding: 4px;
  }

  .list-content {
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
    height: auto;
    width: 70%;
    margin-top: 8px;
    padding-left: 20px;
  }

  ul#inthepress .list-img img {
    border: 1px solid #e8e8e8;
    padding: 4px;
  }

  .home-page-video {
    float: left;
    height: 60px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    display: block;
  }

  .home-page-video img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    border-radius: 50%;
    height: 60px;
    opacity: 0.6;
    position: absolute;
    left: 40%;
    text-align: center;
    top: 40%;
    width: 60px;
  }

  .home-page-video img:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    opacity: 0.9;
  }

  .list-content-prof-big {
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
    height: auto;
    width: 80%;
    margin-top: 8px;
  }

  .list-img-prof-big {
    float: left;
    margin-bottom: 5px;
    margin-right: 0;
    height: auto;
    width: 20%;
    margin-top: 8px;
  }

  .list-img-prof-big img {
    float: left;
    margin-right: 20px;
    height: auto;
    margin-top: 8px;
  }

  .list-content p,
  .list-content h3,
  .list-content-prof-big p,
  .list-content-prof-big h3,
  .list-content h5 {
    /* padding-left: 20px */
  }

  .image-black2 {
    -webkit-box-shadow: inset 0 -150px 40px -30px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -150px 20px -10px rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 transparent !important;
  }

  .post-image-yes .image-black {
    -webkit-box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.6);
  }

  header.cities .header-middle h2 {
    color: #fff;
    margin-top: 40px;
    font-size: 24px;
  }

  .menu-top li {
    border-bottom: 0 solid;
    border-color: none;
  }

  header.cities .menu-top-social li {
    display: block;
  }

  .menu-top-social li {
    display: block;
  }

  .menu-top-home {
    margin-top: 15px;
  }

  .header-middle .top-bar-section .has-dropdown > a {
    padding-right: 11px !important;
  }

  .header-middle .top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent;
  }

  .header-middle .top-bar-section ul.dropdown {
    padding: 5px 0;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
    z-index: 9999;
    left: -15px;
  }

  .header-middle .top-bar-section ul.dropdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
  }

  .header-middle .top-bar-section ul.dropdown li a {
    background: #fff;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 30px;
  }

  .header-middle .top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #fc5004;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .header-middle .top-bar-section ul.dropdown li:not(.has-form) a:hover:not(.button) {
    background: #fc5004;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .header-middle .top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
    font-size: 0.9rem;
  }

  .header-middle .top-bar-section ul.dropdown {
    margin-left: -75px;
  }

  .header-middle .top-bar-section ul.dropdown.droppubli {
    margin-left: -40px;
  }

  .header-middle .top-bar-section ul.dropdown.dropevents {
    margin-left: -7px;
  }

  .header-middle .top-bar-section ul.dropdown.dropabout {
    margin-left: -35px;
  }

  .publi-fix {
    width: inherit;
  }

  #myModal-share {
    width: 50%;
    margin-left: -25%;
    top: 40vh !important;
    padding: 20px;
  }

  .video-modal-hp,
  .podcast-modal-hp p {
    width: 80%;
    /* left: 10%; */
    /* padding: 2rem; */
    max-height: 80vh;
    height: auto;
    top: 10vh;
  }

  .video-modal-hp p,
  .podcast-modal-hp p {
    /* font-size: 100%; */
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}

@media only screen and (min-width: 64.063em) {
  p.sub-h {
    margin-bottom: 24px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  a img.logo {
    width: 200px;
  }

  .top-bar {
    height: 45px;
  }

  .header-middle .top-bar {
    margin-top: 40px;
    background: #fff;
  }

  .mobileonly {
    display: none;
  }

  .desktoponly {
    display: block;
  }

  .tabletdesktop {
    display: block;
  }

  .tabletonly {
    display: none !important;
  }

  .tabletmobile {
    display: none !important;
  }

  .reveal-modal p {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }

  .britain-modal p {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
  }

  .britain-modal {
    width: 60%;
    margin-left: -30%;
  }

  .modal-title {
    width: 30%;
    margin-left: 35%;
    margin-bottom: 2em;
  }

  .card {
    height: 320px;
  }

  #scoretab {
    width: 250px;
  }

  .header-bottom .top-bar ul {
    margin-left: 2%;
  }

  .home-featured h2 {
    font-size: 2.5rem;
    line-height: normal;
  }

  .home-featured-text-mini p {
    display: inline;
  }

  .footer-top .top-bar {
    display: block;
    width: 100%;
  }

  .footer-bottom .top-bar-section {
    display: inline;
  }

  .profile-img {
    width: 30%;
    text-align: left;
  }

  .profile-info {
    width: 70%;
    padding-left: 0%;
  }

  .top-only-big {
    margin-top: 186px;
  }

  .disclaimer p {
  }

  .disclaimer-mobile {
    display: none;
  }

  .trending-block-text p {
    display: block;
    line-height: 1.4rem;
  }

  .directorImage img {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    width: 60%;
  }

  .post-top-bottom li h4,
  .article-Body-bottom li h4 {
    width: auto;
    clear: none;
  }

  .post-top-left {
    width: 70%;
    float: left;
    clear: none;
  }

  .post-top-right {
    width: 30%;
    float: left;
    text-align: right;
    clear: none;
  }

  .home-page-video {
    float: left;
    height: 60px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    display: block;
  }

  .home-page-video img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    border-radius: 50%;
    height: 60px;
    opacity: 0.6;
    position: absolute;
    left: 40%;
    text-align: center;
    top: 40%;
    width: 60px;
  }

  .scroll-about h1 {
    font-size: 2rem;
  }

  .scroll-about section {
    /* width: 50% */
  }

  .scroll-about p,
  .scroll-about li {
    font-size: 1.2rem;
  }

  #about-ecfr .approach {
    margin-bottom: 4rem;
  }

  .about-explore li {
    height: 180px;
  }

  #arrow-up {
    bottom: 20px;
    right: 20px;
    width: auto;
  }

  .home-page-video img:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    opacity: 0.9;
  }

  blockquote {
    margin-bottom: 0;
  }

  #post-yellow blockquote {
    margin-left: -5%;
    margin-right: 1.5rem;
    width: 40%;
    padding: 1.5rem;
    margin-bottom: 1.6rem;
    margin-top: 0.5rem;
  }

  #post-green blockquote {
    margin-left: -5%;
    margin-right: 5%;
    width: 40%;
    padding: 22px;
  }

  #post-red blockquote {
    margin-left: -5%;
    margin-right: 5%;
    width: 40%;
    padding: 22px;
  }

  #post-blue blockquote {
    margin-left: -5%;
    margin-right: 5%;
    width: 40%;
    padding: 22px;
  }

  #post-black blockquote {
    margin-left: -5%;
    margin-right: 5%;
    width: 40%;
    padding: 22px;
  }

  #post-orange blockquote {
    margin-left: -5%;
    margin-right: 5%;
    width: 40%;
    padding: 22px;
  }

  .side-note {
    background-color: #d6d6d6;
    padding: 1.5rem;
    margin: 0 1.5rem 1.5rem auto;
  }

  #programmes-red .large-4,
  #programmes-blue .large-4,
  #programmes-green .large-4,
  #programmes-yellow .large-4 {
    float: right;
    clear: none;
  }

  #programmes-red .large-12,
  #programmes-blue .large-12,
  #programmes-green .large-12,
  #programmes-yellow .large-12 {
    float: left;
    clear: none;
    min-height: 1550px;
  }

  .social-list {
    display: block;
  }

  #about-menu {
    margin-left: 200px;
  }

  .home-featured-text p {
    display: block;
    font-size: 1rem;
  }

  .home-featured-text p.visible-mobile {
    display: block;
    clear: both;
    width: 100%;
  }

  .special-blocks .trending-block {
    height: 330px;
  }

  .special-blocks ul li {
    padding: 0 0.6rem 0 0;
  }

  .special-blocks-2 .trending-block {
    height: 155px;
  }

  .special-blocks-2 ul li {
    padding: 0 0 0 0.6rem;
  }

  h1 {
    font-size: 2.3rem;
  }

  .post-image-yes {
    display: block;
    position: relative;
    width: 100%;
    max-height: 472px;
    overflow: hidden;
  }

  .post-image-yes-left {
    bottom: 2.5rem;
    left: 1.5rem;
    width: 70%;
  }

  .post-image-yes-right {
    bottom: 3rem;
    right: 20px;
    width: 25%;
    text-align: right;
    display: block;
  }

  .publi-podcast {
    float: right;
    margin: 5px 0 25px 25px;
    padding: 7px;
    border: solid 1px #d9d9d9;
    width: 50%;
  }

  .list-img-prof {
    width: 20%;
  }

  .list-img {
    width: 20%;
  }

  .list-img-pub img {
    width: 80%;
  }

  .list-content {
    width: 80%;
  }

  #job-offer .tabs .tab-title {
    width: 100%;
  }

  #job-offer .tabs.vertical {
    width: 100%;
  }

  #job-offer .tabs dd a,
  #job-offer .tabs .tab-title a {
    padding: 20px;
  }

  #job-offer .tabs dd > a,
  #job-offer .tabs .tab-title > a {
    min-height: 60px;
  }

  #job-offer .tabs-content > .content {
    padding: 0 2rem;
  }

  .job-offer {
    padding: 0 3rem;
  }

  .list-content-prof-big {
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
    height: auto;
    width: 90%;
    margin-top: 8px;
  }

  .list-img-prof-big {
    float: left;
    margin-bottom: 5px;
    margin-right: 0;
    height: auto;
    width: 10%;
    margin-top: 8px;
  }

  .list-img-prof-big img {
    float: left;
    margin-right: 20px;
    height: auto;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #e8e8e8;
    padding: 4px;
  }

  .list-content-prof-big .list-content p,
  .list-content h3,
  .list-content-prof-big p,
  .list-content-prof-big h3,
  .list-content h5 {
    /* padding-left: 20px */
  }

  .image-black2 {
    -webkit-box-shadow: inset 0 -260px 60px -50px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -260px 60px -50px rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 transparent !important;
  }

  .post-image-yes .image-black {
    -webkit-box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.6);
  }

  header.cities .header-middle h2 {
    color: #fff;
    margin-top: 40px;
    font-size: 32px;
  }

  .menu-top li {
    border-bottom: 0 solid;
    border-color: none;
  }

  header.cities .menu-top-social li {
    display: block;
  }

  .menu-top-social li {
    display: block;
  }

  .menu-top-home {
    margin-top: 15px;
  }

  .header-middle .top-bar-section .has-dropdown > a {
    padding-right: 11px !important;
  }

  .header-middle .top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent;
  }

  .header-middle .top-bar-section ul.dropdown {
    padding: 5px 0;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.27);
    z-index: 9999;
    left: -15px;
  }

  .header-middle .top-bar-section ul.dropdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px;
  }

  .header-middle .top-bar-section ul.dropdown li a {
    background: #fff;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 30px;
  }

  .header-middle .top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #fc5004;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .header-middle .top-bar-section ul.dropdown li:not(.has-form) a:hover:not(.button) {
    background: #fc5004;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .header-middle .top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
    font-size: 0.9rem;
  }

  .header-middle .top-bar-section ul.dropdown {
    margin-left: -75px;
  }

  .header-middle .top-bar-section ul.dropdown.droppubli {
    margin-left: -40px;
  }

  .header-middle .top-bar-section ul.dropdown.dHOMEropevents {
    margin-left: -7px;
  }

  .header-middle .top-bar-section ul.dropdown.dropabout {
    margin-left: -35px;
  }

  #home-blocks-2 h2 {
    font-size: 1.7rem;
  }

  #home-blocks-2 [class*="block-grid-"] > li {
    /* display: block; */
    /* float: left; */
    /* height: auto; */
    /* padding: 0 .625rem */
  }

  .home-featured h2 {
    font-size: 2.4rem;
    line-height: normal;
  }

  .post-featured-text-mini h2 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  


  .home-featured .bg-orange {
    background-color: #fc5004;
    border-top: 5px solid #fc5004;
  }

  .home-featured .bg-green {
    background-color: #8dc63f;
    border-top: 5px solid #8dc63f;
  }

  .home-featured .bg-red {
    background-color: #ee2b2c;
    border-top: 5px solid #ee2b2c;
  }

  .home-featured .bg-blue {
    background-color: #00ade8;
    border-top: 5px solid #00ade8;
  }

  .home-featured .bg-yellow {
    background-color: #fdb813;
    border-top: 5px solid #fdb813;
  }

  .home-featured .bg-pink {
    background-color: #d70c7a;
    border-top: 5px solid #d70c7a;
  }

  .post-featured-post.image-yes img {
  }

  .trending-block {
    height: 257px;
  }

  #home-blocks-2 .trending-block {
    height: 228px;
  }

  .trending-block-text h2 {
    font-size: 2rem;
  }

  .post-featured-text-mini h2 {
    font-size: 1.8rem;
  }

  .post-featured-post {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 226px;
    overflow: hidden;
    height: 226px;
    min-height: auto;
  }

  .home-featured-image {
    position: relative;
    width: 100%;
    margin-bottom: 1.2em;
    max-height: 472px;
    overflow: hidden;
    height: 472px;
    min-height: auto;
  }

  span.trending-block-top-text {
    font-size: 1rem;
  }

  .trending-block-text p {
    display: block;
  }

  .trending-block-top-link {
    float: right;
    width: auto;
  }

  .trending-block {
    padding: 1.25rem;
    padding-top: 0.5rem;
  }

  .trending-block-text {
    padding: 5px;
  }

  #myModal-share {
    width: 24%;
    margin-left: -12%;
    top: 40vh !important;
    padding: 30px;
  }

  .infobox {
    font-size: 0.9rem !important;
    width: 40%;
    padding: 20px 5px 20px 20px;
    margin: 0 0 25px 25px;
  }

  .infobox p {
    font-size: 0.9rem !important;
  }

  #close-modal-hp {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: vag_rounded_bold, sans-serif;
    font-size: 2.5rem;
  }

  #modal-screen-layer {
    display: none;
    z-index: 9998;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .video-modal-hp,
  .podcast-modal-hp {
    width: 50%;
    left: 25%;
    padding: 3rem;
    max-height: 75vh;
    top: 10vh;
  }
}

@media only screen and (max-width: 325px) {
  [data-magellan-expedition],
  [data-magellan-expedition-clone] {
    padding: 0;
  }

  [data-magellan-expedition] .sub-nav,
  [data-magellan-expedition-clone] .sub-nav {
    padding-left: 0;
  }

  .post-image-yes-left {
    top: 10px;
    bottom: auto;
    left: 10px;
    width: 100%;
  }

  .post-image-yes-right {
    top: auto;
    bottom: 0;
    left: 10px;
    width: 100%;
    text-align: left;
    position: absolute;
  }

  .post-image-yes-right p {
    top: auto;
    bottom: 0;
    left: 10px;
    width: 100%;
    text-align: left;
    position: absolute;
    font-size: 12px;
  }

  .post-top-right-category {
    display: none;
  }
}

header.amp-header {
  max-width: 600px;
  margin: 0 auto;
  overflow-x: hidden;
}

#amp-article.container {
  max-width: 600px;
  margin: 0 auto;
  overflow-x: hidden;
  border-top: 0;
}

.rc-menu-top {
  color: #fc5004 !important;
}

.rc-menu-top:hover {
  color: #fff !important;
}

.title-font {
  font-family: vag_rounded, sans-serif;
}

@media only screen {
  #publication-2016 .publi-menu {
    margin-top: 0;
    padding-top: 0;
  }

  .post-top-bottom,
  .article-Body-bottom {
    padding-top: 0;
  }

  #publication-2016 h1 {
    margin-bottom: 0;
  }

  #publication-2016 .post-image-yes .image-black {
    -webkit-box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.8);
    display: none;
  }

  #publication-2016 .post-top-bottom li {
    border: 0;
  }

  .post-top-bottom li i,
  .article-Body-bottom li i,
  .post-publications i {
    color: #999;
  }

  #publication-2016 .post-middle h2:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 40.063em) {
  #publication-2016 .publi-menu {
    margin-top: 0;
    padding-top: 0;
  }

  .post-top-bottom,
  .article-Body-bottom {
    padding-top: 0;
  }

  #publication-2016 h1 {
    margin-bottom: 0;
  }

  #publication-2016 .post-image-yes .image-black {
    -webkit-box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -160px 90px 0 rgba(0, 0, 0, 0.8);
    display: block;
  }

  .caption {
    position: absolute;
    bottom: 1rem;
    right: 20px;
    z-index: 3334;
  }

  #publication-2016 .post-top-bottom li {
    border: 0;
  }

  .post-top-bottom li i,
  .article-Body-bottom li i,
  .post-publications i {
    color: #999;
  }

  #publication-2016 .post-middle h2:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  #publication-2016 .publi-menu {
    margin-top: 0;
    padding-top: 0;
  }

  .post-top-bottom,
  .article-Body-bottom {
    padding-top: 0;
  }

  #publication-2016 h1 {
    margin-bottom: 0;
  }

  #publication-2016 .post-image-yes .image-black {
    -webkit-box-shadow: inset 0 -190px 90px 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -190px 90px 0 rgba(0, 0, 0, 0.8);
  }

  #publication-2016 .post-top-bottom li {
    border: 0;
  }

  .post-top-bottom li i,
  .article-Body-bottom li i,
  .post-publications i {
    color: #999;
  }

  #publication-2016 .post-middle h2:first-of-type {
    margin-top: 0;
  }
}

.unlock_intro .caption {
  right: 5px;
}

.unlock_intro {
  padding: 0;
}

.unlock_intro *,
.unlock_intro {
  text-shadow: 0 2px 3px #050505 !important;
}

.header-bottom .top-bar {
  margin: 6px auto;
}

.header-bottom .top-bar-section ul {
  width: calc(100% + 15px * 2);
  margin-left: -15px;
}

.header-bottom .top-bar-section li:not(.has-form) a:not(.button) {
  text-transform: none;
  color: inherit !important;
}

.header-bottom .top-bar-section ul li:first-child a {
  text-transform: uppercase !important;
  font-weight: 700;
  font-size: 0.99rem;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #000;
  display: inline-block;
  margin-left: 2px;
}

div[id^="ftn"] p,
div[id^="ftn"] a {
  font-size: 0.9rem;
}

div[id^="ftn"] p {
  margin-bottom: 0.9rem;
}

div[id^="ftn"]:first-child p {
  margin-top: 4rem;
}

div[id^="ftn"]:last-child p {
  margin-bottom: 2rem;
}

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  /* margin-bottom: 1.25rem */
}

.post-middle .video-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-square {
  padding-bottom: 100%;
}

.video-container-16-9 {
  padding-bottom: 56%;
}

.infographics-embed {
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.infographics-embed .tableauPlaceholder {
  max-width: 100% !important;
  height: auto !important;
}

.infographics-embed .tableauViz {
  max-width: 100% !important;
}

.social-list ul li iframe,
.social-list ul li .fb-like span {
  display: block !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  .post-featured-text-mini h2,
  .trending-block-text h2 {
    font-size: 26px !important;
  }
}

.tabs dd > a,
.tabs .tab-title > a {
  font-family: vag_rounded, sans-serif;
}

article img {
  height: auto !important;
}

article section.post-middle hr {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.event-agenda h2 {
  margin-bottom: 1rem;
}

.event-agenda > ul {
  list-style: none;
  margin-left: 0;
  clear: both;
}

.event-agenda > ul > li {
  clear: both;
  font-style: italic;
}

.event-agenda > ul > li + li {
  padding-top: 1rem;
}

.event-agenda > ul > li > ul {
  list-style: none;
  font-style: normal;
  margin-left: 0;
}

.event-agenda > ul > li > ul > li:not(:first-child),
.event-agenda > ul > li > ul > li > ul > li {
  margin-top: 1rem;
}

.event-agenda > ul > li > ul > li > ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .event-agenda > ul > li {
    clear: both;
    text-align: right;
  }

  .event-agenda > ul > li > ul {
    float: right;
    width: 80%;
    clear: both;
    text-align: left;
    margin-left: 2rem;
  }
}

#post-orange .icon {
  color: #fc5004;
}

#post-orange a .icon {
  color: inherit;
}

.event-meta .icon {
  margin-right: 0.5rem;
}

.event-meta,
.event-meta p {
  font-family: vag_rounded, sans-serif;
}

.event-meta > *:last-child {
  margin-bottom: 0;
}

.event-meta {
  margin: 2rem 0 1rem;
  font-size: 1.1rem;
}

.event-meta > * {
  font-size: 1.2rem;
}

.event-google-maps-link {
  font-size: 1rem !important;
  color: #1479CF;
  display: block;
  margin-left: 2rem;
}

.gray-box {
  background-color: #eee;
  padding: 1.5rem;
  border-radius: 4px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.gray-box h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.gray-box h2:first-child,
.gray-box h3:first-child {
  margin-top: 0;
}

.gray-box > *:last-child {
  margin-bottom: 0;
}

img.favicon.favicon-list {
  vertical-align: middle;
  margin-right: 0.25rem;
  padding: 1px;
  border-radius: 50%;
  margin-top: -2px;
  background-color: #fff;
}

.image-yes img.favicon {
  width: auto;
  height: auto;
}

.image-yes p a /*,
.section-highlight p a */ {
  display: inline-block;
  text-decoration: underline;
}

.section-highlight {
  padding: 0;
}

.section-highlight-content {
  padding: 1.25rem;
}

.section-highlight-content > *:last-child {
  margin-bottom: 0;
}

#leadership .post + h3 {
  clear: both;
  padding-top: 4rem;
}

figure {
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* grid-template-columns: max-content; */
  justify-content: center;
}

figure figcaption {
  line-height: 1.2rem;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
  /* margin-top: 2rem; */
}

figure * + figcaption {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

button {
  margin-bottom: 0;
}

.btn {
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  border-radius: 4px;
  font-family: vag_rounded, sans-serif;
  border: 1px solid transparent;
  line-height: normal;
  color: inherit;
  background-color: #fff;
  text-decoration: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: background-color 100ms ease-out, border-color 300ms ease-out;
}

.btn-primary,
a.btn-primary {
  color: #fff;
  background-color: #fc5004;
  border-color: #fc5004;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #e34602;
  border-color: #e34602;
}

.btn-outline,
.btn-outline-primary {
  color: #fc5004;
  background-color: transparent;
  border-color: currentColor;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: #e34602;
  border-color: #e34602;
}

.btn-magenta,
a.btn-magenta {
  color: #fff;
  background-color: #d70c7a;
  border-color: #d70c7a;
}

.btn-magenta:hover,
.btn-magenta:active,
.btn-magenta:focus {
  color: #fff;
  background-color: #a90a61;
  border-color: #a90a61;
}

.btn-outline-magenta {
  color: #d70c7a;
  background-color: transparent;
  border-color: currentColor;
}

.btn-outline-magenta:hover,
.btn-outline-magenta:active,
.btn-outline-magenta:focus {
  background-color: #d70c7a;
  border-color: #d70c7a;
}

.btn-gray,
a.btn-gray {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-outline-gray {
  color: #4d4d4d;
  background-color: transparent;
  border-color: currentColor;
}

.btn-outline-gray:hover,
.btn-outline-gray:active,
.btn-outline-gray:focus {
  background-color: #333333;
  border-color: #333333;
}

.btn .icon,
.btn .fas:first-child,
.btn .far:first-child,
.btn .fal:first-child,
.btn .fab:first-child {
  margin-right: 0.4rem;
}

.btn-sm {
  font-size: 0.875rem;
  padding: 0.4rem;
}

.btn-sm .icon,
.btn-sm .fas:first-child,
.btn-sm .far:first-child,
.btn-sm .fal:first-child,
.btn-sm .fab:first-child {
  margin-right: 0.2rem;
}

.image-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.icon-pdf::before {
  font-family: "font awesome 5 free";
  font-weight: 400;
  content: "\f1c1";
  margin-right: 0.5rem;
}

blockquote.quote {
  margin: 1rem 0 2rem !important;
  padding: 0 0 0 1.5rem !important;
  width: 100% !important;
  font-family: Georgia, serif !important;
  background-color: transparent !important;
  border-left: 4px solid gray;
}

blockquote.quote p {
  font-family: inherit;
}

.content-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 2rem 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content-card {
  border-top: 5px solid #fdb813;
}

.content-card-body {
  margin-top: 1rem;
}

.content-card-body > * + * {
  margin-bottom: 0.5rem !important;
}

.content-card-title {
  margin-top: 0;
  font-size: 1.4rem !important;
  text-transform: none !important;
  color: inherit !important;
  line-height: normal !important;
  margin-bottom: 0.5rem !important;
  font-family: vag_rounded, sans-serif;
}

.content-card-title a {
  text-decoration: none;
}

.content-card-author {
  font-style: italic;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.content-card-description {
  display: none;
}

@media (max-width: 40.063em) {
  .experts-section-menu li {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.25rem 1rem;
  }

  .list-img-prof img,
  .experts-page-grid img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .experts-page-grid img {
    float: left;
    margin-right: 1rem;
  }

  .list-img-prof {
    margin-bottom: 0;
  }

  .list-content p,
  .list-content h3,
  .list-content-prof-big p,
  .list-content-prof-big h3,
  .list-content h5 {
    padding-left: 0 !important;
  }

  .box {
    padding: 0;
    border: 0;
  }

  #section-orange hr {
    margin-bottom: 1rem;
  }
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 2rem 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-card {
  font-family: vag_rounded, sans-serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-cards .contact-card {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-card > *:not(.contact-card__name) {
  margin-top: 0.5rem;
}

.contact-card p {
  margin: 0;
  font-family: inherit;
}

.contact-card__name {
  font-weight: 700;
}

.contact-card__address {
}

.fa-icon-before::before,
.contact-card__address::before,
.contact-card__phone::before,
.contact-card__email::before {
  font-family: "font awesome 5 free";
  font-weight: 700;
  margin-right: 0.5rem;
}

.fa-icon-before.icon-phone,
.contact-card__phone::before {
  content: "\f095";
}

.fa-icon-before.icon-location,
.contact-card__address::before {
  content: "\f3c5";
}

.fa-icon-before.icon-mail,
.contact-card__email::before {
  content: "\f0e0";
}

p[style="text-align: justify;"],
li[style="text-align: justify;"] {
  text-align: inherit !important;
}

.city-info *,
.city-info p,
.city-info address {
  margin-bottom: 0;
  line-height: 1.6rem;
}

.city-info address {
  font-style: normal;
}

.city-info .google-maps {
  margin-top: 1rem;
}

.city-info [itemprop="name"] {
  font-size: 1.4375rem;
  margin-bottom: 1rem;
}

.post-image-yes-right a {
  text-decoration: underline;
}

.post-image-yes-right .authors,
.post-top .authors {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.nowrap {
  white-space: nowrap;
}

#post-yellow .post-image-yes-right a:hover {
  color: #fdb813;
}

#post-green .post-image-yes-right a:hover {
  color: #8dc63f;
}

#post-red .post-image-yes-right a:hover {
  color: #ee2b2c;
}

#post-orange .post-image-yes-right a:hover {
  color: #fc5004;
}

#post-blue .post-image-yes-right a:hover {
  color: #00ade8;
}

#post-black .post-image-yes-right a:hover {
  color: #000;
}

#post-pink .post-image-yes-right a:hover {
  color: #d70c7a;
}

#post-cities .post-image-yes-right a:hover {
  color: #0066ae;
}

footer nav.top-bar,
.top-bar-section li {
  background-color: transparent !important;
}

footer {
  background-color: #fff;
}

.in-the-media-image .fa-stack {
  font-size: 2.5rem;
}

.media-post .fa-stack {
  font-size: 3.6rem;
}

.media-post .list-img {
  text-align: center;
}

.media-post .list-img img {
  max-width: 50vw;
  text-align: center;
  float: none;
}

.post-top-bottom {
  display: grid;
}

.post-top-bottom {
  margin: 0;
  padding-top: 0;
}

.post-top-bottom ul {
  margin-bottom: 0;
}

.social-list {
  margin: 1rem;
  margin-right: 0;
  padding: 0;
}
.post-top + .social-list {
  float: left;
}

.social-list li {
  margin: 0 !important;
}

.post-top-bottom ul.download-buttons {
  font-size: 1.4rem;
}

ul.download-buttons .social-list li + li {
  margin-left: 1.5rem !important;
}

.post-top-bottom .social-list {
  border: none;
}

.post-top-bottom .social-list li {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  .post-top-bottom {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: space-between;
  }
}

#publication-2016 .post-top-bottom .social-list li {
  padding: 0;
}

.post-middle .social-list {
  margin: 2rem 0;
  padding: 0;
  display: block;
}

.post-middle .social-list ul {
  margin-left: 0;
}

/* By numbers posts */
p.big-number {
  /* font-size: 3.6rem; */
  font-size: 2.3rem;
  line-height: normal;
  font-weight: bold;
}

/* @media only screen and (min-width: 40.063em) {
	p.big-number {
		float: left;
		margin-right: 1rem;
		line-height: 64%;
	}

	p.big-number {
		margin-top: 1rem;
	}
	p.big-number + p {
		margin-top: 2rem;
	}
	} */
article .additional-block-white,
#publication-2016 .additional-block-white {
  width: 100%;
  box-shadow: none;
  border: 1px solid #d8d8d8;
}

#publication-2016 .newsletter-block h2,
#publication-2016 .widget-heading {
  text-transform: initial;
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 1rem;
}

#publication-2016 .newsletter-block p {
  font-size: inherit;
}

.newsletter-signup {
  max-width: 420px;
}

.article-single .post-middle h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 133%;
  /*! text-transform: uppercase; */
  /*! color: gray; */
  /*! font-weight: bold; */
}

.article-single .post-middle h2 strong,
.article-single .post-middle h3 strong {
  font-weight: normal;
}

.article-single .post-middle h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.article-single .post-middle h4 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.programmes-middle h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sidebar-fix {
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
}

.publi-menu {
  padding: 0;
}

ul.toc {
  margin: 0;
  list-style-type: none;
}

ul.toc li {
  line-height: 150%;
}

.publi-menu li + li {
  border-top: 1px solid #d8d8d8;
}

.publi-menu li {
  /* padding: .6rem .8rem; */
}

.sub-nav-container li + li {
  margin: 0;
  margin-top: 0.6rem;
}

#page h1 {
  margin-bottom: 2rem;
}

a[href^="tel:"],
a[itemprop="telephone"] {
  white-space: nowrap;
}

@media only screen and (min-width: 40.063em) {
  #specials-fix,
  .specials-fix,
  .sticky-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 2rem;
  }
}

.sidebar-fix .additional-block-2 {
  border-top: 5px solid;
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.additional-block-2 ul {
  margin-bottom: 0;
}

.gsc-search-box table tr th,
.gsc-search-box table tr td,
.gsc-control-cse table tr th,
.gsc-control-cse table tr td {
  padding: 0 !important;
}

.gsc-search-box,
.gsc-control-cse {
  box-sizing: border-box;
}

.gsc-input input {
  box-shadow: none;
}

.gsc-input table {
  margin-bottom: 0;
  background-color: transparent;
}

.gsc-input-box {
  border: none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
  margin-top: 1rem;
}

input.gsc-input {
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid black !important;
  padding: 4px 12px !important;
  height: 32px !important;
  border-radius: 2px;
  color: inherit;
}

button.gsc-search-button {
  height: 32px;
  margin-left: 12px;
}

.gsib_b {
  display: none;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  text-decoration: none !important;
}

div.gs-title,
.gsc-url-top {
  margin-bottom: 0.5rem;
}

img.gs-image {
  width: 100%;
}

.gsc-cursor-box.gs-bidi-start-align {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: black;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: gray;
}

.gsc-above-wrapper-area-container {
  margin-bottom: 0;
}

div#search-modal {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#search-modal h2 {
  margin-bottom: 2rem;
}

.gs-snippet {
  line-height: 140%;
}

.gsc-webResult .gsc-result {
  padding: 1rem 0;
}

.logo-list {
  list-style-type: none;
  display: flex;
  margin-left: 0;
}

.logo-list > li {
  margin-right: 2rem;
}

/* Council chart */
.council-chart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  padding-left: inherit;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.council-chart li {
  font-family: vag_rounded, sans-serif;
  font-weight: normal;
}

@media (max-width: 499px) {
  .council-chart-container {
    display: none;
  }
}

.council-chart::before {
  content: "";
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.council-chart > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.council-chart li {
  position: relative;
  line-height: normal;
  background-color: hsl(327, 70%, 49%);
  line-height: normal;
}

.council-chart li:nth-of-type(4n) {
  background-color: #d70c7a;
}

.council-chart li:nth-of-type(4n + 1) {
  background-color: hsl(327, 70%, 58%);
}

.council-chart li:nth-of-type(4n + 2) {
  background-color: hsl(327, 69%, 63%);
}

.council-chart li:nth-of-type(4n + 3) {
  background-color: hsl(327, 69%, 68%);
}

@media (min-width: 360px) {
  .council-chart {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 640px) {
  .council-chart {
    grid-template-columns: repeat(4, 1fr);
  }

  .council-chart li:nth-of-type(4),
  .council-chart li:nth-of-type(9) {
    background-color: hsl(327, 70%, 49%);
  }

  .council-chart li:nth-of-type(1),
  .council-chart li:nth-of-type(12) {
    background-color: #d70c7a;
  }

  .council-chart li:nth-of-type(2),
  .council-chart li:nth-of-type(7) {
    background-color: hsl(327, 70%, 58%);
  }

  .council-chart li:nth-of-type(6),
  .council-chart li:nth-of-type(8),
  .council-chart li:nth-of-type(11) {
    background-color: hsl(327, 69%, 63%);
  }

  .council-chart li:nth-of-type(3),
  .council-chart li:nth-of-type(5),
  .council-chart li:nth-of-type(10) {
    background-color: hsl(327, 69%, 68%);
  }
}

.council-chart li .council-chart-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  line-height: 100%;
  font-weight: bold;
}

.council-chart li .council-chart-type {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: calc(100% - 2rem);
  font-weight: bold;
}

@media (min-width: 800px) {
  .council-chart {
    grid-template-columns: repeat(6, 1fr);
  }
}

#about-council .council-chart-type {
  font-size: 1rem;
}

@media only screen and (max-width: 40.062em) {
  .post-image-yes-right {
    color: inherit;
  }

  .post-image-yes > div {
    position: relative;
  }

  .caption {}}

summary {
  font-family: vag_rounded, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.panel * + h2,
.panel * + h3 {
  margin-top: 2rem;
}
.panel h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.panel h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.podcast-mod-content a {
  color: #2ba6cb;
}
.post-featured-post.image-no .post-featured-text-mini a,
.post-featured-post.image-no .post-featured-text-mini p {
  color: black !important;
}

#page a {
  color: #1479CF;
}

.top-bar .fa,
.top-bar .fab,
.top-bar .fal,
.top-bar .far,
.top-bar .fas {
  line-height: 45px;
}

.header-with-button,
.banner-link {
  display: grid;
  gap: 1rem;
  line-height: normal;
}

.header-with-button {
  align-items: center;
  margin-bottom: 1rem;
  grid-template-columns: auto max-content;
  grid-template-rows: 1fr;
}

.header-with-button h2 {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .header-with-button,
  .banner-link {
    grid-template-columns: auto max-content;
    grid-template-rows: 1fr;
  }
  .banner-link strong {
    margin-right: 0.5rem;
  }
}

.banner-link {
  font-family: vag_rounded, sans-serif;
  padding: 0.8rem;
  background-color: whitesmoke;
  border-radius: 4px;
  border-top: 4px solid #4d4d4d;
  align-items: center;
}

.post-middle .banner-link {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.card-link {
  position: relative;
  box-shadow: 0 1px 2px 0 #ccc;
  padding: 0.8rem;
  font-family: vag_rounded, sans-serif;
}
.card-link .card-link__overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0);
}
.card-link a.card-link__overlay {
  position: absolute;
  z-index: 0;
  opacity: 0;
}

/* SOCIAL SHARE */

.share-buttons {
  display: flex;
  font-family: vag_rounded, sans-serif;
  margin: -0.25rem;
  flex-wrap: wrap;
}

.share-button {
  background-color: gray;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0.25rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 100%;
}
a.share-button {
  color: #fff;
  text-decoration: none;
}
.share-button:hover {
  color: white;
  text-decoration: none;
}

.share-button-white {
  background-color: transparent;
  color: black;
}
.share-button-white:hover {
  color: black;
}

a.print-button {
  color: inherit;
}

.share-button-label {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .share-buttons-with-label {
    line-height: 100%;
    list-style-type: none;
    padding-left: 0;
    display: flex;
  }
  .share-buttons-with-label .share-button,
  a.print-button {
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 0.4rem 0.5rem;
    /* display: inline-block; */
  }
  .share-button-label {
    display: inline;
    margin-left: 0.4rem;
  }
  .share-buttons-with-label::before {
    display: none;
  }
}

.share-buttons.show-for-small-only {
  display: flex !important;
}

@media only screen and (min-width: 40.063em) {
  .share-buttons .show-for-small-only {
    display: none !important;
    visibility: hidden;
  }
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Colours */
.share-button.share-twitter {
  background-color: #1da1f2;
}

.share-button.share-facebook {
  background-color: #3b5998;
}

.share-button.share-linkedin {
  background-color: #0077b5;
}

.share-button.share-reddit {
  background-color: #ff4500;
}

.share-button.share-whatsapp {
  background-color: #25d366;
}

.share-button.share-telegram {
  background-color: #08c;
}

.share-button.share-twitter:hover,
.share-button.share-twitter:focus {
  background-color: #007bcc;
}

.share-button.share-facebook:hover,
.share-button.share-facebook:focus {
  background-color: #153372;
}

.share-button.share-linkedin:hover,
.share-button.share-linkedin:focus {
  background-color: #00518f;
}

.share-button.share-reddit:hover,
.share-button.share-reddit:focus {
  background-color: #d91f00;
}

.share-button.share-whatsapp:hover,
.share-button.share-whatsapp:focus {
  background-color: #25d366;
}

.share-button.share-telegram:hover,
.share-button.share-telegram:focus {
  background-color: #08c;
}

.share-button .fab {
  color: currentColor;
}

.share-button .icon {
  color: inherit;
}

.share-button .show-for-small-only {
  display: block !important;
}

@media only screen and (min-width: 40.063em) {
  .share-button .show-for-small-only {
    display: none !important;
  }
}
/* END Social share */

footer a {
  color: inherit;
}

.video-banner .container {
  background-color: black;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: none;
}

.survey-block {
  padding: 2rem;
  background-color: hsla(42, 98%, 80%, 1);
  border-radius: 4px;
  /* color: white; */
  box-shadow: 0 1px 2px 0 #ccc;
  border-top: 4px solid #fdb813;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.survey-block > * {
  color: currentColor !important;
  font-family: vag_rounded !important;
}
.survey-block h2 {
  margin-top: 0 !important;
  text-transform: none !important;
}
.survey-block h2 a {
  color: inherit;
}
.survey-block h2 a:hover {
  text-decoration: underline;
}
.survey-block .btn {
  font-size: 1.1rem;
  padding: 0.6rem 0.8rem;
  margin-top: 0.8rem;
  border-color: #fdb813;
  border-width: 2px;
  box-shadow: none;
}

.survey-block .btn:hover,
.survey-block .btn:active,
.survey-block .btn:focus {
  background-color: #fdb813;
}

@media only screen and (min-width: 40.063em) {
  .survey-block {
    text-align: center;
    padding: 3rem;
  }
}

/* In the media */
.home-in-the-media {
  margin-top: 4rem;
  margin-bottom: 4rem;
  /*! padding-top: 2rem; */
  /*! border-top: 4px solid gray; */
}
.home-in-the-media header {
  margin-bottom: 1.5rem;
}
.home-in-the-media header::before {
  content: "";
  height: 5px;
  width: 100%;
  display: block;
  background-color: black;
  margin-bottom: 2rem;
  border-radius: 2px;
}
.home-in-the-media header h2 {
  font-size: 1.8rem;
}
.home-in-the-media header h2 i.far {
  margin-right: 0.5rem;
}
.home-in-the-media .in-the-media__container {
  display: grid;
  gap: 2.4rem 1.5rem;
}

@media only screen and (min-width: 44.063em) {
  .home-in-the-media .in-the-media__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-in-the-media .large-4 {
    padding-left: 2rem;
  }
}

.in-the-media__item {
  position: relative;
  font-family: vag_rounded, sans-serif;
  /* display: inline-block; */
  /*! margin-bottom: 2rem; */
  line-height: 150%;
}

.in-the-media__item-with-avatar .in-the-media__info {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: min-content auto;
  column-gap: 0.8rem;
}

.in-the-media__avatar {
  grid-row: span 2;
}

.in-the-media__avatar img {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 50%;
  object-fit: cover;
}

.in-the-media__favicon {
  margin-right: 0.4rem;
  vertical-align: text-top;
}

.in-the-media__outlet {
  font-weight: bold;
}

.in-the-media__date {
  color: gray;
  margin-left: 0.4rem;
}

.in-the-media__meta {
  margin-bottom: 0.2rem;
}

.in-the-media__quote {
  margin-bottom: 0.5rem;
}
.in-the-media__quote-inner {
  font-family: Georgia, sans-serif;
  background-color: #ededed;
  border-radius: 4px 4px 4px 0;
  padding: 1.2rem;
}
.in-the-media__quote::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #ededed transparent transparent transparent;
  display: block;
}
/* In the media archives */
.in-the-media-list {
  margin-top: 2rem;
}
.in-the-media-list .in-the-media__item {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.in-the-media-list .in-the-media__item:nth-of-type(1) {
  padding-top: 0;
}
@media only screen and (min-width: 44.063em) {
  .in-the-media-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.5rem;
  }
  .in-the-media-list .in-the-media__item:nth-of-type(2) {
    padding-top: 0;
  }
}

.in-the-media-list .pagination-block {
  margin-top: 3rem;
}

.btn-container {
  margin-top: 1rem;
}
.btn-container + .btn-container {
  margin-top: 0.5rem;
}

/* Coronavirus */
.page-coronavirus .widget {
  margin-bottom: 1rem;
}

.page-coronavirus .in-the-media {
  list-style: none;
  margin-left: 0;
  display: grid;
  gap: 20px;
}

.page-coronavirus .in-the-media-container {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.page-coronavirus .in-the-media-container h2 {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 44.063em) {
  .page-coronavirus .in-the-media {
    grid-template-columns: 1fr 1fr;
  }
}

.page-coronavirus .in-the-media li:hover a {
  color: #333;
}

.profile h2 {
  margin-top: 2rem;
}

.post-image-yes img {
  width: 100%;
}

.post ul,
#tabs .post ul {
  list-style: disc;
  margin-left: 1rem;
}
ul.list-translations {
  font-family: vag_rounded, sans-serif;
  /*! margin-left: 1.5rem !important; */
  /*! margin-top: 1.5rem; */
}

ul.link-list {
  list-style-type: none !important;
  margin-left: 0 !important;
  display: flex;
}
ul.link-list li + li {
  margin-left: 1rem;
}
.post-middle .video-container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
table td p {
    font-size: inherit !important;
    margin-bottom: inherit;
    line-height: inherit;
}
.figure__table,
.figure__table td,
.figure__table th,
.figure__table p,
.figure__table li {
   font-family: vag_rounded, sans-serif !important;
   font-size: 1rem;
   line-height: 150%;
}
.figure__table {
   margin-top: 3rem;
   margin-bottom: 3rem;
  font-family: vag_rounded, sans-serif;
}
.figure__table th {
  font-weight: normal;
}
.figure__table figcaption {
   font-size: 1.1rem;
    margin-bottom: 2rem;
}
.figure__table footer {
   font-size: .8rem;
}
.figure__table ul {
  margin-bottom: 0;
  margin-left: 1rem;
}
.figure__table td ul + * {
  margin-top: 1rem;
}
.figure__table tr + tr {
  border-top: 1px solid #949494;
}


.infographics .post-middle,
.infographics .post-top,
.infographics .social-list {
  border-color: transparent;
  padding: 0;
  margin: 1rem;
}
.infographics p:last-child {
  margin-bottom: 0;
}

#leadership h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
#leadership * + h2 {
  margin-top: 2rem;
}
.leadership-list {
  display: grid;
  gap: 2rem;
}
.leadership-list + .leadership-list {
  margin-top: 2rem;
}

.leadership__item {
  display: grid;
  gap: 1rem 1.5rem;
  padding-top: 1.5rem;
  border-top: 3px solid #dddddd;
}

.leadership__item h3,
.leadership__item h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}
.leadership__jobtitle {
  font-family: vag_rounded, sans-serif;
  font-size: 1.1rem;
  line-height: 140%;
}

@media only screen and (min-width: 40.063em) {
  .leadership__item {
    grid-template-columns: 96px 1fr;
    grid-template-rows: repeat(3, max-content);
  }
  .leadership__photo {
    grid-row: 1 / -1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
@media only screen and (min-width: 64.063em) {
  .leadership-list {
    grid-template-columns: 1fr 1fr;
  }
}
.leadership__photo img {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.footer-top .top-bar-section li:first-child a {
    padding-left: 0;
}

a[href^="#_ftn"] {
  font-size: .83em;
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

  h2 strong {
    font-weight: inherit;
  }
  h2 em {
    font-style: inherit;
  }
  

footer .footer-nav-secondary > ul > li > ul > li {
  line-height: normal;
}

footer .footer-nav-secondary > ul > li > ul > li + li {
  margin-top: .5rem;
}

.agenda-item-more ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.btn-text-body {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: .4rem .8rem;
  box-shadow: none;
}
.btn-text-body i:last-child {
  margin-left: .5rem;
}
.post-middle .btn-text-body:hover,
.post-middle .btn-text-body:active,
.post-middle .btn-text-body:focus {
  background-color: #1479CF;
  border-color: #1479CF;
}

.banner-link-top {
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
.banner-link.banner-link-pink {
  border-top-color: #D70C7A;
  background-color: #FAE1EF;
}
.banner-link-title {
    font-size: 1.8rem;
    margin-bottom: .6rem;
}
.footer {
margin-top: 2rem;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: normal;
}

.banner-link-acm {
  color: rgb(246, 240, 243);
  background-color: rgb(114, 19, 70) !important;
  background-image: url(https://www.ecfr.eu/page/-/acm-waves.svg);
  background-position: top right;
  background-attachment: scroll;
  background-size: 420px;
  background-repeat: no-repeat;
}

@keyframes flickerAnimation {
  0%   {opacity:1;}
  50%  {opacity:0;}
  100% {opacity:1;}
}

.live-icon{
  display:inline-block;
  width:.6em;
  height:.6em;
  background-color:#E2231A;
  border-radius: 50%;
  margin-right:.5rem;
  border: 1px solid white;
}

.live-icon-animated {
  animation: flickerAnimation 2s infinite;
}

.banner-top-container + .container {
    padding-top: 0;
    border-top: 0;
}

details.details-no-arrow > summary {
  list-style: none;
}
details.details-no-arrow > summary::-webkit-details-marker {
  display: none;
}

details[open=""] summary {
  margin-bottom: .5rem;
}

.pdf-only {
 display: none;
}

.post-middle .tableauPlaceholder {
    margin-top: 2rem;
    margin-bottom: 2rem;
}