@charset "UTF-8";
/*!
Theme Name: IFPMA
Theme URI: http://underscores.me/
Author: Ling Cao
Author URI: http://www.acw.uk.com
Description: A Wordpress Theme for IFPMA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ifpma
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IFPMA is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*Reuseable styles and predefine styles for IFPMA */
/*********************
IFPMA Colors
*********************/
/*topic color*/
/* subtopics */
/*main nav colors*/
/*highlight color for sec nav is the same*/
/*user content colors*/
/* h2 for user generated content*/
/* h3 for user generated content*/
/*news-releases*/
/*main nav colors*/
body {
  color: #5e5e60;
}

.bg-covid-green {
  background-color: #1FAD8E !important;
}

.bg-covid-resources {
  background-color: rgba(51, 166, 221, 0.2) !important;
}

/*hompage*/
.home .site-main .row h1 {
  color: #87888a;
}

#ifpmatwitter {
  background: #c8d4db;
}

/*carousel heading*/
.carousel-inner .item .carousel-caption .col-section h3.sliderhd {
  color: #ffffff;
}

/*footer*/
footer {
  background: #959595;
  color: #ffffff;
}

/*covidresources*/
/*********************
IFPMA fonts - Google font PT Sans
*********************/
/*thumbnail image sizes */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

footer.entry-footer {
  padding: 5px;
  background-color: white;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## main containers
--------------------------------------------------------------*/
.content-area {
  clear: both;
  width: 100%;
}

.site-main {
  margin: 0 auto;
}

#ifpmatwitter {
  min-height: 266px;
}

.col-xs-12.homesection-wrap,
.col-xs-12.landingsection-wrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  float: none;
}

/*--------------------------------------------------------------
## homepage
--------------------------------------------------------------*/
/*top notice banner*/
.home_top_notice {
  background-color: #c7b0cc;
  color: white;
  padding: 5px 10px 0px 10px;
}
.home_top_notice a {
  color: white !important;
}
.home_top_notice.covid {
  background: #33a6dd;
  background: linear-gradient(90deg, #33a6dd 0%, #33a6dd 50%, #1fad8e 100%);
}

/*IFPMA in Brief*/
#IFPMAinBrief {
  padding: 4% 0;
}
#IFPMAinBrief .pad-top {
  padding-top: 1em;
}
#IFPMAinBrief.row {
  margin: 0;
}
#IFPMAinBrief .more {
  background-color: #87888a;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 6px 15px;
}
#IFPMAinBrief .more:hover {
  text-decoration: none;
  background-color: #6e6f70;
}

/*Topic Slider*/
#MainTopicsSlider {
  /* end of .carousel-inner*/
}
#MainTopicsSlider.row {
  margin: 0;
}
#MainTopicsSlider .carousel-inner {
  max-height: 296px;
  z-index: 2;
  /* end of .carousel-control*/
}
#MainTopicsSlider .carousel-inner .item {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  width: 100%;
}
#MainTopicsSlider .carousel-inner .item.tackling-global-health-challenges {
  background: #d67b6e url(images/patterns/tackling.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.boosting-innovation-and-access {
  background: #f7b88d url(images/patterns/boosting.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.strengthening-regulatory-systems {
  background: #88bfb1 url(images/patterns/strengthening.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.building-trust {
  background: #91b3c1 url(images/patterns/building.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.discovering-medicines-and-vaccines {
  background: #c6b0cc url(images/patterns/delivering.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item p {
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#MainTopicsSlider .carousel-inner .item .more {
  color: #ffffff;
  font-family: "PT Sans Narrow", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-decoration: underline;
  font-style: italic;
}
#MainTopicsSlider .carousel-inner .carousel-control {
  z-index: 4;
  height: 40px;
  top: 48%;
  width: 37px;
}
#MainTopicsSlider .carousel-inner .carousel-control.left {
  left: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#MainTopicsSlider .carousel-inner .carousel-control.left .arrow-menu-left {
  background: transparent url(images/buttons/btn-white-left.png) no-repeat 0 0;
  width: 37px;
  height: 34px;
  display: block;
}
#MainTopicsSlider .carousel-inner .carousel-control.right {
  right: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#MainTopicsSlider .carousel-inner .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-white-right.png) no-repeat right 0;
  width: 38px;
  height: 34px;
  display: block;
}

/* end of #MainTopicsSlider*/
/* #OurResrouces*/
#OurResources {
  padding: 4% 0 6% 0;
  /* end of .nav-tabs*/
  /* end of .tab-content*/
}
#OurResources .our-resources-row {
  padding-bottom: 1em;
}
#OurResources .resource-wrapper {
  margin-top: 1em;
}
#OurResources.row {
  margin: 0;
}
#OurResources .nav-tabs {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 0;
}
#OurResources .nav-tabs .tab {
  opacity: 1;
  min-height: 7.2em;
}
#OurResources .nav-tabs .tab:hover {
  transition: opacity 0.6s;
  opacity: 0.6;
}
#OurResources .nav-tabs label {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: black;
}
#OurResources .nav-tabs li {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#OurResources .nav-tabs li a {
  border: 0;
}
#OurResources .nav-tabs li.active a {
  border-bottom: 3px solid black;
  outline: 0;
}
#OurResources .nav-tabs li.active label {
  border-bottom: 3px solid black;
}
#OurResources .nav-tabs li:hover, #OurResources .nav-tabs li.active {
  opacity: 1;
}
#OurResources .nav-tabs li:hover a, #OurResources .nav-tabs li.active a {
  background-color: #ffffff;
  border: 0;
}
#OurResources .nav-tabs li:hover label, #OurResources .nav-tabs li.active label {
  border-bottom: 3px solid black;
}
#OurResources .tab-content {
  background-color: #f6f6f6;
  padding: 10px;
  /* end of .tab-pane*/
}
#OurResources .tab-content .tab-pane {
  z-index: 2;
  padding: 20px 0;
  /* end of .col-feature-txt*/
  /* end of .col-feature-txt*/
}
#OurResources .tab-content .tab-pane.row {
  width: 95%;
  margin: 0 auto;
}
#OurResources .tab-content .tab-pane .col-featured {
  background-color: #ffffff;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-img {
  padding-right: 0;
  padding-bottom: 15px;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-img .featured_mark {
  position: absolute;
  top: -1px;
  right: 10px;
  z-index: 0;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt {
  text-align: left;
  padding-bottom: 10px;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt small {
  color: #fabc5f;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-weight: bold;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt h4 {
  margin: 0px;
  padding: 0px;
  padding: 5px 0;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt h4 a {
  color: #000000;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt p {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt .more {
  font-style: italic;
  color: #000000;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-decoration: underline;
}
#OurResources .tab-content .tab-pane .col-otherResources .other-resources-header {
  margin-top: 1em;
}
#OurResources .tab-content .tab-pane .col-otherResources small {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
}
#OurResources .tab-content .tab-pane .col-otherResources ul.no-pad {
  padding: 0;
  margin: 0;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper {
  float: left;
  border-bottom: 0;
  padding-bottom: 2em;
  height: 100%;
  margin: 1em;
  margin-top: 0;
  list-style: none;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper .col-thumb {
  text-align: center;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper .home_fm_thumb {
  width: 100%;
  max-width: 480px;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper:first-child {
  border-bottom: 3px solid #eaeaea;
  margin-top: 1em;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt {
  padding-left: 0;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt h4 {
  margin: 0px;
  padding: 0px;
  line-height: 70%;
  font-weight: bold;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt h4 a {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt p {
  margin: 0px;
  padding: 0px;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 1.2;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt .more {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #000000;
  text-decoration: underline;
}

/* end of #OurResrouces*/
/* #joinIFPMA*/
#joinIFPMA {
  background: url(images/bg/join_ifpma_bg.jpg) no-repeat 0 0;
  height: 256px;
  color: #ffffff;
  display: block;
  padding-top: 1.3%;
}
#joinIFPMA.row {
  margin: 0;
}
#joinIFPMA .homesection-wrap {
  width: 87%;
}
#joinIFPMA .row-heading .col-sm-2 {
  width: 19%;
}
#joinIFPMA .row-heading .col-sm-2 h2 {
  background-image: none;
}
#joinIFPMA .row-heading .col-sm-2 h2 span {
  background-image: none;
  background-color: transparent;
}
#joinIFPMA .row-heading .col-sm-5 {
  width: 40%;
  background: url(images/bg/hd_bg_white.jpg) repeat-x center 50%;
  height: 65px;
  display: inline-block;
}
#joinIFPMA .more {
  background-color: #ffffff;
  color: #063680;
  padding: 6px 15px;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
}
#joinIFPMA .more:hover {
  text-decoration: none;
  background-color: #e6e6e6;
}

/* end of #joinIFPMA*/
/* #OurBlog*/
#OurBlog {
  padding: 4% 0;
  min-height: 400px;
}
#OurBlog.row {
  margin: 0;
}
#OurBlog #LatestBlogSlider {
  min-height: 15em;
  /* end of .carousel-control*/
}
#OurBlog #LatestBlogSlider .item.row .col-txt {
  text-align: left;
}
#OurBlog #LatestBlogSlider .item.row .col-txt h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
#OurBlog #LatestBlogSlider .item.row .col-txt h4 a {
  color: #fabc5f;
}
#OurBlog #LatestBlogSlider .item.row .col-txt small {
  font-size: 0.7rem;
  font-weight: bold;
}
#OurBlog #LatestBlogSlider .item.row .col-txt .blogauthor {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 0;
}
#OurBlog #LatestBlogSlider .item.row .col-txt p {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  line-height: 1.2;
}
#OurBlog #LatestBlogSlider .item.row .col-txt .more {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  font-style: italic;
  text-decoration: underline;
}
#OurBlog #LatestBlogSlider .carousel-control {
  z-index: 4;
  height: 40px;
  top: 48%;
  width: 37px;
}
#OurBlog #LatestBlogSlider .carousel-control.left {
  left: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#OurBlog #LatestBlogSlider .carousel-control.left .arrow-menu-left {
  background: transparent url(images/buttons/btn-grey-left.png) no-repeat 0 0;
  width: 38px;
  height: 34px;
  display: block;
}
#OurBlog #LatestBlogSlider .carousel-control.right {
  right: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#OurBlog #LatestBlogSlider .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-grey-right.png) no-repeat left 0;
  width: 38px;
  height: 34px;
  display: block;
}

/* end of #OurBlog*/
/* #ifpmatwitter*/
#ifpmatwitter {
  padding-top: 1%;
  overflow: hidden;
  /*overwrite some bxslider styles*/
  text-align: center;
}
#ifpmatwitter.row {
  margin: 0;
}
#ifpmatwitter .aptf-tweet-content {
  width: 80%;
  margin: 0 auto;
  min-height: 4.5em;
}
#ifpmatwitter .aptf-tweet-content a {
  color: #063680 !important;
}
#ifpmatwitter .aptf-tweet-actions {
  clear: both;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
#ifpmatwitter .bx-wrapper .bx-controls-direction a {
  top: 50%;
  width: 50px;
  height: 50px;
}
#ifpmatwitter .bx-wrapper .bx-prev {
  left: 0px;
  background: url(images/buttons/btn-grey-left.png) no-repeat 0 0;
  background-size: 40px 40px;
}
#ifpmatwitter .bx-wrapper .bx-next {
  right: -10px;
  background: url(images/buttons/btn-grey-right.png) no-repeat 0 0;
  background-size: 40px 40px;
}

/* end of #ifpmatwitter*/
/*anmiate.css delay*/
#HomeSlider .animated:nth-child(1) {
  animation-delay: 0.3s;
}

.animatedhover {
  animation-play-state: paused;
}
.animatedhover:hover {
  animation-play-state: running;
}

#MainTopicsSlider .animated:nth-child(2) {
  animation-delay: 0.5s;
}

/* style for live stream*/
.col-live a {
  color: white;
  font-weight: bold;
  background-color: red;
  padding: 3px 18px;
}
@media screen and (max-width: 992px) {
  .col-live {
    position: relative;
    z-index: 9999;
  }
}

#livestream {
  margin: 0px;
  padding: 0px;
  padding: 35px;
  background-color: #063680;
  display: none;
  color: #fff;
}
@media screen and (min-width: 787px) {
  #livestream {
    height: 450px;
  }
}
#livestream .col-close {
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 786px) {
  #livestream .col-close {
    margin: 5px 0;
    text-align: left;
  }
}
#livestream h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
}
#livestream h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#livestream a {
  position: relative;
}
#livestream a span {
  background-color: #21759b;
  color: white;
  font-size: 1rem;
  padding: 7px 40px 7px 15px;
  line-height: 28px;
  border-radius: 16px;
}
#livestream a i {
  position: relative;
  top: -1px;
  right: 32px;
  width: 30px;
  height: 30px;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  border-radius: 15px;
  background-color: #899aa3;
  color: white;
  padding: 7px;
  transition: all 0.4s ease;
}
#livestream a:hover {
  text-decoration: none;
}
#livestream a:hover i {
  right: 25px;
}
@media screen and (min-width: 787px) {
  #livestream .livestream_content {
    position: relative;
  }
}
#livestream .livestream_content .col-detail {
  overflow: hidden;
}
@media screen and (min-width: 787px) {
  #livestream .livestream_content .col-detail {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
}

/*--------------------------------------------------------------
## IFPMA in Brief*
--------------------------------------------------------------*/
.parllaxbox {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 522px;
  z-index: 3;
}
.parllaxbox .parallax-window {
  background-color: transparent;
  max-width: 1230px;
  min-height: 522px;
  z-index: 3;
}
.parllaxbox .parallax_layer-base {
  position: relative;
  z-index: 4;
}
.parllaxbox .row {
  padding: 0 15px;
}
.parllaxbox .col-content {
  padding-top: 8%;
  color: #ffffff;
}
.parllaxbox .col-content p {
  margin: 0px;
  padding: 0px;
  font-size: 18.4px;
  font-size: 1.15rem;
  padding-top: 5px;
  line-height: 1.2;
}
.parllaxbox.first .col-content p {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1;
}

/* end of .parllaxbox*/
.IFPMAinBriefParallax .col-content h2, .IFPMAinBriefParallax .col-content h3, .IFPMAinBriefParallax .col-content p {
  text-shadow: 2px 1px 4px #000;
}

.pdflnk {
  background-color: #063680;
  color: #ffffff;
  padding: 3px 15px;
  font-size: 14.4px;
  font-size: 0.9rem;
  clear: both;
  margin: 50px auto;
  width: 260px;
  display: block;
}

/*--------------------------------------------------------------
## Topics
--------------------------------------------------------------*/
#TopicParallax .parallax {
  min-height: 300px;
  /* fallback for older browsers */
  overflow-x: hidden;
}
#TopicParallax .row {
  padding: 0 15px;
}
#TopicParallax .parallax__group {
  position: relative;
}
#TopicParallax .parallax__layer {
  padding-top: 4%;
}
#TopicParallax .parallax__layer--base {
  position: relative;
  z-index: 4;
  color: #ffffff;
  padding-left: 5%;
  padding-right: 5%;
}
#TopicParallax .parallax__layer--base h2.toptitle {
  margin: 0px;
  padding: 0px;
  font-size: 28.8px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#TopicParallax .parallax__layer--base .toptitle_seconline {
  margin: 0px;
  padding: 0px;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
#TopicParallax .parallax__layer--base h3.subtitle {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
}
#TopicParallax .parallax__layer--base .see-more {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #ffffff;
}
#TopicParallax .parallax__layer--base img {
  position: relative;
  bottom: 15px;
  max-width: none;
}
#TopicParallax .parallax__layer--back {
  z-index: 3;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: repeat;
}

.subtopic_pane {
  width: 100%;
  background-repeat: repeat;
}
.subtopic_pane .subtopic_pane_inner {
  padding: 4% 6% 3% 6%;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.subtopic_pane .subtopic_pane_inner .row {
  padding: 0;
}
.subtopic_pane .subtopic_pane_inner .row .col-xs-12 {
  padding: 0;
}
.subtopic_pane .subtopic_pane_inner .row h3 {
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 0;
}
.subtopic_pane .subtopic_pane_inner .subtopic_title {
  padding: 0.25em 0;
}
.subtopic_pane .subtopic_pane_inner .topic-items {
  padding: 0;
  margin: 0;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 3;
}
.subtopic_pane .subtopic_pane_inner .topic-items a {
  color: white;
  line-height: 1;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}

/* end of subtopic_pane */
/*--------------------------------------------------------------
## Contact us
--------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row-contact {
  position: relative;
}

.col-contact-details {
  background: url(images/bg/contact_bg.jpg) repeat 0 0;
  position: relative;
  z-index: 2;
}

.col-contact-map {
  padding-top: 6%;
  position: relative;
  margin-left: -8%;
  z-index: 3;
}

/*--------------------------------------------------------------
## Contributor Page
--------------------------------------------------------------*/
.contributor-content {
  background: url(ifpma/images/bg/contributors_bg.jpg);
}

.contributor-top-row {
  padding-top: 3em;
}

.contributor-row {
  padding-top: 0em;
}

.contributor-name {
  text-align: center;
  padding: 1em;
  font-weight: bold;
}

body .people-modal {
  padding: 0 !important;
  position: absolute;
  right: 20%;
  left: 19%;
  top: 25%;
  bottom: 23.5%;
  opacity: 1;
}
body .people-modal .modal-backdrop.in {
  opacity: 0.9;
  background-color: #484848;
}
body .people-modal .modal-dialog {
  padding-top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  margin: 0;
}
body .people-modal .modal-dialog button.close {
  position: absolute;
  top: 2em;
  right: 2em;
  opacity: 1;
  background: #FFFFFF;
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  z-index: 1000;
}
body .people-modal .modal-dialog p.contributor-description {
  font-size: 0.9em;
  padding: 1em;
  opacity: 1;
  color: white;
  overflow-y: hidden;
}
body .people-modal .modal-dialog .modal-pic {
  height: 100%;
  width: 100%;
}
body .people-modal .modal-dialog .contributor-name-modal {
  color: white;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
}
body .people-modal .modal-dialog .social-icons {
  text-align: center;
}
body .people-modal .carousel {
  height: 100%;
}
body .people-modal .carousel .carousel-indicators {
  display: none;
}
body .people-modal .carousel .contributor-row {
  padding-top: 3em;
}
body .people-modal .carousel .carousel-control {
  height: 1px;
  position: absolute;
  bottom: 10px;
}
body .people-modal .carousel .carousel-control .carousel-arrow-left {
  position: relative;
  top: 225px;
  left: -50px;
}
body .people-modal .carousel .carousel-control .carousel-arrow-right {
  position: relative;
  top: 225px;
  right: -50px;
}

/*--------------------------------------------------------------
## News Releases
--------------------------------------------------------------*/
.news-releases-page ::-webkit-scrollbar {
  width: 10px;
}
.news-releases-page ::-webkit-scrollbar-track {
  background-color: #d29d50;
  border-radius: 10px;
}
.news-releases-page ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(123, 92, 47, 0.4);
}
.news-releases-page .news-article {
  text-align: center;
  margin-bottom: 3em;
}
.news-releases-page .news-article h3.news-article-title {
  text-align: left;
  color: #1d4192;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 1em 0;
  margin: 0;
}
.news-releases-page .news-article .news-article-image {
  text-align: center;
  margin: 0 auto;
  max-height: 282px;
}
.news-releases-page .tab-box .nav-tabs {
  text-align: center;
  background: #f9bb5f;
  margin: 0;
  padding: 1em 0 0 0;
  border-bottom: none;
}
.news-releases-page .tab-box .nav-tabs li {
  float: none;
  display: inline-block;
  background: #f9bb5f;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
.news-releases-page .tab-box .nav-tabs li a {
  font-weight: bold;
  color: gray;
  text-transform: capitalize;
}
.news-releases-page .tab-box .nav-tabs li a span {
  text-decoration: none;
}
.news-releases-page .tab-box .nav-tabs li:active a span, .news-releases-page .tab-box .nav-tabs li:hover a span {
  border-bottom: solid 2px #5e5e60;
}
.news-releases-page .tab-box .nav-tabs li.active a {
  background: #f9bb5f;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
  border: none;
  outline: 0;
}
.news-releases-page .tab-box .nav-tabs li.active a span {
  text-decoration: none;
  border-bottom: 2px solid black;
}
.news-releases-page .tab-content {
  min-height: 400px;
  margin-bottom: 0em;
  background: #f9bb5f;
}
.news-releases-page .tab-content .tab-pane {
  margin-bottom: 0;
}
.news-releases-page .news-news-releases-highlight-box {
  background-color: #fcddaf;
  margin: 0px;
  padding: 0px;
  margin: 1.5em 0em 1.5em 1.5em;
  padding-left: 1.5em;
}
.news-releases-page .news-news-releases-highlight-box .col-hightlight-img {
  padding: 1.5em 1em;
}
.news-releases-page .news-news-releases-highlight-box .col-highlight-content {
  position: relative;
  z-index: 2;
  padding: 1.5em;
  padding-left: 0;
}
.news-releases-page .news-news-releases-highlight-box .col-highlight-content .featured_mark {
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: 3;
}
.news-releases-page .news-news-releases-highlight-box img {
  height: auto;
  width: auto;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-heading {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
  color: #000000;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-download {
  margin-top: 1em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  display: block;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
  color: #000000;
}
.news-releases-page .news-statement-highlight-box {
  background-color: #fcddaf;
  margin: 1.5em 0em 1.5em 1.5em;
  padding: 1.5em 1em;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-statement-highlight-box .featured_mark {
  position: absolute;
  left: 1em;
  top: 0;
  z-index: 3;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-heading {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
  color: #000000;
}
.news-releases-page .news-statement-master-box {
  margin: 0px;
  padding: 0px;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box {
  width: 49%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
  color: #000000;
}
.news-releases-page .news-ifpma-highlight-box {
  background-color: #fcddaf;
  margin: 1.5em 0em 1.5em 1.5em;
  padding-left: 1.5em;
}
.news-releases-page .news-ifpma-highlight-box .col-hightlight-img {
  padding: 1.5em 1em;
}
.news-releases-page .news-ifpma-highlight-box .col-hightlight-content {
  padding: 1.5em;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-ifpma-highlight-box .col-hightlight-content .featured_mark {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-heading {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  color: #000000;
  padding-bottom: 10px;
}
.news-releases-page #media_contacts {
  margin: 0 0.5em;
  padding: 1em 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item {
  background-color: #fcddaf;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item img.media-contacts-image {
  padding: 1em 0;
  margin: 0 1em;
  height: 130px;
  width: auto;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-contact {
  text-align: center;
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-top: 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-bio {
  padding-top: 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-job-description {
  text-transform: none;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  font-style: italic;
  padding-bottom: 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-right: 10px;
}
.news-releases-page .news-media-resources-highlight-box {
  margin: 0px;
  padding: 0px;
  margin: 1.5em 0em 1.5em 1.5em;
  padding-left: 1.5em;
  background-color: #fcddaf;
}
.news-releases-page .news-media-resources-highlight-box .col-highlight-img {
  padding: 1.5em 1em;
}
.news-releases-page .news-media-resources-highlight-box .col-highlight-content {
  padding: 2em;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-media-resources-highlight-box .col-highlight-content .featured_mark {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-heading {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-download {
  margin-top: 1em;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .col-logo {
  padding-left: 0 !important;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .col-details {
  padding: 0 !important;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-rule {
  height: 1px #d9bf97;
  margin-top: 1em;
  margin: 0px;
  padding: 0px;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-type {
  font-weight: bold;
  color: #ffffff;
  font-size: 9.6px;
  font-size: 0.6rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-heading {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  color: #000000;
  margin-bottom: 0.2em;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-notes {
  font-weight: bold;
  font-size: 8px;
  font-size: 0.5rem;
  color: #000000;
}
.news-releases-page .news-latest-news-highlight-box {
  background-color: #fcddaf;
  margin: 2em;
  margin-right: 0;
  padding: 1em;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-latest-news-highlight-box .featured_mark {
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 3;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-latest-news-highlight-box img.news-latest-news-image {
  padding: 1em 0;
  margin: 0;
  height: 130px;
  width: auto;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-heading {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 0.5em;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 2em 1em 2em 0;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box {
  width: 49%;
  display: inline-block;
  margin: 0;
  padding: 0em 2em 0 0;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box img.news-latest-news-icon {
  padding: 1em 0;
  margin: 0;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
  color: #000000;
}
.news-releases-page .more-news {
  margin-bottom: 3em;
}
.news-releases-page .more-news h1 {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.news-releases-page .more-news h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  color: #87888a;
}
.news-releases-page .more-news h1:before {
  background: #87888a;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.news-releases-page .more-news h1:before {
  left: 0;
}
.news-releases-page .more-news iframe.more-news-video {
  height: 200px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.news-releases-page .more-news h3.more-news-title {
  color: #1d4192;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 0 1em 0;
  margin: 0;
}
.news-releases-page .more-news .more-news-content {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .more-news .more-news-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
  color: #000000;
}

/*--------------------------------------------------------------
## search filter
--------------------------------------------------------------*/
.col-search-filter {
  padding: 10px;
  background-color: #eeeeee;
  display: block;
}

/*--------------------------------------------------------------
## general content
--------------------------------------------------------------*/
.col-generalcontent {
  margin: 0 4.25%;
}

.topics .topic {
  margin-bottom: 5px;
}

.tags .tag {
  margin-bottom: 8px;
}

.col-addthis {
  text-align: right;
  float: right;
}

.col-addthis-subtopic {
  text-align: right;
  float: right;
  position: relative;
  top: -34px;
  z-index: 10;
  height: 0;
}

.addthis_overlay {
  position: relative;
  top: -34px;
  z-index: 10;
  height: 0;
}

.col-search-filter .col-search .search-form .search-field {
  width: 200px;
  border: 0;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.col-search-filter .col-search .search-form .searchbtnicon {
  outline: none;
  background: none;
}
.col-search-filter .col-search .search-form .searchbtnicon i {
  color: #5e5e60;
  position: relative;
  left: -30px;
  z-index: 10;
}
.col-search-filter .col-search .search-form .searchbtnicon:focus {
  outline: none;
}
.col-search-filter .col-search input[type=search], .col-search-filter .col-search input[type=text] {
  padding: 0 10px;
}
.col-search-filter .col-filterbtn {
  padding-top: 3px;
}
.col-search-filter .form-control {
  height: 30px !important;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.search_fliters_form legend {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
}
.search_fliters_form .col-searchterm, .search_fliters_form .col-searchterm-country, .search_fliters_form .col-searchterm-3, .search_fliters_form .col-searchterm-2 {
  width: 12%;
}
.search_fliters_form .col-searchterm input[type=radio], .search_fliters_form .col-searchterm-country input[type=radio], .search_fliters_form .col-searchterm-3 input[type=radio], .search_fliters_form .col-searchterm-2 input[type=radio] {
  width: 16px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.search_fliters_form .col-searchterm label, .search_fliters_form .col-searchterm-country label, .search_fliters_form .col-searchterm-3 label, .search_fliters_form .col-searchterm-2 label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 15px;
}
.search_fliters_form .col-searchterm input[type=checkbox], .search_fliters_form .col-searchterm-country input[type=checkbox], .search_fliters_form .col-searchterm-3 input[type=checkbox], .search_fliters_form .col-searchterm-2 input[type=checkbox] {
  width: 16px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.search_fliters_form .col-searchterm-3 {
  width: 33%;
}
.search_fliters_form .col-searchterm-2 {
  width: 45%;
}
.search_fliters_form .col-searchterm-country {
  position: relative;
  top: -25px;
}
.search_fliters_form .col-searchterm-country select {
  padding: 3px auto;
  width: 150px;
  height: 28px;
  border: 1px solid #dfdfe0;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
}
.search_fliters_form .col-searchterm-dropdown select {
  padding: 3px auto;
  width: 150px;
  height: 28px;
  border: 1px solid #dfdfe0;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
}
.search_fliters_form .btn-default {
  background: #5e5e60;
  color: #ffffff;
}
.search_fliters_form .btn-default:hover, .search_fliters_form .btn-default:focus {
  background-color: #000000;
}
.search_fliters_form .btn {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 4px 12px;
}

/*--------------------------------------------------------------
## style overwrite
--------------------------------------------------------------*/
.jvectormap-zoomin {
  top: 20px !important;
}

.jvectormap-zoomout {
  top: 50px !important;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  background-color: transparent !important;
  border: solid 2px #fff;
  border-radius: 13px !important;
  line-height: 9px !important;
}

.col-pagination {
  text-align: center;
}
.col-pagination .pagination {
  border-radius: 0;
  border: 0;
}
.col-pagination .pagination li a, .col-pagination .pagination li span {
  color: #5e5e60;
  border: none;
  font-weight: bold;
  padding: 0px 10px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.col-pagination .pagination > .active a {
  background-color: transparent;
  color: #fabc5f;
  border: none;
}
.col-pagination .page-numbers {
  color: #5e5e60;
  border: none;
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 0px 10px;
}
.col-pagination span.page-numbers.current {
  color: #fabc5f;
}

/*--------------------------------------------------------------
## General Search page style
--------------------------------------------------------------*/
#general_search_result {
  padding: 10px 15px;
  padding-bottom: 50px !important;
}
#general_search_result h2.entry-title {
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  padding-top: 1em;
  line-height: 1.2em;
}
#general_search_result article {
  margin-bottom: 0.5em;
}

.searchfilter_result {
  padding: 10px 15px;
  padding-bottom: 50px !important;
}
.searchfilter_result .entry-title {
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  line-height: 1.2em;
  padding: 5px 0;
  display: block;
}

/*--------------------------------------------------------------
## Disqus comment style
--------------------------------------------------------------*/
#disqus_thread {
  padding: 25px;
}

/*--------------------------------------------------------------
## Extra editor style
--------------------------------------------------------------*/
.content-small {
  font-size: 11.2px;
  font-size: 0.7rem;
}

.content-quote {
  font-size: 24px;
  font-size: 1.5rem;
  color: #063680;
  line-height: 130%;
  font-style: italic;
  border: 0;
  padding: 0 15px 15px 15px;
  display: inline-block;
}

/*--------------------------------------------------------------
## First Time user Modal style
--------------------------------------------------------------*/
#firstTimeModal .modal-header {
  padding: 0;
  border: none;
  background: url(images/bg/modal-header-bg_01.png) center 50%;
}
#firstTimeModal h1.modal-title {
  text-align: center;
  color: #fabc5f;
  font-family: "PT Sans", sans-serif;
  font-size: 54.84px;
  font-weight: bold;
  line-height: 130%;
  padding: 5px 0;
}
#firstTimeModal h1.modal-title span.italic {
  color: white;
  font-style: italic;
  font-weight: normal;
}
#firstTimeModal .modal-body {
  background: #fabc5f;
  height: 100%;
  padding-bottom: 0px;
}
#firstTimeModal .modal-row {
  padding: 0 2em;
  height: 100%;
}
#firstTimeModal h2.section-header {
  color: white;
  font-size: 30.1px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px #fabc5f;
  margin-top: 10px;
}
#firstTimeModal p.section-text {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  color: #434343;
}
#firstTimeModal .arrow-col {
  padding-top: 6%;
}
#firstTimeModal .arrow-col img.left-arrow {
  height: 100%;
}
#firstTimeModal .modal-footer {
  background: #fabc5f;
  border: none;
}
#firstTimeModal .btn-primary {
  background-color: #20377F;
  border-color: #20377F;
  border-radius: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
#firstTimeModal .btn-primary.grey {
  background-color: #767474;
  border-color: #767474;
}
#firstTimeModal .btn-primary.grey:hover {
  background-color: #a9a7a7;
}
#firstTimeModal .center {
  text-align: center;
}
#firstTimeModal .right {
  text-align: right;
}
#firstTimeModal hr.white-rule {
  height: 1px;
  margin: 0;
}

@media all and (max-width: 991px) {
  #firstTimeModal .arrow-col {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  #firstTimeModal h1.modal-title {
    font-size: 2em !important;
  }
  #firstTimeModal .right {
    text-align: center;
    padding-bottom: 20px;
  }
  #firstTimeModal .arrow-col {
    position: relative;
  }
  #firstTimeModal .arrow-col img.left-arrow {
    width: 100%;
    max-width: 37px;
  }
}
/*--------------------------------------------------------------
## First Time user Modal  style
--------------------------------------------------------------*/
#firstTimeSlider .modal-body {
  padding: 0;
  border-radius: 0;
}
#firstTimeSlider .carousel-control {
  position: absolute;
  top: initial;
}
#firstTimeSlider .carousel-control.right {
  height: 30px;
  position: absolute;
  top: 86%;
  background: none;
}
#firstTimeSlider button {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 10;
}
#firstTimeSlider .carousel-indicators li {
  background: #20377F;
  border: none;
}
#firstTimeSlider .carousel-indicators .active {
  background: #fabc5f;
}
#firstTimeSlider .btn-primary {
  background-color: #20377F;
  border-color: #20377F;
  border-radius: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
#firstTimeSlider .firstTimeCloseSmall {
  cursor: pointer;
}

@media (min-width: 992px) {
  #firstTimeSlider .modal-dialog {
    width: 900px;
  }
  #firstTimeSlider .mobile-caption {
    display: none;
  }
}
#cookieconsent_container {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: block;
  padding: 8px 20px;
}
#cookieconsent_container a {
  color: #fabc5f;
}
#cookieconsent_container #decline_cookies {
  color: white;
  margin-right: 30px;
}
#cookieconsent_container #allow_cookies {
  color: black;
}

#open_consent_container {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  height: 35px;
  z-index: 9999;
  text-align: center;
  display: block;
  cursor: pointer;
}

.complaint-introduction {
  margin-bottom: 2em;
}
.complaint-introduction p {
  margin: 0;
  font-style: italic;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.complaint-introduction a {
  font-weight: bold;
}

.social {
  text-align: right;
}

fieldset {
  border: none;
}

label.complaints {
  background: #ebebeb;
  display: block;
  padding-left: 0.5em;
}
label.complaints input[type=checkbox] {
  position: relative;
  margin-left: 0em;
  background: #ffffff;
}

.dark-letter {
  color: #000000;
}

.complaint-bold-wrapper {
  margin-top: 0;
  margin-bottom: 2em;
}
.complaint-bold-wrapper p {
  padding: 0 1em;
  margin: 0 0 1em 0;
  text-align: center;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.complaint-bold-wrapper.bottom p {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

.country {
  margin-bottom: 0;
}

.submit {
  text-align: center;
}

.complaint-submit {
  background: #91b3bf;
  border: none;
  border-radius: none;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
}
.complaint-submit:hover {
  background: #719dac;
}

.submit-mandatory {
  text-align: left;
  padding-left: 2em;
  margin-bottom: 3em;
}

label.reference {
  font-weight: bold;
  background: #ffffff;
}

label.complaints.please {
  background: #ffffff;
}

input[type=file] {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  background: #ebebeb;
  padding-left: 0.5em;
}

.form-control:focus {
  border-color: #ebebeb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.thank-you {
  text-align: center;
  margin-bottom: 2em;
}
.thank-you :focus {
  background: #91b3bf;
}
.thank-you a {
  color: #ffffff;
}

#subtopics {
  /*discovering Medicines and Vaccines */
  /*building trust */
  /*strengthening regulatory systems */
  /*boosting innovation and access */
  /*boosting innovation and access */
}
#subtopics.parent_258 .header-wrapper {
  background-image: url(images/patterns/delivering.jpg);
}
#subtopics.parent_258 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_258 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_258 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_258 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_258 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_258 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_258 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_258 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_258 .highlight-box, #subtopics.parent_258 .highlight-box-2 {
  background: #cdc3cd;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_258 .highlight-box p, #subtopics.parent_258 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_258 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_258 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_258 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_258 .icons .svgicon rect, #subtopics.parent_258 .icons .svgicon path, #subtopics.parent_258 .icons .svgicon circle, #subtopics.parent_258 .icons .svgicon polygon, #subtopics.parent_258 .icons .svgicon ellipse {
  fill: #cdc3cd !important;
}
#subtopics.parent_258 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_258 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_258 .figure {
  color: #c6b0cc;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_258 .figurelnk {
  color: #c6b0cc;
}
#subtopics.parent_258 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_258 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_258 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_258 .topics {
  margin-top: 1em;
}
#subtopics.parent_258 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_258 .topic a {
  color: #ffffff;
}
#subtopics.parent_258 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_258 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_258 .tag a {
  color: #ffffff;
}
#subtopics.parent_258 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_258 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_258 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_258 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_258 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_258 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_258 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_264 .header-wrapper {
  background-image: url(images/patterns/building.jpg);
}
#subtopics.parent_264 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_264 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_264 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_264 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_264 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_264 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_264 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_264 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_264 .highlight-box, #subtopics.parent_264 .highlight-box-2 {
  background: #a4b8c2;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_264 .highlight-box p, #subtopics.parent_264 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_264 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_264 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_264 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_264 .icons .svgicon rect, #subtopics.parent_264 .icons .svgicon path, #subtopics.parent_264 .icons .svgicon circle, #subtopics.parent_264 .icons .svgicon polygon, #subtopics.parent_264 .icons .svgicon ellipse {
  fill: #a4b8c2 !important;
}
#subtopics.parent_264 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_264 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_264 .figure {
  color: #91b3c1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_264 .figurelnk {
  color: #91b3c1;
}
#subtopics.parent_264 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_264 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_264 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_264 .topics {
  margin-top: 1em;
}
#subtopics.parent_264 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_264 .topic a {
  color: #ffffff;
}
#subtopics.parent_264 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_264 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_264 .tag a {
  color: #ffffff;
}
#subtopics.parent_264 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_264 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_264 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_264 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_264 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_264 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_264 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_265 .header-wrapper {
  background-image: url(images/patterns/strengthening.jpg);
}
#subtopics.parent_265 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_265 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_265 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_265 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_265 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_265 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_265 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_265 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_265 .highlight-box, #subtopics.parent_265 .highlight-box-2 {
  background: #9bc0b7;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_265 .highlight-box p, #subtopics.parent_265 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_265 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_265 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_265 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_265 .icons .svgicon rect, #subtopics.parent_265 .icons .svgicon path, #subtopics.parent_265 .icons .svgicon circle, #subtopics.parent_265 .icons .svgicon polygon, #subtopics.parent_265 .icons .svgicon ellipse {
  fill: #9bc0b7 !important;
}
#subtopics.parent_265 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_265 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_265 .figure {
  color: #88bfb1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_265 .figurelnk {
  color: #88bfb1;
}
#subtopics.parent_265 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_265 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_265 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_265 .topics {
  margin-top: 1em;
}
#subtopics.parent_265 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_265 .topic a {
  color: #ffffff;
}
#subtopics.parent_265 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_265 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_265 .tag a {
  color: #ffffff;
}
#subtopics.parent_265 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_265 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_265 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_265 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_265 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_265 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_265 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_266 .header-wrapper {
  background-image: url(images/patterns/boosting.jpg);
}
#subtopics.parent_266 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_266 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_266 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_266 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_266 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_266 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_266 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_266 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_266 .highlight-box, #subtopics.parent_266 .highlight-box-2 {
  background: #f8c9a5;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_266 .highlight-box p, #subtopics.parent_266 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_266 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_266 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_266 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_266 .icons .svgicon rect, #subtopics.parent_266 .icons .svgicon path, #subtopics.parent_266 .icons .svgicon circle, #subtopics.parent_266 .icons .svgicon polygon, #subtopics.parent_266 .icons .svgicon ellipse {
  fill: #f8c9a5 !important;
}
#subtopics.parent_266 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_266 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_266 .figure {
  color: #f7b88d;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_266 .figurelnk {
  color: #f7b88d;
}
#subtopics.parent_266 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_266 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_266 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_266 .topics {
  margin-top: 1em;
}
#subtopics.parent_266 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_266 .topic a {
  color: #ffffff;
}
#subtopics.parent_266 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_266 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_266 .tag a {
  color: #ffffff;
}
#subtopics.parent_266 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_266 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_266 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_266 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_266 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_266 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_266 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_268 .header-wrapper {
  background-image: url(images/patterns/tackling.jpg);
}
#subtopics.parent_268 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_268 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_268 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_268 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_268 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_268 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_268 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_268 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_268 .highlight-box, #subtopics.parent_268 .highlight-box-2 {
  background: #d8998d;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_268 .highlight-box p, #subtopics.parent_268 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_268 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_268 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_268 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_268 .icons .svgicon rect, #subtopics.parent_268 .icons .svgicon path, #subtopics.parent_268 .icons .svgicon circle, #subtopics.parent_268 .icons .svgicon polygon, #subtopics.parent_268 .icons .svgicon ellipse {
  fill: #d8998d !important;
}
#subtopics.parent_268 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_268 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_268 .figure {
  color: #d67b6e;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_268 .figurelnk {
  color: #d67b6e;
}
#subtopics.parent_268 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_268 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_268 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_268 .topics {
  margin-top: 1em;
}
#subtopics.parent_268 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_268 .topic a {
  color: #ffffff;
}
#subtopics.parent_268 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_268 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_268 .tag a {
  color: #ffffff;
}
#subtopics.parent_268 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_268 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_268 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_268 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_268 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_268 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_268 .related_summary {
  line-height: 1.2;
  text-align: left;
}

/*end of subtopics*/
.arn .hexagon {
  position: relative;
  width: 150px;
  height: 86.6px;
  background-color: #5db4a0;
  margin: 100px 10px;
  display: inline-block;
}
.arn .hexagon:before,
.arn .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
}
.arn .hexagon:before {
  bottom: 100%;
  border-bottom: 43.3px solid #5db4a0;
}
.arn .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 43.3px solid #5db4a0;
}
.arn .hexagon-label-wrapper {
  position: absolute;
  color: white;
  left: 50%;
}
.arn .hexagon-label {
  position: relative;
  color: white;
  left: -50%;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}
.arn h1.africa-header {
  font-size: 30px;
  font-weight: bold;
  color: #5e5e60;
  text-align: center;
}
.arn h3.africa-subheader {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn p.africa-green {
  color: #81a099 !important;
  font-size: 15px !important;
}
.arn p.africa-grey {
  color: #5e5e60 !important;
  font-size: 15px !important;
}
.arn .africa-featured-image {
  width: 1230px;
}
.arn p.who-we-are-intro {
  color: #5e5e60;
  font-size: 18px;
  font-style: italic;
}
.arn .who-we-are-icon-column {
  background: #9bc0b7;
  min-height: 300px;
  text-align: center;
}
.arn .who-we-are-icon {
  min-height: 50px;
}
.arn .who-we-are-icon-row .row {
  max-width: 1200px;
  margin: 0 auto;
}
.arn .who-we-are-icon-header {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.arn .who-we-are-icon-content {
  font-size: 15px;
  font-weight: bold;
  color: #5e5e60;
  text-transform: uppercase;
}
.arn .who-we-are-icon-banner-header {
  padding-top: 2em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #9bc0b7;
  color: #5e5e60;
  text-transform: uppercase;
}
.arn .who-we-are-icon-banner-header span {
  padding: 0 20px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.arn .who-we-are-icon-banner-header span::before, .arn .who-we-are-icon-banner-header span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 2px solid #87888a;
  top: 15px;
  width: 20vw;
}
.arn .who-we-are-icon-banner-header span::before {
  right: 100%;
  margin-right: 15px;
}
.arn .who-we-are-icon-banner-header span::after {
  left: 100%;
  margin-left: 15px;
}
.arn .who-we-are-icon-banner-header span.twhd {
  color: #87888a;
}
.arn .who-we-are-icon-banner-header.reserve span {
  color: #ffffff;
}
.arn .who-we-are-icon-banner-header.reserve span::before, .arn .who-we-are-icon-banner-header.reserve span::after {
  border-top: 1px solid #ffffff;
}
.arn .who-we-are-content {
  margin-top: 2em;
  color: #5e5e60;
  font-size: 18px;
}
.arn #what-we-do p {
  color: #5e5e60;
  font-size: 15px;
}
.arn #what-we-do li {
  color: #5e5e60;
  font-size: 15px;
}
.arn #what-we-do strong {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn #what-we-do em {
  color: #81a099;
  font-size: 15px;
  font-style: normal;
}
.arn #why-we-do-it p {
  color: #5e5e60;
  font-size: 15px;
}
.arn #why-we-do-it li {
  color: #5e5e60;
  font-size: 15px;
}
.arn #why-we-do-it strong {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn #why-we-do-it em {
  color: #81a099;
  font-size: 15px;
  font-style: normal;
}
.arn #how-we-do-it p {
  color: #5e5e60;
  font-size: 15px;
}
.arn #how-we-do-it li {
  color: #5e5e60;
  font-size: 15px;
}
.arn #how-we-do-it strong {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn #how-we-do-it em {
  color: #81a099;
  font-size: 15px;
  font-style: normal;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs {
  border: none;
  margin: 0;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li {
  width: 16.6666666667%;
  background: white !important;
  outline: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li a {
  position: relative;
  text-align: center;
  border: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li a .how-we-do-it-nav-tab-header {
  color: #919193;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li:hover a {
  background: white !important;
  border: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li.active a {
  background: white !important;
  outline: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li.active a p.how-we-do-it-nav-tab-header {
  font-size: 19px;
  color: #5e5e60;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs .how-we-do-it-nav-icon {
  height: 100px;
  width: 100px;
}
.arn .how-we-do-it-nav-tabs .tabpanel ul {
  margin-top: 1em;
}
.arn p.how-we-do-it-nav-tab-header {
  font-size: 20px;
  color: #5e5e60;
  font-weight: bold;
  background: white;
  text-transform: uppercase;
}
.arn .nav-tabs-main li a {
  padding: 0;
  background: #5db4a0 !important;
  outline: none;
}
.arn .nav-tabs-main li.active a {
  background: #3c796b !important;
  padding: 0;
}
.arn .nav-tabs-main li.active .hexagon:before,
.arn .nav-tabs-main li.active .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
}
.arn .nav-tabs-main li.active .hexagon:before {
  bottom: 100%;
  border-bottom: 43.3px solid #3c796b;
}
.arn .nav-tabs-main li.active .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 43.3px solid #3c796b;
}
.arn .top-right-nav-icon {
  position: absolute;
  top: 0;
  left: 4em;
}
.arn .top-right-nav-icon .hexagon {
  margin: 60px 10px;
}
.arn .top-right-nav-icon .hexagon .hexagon-label {
  color: white !important;
  font-size: 21px !important;
  z-index: 1000;
}
.arn .africa-header-padded {
  padding: 2.9em 0;
}
.arn .africa-header-padded.french {
  padding: 2.1em 0;
}
.arn .africa-related-resources {
  margin-top: 0em;
  padding-top: 1em;
}

@media only screen and (max-width: 1023px) {
  .arn .top-right-nav-icon {
    display: flex;
    position: static;
    justify-content: center;
  }
  .arn .africa-header-padded, .arn .africa-header-padded.french {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .arn .who-we-are-icon-column {
    margin-top: -2em;
  }
  .arn .top-right-nav-icon {
    display: none;
  }
  .arn .nav-tabs-main-row {
    padding-top: 2em;
  }
  .arn .nav-tabs-main {
    margin-top: 3em;
    padding-bottom: 2em;
  }
  .arn .nav-tabs-main-item {
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin-bottom: 2em;
  }
  .arn .how-we-do-it p {
    font-size: 13px;
  }
  .arn #how-we-do-it .how-we-do-it-nav-tabs li {
    width: 33%;
    min-height: 180px;
  }
  .arn.active a p .how-we-do-it-nav-tab-header {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .arn .social {
    display: none;
  }
  .arn .nav-tabs-main {
    margin-left: 0em;
  }
  .arn .nav-tabs-main-item {
    height: 54px;
  }
  .arn .hexagon.bottom-nav-hexagon {
    width: 100% !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .arn .hexagon.bottom-nav-hexagon br {
    display: none;
  }
  .arn .hexagon.bottom-nav-hexagon .hexagon-label-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
  }
  .arn .hexagon.bottom-nav-hexagon .hexagon-label-wrapper .hexagon-label {
    text-align: center;
    position: static;
  }
  .arn .hexagon.bottom-nav-hexagon:before,
.arn .hexagon.bottom-nav-hexagon:after {
    display: none;
    content: "";
    position: absolute;
    width: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
  }
  .arn .hexagon.bottom-nav-hexagon:before {
    bottom: 100%;
    border-bottom: 43.3px solid #3c796b;
  }
  .arn .hexagon.bottom-nav-hexagon:after {
    top: 100%;
    width: 0;
    border-top: 43.3px solid #3c796b;
  }
  .arn ul, .arn ol {
    padding: 0;
    margin-left: 1em;
  }
  .arn #resources {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 641px) {
  .arn #how-we-do-it .how-we-do-it-nav-tabs li {
    width: 50%;
    min-height: 180px;
  }
  .arn.active a p .how-we-do-it-nav-tab-header {
    font-size: 13px;
  }
}
@media only screen and (max-width: 499px) {
  .arn #how-we-do-it .how-we-do-it-nav-tabs li {
    width: 50%;
    min-height: 180px;
  }
  .arn .hexagon.bottom-nav-hexagon {
    width: 100% !important;
  }
  .arn #how-we-do-it .how-we-do-it-nav-tabs li.active a p.how-we-do-it-nav-tab-header {
    font-size: 15px;
  }
}
#resources .entry-content iframe {
  display: block;
  margin: 0 auto;
}
#resources .col-sm-11 {
  margin: 0 4.25%;
}
#resources .col-topPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#resources .col-addthis-resources {
  text-align: right;
  float: right;
}
#resources .addthis_overlay {
  position: relative;
  top: -34px;
  z-index: 10;
  height: 0;
}
#resources .row-featured-downloads img.cover {
  height: 230px !important;
  width: auto;
  max-width: 100%;
}
#resources .row-news-releases-contact {
  margin-bottom: 30px;
  background-color: #eeeeee;
}
#resources .row-news-releases-contact h3 {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: bold;
}
#resources .row-news-releases-contact p {
  font-size: 13.6px;
  font-size: 0.85rem;
}
#resources h1.entry-title {
  color: #5e5e60;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-align: center;
}
#resources .social {
  display: inline-block;
}
#resources .related-header {
  color: #1d4192;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1.5em;
}
#resources .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#resources .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#resources .related-icon {
  height: 2em;
  text-align: left;
}
#resources .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#resources .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#resources hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#resources .related_summary {
  line-height: 1.2;
  text-align: left;
}
#resources .links :last-child {
  margin-bottom: 0;
}
#resources .related-link {
  margin-top: 2em;
  text-decoration: underline;
  font-style: italic;
  color: #063680;
}
#resources .topics {
  margin-top: 0;
}
#resources .topic {
  display: inline-block;
  background: #a9afb4;
  font-weight: bold;
  padding: 0 0.5em;
  margin-right: 1em;
}
#resources .topic a {
  color: #ffffff;
  text-transform: uppercase;
}
#resources .tags ul {
  margin: 0 0 5em 0;
  padding: 0;
}
#resources .tags ul li {
  padding: 0 0.5em;
}
#resources .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
}
#resources .tag a {
  color: #ffffff;
  text-transform: uppercase;
}
#resources hr.grey {
  margin: 2em 0;
  background: #dfdfe0;
  height: 2px;
}
#resources .resources-wrapper {
  height: 18em;
  margin-bottom: 10em;
}
#resources .resources-background-wrapper {
  background: #f1f1f1;
  padding: 0.25em;
}
#resources .resources-icon {
  margin: 0;
  display: inline-block;
  height: 2em;
}
#resources .resources-category {
  color: #002f5b;
  font-weight: bold;
  font-size: 13.36px;
  font-size: 0.835rem;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
#resources .resources-image-wrapper {
  transition: all 0.6s ease;
  display: inline-block;
  width: 100%;
  height: 282px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.03);
}
#resources .resources-image-wrapper:hover {
  background: #ffffff;
}
#resources .resources-image {
  max-width: 100%;
  margin: 0 auto;
  max-height: 282px;
  z-index: 1;
}
#resources .resources-title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #063680;
  font-weight: bold;
}
#resources .resources-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#resources .page-title {
  color: #fbbc5f;
  font-weight: bold;
  padding-left: 0.5em;
}
#resources .resources-children {
  margin-top: 3em;
}
#resources .resources-children-wrapper {
  height: auto;
  margin-bottom: 3em;
}
#resources .resources-children-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  padding-top: 1em;
  line-height: 1.2em;
}
#resources .resources-children-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#resources .resources-children-image-wrapper {
  display: inline-block;
  width: 100%;
  height: 165px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#resources .resources-children-image {
  max-width: 100%;
  max-height: 165px;
}

#partners {
  /* partner details page */
}
#partners #partners-carousel {
  margin-bottom: 7em;
}
#partners .partners-item {
  margin-bottom: 4em;
}
#partners .partners-item .col-img-box {
  padding: 0;
  max-height: 282px;
  overflow: hidden;
  text-align: center;
}
#partners .partners-item .col-img-box img {
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  min-height: 300px;
  height: auto;
  object-fit: none;
}
#partners .partners-item-header {
  color: #1d4192;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 1em 0;
}
#partners .partners-item-body {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5e5e60;
  margin: 0;
}
#partners .partners-item-read-more {
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
}
#partners .col-topPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#partners .figurelnk {
  color: #5e5e60;
}
#partners .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#partners .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#partners .related-icon {
  height: 2em;
  text-align: left;
}
#partners .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#partners .row-topPhoto {
  margin: 0;
}
#partners .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#partners h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#partners h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#partners h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#partners h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#partners p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#partners .highlight-box, #partners .highlight-box-2, #partners #subtopics.parent_258 .highlight-box-2, #subtopics.parent_258 #partners .highlight-box-2, #partners #subtopics.parent_264 .highlight-box-2, #subtopics.parent_264 #partners .highlight-box-2, #partners #subtopics.parent_265 .highlight-box-2, #subtopics.parent_265 #partners .highlight-box-2, #partners #subtopics.parent_266 .highlight-box-2, #subtopics.parent_266 #partners .highlight-box-2, #partners #subtopics.parent_268 .highlight-box-2, #subtopics.parent_268 #partners .highlight-box-2 {
  background: #a9afb4;
  padding: 2em 0 1em 0;
  margin: 0;
}
#partners .highlight-box p, #partners .highlight-box-2 p, #partners #subtopics.parent_258 .highlight-box-2 p, #subtopics.parent_258 #partners .highlight-box-2 p, #partners #subtopics.parent_264 .highlight-box-2 p, #subtopics.parent_264 #partners .highlight-box-2 p, #partners #subtopics.parent_265 .highlight-box-2 p, #subtopics.parent_265 #partners .highlight-box-2 p, #partners #subtopics.parent_266 .highlight-box-2 p, #subtopics.parent_266 #partners .highlight-box-2 p, #partners #subtopics.parent_268 .highlight-box-2 p, #subtopics.parent_268 #partners .highlight-box-2 p {
  font-weight: bold;
}
#partners .main-content {
  margin-bottom: 1em;
}
#partners .icons {
  padding: 3em 0 2em 0;
}
#partners .icons .svgicon {
  height: 50px;
}
#partners .icons .svgicon rect, #partners .icons .svgicon path, #partners .icons .svgicon circle, #partners .icons .svgicon polygon, #partners .icons .svgicon ellipse {
  fill: #a9afb4 !important;
}
#partners .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#partners .figure-row {
  margin-bottom: 4em;
}
#partners .figure {
  color: #5e5e60;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#partners .figurelnk {
  color: #5e5e60;
}
#partners .figure-description {
  font-style: italic;
  text-align: center;
}
#partners .subsection-header p {
  margin-bottom: 0;
}
#partners .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#partners .topics {
  margin-top: 1em;
}
#partners .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#partners .topic a {
  color: #ffffff;
}
#partners .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#partners .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#partners .tag a {
  color: #ffffff;
}
#partners .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#partners .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#partners .related-icon {
  height: 2em;
  text-align: left;
}
#partners .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#partners .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#partners hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#partners .related_summary {
  line-height: 1.2;
  text-align: left;
}

#events .event-wrapper {
  margin-top: 0;
  margin-bottom: 3em;
}
#events .event-image-wrapper {
  min-height: 190px;
}
#events .event-image {
  width: 100%;
  height: 100%;
  margin-bottom: 2em;
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.03);
}
#events .event-image:hover {
  background: #ffffff;
}
#events .event-date {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.2em;
}
#events .event-title {
  color: #1d4192;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0;
}
#events .event-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}

#event-details-page .entry-content {
  margin-top: 0;
}
#event-details-page .col-event-highlight-summary {
  padding-right: 0;
}
#event-details-page .event-summary-wrapper {
  background: #e2e2e2;
  padding: 0 15px 20px 15px;
}
#event-details-page .event-summary-date, #event-details-page .event-summary-end-date, #event-details-page .event-summary-to {
  font-size: 13.36px;
  font-size: 0.835rem;
  font-weight: bold;
  margin: 1em 0 0 0;
  position: absolute;
  display: inline-block;
}
#event-details-page .event-summary-to {
  margin: 1em 0 0 7.8em;
}
#event-details-page .event-summary-end-date {
  margin: 1em 0 0 10em;
}
#event-details-page .event-summary-time {
  font-size: 13.36px;
  font-size: 0.835rem;
  margin: 2.5em 0 0 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
}
#event-details-page .event-summary-timezone {
  font-size: 13.36px;
  font-size: 0.835rem;
  margin: 2.5em 0 0 6.5em;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
}
#event-details-page .event-summary-image {
  margin-top: 1em;
}
#event-details-page .event-summary-header {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  outline: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
#event-details-page .event-summary-location {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000000;
  margin-bottom: 0.5em;
}
#event-details-page .event-summary-details {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
}
#event-details-page ul.nav-tabs {
  border-bottom: none;
  margin: 0 3em 1em 1em;
  padding-bottom: 0;
  width: 100%;
  display: inline-block;
}
#event-details-page ul.nav-tabs li {
  display: inline-block;
  text-align: left;
  padding-right: 3em;
}
#event-details-page ul.nav-tabs li > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  padding: 0 0 0.5em 0;
  text-align: left;
  background: #ffffff;
  outline: none;
  border: none;
  white-space: nowrap;
}
#event-details-page ul.nav-tabs li.active > a {
  border: none;
  border-bottom: 4px solid #000000;
  outline: 0;
  padding-bottom: 0.5em;
  display: inline-block;
}
#event-details-page .program {
  font-size: 16px;
  font-size: 1rem;
}
#event-details-page .event-item-time {
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 1.6em 0 2em 1em;
  color: #5e5e60;
  font-weight: bold;
}
#event-details-page .event-item-description {
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 1.5em;
  margin: 0;
  color: #000000;
}
#event-details-page hr.grey {
  border-width: 1px;
  color: #000000;
  background: #dcdcdc;
  display: block;
  margin: 0 0 0 1em;
}
#event-details-page .events-details-col {
  padding: 1em;
}
#event-details-page .events-bio-wrapper {
  margin: 0 0 1em 1em;
}
#event-details-page .events-bio-image {
  padding-top: 1.5em;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
#event-details-page .events-bio-name {
  color: #f9bb5f;
  font-weight: bold;
  margin: 0;
}
#event-details-page .events-bio-position {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0;
  color: #000000;
}
#event-details-page .events-bio-content {
  margin: 0;
  color: #000000;
}
#event-details-page #location {
  padding-left: 1em;
}
#event-details-page .events-waw-date {
  font-weight: bold;
  margin: 0;
  color: #000000;
}
#event-details-page .events-waw-time {
  margin: 0;
  color: #000000;
}
#event-details-page .events-waw-location {
  font-weight: bold;
  margin: 0;
  color: #000000;
}
#event-details-page .acf-map {
  height: 52vh;
}
#event-details-page .resource-item {
  padding: 0 0 2em 1em;
}
#event-details-page img.related-image {
  padding: 0;
}
#event-details-page .resource-related-icon {
  margin: 0;
  display: inline-block;
  height: 2em;
}
#event-details-page .resource-related-category {
  color: #fabc5f;
  font-weight: bold;
  font-size: 13.36px;
  font-size: 0.835rem;
  padding: 0;
  display: inline-block;
  vertical-align: center;
  margin-bottom: 0.5em;
}
#event-details-page .resource-title {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#event-details-page .resource-title:hover {
  color: #5e5e60;
  text-decoration: none;
}
#event-details-page .resource-summary {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
#event-details-page .resource-read-more {
  font-style: italic;
  color: #000000;
  text-decoration: underline;
}
#event-details-page hr {
  margin: 0.25em;
}
#event-details-page .col-eventphoto {
  margin-bottom: 1.5em;
  max-height: 130px;
  overflow-y: hidden;
}
#event-details-page .col-eventphoto .popup-gallery img {
  height: 130px;
  object-fit: cover;
  width: 100%;
}
#event-details-page .col-eventphoto:nth-child(4n)::after {
  content: " ";
  clear: both !important;
  height: 30px !important;
  display: block !important;
}
#event-details-page .picture-wrap {
  position: relative;
}
#event-details-page .picture-wrap img {
  position: relative;
  z-index: 1;
}
#event-details-page .picture-wrap i {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  opacity: 0.8;
}
#event-details-page .picture-wrap:hover i {
  color: #063680;
}

#printhighlight:hover, #printhighlight:focus {
  cursor: pointer;
}

#highlights .tabbable ul#subtabs.nav-tabs li {
  padding-right: 0px;
  margin-right: 10px;
  width: auto;
  text-align: center;
}
#highlights .tabbable ul#subtabs.nav-tabs li a {
  background-color: #87888a;
  color: #ffffff;
  font-size: 12.8px;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
}
#highlights .tabbable ul#subtabs.nav-tabs li a:hover, #highlights .tabbable ul#subtabs.nav-tabs li a:focus {
  background: #063680;
}
#highlights .tabbable ul#subtabs.nav-tabs li .active a {
  background: #063680;
  border-bottom: 0px solid #5e5e60 !important;
}
#highlights .tabbable .tab-content .row {
  margin: 0;
  padding-left: 15px;
}
#highlights .tabbable .tab-content .row-event-top {
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-top .col-heading {
  padding-left: 30px;
}
#highlights .tabbable .tab-content .row-event-top h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
  font-weight: bold;
}
#highlights .tabbable .tab-content .row-event-top h3 {
  margin: 0px;
  padding: 0px;
  padding: 10px 0;
  font-style: italic;
  font-weight: bold;
}
#highlights .tabbable .tab-content .row-event-top .event_highlights_date, #highlights .tabbable .tab-content .row-event-top .event_highlights_tz {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
}
#highlights .tabbable .tab-content .row-event-top .event_highlights_place {
  font-size: 11.2px;
  font-size: 0.7rem;
}
#highlights .tabbable .tab-content .row-event-top .eventlogo {
  padding-right: 20px;
}
#highlights .tabbable .tab-content .row-event-top .event_highlights_intro {
  padding: 20px 3% 0 3%;
  font-style: italic;
}
#highlights .tabbable .tab-content .row-event-main {
  padding: 0 3%;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content {
  color: #063680;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 8px 0;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content h3 {
  margin: 0px;
  padding: 0px;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: 8px 0;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content h4 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 0;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content p {
  font-size: 13.6px;
  font-size: 0.85rem;
  padding-bottom: 1em;
}
#highlights .tabbable .tab-content .row-event-main img {
  padding: 15px 0;
}
#highlights .tabbable .tab-content .row-event-qa, #highlights .tabbable .tab-content .row-event-highlight-content {
  padding: 0 3%;
  margin-top: 20px;
  background-color: #fabc5f;
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa {
  padding: 0 0 15px 0;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa .qawrap, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa .qawrap {
  display: inline-block;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa .qawrap .question, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa .qawrap .question {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 18px !important;
  padding: 0;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa .qawrap .answer p, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa .qawrap .answer p {
  line-height: 130%;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#highlights .tabbable .tab-content .col-highlight-content {
  padding: 0 0 15px 0;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}
#highlights .tabbable .tab-content .row-event-speakers {
  padding: 20px 3%;
}
#highlights .tabbable .tab-content .row-event-speakers h3 {
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-speakers .col-eh-speaker {
  text-align: center;
}
#highlights .tabbable .tab-content .row-event-speakers .col-eh-speaker .eh-speaker-name, #highlights .tabbable .tab-content .row-event-speakers .col-eh-speaker .eh-speaker-position {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-bottom {
  margin-top: 20px;
  padding: 20px 3%;
  background-color: #eeeeee;
}

#events-past-present .page-title {
  color: #fbbc5f;
  font-weight: bold;
  padding-left: 0.5em;
}
#events-past-present .events-past-present-wrapper {
  min-height: 240px;
  height: auto;
  margin-bottom: 3em;
}
#events-past-present .events-past-present-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: bold;
  margin: 0;
  padding-top: 1em;
  height: 65px;
  display: block;
}
#events-past-present .events-past-present-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#events-past-present .events-past-present-image-wrapper {
  display: inline-block;
  width: 100%;
  height: 165px;
  overflow: hidden;
}
#events-past-present .events-past-present-date {
  font-size: 70% !important;
}
#events-past-present .events-past-present-image {
  width: 100%;
}

.col-event-highlight-details .backToTop {
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background-color: #063680;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 25px;
  line-height: 25px;
  font-weight: bold;
}
.col-event-highlight-details .backToTop:hover {
  background-color: #5e5e60;
}

#highlights .tabbable ul#subtabs.nav-tabs li.active a,
#event-details-page ul#subtabs li.active > a {
  border-bottom: 0px !important;
  cursor: pointer;
  background-color: #063680;
}

.presentation-item .col-md-12 {
  margin-left: 30px;
  padding-left: 0;
  border-bottom: solid 1px #dcdcdc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.presentation-item .col-md-12 a {
  font-weight: bold;
}

/*Style for Our People */
#our-experts .people-modal.modal, #our-contributors .people-modal.modal, #our-leadership .people-modal.modal {
  opacity: 1;
  background-color: transparent;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  width: 1230px !important;
  min-height: 400px;
}
#our-experts .people-modal.modal .modal-dialog, #our-contributors .people-modal.modal .modal-dialog, #our-leadership .people-modal.modal .modal-dialog {
  height: 450px !important;
}
#our-experts .people-modal.modal .modal-backdrop.in, #our-contributors .people-modal.modal .modal-backdrop.in, #our-leadership .people-modal.modal .modal-backdrop.in {
  opacity: 1;
  background-color: transparent;
}
#our-experts .people-modal.modal #carousel-our-people, #our-contributors .people-modal.modal #carousel-our-people, #our-leadership .people-modal.modal #carousel-our-people {
  background: transparent;
  padding-right: 0 !important;
}
#our-experts .people-modal.modal #carousel-our-people ::-webkit-scrollbar, #our-contributors .people-modal.modal #carousel-our-people ::-webkit-scrollbar, #our-leadership .people-modal.modal #carousel-our-people ::-webkit-scrollbar {
  width: 10px;
}
#our-experts .people-modal.modal #carousel-our-people ::-webkit-scrollbar-track, #our-contributors .people-modal.modal #carousel-our-people ::-webkit-scrollbar-track, #our-leadership .people-modal.modal #carousel-our-people ::-webkit-scrollbar-track {
  background-color: #7996a5;
  border-radius: 10px;
}
#our-experts .people-modal.modal #carousel-our-people ::-webkit-scrollbar-thumb, #our-contributors .people-modal.modal #carousel-our-people ::-webkit-scrollbar-thumb, #our-leadership .people-modal.modal #carousel-our-people ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6a8a9a;
}
#our-experts .people-modal.modal #carousel-our-people p, #our-contributors .people-modal.modal #carousel-our-people p, #our-leadership .people-modal.modal #carousel-our-people p {
  font-size: 14.4px;
  font-size: 0.9rem;
}
#our-experts .people-modal.modal #carousel-our-people.carousel, #our-contributors .people-modal.modal #carousel-our-people.carousel, #our-leadership .people-modal.modal #carousel-our-people.carousel {
  margin: 0px;
  padding: 0px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-inner, #our-contributors .people-modal.modal #carousel-our-people .carousel-inner, #our-leadership .people-modal.modal #carousel-our-people .carousel-inner {
  background: #88a2af;
  min-height: 28em;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-inner .item, #our-contributors .people-modal.modal #carousel-our-people .carousel-inner .item, #our-leadership .people-modal.modal #carousel-our-people .carousel-inner .item {
  padding: 2.5em 0;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-indicators, #our-contributors .people-modal.modal #carousel-our-people .carousel-indicators, #our-leadership .people-modal.modal #carousel-our-people .carousel-indicators {
  display: none;
}
#our-experts .people-modal.modal #carousel-our-people .modal-pic, #our-contributors .people-modal.modal #carousel-our-people .modal-pic, #our-leadership .people-modal.modal #carousel-our-people .modal-pic {
  width: 200px;
}
#our-experts .people-modal.modal #carousel-our-people .col-our-people-right, #our-contributors .people-modal.modal #carousel-our-people .col-our-people-right, #our-leadership .people-modal.modal #carousel-our-people .col-our-people-right {
  text-align: center;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-description, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-description, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-description {
  color: #ffffff;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding-top: 5%;
  overflow-y: auto;
  height: 300px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-image, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-image, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-image {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-name, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-name, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-name {
  text-align: center;
  font-weight: bold;
  margin: 1em 0 0 0;
  color: #ffffff;
  font-size: 19.2px;
  font-size: 1.2rem;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-job-title, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-job-title, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-job-title {
  text-align: center;
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#our-experts .people-modal.modal #carousel-our-people .social-icons, #our-contributors .people-modal.modal #carousel-our-people .social-icons, #our-leadership .people-modal.modal #carousel-our-people .social-icons {
  text-align: center;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-control, #our-contributors .people-modal.modal #carousel-our-people .carousel-control, #our-leadership .people-modal.modal #carousel-our-people .carousel-control {
  height: 1px;
  position: absolute;
  bottom: 10px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left, #our-contributors .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left, #our-leadership .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left {
  position: relative;
  top: 225px;
  left: -30px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right, #our-contributors .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right, #our-leadership .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right {
  position: relative;
  top: 225px;
  right: -30px;
}
#our-experts .our-people-row, #our-contributors .our-people-row, #our-leadership .our-people-row {
  margin: 3em 0;
}
#our-experts .our-people-carousel-row, #our-contributors .our-people-carousel-row, #our-leadership .our-people-carousel-row {
  padding-top: 2em;
}
#our-experts .our-people-name, #our-contributors .our-people-name, #our-leadership .our-people-name {
  text-align: center;
  padding: 1em;
  font-weight: bold;
  line-height: 1.2em;
}
#our-experts p.our-people-description, #our-contributors p.our-people-description, #our-leadership p.our-people-description {
  color: #ffffff;
}
#our-experts .our-people-row, #our-contributors .our-people-row, #our-leadership .our-people-row {
  margin-bottom: 3em;
}
#our-experts .our-people-row a:hover, #our-contributors .our-people-row a:hover, #our-leadership .our-people-row a:hover {
  cursor: pointer;
}
#our-experts .our-people-name, #our-contributors .our-people-name, #our-leadership .our-people-name {
  color: #1d4192;
  margin-bottom: 0;
  padding-bottom: 0;
}
#our-experts .our-people-job-title, #our-contributors .our-people-job-title, #our-leadership .our-people-job-title {
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding: 0 1em;
  margin-bottom: 0em !important;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.contributor-image-wrapper .expert-thumb {
  max-height: 233px;
}

#our-contributors .people-modal.modal .modal-backdrop.in,
#our-contributors .people-modal.modal #carousel-our-people {
  background-color: transparent;
}

#our-contributors .people-modal.modal #carousel-our-people .carousel-inner {
  background: rgba(0, 0, 0, 0.7);
}

body .people-modal {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -16px !important;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: auto;
}

.blog-area {
  background: url(images/bg/blog_bg.jpg);
  /*end of science-matters-slider */
  /*end of health-matters-slider */
}
.blog-area .no-padding {
  padding: 0;
  margin: 0;
}
.blog-area .slider-span-header {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.3em;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  margin: 0 auto;
  max-width: 97.5%;
  width: 100%;
  font-weight: bold;
}
.blog-area .double-slider {
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
}
.blog-area .featured-image {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.blog-area #science-matters-slider {
  position: relative;
  max-height: 410px;
  padding: 0;
}
.blog-area #science-matters-slider .carousel-control {
  width: 5%;
}
.blog-area #science-matters-slider .carousel-control.right {
  background-image: none;
  top: 90%;
  right: 3%;
}
.blog-area #science-matters-slider .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-white-right.png) no-repeat right 0;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: block;
}
.blog-area #health-matters-slider {
  position: relative;
  max-height: 410px;
  padding: 0;
}
.blog-area #health-matters-slider .carousel-control {
  width: 5%;
}
.blog-area #health-matters-slider .carousel-control.right {
  background-image: none;
  top: 90%;
  right: 3%;
}
.blog-area #health-matters-slider .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-white-right.png) no-repeat right 0;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: block;
}
.blog-area .carousel-inner {
  max-height: 410px;
}
.blog-area .row-latestblog {
  margin: 0 !important;
}
.blog-area .blogitem.item {
  position: relative;
}
.blog-area .col-txt-global {
  display: none;
  position: relative;
  height: 200px;
  top: -200px;
  width: 100%;
  opacity: 1;
  background: #D0C4A6;
  opacity: 0.9;
  padding: 0 3em 0 2em;
}
.blog-area .col-txt-science {
  display: none;
  position: relative;
  height: 200px;
  top: -200px;
  width: 100%;
  opacity: 1;
  background: #749f9e;
  opacity: 0.9;
  padding: 0 3em 0 2em;
}
.blog-area .blog-category {
  color: #000000;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 1em 0;
  font-style: italic;
}
.blog-area .blog-category a {
  font-weight: bold;
}
.blog-area h5.blog-heading {
  font-weight: bold;
}
.blog-area h5.blog-heading a {
  color: #ffffff;
  font-weight: bold;
}
.blog-area .date {
  color: #000000;
  font-weight: bold;
}
.blog-area .author {
  color: #000000;
  font-weight: bold;
  font-size: 13.6px;
  font-size: 0.85rem;
  margin: 0;
  font-style: italic;
}
.blog-area .left.carousel-control {
  position: absolute;
  height: 100px;
  bottom: 0;
}
.blog-area .blog-item-wrapper {
  height: auto;
}
.blog-area .blog-item-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.blog-area .blog-item-heading {
  font-weight: bold;
  margin: 1em 0;
  line-height: 100%;
  min-height: 3em;
}
.blog-area .blog-item-heading a {
  color: #484848;
  line-height: 100%;
}
.blog-area .blog-item-highlight-box {
  background: #e2d4b3;
  margin: 0 auto;
  opacity: 0.9;
}
.blog-area .blog-item-highlight-box-blue {
  background: #749f9e;
  margin: 0 auto;
  opacity: 0.9;
}
.blog-area .blog-item-highlight-image {
  max-height: 4.5em;
  max-width: 4.5em;
  margin-top: 0.5em;
}
.blog-area .blog-item-highlight-category h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000000;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.blog-area .blog-item-highlight-date {
  font-size: 12px;
  font-size: 0.75rem;
}
.blog-area .blog-item-highlight-date p {
  margin-bottom: 0.5em;
}
.blog-area .blog-item-highlight-author {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
}
.blog-area .blog-item-highlight-author p {
  margin-bottom: 0.5em;
}
.blog-area .blog-social {
  margin: 1em 0;
}
.blog-area .blog-social .col-blog-addthis {
  text-align: right;
  float: right;
  padding-right: 5px !important;
}
.blog-area .blog-social .col-comment {
  padding: 0;
  width: 35px;
  text-align: right;
  float: right;
  padding-top: 3px;
}
.blog-area ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.blog-area li.social-icon {
  list-style: none;
  display: inline-block;
}
.blog-area .comment {
  margin-left: 0.5em;
}
.blog-area .contributors {
  background: url(images/blog/contributors.jpg) no-repeat 0 0;
  background-size: cover;
  height: 252px;
  width: 1230px;
  max-width: 100%;
  margin: 2em 1em;
}
.blog-area .contributors a:hover, .blog-area .contributors h2:hover, .blog-area .contributors span:hover {
  color: #063680;
  text-decoration: none;
}
.blog-area h2.contributors-subheader {
  font-size: 43px;
  font-size: 2.6875rem;
  padding: 0 1em;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: bold;
}
.blog-area h2.contributors-subheader span {
  padding: 0 1em;
  color: #ffffff;
  background-color: transparent;
}
.blog-area .about h3 {
  color: #5e5e60;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.blog-area .about p {
  font-size: 15px;
  font-size: 0.9375rem;
}

/*style for blog details page*/
.single-health_matters {
  /* blog details page */
}
.single-health_matters #primary {
  background-color: #e3d4b3 !important;
}
.single-health_matters .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
.single-health_matters .row-topPhoto {
  margin: 0;
}
.single-health_matters .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
.single-health_matters h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
.single-health_matters h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.single-health_matters h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
.single-health_matters h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
.single-health_matters p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
.single-health_matters .highlight-box, .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_258 .highlight-box-2, #subtopics.parent_258 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_264 .highlight-box-2, #subtopics.parent_264 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_265 .highlight-box-2, #subtopics.parent_265 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_266 .highlight-box-2, #subtopics.parent_266 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_268 .highlight-box-2, #subtopics.parent_268 .single-health_matters .highlight-box-2, .single-health_matters #partners .highlight-box-2, #partners .single-health_matters .highlight-box-2 {
  background: transparent;
  padding: 2em 0 1em 0;
  margin: 0;
}
.single-health_matters .highlight-box p, .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_258 .highlight-box-2 p, #subtopics.parent_258 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_264 .highlight-box-2 p, #subtopics.parent_264 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_265 .highlight-box-2 p, #subtopics.parent_265 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_266 .highlight-box-2 p, #subtopics.parent_266 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_268 .highlight-box-2 p, #subtopics.parent_268 .single-health_matters .highlight-box-2 p, .single-health_matters #partners .highlight-box-2 p, #partners .single-health_matters .highlight-box-2 p {
  font-weight: bold;
}
.single-health_matters .main-content {
  margin-bottom: 1em;
}
.single-health_matters .icons {
  padding: 3em 0 2em 0;
}
.single-health_matters .icons .svgicon {
  height: 50px;
}
.single-health_matters .icons .svgicon rect, .single-health_matters .icons .svgicon path, .single-health_matters .icons .svgicon circle, .single-health_matters .icons .svgicon polygon, .single-health_matters .icons .svgicon ellipse {
  fill: transparent !important;
}
.single-health_matters .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
.single-health_matters .figure-row {
  margin-bottom: 4em;
}
.single-health_matters .figure {
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
.single-health_matters .figurelnk {
  color: #000000;
}
.single-health_matters .figure-description {
  font-style: italic;
  text-align: center;
}
.single-health_matters .subsection-header p {
  margin-bottom: 0;
}
.single-health_matters .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
.single-health_matters .topics {
  margin-top: 1em;
}
.single-health_matters .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-health_matters .topic a {
  color: #ffffff;
}
.single-health_matters .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
.single-health_matters .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-health_matters .tag a {
  color: #ffffff;
}
.single-health_matters .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
.single-health_matters .related-image {
  max-height: 167px;
  margin: 0 auto;
}
.single-health_matters .related-icon {
  height: 2em;
  text-align: left;
}
.single-health_matters .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
.single-health_matters .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
.single-health_matters hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.single-health_matters .related_summary {
  line-height: 1.2;
  text-align: left;
}
.single-health_matters .entry-content h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.single-health_matters .entry-content h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
}
.single-health_matters .entry-content h4 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.single-health_matters .entry-content h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.single-health_matters .entry-content h6 {
  font-weight: bold;
}
.single-health_matters .col-topPhoto {
  height: 370px;
  width: 100%;
  background-size: cover;
  position: relative;
  float: revert;
  margin: 0 auto;
  max-width: 1024px;
}
.single-health_matters .blog-type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1230px;
  display: block;
  background-color: rgba(227, 212, 179, 0.8);
}
.single-health_matters .blog-type h2 {
  margin: 0px;
  padding: 0px;
  padding: 8px 15px;
  font-weight: 600;
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-health_matters .blog-type div {
  padding-left: 0px;
}
.single-health_matters .row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.single-health_matters h1.content-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: left !important;
  padding: 2% auto;
  line-height: 1;
}
.single-health_matters .col-contributor, .single-health_matters .col-related-contributor {
  padding: 5px 0;
  background-color: #e9dfc5;
}
.single-health_matters .col-contributor .blog-category, .single-health_matters .col-contributor .blog-author, .single-health_matters .col-related-contributor .blog-category, .single-health_matters .col-related-contributor .blog-author {
  margin: 0px;
  padding: 0px;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  font-weight: 600;
}
.single-health_matters .col-contributor .blog-category, .single-health_matters .col-related-contributor .blog-category {
  margin-top: 10px;
}
.single-health_matters .col-contributor .blog-modified-date, .single-health_matters .col-related-contributor .blog-modified-date {
  margin: 0px;
  padding: 0px;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.single-health_matters .col-contributor .blog-author, .single-health_matters .col-related-contributor .blog-author {
  font-style: italic;
}
.single-health_matters .col-relatedblog .title h4 {
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-health_matters .grey {
  background-color: #999;
}
.single-health_matters .related-link {
  color: #5e5e60;
}
.single-health_matters .blog-type h2 {
  text-align: center;
}

.single-science_matters {
  /* blog details page */
}
.single-science_matters #primary {
  background-color: #83b8bc !important;
}
.single-science_matters .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
.single-science_matters .row-topPhoto {
  margin: 0;
}
.single-science_matters .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
.single-science_matters h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
.single-science_matters h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.single-science_matters h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
.single-science_matters h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
.single-science_matters p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
.single-science_matters .highlight-box, .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_258 .highlight-box-2, #subtopics.parent_258 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_264 .highlight-box-2, #subtopics.parent_264 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_265 .highlight-box-2, #subtopics.parent_265 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_266 .highlight-box-2, #subtopics.parent_266 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_268 .highlight-box-2, #subtopics.parent_268 .single-science_matters .highlight-box-2, .single-science_matters #partners .highlight-box-2, #partners .single-science_matters .highlight-box-2 {
  background: transparent;
  padding: 2em 0 1em 0;
  margin: 0;
}
.single-science_matters .highlight-box p, .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_258 .highlight-box-2 p, #subtopics.parent_258 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_264 .highlight-box-2 p, #subtopics.parent_264 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_265 .highlight-box-2 p, #subtopics.parent_265 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_266 .highlight-box-2 p, #subtopics.parent_266 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_268 .highlight-box-2 p, #subtopics.parent_268 .single-science_matters .highlight-box-2 p, .single-science_matters #partners .highlight-box-2 p, #partners .single-science_matters .highlight-box-2 p {
  font-weight: bold;
}
.single-science_matters .main-content {
  margin-bottom: 1em;
}
.single-science_matters .icons {
  padding: 3em 0 2em 0;
}
.single-science_matters .icons .svgicon {
  height: 50px;
}
.single-science_matters .icons .svgicon rect, .single-science_matters .icons .svgicon path, .single-science_matters .icons .svgicon circle, .single-science_matters .icons .svgicon polygon, .single-science_matters .icons .svgicon ellipse {
  fill: transparent !important;
}
.single-science_matters .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
.single-science_matters .figure-row {
  margin-bottom: 4em;
}
.single-science_matters .figure {
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
.single-science_matters .figurelnk {
  color: #000000;
}
.single-science_matters .figure-description {
  font-style: italic;
  text-align: center;
}
.single-science_matters .subsection-header p {
  margin-bottom: 0;
}
.single-science_matters .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
.single-science_matters .topics {
  margin-top: 1em;
}
.single-science_matters .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-science_matters .topic a {
  color: #ffffff;
}
.single-science_matters .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
.single-science_matters .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-science_matters .tag a {
  color: #ffffff;
}
.single-science_matters .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
.single-science_matters .related-image {
  max-height: 167px;
  margin: 0 auto;
}
.single-science_matters .related-icon {
  height: 2em;
  text-align: left;
}
.single-science_matters .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
.single-science_matters .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
.single-science_matters hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.single-science_matters .related_summary {
  line-height: 1.2;
  text-align: left;
}
.single-science_matters .entry-content h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.single-science_matters .entry-content h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
}
.single-science_matters .entry-content h4 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.single-science_matters .entry-content h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.single-science_matters .entry-content h6 {
  font-weight: bold;
}
.single-science_matters .col-topPhoto {
  height: 370px;
  width: 100%;
  background-size: cover;
  position: relative;
  float: revert;
  margin: 0 auto;
  max-width: 1024px;
}
.single-science_matters .blog-type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1230px;
  display: block;
  background-color: rgba(131, 184, 188, 0.8);
}
.single-science_matters .blog-type h2 {
  margin: 0px;
  padding: 0px;
  padding: 8px 15px;
  font-weight: 600;
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-science_matters .blog-type div {
  padding-left: 0px;
}
.single-science_matters .row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.single-science_matters h1.content-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: left !important;
  padding: 2% auto;
  line-height: 1;
}
.single-science_matters .col-contributor, .single-science_matters .col-related-contributor {
  padding: 5px 0;
  background-color: #a2cacc;
}
.single-science_matters .col-contributor .blog-category, .single-science_matters .col-contributor .blog-author, .single-science_matters .col-related-contributor .blog-category, .single-science_matters .col-related-contributor .blog-author {
  margin: 0px;
  padding: 0px;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  font-weight: 600;
}
.single-science_matters .col-contributor .blog-category, .single-science_matters .col-related-contributor .blog-category {
  margin-top: 10px;
}
.single-science_matters .col-contributor .blog-modified-date, .single-science_matters .col-related-contributor .blog-modified-date {
  margin: 0px;
  padding: 0px;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.single-science_matters .col-contributor .blog-author, .single-science_matters .col-related-contributor .blog-author {
  font-style: italic;
}
.single-science_matters .col-relatedblog .title h4 {
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-science_matters .grey {
  background-color: #999;
}
.single-science_matters .related-link {
  color: #5e5e60;
}

#bloglist_landing {
  padding-bottom: 100px;
}
#bloglist_landing .bloglist-wrapper {
  padding: 10px 15px 20px 15px;
  border-bottom: solid 1px #dfdfe0;
}
#bloglist_landing .bloglist-wrapper .bloglist-heading {
  font-weight: bold;
}
#bloglist_landing .bloglist-wrapper .bloglist-heading a {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #5e5e60;
}
#bloglist_landing .bloglist-wrapper .bloglist-heading a:hover, #bloglist_landing .bloglist-wrapper .bloglist-heading a:focus {
  text-decoration: underline;
}
#bloglist_landing .bloglist-wrapper .bloglist-summary {
  color: #5e5e60;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
#bloglist_landing .bloglist-wrapper .readmore {
  font-weight: bold;
  font-style: italic;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#bloglist_landing .bloglist-wrapper .bloglist-author {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #063680;
}

.news-releases-page .videowrap {
  position: relative;
}
.news-releases-page .videowrap img {
  position: relative;
  z-index: 1;
}
.news-releases-page .videowrap i {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  opacity: 0.8;
}
.news-releases-page .videowrap:hover i {
  color: #063680;
}

#news .page-title {
  color: #fbbc5f;
  font-weight: bold;
  padding-left: 0.5em;
}
#news .news-children {
  margin-top: 3em;
}
#news .news-children-wrapper {
  height: auto;
  margin-bottom: 3em;
}
#news .news-children-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  padding-top: 1em;
  line-height: 1.2em;
}
#news .news-children-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#news .news-children-image-wrapper {
  display: inline-block;
  width: 100%;
  height: 165px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#news .news-children-image {
  max-width: 100%;
  max-height: 165px;
}

.iitn-area {
  background: url(images/bg/blog_bg.jpg);
}

#iitn_landing {
  padding-bottom: 100px;
}
#iitn_landing .iitn-heading a {
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #5e5e60;
}
#iitn_landing .iitn-heading a:hover, #iitn_landing .iitn-heading a:focus {
  text-decoration: underline;
}
#iitn_landing .iitn-summary {
  color: #5e5e60;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
#iitn_landing .readmore {
  font-weight: bold;
  font-style: italic;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#iitn_landing .col-iitn-thumb {
  padding-top: 0.4em;
}
#iitn_landing .iitn-date {
  margin-bottom: 0;
  display: inline;
  vertical-align: top;
  color: #063680;
}
#iitn_landing .single-iitn-item {
  margin-bottom: 1em;
}
#iitn_landing hr.grey {
  height: 2px;
  color: #000000;
  background: #dcdcdc;
  display: block;
  margin: 1em 0 0 1em;
  padding: 0 3em;
}

h2.blog-subheader.iitn-subheader span::before, h2.blog-subheader.iitn-subheader span::after {
  width: 14vw !important;
}

h2.blog-subheader.lnfam-subheader span::before, h2.blog-subheader.lnfam-subheader span::after {
  width: 8vw !important;
}

/*--------------------------------------------------------------
## Associations
--------------------------------------------------------------*/
.row-members .flag-icon {
  width: 20px;
  display: inline;
  margin-right: 5px;
}
.row-members .company-icon {
  max-width: 100%;
  display: inline;
  margin-right: 5px;
  height: 30px;
}
.row-members .col-member .box {
  color: #000000;
  text-decoration: none;
  font-size: 0.8em;
  padding: 15px 0 25px 0;
  border-top: solid 1px #dedede;
  word-wrap: break-word;
}
.row-members .col-member .box.first {
  border-top-width: 0;
}
.row-members .col-member .box label {
  font-size: 1.1em;
  color: #063680;
  min-height: 2em;
}
.row-members .col-member .box a {
  text-decoration: none;
  color: #5e5e60;
}
.row-members .col-member .box .crp-icon {
  width: 12px;
}
.row-members .col-member .box a.logo-sub {
  display: block;
  height: 30px;
}
.row-members .col-member .box a.memberurl {
  font-size: 11.2px;
  font-size: 0.7rem;
}
.row-members .col-member .box a.related_doc:hover {
  text-decoration: underline;
}

#member-full .co-fullmember-type {
  padding: 50px 100px;
  background-color: #f6f6f6;
  text-align: center;
}
#member-full .co-fullmember-type:first-child {
  margin-right: 10%;
}
#member-full .co-fullmember-type a {
  color: #5e5e60;
  font-size: 2em;
  text-transform: capitalize;
}
#member-full .co-fullmember-type a .memberurl {
  font-size: 12.8px;
  font-size: 0.8rem;
}
#member-full .co-fullmember-type:hover {
  background-color: #063680;
}
#member-full .co-fullmember-type:hover a {
  color: #ffffff;
}

#member-company a {
  text-decoration: none;
  color: #5e5e60;
}

#membership h2 a {
  text-decoration: none;
}
#membership .col-member-type {
  padding: 50px 100px;
  background-color: #f6f6f6;
  text-align: center;
}
#membership .col-member-type:first-child {
  margin-right: 10%;
}
#membership .col-member-type a {
  color: #5e5e60;
  font-size: 2em;
  text-transform: capitalize;
}
#membership .col-member-type:hover {
  background-color: #063680;
}
#membership .col-member-type:hover a {
  color: #ffffff;
}

#accordion, #accordion1 {
  margin-top: 30px;
  margin-right: 20px;
  border-top: solid 1px #063680 !important;
  border-bottom: solid 1px #063680 !important;
}
#accordion .greentext0 p, #accordion .greentext1 p, #accordion1 .greentext0 p, #accordion1 .greentext1 p {
  color: #20ad8e !important;
}
#accordion ul li, #accordion1 ul li {
  list-style-type: none !important;
}
#accordion .green-text, #accordion1 .green-text {
  color: #1FAD8E;
}
#accordion .abbreviation_lists, #accordion1 .abbreviation_lists {
  padding: 0;
  margin: 0;
}
#accordion .abbreviation_lists .green, #accordion1 .abbreviation_lists .green {
  color: #20ad8e !important;
  font-weight: bold !important;
}
#accordion .abbreviation_lists .term, #accordion1 .abbreviation_lists .term {
  max-width: 20%;
}
#accordion .abbreviation_lists .term-body, #accordion1 .abbreviation_lists .term-body {
  color: #1d4192;
  font-weight: bold;
  text-align: right;
}
#accordion .abbreviation_lists .term-body, #accordion .abbreviation_lists .name-body, #accordion1 .abbreviation_lists .term-body, #accordion1 .abbreviation_lists .name-body {
  padding-bottom: 15px;
}
#accordion .ui-accordion .ui-accordion-content, #accordion1 .ui-accordion .ui-accordion-content {
  overflow: show !important;
}
#accordion .ui-state-focus, #accordion1 .ui-state-focus {
  outline: none !important;
}
#accordion .ui-state-default, #accordion1 .ui-state-default {
  border: none !important;
  background: #ffffff !important;
}
#accordion .ui-accordion-header, #accordion1 .ui-accordion-header {
  font-size: 20px !important;
  color: #1d4192 !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding-left: 0 !important;
}
#accordion .ui-accordion-header-icon, #accordion1 .ui-accordion-header-icon {
  float: right;
  background-size: cover;
  width: 30px;
  height: 30px;
  background-position: center;
}
#accordion .ui-icon, #accordion1 .ui-icon {
  background-image: url(images/icons/plus.png) !important;
}
#accordion .ui-state-active .ui-icon, #accordion1 .ui-state-active .ui-icon {
  background-image: url(images/icons/minus.png) !important;
}
#accordion .ui-widget-content, #accordion1 .ui-widget-content {
  border: none;
}

.covid-notice {
  color: white;
  background: #1FAD8E;
  background: linear-gradient(90deg, #33a6dd 0%, #33a6dd 50%, #1fad8e 100%);
}

.container-covid-section {
  position: relative;
  padding-bottom: 50px !important;
  color: black;
}
.container-covid-section hr {
  clear: both;
  width: 100%;
  height: 1px;
  border: 0px;
  background-color: #063680;
}
.container-covid-section h1 {
  text-align: left;
}
.container-covid-section .section-hd {
  padding-top: 10px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.container-covid-section .print_pdf {
  position: relative;
  width: 100%;
  padding-top: 20px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .container-covid-section .print_pdf {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    height: 50px;
    width: 300px;
  }
}
.container-covid-section .print_pdf .pdf-icon,
.container-covid-section .print_pdf .print-icon {
  background-color: transparent;
  border: 0px;
  outline: none;
  font-size: 1rem;
  width: 150px;
  text-decoration: none;
  color: #063680;
}
.container-covid-section .print_pdf .pdf-icon img,
.container-covid-section .print_pdf .print-icon img {
  width: 30px !important;
  height: auto;
}
.container-covid-section .covid-accordion {
  border-bottom: solid 1px #063680;
  margin-right: 20px;
}
.container-covid-section .covid-accordion .col-icon-text {
  position: relative;
  display: flex;
  flex-direction: row;
}
.container-covid-section .covid-accordion .col-icon-text .icon {
  padding-top: 10px;
  align-self: flex-start;
  display: inline-block;
  width: 85px;
  padding-right: 15px;
}
.container-covid-section .covid-accordion .accordion-title-wrapper {
  display: inline-block;
  width: calc(100% - 60px);
  padding-top: 15px;
  line-height: 110%;
}
.container-covid-section .covid-accordion .accordion-title {
  display: inline-block;
  cursor: pointer;
  color: #063680;
  font-size: 1rem;
  margin-top: 0;
}
.container-covid-section .covid-accordion .col-toggle {
  position: relative;
  height: 100px;
}
.container-covid-section .covid-accordion .col-toggle label {
  padding: 20px 0px 10px 0;
  font-size: 0.8rem;
  line-height: 100%;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  outline: none;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon::after {
  content: "";
  transition: content 0.5s linear;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon[aria-expanded=true] {
  top: 45%;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon[aria-expanded=true]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  border-top: 10px solid transparent;
}
.container-covid-section .covid-accordion .accordion-panel {
  padding-bottom: 20px;
}
.container-covid-section .covid-accordion .accordion-panel table {
  max-width: 100%;
}
.container-covid-section .covid-accordion .accordion-panel table tr td {
  line-height: 120%;
  padding-bottom: 10px;
  font-size: 0.9375rem;
  vertical-align: top;
}
.container-covid-section .covid-accordion .accordion-panel table tr td p {
  margin-bottom: 0px;
}
.container-covid-section .covid-accordion .accordion-panel table tr td:first-child {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  color: #063680;
}
.container-covid-section .col-figures {
  padding-right: 20px;
  margin-top: 25px;
  padding-top: 20px;
}
.container-covid-section .col-figures legend {
  font-size: 0.9rem;
  font-weight: bold;
}
.container-covid-section .col-figures ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
.container-covid-section .col-figures ul li {
  text-align: center;
  list-style-type: none;
  width: 100;
  padding: 0 20px 20px 20px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .container-covid-section .col-figures ul li {
    width: 100%;
  }
}
.container-covid-section .col-figures ul li .icon-figure {
  height: 80px;
  width: auto;
  position: relative;
  z-index: 1;
  right: -50px;
}
.container-covid-section .col-figures ul li figure {
  color: #1FAD8E;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 60px;
  z-index: 2;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: -2px;
}
.container-covid-section .col-figures ul li h4 {
  font-size: 1.2rem;
  color: #063680;
  text-transform: uppercase;
  margin-top: 20px;
}
.container-covid-section .col-figures ul li small {
  font-size: 0.8rem;
  color: #063680;
  line-height: 100%;
}
.container-covid-section .col-links ul {
  margin: 0px;
  padding: 0px;
}
.container-covid-section .col-links ul li {
  list-style-type: none;
}
.container-covid-section .col-links ul li a {
  display: block;
  color: #1FAD8E;
  text-decoration: none;
}
.container-covid-section .col-related-resources {
  padding-top: 20px;
  padding-bottom: 70px;
}
.container-covid-section .col-related-resources legend {
  font-size: 0.9rem;
}
.container-covid-section .col-related-resources .slick-resources {
  padding: 0 20px;
}
.container-covid-section .col-related-resources h3 {
  font-size: 1rem;
  color: #063680;
}
.container-covid-section .col-related-resources .resource-item {
  display: block;
  margin-top: 20px;
  padding: 10px;
}
.container-covid-section .col-related-resources .resource-item a {
  height: 170px;
}
.container-covid-section .col-related-resources .resource-item a img {
  object-fit: cover;
  height: 170px;
  width: 100%;
}
.container-covid-section .col-related-resources .resource-item.vertical a {
  height: 320px;
}
.container-covid-section .col-related-resources .resource-item.vertical a img {
  object-fit: contain;
  height: 320px;
  width: auto;
}
.container-covid-section .col-related-resources .resource-item .tag-category {
  margin-top: 10px;
  display: block;
  color: #1FAD8E;
  font-size: 0.9rem;
  font-weight: bold;
}
.container-covid-section .col-related-resources .resource-item .date {
  font-size: 0.9rem;
}
.container-covid-section .col-related-resources .resource-item h4 {
  color: #063680;
  font-weight: bold;
}
.container-covid-section .col-related-resources .more {
  text-decoration: none;
}
.container-covid-section .col-related-resources .slick-dots {
  clear: both;
  bottom: -35px;
}
.container-covid-section .col-related-resources .slick-dots li button:before {
  font-size: 16px;
  color: #063680;
  opacity: 1;
}
.container-covid-section .col-related-resources .slick-dots li.slick-active button:before {
  color: #1FAD8E;
}

.hide-web {
  display: none;
}

/**-----------  style for print ------------**/
#covid-print {
  page-break-inside: avoid;
}
#covid-print .hide-print {
  display: none;
}
#covid-print .site-branding {
  padding: 20px 0;
}
#covid-print .col-figures table tr td h4 {
  font-size: 1rem;
  color: #1fad8e;
  text-transform: uppercase;
  margin-top: 20px;
}
#covid-print .col-figures table tr td img {
  position: unset;
  right: unset;
  width: auto;
  margin-top: 30px;
  height: 80px;
}
#covid-print .col-figures table tr td figure {
  color: #1fad8e;
  font-size: 4rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: -2px;
  position: static;
}
#covid-print .col-figures table tr td small {
  font-size: 0.8rem;
  color: #063680;
  line-height: 100%;
}
#covid-print .col-related-resources {
  margin-top: auto;
}
#covid-print .col-related-resources .resource-item h4 a {
  text-decoration: none;
}

.content-bcr-section .top-border {
  border-top: solid 1px;
  padding-top: 2rem;
}
.content-bcr-section .large-title {
  font-size: 1.8rem;
  border-bottom: solid 1px;
  padding-bottom: 1rem;
}
.content-bcr-section .large-title-padded {
  font-size: 1.8rem;
  border-bottom: solid 1px;
  padding-bottom: 1rem;
  margin-top: 3rem !important;
}
.content-bcr-section .accordion-title {
  font-size: 1.2rem !important;
}
.content-bcr-section .col-toggle {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #959595;
}
.content-bcr-section .col-toggle label {
  padding: 20px 0px 10px 0;
  font-size: 0.8rem;
  line-height: 100%;
}
.content-bcr-section .col-toggle .toggle-icon {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  outline: none;
}
.content-bcr-section .col-toggle .toggle-icon::after {
  content: "";
  transition: content 0.5s linear;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #959595 !important;
}
.content-bcr-section .col-toggle .toggle-icon[aria-expanded=true] {
  top: 45%;
}
.content-bcr-section .col-toggle .toggle-icon[aria-expanded=true]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #959595 !important;
  border-top: 10px solid transparent !important;
}
.content-bcr-section .txt-black {
  color: black !important;
}
.content-bcr-section .resource-type {
  background-color: #ebebeb;
  padding: 0.5rem 1rem;
}
.content-bcr-section .resource-type img {
  display: inline;
  height: 40px;
}
.content-bcr-section .resource-type h4 {
  display: inline;
}
.content-bcr-section .col-related-resources {
  padding-bottom: 20px !important;
}

.accordion-summary a {
  color: #1FAD8E;
}

.accordion-moretext {
  padding: 0 0 0 86px !important;
}
.accordion-moretext span {
  color: #ffffff;
  padding: 3px 5px;
}
.accordion-moretext ul {
  padding: 0 16px;
  margin: 0;
  list-style: none;
}
.accordion-moretext ul li {
  padding-bottom: 10px !important;
}
.accordion-moretext ul li::before {
  content: "•";
  color: #1FAD8E;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  border-color: #1FAD8E;
}
.accordion-moretext a {
  color: #1FAD8E;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
html,
button,
input,
select,
textarea,
footer {
  color: #5e5e60;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.main-navigation li a {
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.home #main #HomeSlider h3 {
  margin: 0px;
  padding: 0px;
  margin: 5px 0 8px 0;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1;
}
.home #main #MainTopicsSlider h3 {
  margin: 0px;
  padding: 0px;
  margin-top: 8%;
  font-family: "PT Sans Narrow", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-transform: uppercase;
  font-size: 28.8px;
  font-size: 1.8rem;
}
.home #main #MainTopicsSlider h4 {
  margin: 0px;
  padding: 0px;
  font-family: "PT Sans Narrow", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
  font-style: italic;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding-bottom: 8px;
}

h2.sectionhd, h2.blog-subheader {
  text-align: center;
  display: block;
}
h2.sectionhd span, h2.blog-subheader span {
  font-size: 43px;
  font-size: 2.6875rem;
  padding: 0 20px;
  color: #87888a;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
h2.sectionhd span::before, h2.sectionhd span::after, h2.blog-subheader span::before, h2.blog-subheader span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 2px solid #87888a;
  top: 25px;
  width: 20vw;
}
h2.sectionhd span::before, h2.blog-subheader span::before {
  right: 100%;
  margin-right: 15px;
}
h2.sectionhd span::after, h2.blog-subheader span::after {
  left: 100%;
  margin-left: 15px;
}
h2.sectionhd span.twhd, h2.blog-subheader span.twhd {
  color: #87888a;
}
h2.sectionhd.reserve span, h2.blog-subheader.reserve span {
  color: #ffffff;
}
h2.sectionhd.reserve span::before, h2.sectionhd.reserve span::after, h2.blog-subheader.reserve span::before, h2.blog-subheader.reserve span::after {
  border-top: 1px solid #ffffff;
}

h2.blog-subheader {
  padding: 0 1em;
  color: #5e5e60;
  text-transform: capitalize;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: bold;
}
h2.blog-subheader span::before, h2.blog-subheader span::after {
  width: 14vw !important;
}

/*end of .home*/
/*IFPMA in Brief*/
.parllaxbox .col-content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 56px;
  font-size: 3.5rem;
  text-transform: uppercase;
}
.parllaxbox .col-content h3 {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
}

.general_content h1 {
  color: #5e5e60;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: unset;
  text-align: center;
}
.general_content h2 {
  color: #1d4192;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
}
.general_content h3, .general_content h4, .general_content h5, .general_content h6 {
  color: #040707;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

/*sub topic & partner details */
.subsection-header h3 {
  text-transform: uppercase;
  color: #1d4192;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.type-health_matters .subsection-header h3, .type-science_matters .subsection-header h3 {
  color: #5e5e60;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: Consolas, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Lucida Console", "Courier New", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.general_content body {
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
.general_content p {
  color: #040707;
  font-size: 15px;
  font-size: 0.9375rem;
}
.general_content strong {
  font-weight: bold;
}
.general_content em {
  font-style: italic;
}
.general_content del {
  text-decoration: line-through;
}
.general_content ul {
  list-style-type: disc;
}
.general_content ul li {
  color: #040707;
  font-size: 15px;
  font-size: 0.9375rem;
}
.general_content ol {
  list-style: decimal;
}
.general_content ol li {
  color: #040707;
  font-size: 15px;
  font-size: 0.9375rem;
}
.general_content hr {
  border: 0;
  border-top: 1px solid #ddd;
}
.general_content a {
  color: #1d4192;
  text-decoration: underline;
}
.txt-green {
  color: #1FAD8E !important;
}

.txt-blue {
  color: #063680 !important;
}

.txt-uppercase {
  text-transform: uppercase !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-primary[disabled] {
  opacity: 0.2;
  cursor: not-allowed !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #063680;
}
a:visited {
  color: #063680;
}
a:hover, a:focus, a:active {
  color: #063680;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.btn-blog-viewall {
  background: #5e5e60;
  color: #ffffff !important;
  border-radius: 0;
  border: 0;
  margin: 0 auto;
  padding: 3px 25px;
  font-weight: bold;
}
.btn-blog-viewall:focus, .btn-blog-viewall:hover {
  background-color: #063680;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Main Menu */
@media all and (min-width: 768px) {
  /* #fullWidthTopicPanel */
  .col-topnav {
    position: relative;
  }

  #ifpmaMainMenu {
    float: right;
  }

  #fullWidthTopicPanel {
    position: absolute;
    top: 35px;
    z-index: 20;
    clear: both;
    background-color: #dcdcdc;
    width: 100%;
    /*vertical tab style*/
  }
  #fullWidthTopicPanel .row {
    margin: 0px;
    padding: 0px;
  }
  #fullWidthTopicPanel .tab-content {
    padding: 0;
    background-color: #dcdcdc;
    height: inherit;
  }
  #fullWidthTopicPanel .tab-content > .tab-pane {
    display: none;
  }
  #fullWidthTopicPanel .tab-content > .tab-pane a {
    display: block;
  }
  #fullWidthTopicPanel .tab-content > .active {
    display: block;
  }
  #fullWidthTopicPanel .tab-content > .active .col-subtopics {
    padding: 10px 0;
    width: 75%;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-rule: 1px solid #cfcfcf;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 0px;
  }
  #fullWidthTopicPanel .tab-content > .active .col-subtopics a {
    padding: 5px 10px;
    line-height: 100%;
    color: #666;
    display: inline-block;
    width: 100%;
    font-size: 0.85em;
  }
  #fullWidthTopicPanel .tab-content > .active .col-subtopics a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
  }
  #fullWidthTopicPanel .tab-content > .active .col-spotlight {
    width: 25%;
    padding-bottom: 10px;
  }
  #fullWidthTopicPanel .tabs-left {
    padding: 0px;
    height: 100%;
  }
  #fullWidthTopicPanel .tabs-left > .nav-tabs > li {
    float: none;
  }
  #fullWidthTopicPanel .tabs-left > .nav-tabs > li > a {
    margin-right: 0;
  }
  #fullWidthTopicPanel .tabs-left > .nav-tabs {
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    height: inherit;
  }
  #fullWidthTopicPanel .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    padding: 5px 10px 5px 15px;
    color: #111;
    border: 0;
    border-radius: 0;
    color: #636466;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    background: #eeeeee url("../images/IFPMA_nav_arrow_right.png") no-repeat 97% 50%;
  }
  #fullWidthTopicPanel .tabs-left > .nav-tabs > li > a:hover,
#fullWidthTopicPanel .tabs-left > .nav-tabs > li > a:focus {
    background-color: #dcdcdc;
    outline: none;
  }
  #fullWidthTopicPanel .tabs-left > .nav-tabs .active > a,
#fullWidthTopicPanel .tabs-left > .nav-tabs .active > a:hover,
#fullWidthTopicPanel .tabs-left > .nav-tabs .active > a:focus {
    background-color: #dcdcdc;
  }
  #fullWidthTopicPanel .col-spotlight {
    background-color: #b3c2ca;
    display: inline-block;
    color: #063680;
  }
  #fullWidthTopicPanel .col-spotlight img {
    padding-bottom: 10px;
  }
  #fullWidthTopicPanel .col-spotlight h3 {
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 10px;
  }
  #fullWidthTopicPanel .col-spotlight h4 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    font-size: 0.85em;
    font-style: italic;
  }

  #ifpmaMainMenu {
    margin: 0;
    width: auto;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: content-box;
  }
  #ifpmaMainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  #ifpmaMainMenu ul li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
  }
  #ifpmaMainMenu ul li a {
    text-decoration: none;
    display: block;
    margin: 0;
    transition: color 0.1s ease;
    box-sizing: border-box;
    color: #063680 !important;
  }
  #ifpmaMainMenu ul li ul {
    position: absolute;
    left: -9999px;
    top: auto;
    box-shadow: 2px 2px 10px #999;
    z-index: 20;
  }
  #ifpmaMainMenu ul li ul li {
    max-height: 0;
    position: absolute;
    transition: max-height 0.4s ease-out;
    background: #ffffff;
  }

  #ifpmaMainMenu ul:after,
#ifpmaMainMenu:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  #ifpmaMainMenu.align-right ul li ul li.has-sub:after {
    right: auto;
    left: 15px;
  }

  #ifpmaMainMenu ul li ul li.has-sub:before {
    display: block;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-left-color: #666;
    z-index: 20;
    top: 40%;
    right: 5px;
  }

  #ifpmaMainMenu.align-right ul li ul li.has-sub:before {
    right: auto;
    left: 15px;
    border-left-color: transparent;
    border-right-color: #666;
  }

  #ifpmaMainMenu ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    display: block;
    line-height: 120%;
    width: 170px;
    padding: 6px 20px;
  }

  #ifpmaMainMenu ul li ul li:hover > a,
#ifpmaMainMenu ul li ul li.active > a {
    color: #4cb6ea;
  }

  #ifpmaMainMenu ul li ul li:hover > a:hover {
    background: #f6f6f6;
  }

  #ifpmaMainMenu ul li ul li:hover:after,
#ifpmaMainMenu ul li ul li.active:after {
    background: #4cb6ea;
  }

  #ifpmaMainMenu ul li ul li:hover > ul {
    left: 100%;
    top: 0;
  }

  #ifpmaMainMenu ul li ul li:hover > ul > li {
    max-height: 72px;
    position: relative;
  }

  #ifpmaMainMenu > ul > li {
    float: left;
  }

  #ifpmaMainMenu .align-center > ul > li {
    float: none;
    display: inline-block;
  }

  #ifpmaMainMenu .align-center > ul {
    text-align: center;
  }

  #ifpmaMainMenu .align-center ul ul {
    text-align: left;
  }

  #ifpmaMainMenu .align-right > ul {
    float: right;
  }

  #ifpmaMainMenu .align-right > ul > li:hover > ul {
    left: auto;
    right: 170px;
  }

  #ifpmaMainMenu .align-right ul ul li a {
    text-align: right;
  }

  #ifpmaMainMenu > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 0;
    background: #ffffff;
    transition: height 0.2s;
  }

  #ifpmaMainMenu > ul > li.has-sub > a {
    padding-right: 20px;
  }

  #ifpmaMainMenu > ul > li > a {
    padding: 5px 20px 6px 20px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    z-index: 2;
    position: relative;
  }

  #ifpmaMainMenu > ul > li:hover:after,
#ifpmaMainMenu > ul > li.active:after {
    height: 100%;
  }

  #ifpmaMainMenu > ul > li:hover > a,
#ifpmaMainMenu > ul > li.active > a,
#ifpmaMainMenu > ul > li.current-menu-item > a,
#ifpmaMainMenu > ul > li.current-menu-parent > a {
    color: #000000;
    border-bottom: solid 2px #063680;
  }

  #ifpmaMainMenu > ul > li:hover > a:after,
#ifpmaMainMenu > ul > li.active > a:after {
    background: #000000;
  }

  #ifpmaMainMenu > ul > li:hover > a:before,
#ifpmaMainMenu > ul > li.active > a:before {
    border-top-color: #ffffff;
  }

  #ifpmaMainMenu > ul > li:hover > ul {
    left: 0;
  }

  #ifpmaMainMenu > ul > li:hover > ul > li {
    max-height: 72px;
    position: relative;
  }

  #ifpmaMainMenu #menu-button {
    display: none;
  }

  #ifpmaMainMenu > ul > li > a {
    display: block;
  }

  #ifpmaMainMenu > ul > li {
    width: auto;
  }

  #ifpmaMainMenu > ul > li > ul {
    width: 170px;
    display: block;
  }

  #ifpmaMainMenu > ul > li > ul > li {
    width: 170px;
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .col-socialmenu, .col-topSearch {
    text-align: center !important;
    padding: 0;
  }

  .site-branding {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 30px;
  }

  #ifpmaMainMenu.pull-right {
    float: none !important;
    text-align: center;
    margin: 0 20px;
  }
  #ifpmaMainMenu.pull-right ul {
    text-align: left;
  }
}
@media all and (min-width: 769px) {
  .col-topnav {
    position: relative;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: -28px;
    height: 0px;
  }
}
@media all and (max-width: 767px) {
  .container {
    overflow-x: hidden;
  }

  .col-topnav {
    position: absolute !important;
    top: auto;
    top: 20px !important;
    z-index: 1039;
  }

  footer .container {
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background-color: #063680;
  }

  .col-socialmenu .TopSocialMenu {
    float: right;
  }
  .col-socialmenu ul#menu-social-media-menu {
    margin: 0px;
    padding: 0px;
  }

  .site-branding {
    text-align: center;
  }

  .col-topnav li > ul {
    margin: 0px;
    padding: 0px;
  }

  #site-navigation.navbar {
    margin-bottom: 0;
    width: 100%;
    overflow-x: hidden;
  }
  #site-navigation.navbar .navbar-nav {
    background-color: #ffffff;
  }
  #site-navigation.navbar .navbar-nav .menu-item {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: solid 2px #063680;
    position: relative;
  }
  #site-navigation.navbar .navbar-nav .menu-item:focus, #site-navigation.navbar .navbar-nav .menu-item:hover {
    cursor: pointer;
    background-color: #EBEBEB;
  }
  #site-navigation.navbar .navbar-nav .menu-item.current-menu-parent, #site-navigation.navbar .navbar-nav .menu-item.current_page_ancestor {
    background-color: #f6f6f6 !important;
  }
  #site-navigation.navbar .navbar-nav .menu-item a {
    display: inline;
    font-weight: bold;
    padding-left: 15px;
  }
  #site-navigation.navbar .navbar-nav .menu-item a:hover, #site-navigation.navbar .navbar-nav .menu-item a:focus {
    background-color: none !important;
  }
  #site-navigation.navbar .navbar-nav .menu-item.has-sub:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    font-size: 1.5em;
    padding: 0.1em 0.5em;
  }
  #site-navigation.navbar .navbar-nav .menu-item.has-sub.active:after {
    content: "-";
    top: -4px;
  }
  #site-navigation.navbar .navbar-nav .menu-item.active {
    background-color: #f6f6f6;
  }
  #site-navigation.navbar .navbar-nav .menu-item.active ul {
    display: block;
    margin-top: 5px;
  }
  #site-navigation.navbar .navbar-nav .menu-item.active ul li {
    border: 0px;
  }
  #site-navigation.navbar .navbar-nav .menu-item.active ul li a {
    font-weight: normal;
  }
  #site-navigation.navbar .navbar-nav .menu-item ul {
    box-sizing: border-box;
  }
  #site-navigation.navbar .navbar-nav .menu-item ul .menu-item.has-sub:after, #site-navigation.navbar .navbar-nav .menu-item ul .menu-item.has-sub.active:after {
    content: "";
  }
  #site-navigation.navbar .navbar-nav .menu-item ul .menu-item {
    background-color: #E5E4E2;
  }
  #site-navigation.navbar .navbar-nav .menu-item ul .menu-item a {
    padding-left: 0px !important;
  }
  #site-navigation.navbar .navbar-nav .menu-item ul ul {
    margin: 0px;
    padding: 0px;
  }
  #site-navigation.navbar .navbar-nav .menu-item ul ul .menu-item {
    background-color: #D1D0CE;
  }
  #site-navigation.navbar .navbar-nav .menu-item ul ul .menu-item a {
    padding-left: 0px !important;
  }
  #site-navigation.navbar .navbar-nav .menu-item ul ul .menu-item ul .menu-item a {
    padding-left: 0px !important;
  }
  #site-navigation.navbar .navbar-nav ul {
    display: none;
  }
  #site-navigation.navbar .navbar-nav .menu-item:focus ul {
    display: block;
  }

  .menu-toggle,
.main-navigation.toggled ul {
    display: block;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nomargining {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.noLpadding {
  padding-left: 0 !important;
}

.noRpadding {
  padding-right: 0 !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clr3 {
  height: 3px;
  overflow: hidden;
  width: 100%;
}

.clr5 {
  height: 5px;
  overflow: hidden;
  width: 100%;
}

.clr10 {
  height: 10px;
  overflow: hidden;
  width: 100%;
}

.clr15 {
  height: 15px;
  overflow: hidden;
  width: 100%;
}

.clr20 {
  height: 20px;
  overflow: hidden;
  width: 100%;
}

.clr30 {
  height: 30px;
  overflow: hidden;
  width: 100%;
}

.clr40 {
  height: 40px;
  overflow: hidden;
  width: 100%;
}

.clr50 {
  height: 50px;
  overflow: hidden;
  width: 100%;
}

.clr60 {
  height: 60px;
  overflow: hidden;
  width: 100%;
}

.clr100 {
  height: 100px;
  overflow: hidden;
  width: 100%;
}

/*dividers*/
hr.topnav {
  margin: 0px;
  padding: 0px;
  height: 2px;
  background: url(images/bg/topnav_hr_bg.jpg) repeat-x 0 0;
  margin: 5px 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## main containers
--------------------------------------------------------------*/
.content-area {
  clear: both;
  width: 100%;
}

.site-main {
  margin: 0 auto;
}

#ifpmatwitter {
  min-height: 266px;
}

.col-xs-12.homesection-wrap,
.col-xs-12.landingsection-wrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  float: none;
}

/*--------------------------------------------------------------
## homepage
--------------------------------------------------------------*/
/*top notice banner*/
.home_top_notice {
  background-color: #c7b0cc;
  color: white;
  padding: 5px 10px 0px 10px;
}
.home_top_notice a {
  color: white !important;
}
.home_top_notice.covid {
  background: #33a6dd;
  background: linear-gradient(90deg, #33a6dd 0%, #33a6dd 50%, #1fad8e 100%);
}

/*IFPMA in Brief*/
#IFPMAinBrief {
  padding: 4% 0;
}
#IFPMAinBrief .pad-top {
  padding-top: 1em;
}
#IFPMAinBrief.row {
  margin: 0;
}
#IFPMAinBrief .more {
  background-color: #87888a;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 6px 15px;
}
#IFPMAinBrief .more:hover {
  text-decoration: none;
  background-color: #6e6f70;
}

/*Topic Slider*/
#MainTopicsSlider {
  /* end of .carousel-inner*/
}
#MainTopicsSlider.row {
  margin: 0;
}
#MainTopicsSlider .carousel-inner {
  max-height: 296px;
  z-index: 2;
  /* end of .carousel-control*/
}
#MainTopicsSlider .carousel-inner .item {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  width: 100%;
}
#MainTopicsSlider .carousel-inner .item.tackling-global-health-challenges {
  background: #d67b6e url(images/patterns/tackling.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.boosting-innovation-and-access {
  background: #f7b88d url(images/patterns/boosting.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.strengthening-regulatory-systems {
  background: #88bfb1 url(images/patterns/strengthening.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.building-trust {
  background: #91b3c1 url(images/patterns/building.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item.discovering-medicines-and-vaccines {
  background: #c6b0cc url(images/patterns/delivering.jpg) repeat 0 0;
}
#MainTopicsSlider .carousel-inner .item p {
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#MainTopicsSlider .carousel-inner .item .more {
  color: #ffffff;
  font-family: "PT Sans Narrow", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-decoration: underline;
  font-style: italic;
}
#MainTopicsSlider .carousel-inner .carousel-control {
  z-index: 4;
  height: 40px;
  top: 48%;
  width: 37px;
}
#MainTopicsSlider .carousel-inner .carousel-control.left {
  left: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#MainTopicsSlider .carousel-inner .carousel-control.left .arrow-menu-left {
  background: transparent url(images/buttons/btn-white-left.png) no-repeat 0 0;
  width: 37px;
  height: 34px;
  display: block;
}
#MainTopicsSlider .carousel-inner .carousel-control.right {
  right: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#MainTopicsSlider .carousel-inner .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-white-right.png) no-repeat right 0;
  width: 38px;
  height: 34px;
  display: block;
}

/* end of #MainTopicsSlider*/
/* #OurResrouces*/
#OurResources {
  padding: 4% 0 6% 0;
  /* end of .nav-tabs*/
  /* end of .tab-content*/
}
#OurResources .our-resources-row {
  padding-bottom: 1em;
}
#OurResources .resource-wrapper {
  margin-top: 1em;
}
#OurResources.row {
  margin: 0;
}
#OurResources .nav-tabs {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 0;
}
#OurResources .nav-tabs .tab {
  opacity: 1;
  min-height: 7.2em;
}
#OurResources .nav-tabs .tab:hover {
  transition: opacity 0.6s;
  opacity: 0.6;
}
#OurResources .nav-tabs label {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: black;
}
#OurResources .nav-tabs li {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#OurResources .nav-tabs li a {
  border: 0;
}
#OurResources .nav-tabs li.active a {
  border-bottom: 3px solid black;
  outline: 0;
}
#OurResources .nav-tabs li.active label {
  border-bottom: 3px solid black;
}
#OurResources .nav-tabs li:hover, #OurResources .nav-tabs li.active {
  opacity: 1;
}
#OurResources .nav-tabs li:hover a, #OurResources .nav-tabs li.active a {
  background-color: #ffffff;
  border: 0;
}
#OurResources .nav-tabs li:hover label, #OurResources .nav-tabs li.active label {
  border-bottom: 3px solid black;
}
#OurResources .tab-content {
  background-color: #f6f6f6;
  padding: 10px;
  /* end of .tab-pane*/
}
#OurResources .tab-content .tab-pane {
  z-index: 2;
  padding: 20px 0;
  /* end of .col-feature-txt*/
  /* end of .col-feature-txt*/
}
#OurResources .tab-content .tab-pane.row {
  width: 95%;
  margin: 0 auto;
}
#OurResources .tab-content .tab-pane .col-featured {
  background-color: #ffffff;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-img {
  padding-right: 0;
  padding-bottom: 15px;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-img .featured_mark {
  position: absolute;
  top: -1px;
  right: 10px;
  z-index: 0;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt {
  text-align: left;
  padding-bottom: 10px;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt small {
  color: #fabc5f;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-weight: bold;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt h4 {
  margin: 0px;
  padding: 0px;
  padding: 5px 0;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt h4 a {
  color: #000000;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt p {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
}
#OurResources .tab-content .tab-pane .col-featured .col-featured-txt .more {
  font-style: italic;
  color: #000000;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-decoration: underline;
}
#OurResources .tab-content .tab-pane .col-otherResources .other-resources-header {
  margin-top: 1em;
}
#OurResources .tab-content .tab-pane .col-otherResources small {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
}
#OurResources .tab-content .tab-pane .col-otherResources ul.no-pad {
  padding: 0;
  margin: 0;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper {
  float: left;
  border-bottom: 0;
  padding-bottom: 2em;
  height: 100%;
  margin: 1em;
  margin-top: 0;
  list-style: none;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper .col-thumb {
  text-align: center;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper .home_fm_thumb {
  width: 100%;
  max-width: 480px;
}
#OurResources .tab-content .tab-pane .col-otherResources .single-resource-wrapper:first-child {
  border-bottom: 3px solid #eaeaea;
  margin-top: 1em;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt {
  padding-left: 0;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt h4 {
  margin: 0px;
  padding: 0px;
  line-height: 70%;
  font-weight: bold;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt h4 a {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt p {
  margin: 0px;
  padding: 0px;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 1.2;
}
#OurResources .tab-content .tab-pane .col-otherResources .col-txt .more {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #000000;
  text-decoration: underline;
}

/* end of #OurResrouces*/
/* #joinIFPMA*/
#joinIFPMA {
  background: url(images/bg/join_ifpma_bg.jpg) no-repeat 0 0;
  height: 256px;
  color: #ffffff;
  display: block;
  padding-top: 1.3%;
}
#joinIFPMA.row {
  margin: 0;
}
#joinIFPMA .homesection-wrap {
  width: 87%;
}
#joinIFPMA .row-heading .col-sm-2 {
  width: 19%;
}
#joinIFPMA .row-heading .col-sm-2 h2 {
  background-image: none;
}
#joinIFPMA .row-heading .col-sm-2 h2 span {
  background-image: none;
  background-color: transparent;
}
#joinIFPMA .row-heading .col-sm-5 {
  width: 40%;
  background: url(images/bg/hd_bg_white.jpg) repeat-x center 50%;
  height: 65px;
  display: inline-block;
}
#joinIFPMA .more {
  background-color: #ffffff;
  color: #063680;
  padding: 6px 15px;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
}
#joinIFPMA .more:hover {
  text-decoration: none;
  background-color: #e6e6e6;
}

/* end of #joinIFPMA*/
/* #OurBlog*/
#OurBlog {
  padding: 4% 0;
  min-height: 400px;
}
#OurBlog.row {
  margin: 0;
}
#OurBlog #LatestBlogSlider {
  min-height: 15em;
  /* end of .carousel-control*/
}
#OurBlog #LatestBlogSlider .item.row .col-txt {
  text-align: left;
}
#OurBlog #LatestBlogSlider .item.row .col-txt h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
#OurBlog #LatestBlogSlider .item.row .col-txt h4 a {
  color: #fabc5f;
}
#OurBlog #LatestBlogSlider .item.row .col-txt small {
  font-size: 0.7rem;
  font-weight: bold;
}
#OurBlog #LatestBlogSlider .item.row .col-txt .blogauthor {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 0;
}
#OurBlog #LatestBlogSlider .item.row .col-txt p {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  line-height: 1.2;
}
#OurBlog #LatestBlogSlider .item.row .col-txt .more {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  font-style: italic;
  text-decoration: underline;
}
#OurBlog #LatestBlogSlider .carousel-control {
  z-index: 4;
  height: 40px;
  top: 48%;
  width: 37px;
}
#OurBlog #LatestBlogSlider .carousel-control.left {
  left: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#OurBlog #LatestBlogSlider .carousel-control.left .arrow-menu-left {
  background: transparent url(images/buttons/btn-grey-left.png) no-repeat 0 0;
  width: 38px;
  height: 34px;
  display: block;
}
#OurBlog #LatestBlogSlider .carousel-control.right {
  right: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
#OurBlog #LatestBlogSlider .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-grey-right.png) no-repeat left 0;
  width: 38px;
  height: 34px;
  display: block;
}

/* end of #OurBlog*/
/* #ifpmatwitter*/
#ifpmatwitter {
  padding-top: 1%;
  overflow: hidden;
  /*overwrite some bxslider styles*/
  text-align: center;
}
#ifpmatwitter.row {
  margin: 0;
}
#ifpmatwitter .aptf-tweet-content {
  width: 80%;
  margin: 0 auto;
  min-height: 4.5em;
}
#ifpmatwitter .aptf-tweet-content a {
  color: #063680 !important;
}
#ifpmatwitter .aptf-tweet-actions {
  clear: both;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
#ifpmatwitter .bx-wrapper .bx-controls-direction a {
  top: 50%;
  width: 50px;
  height: 50px;
}
#ifpmatwitter .bx-wrapper .bx-prev {
  left: 0px;
  background: url(images/buttons/btn-grey-left.png) no-repeat 0 0;
  background-size: 40px 40px;
}
#ifpmatwitter .bx-wrapper .bx-next {
  right: -10px;
  background: url(images/buttons/btn-grey-right.png) no-repeat 0 0;
  background-size: 40px 40px;
}

/* end of #ifpmatwitter*/
/*anmiate.css delay*/
#HomeSlider .animated:nth-child(1) {
  animation-delay: 0.3s;
}

.animatedhover {
  animation-play-state: paused;
}
.animatedhover:hover {
  animation-play-state: running;
}

#MainTopicsSlider .animated:nth-child(2) {
  animation-delay: 0.5s;
}

/* style for live stream*/
.col-live a {
  color: white;
  font-weight: bold;
  background-color: red;
  padding: 3px 18px;
}
@media screen and (max-width: 992px) {
  .col-live {
    position: relative;
    z-index: 9999;
  }
}

#livestream {
  margin: 0px;
  padding: 0px;
  padding: 35px;
  background-color: #063680;
  display: none;
  color: #fff;
}
@media screen and (min-width: 787px) {
  #livestream {
    height: 450px;
  }
}
#livestream .col-close {
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 786px) {
  #livestream .col-close {
    margin: 5px 0;
    text-align: left;
  }
}
#livestream h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
}
#livestream h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#livestream a {
  position: relative;
}
#livestream a span {
  background-color: #21759b;
  color: white;
  font-size: 1rem;
  padding: 7px 40px 7px 15px;
  line-height: 28px;
  border-radius: 16px;
}
#livestream a i {
  position: relative;
  top: -1px;
  right: 32px;
  width: 30px;
  height: 30px;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  border-radius: 15px;
  background-color: #899aa3;
  color: white;
  padding: 7px;
  transition: all 0.4s ease;
}
#livestream a:hover {
  text-decoration: none;
}
#livestream a:hover i {
  right: 25px;
}
@media screen and (min-width: 787px) {
  #livestream .livestream_content {
    position: relative;
  }
}
#livestream .livestream_content .col-detail {
  overflow: hidden;
}
@media screen and (min-width: 787px) {
  #livestream .livestream_content .col-detail {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
}

/*--------------------------------------------------------------
## IFPMA in Brief*
--------------------------------------------------------------*/
.parllaxbox {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 522px;
  z-index: 3;
}
.parllaxbox .parallax-window {
  background-color: transparent;
  max-width: 1230px;
  min-height: 522px;
  z-index: 3;
}
.parllaxbox .parallax_layer-base {
  position: relative;
  z-index: 4;
}
.parllaxbox .row {
  padding: 0 15px;
}
.parllaxbox .col-content {
  padding-top: 8%;
  color: #ffffff;
}
.parllaxbox .col-content p {
  margin: 0px;
  padding: 0px;
  font-size: 18.4px;
  font-size: 1.15rem;
  padding-top: 5px;
  line-height: 1.2;
}
.parllaxbox.first .col-content p {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1;
}

/* end of .parllaxbox*/
.IFPMAinBriefParallax .col-content h2, .IFPMAinBriefParallax .col-content h3, .IFPMAinBriefParallax .col-content p {
  text-shadow: 2px 1px 4px #000;
}

.pdflnk {
  background-color: #063680;
  color: #ffffff;
  padding: 3px 15px;
  font-size: 14.4px;
  font-size: 0.9rem;
  clear: both;
  margin: 50px auto;
  width: 260px;
  display: block;
}

/*--------------------------------------------------------------
## Topics
--------------------------------------------------------------*/
#TopicParallax .parallax {
  min-height: 300px;
  /* fallback for older browsers */
  overflow-x: hidden;
}
#TopicParallax .row {
  padding: 0 15px;
}
#TopicParallax .parallax__group {
  position: relative;
}
#TopicParallax .parallax__layer {
  padding-top: 4%;
}
#TopicParallax .parallax__layer--base {
  position: relative;
  z-index: 4;
  color: #ffffff;
  padding-left: 5%;
  padding-right: 5%;
}
#TopicParallax .parallax__layer--base h2.toptitle {
  margin: 0px;
  padding: 0px;
  font-size: 28.8px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#TopicParallax .parallax__layer--base .toptitle_seconline {
  margin: 0px;
  padding: 0px;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
#TopicParallax .parallax__layer--base h3.subtitle {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
}
#TopicParallax .parallax__layer--base .see-more {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
  color: #ffffff;
}
#TopicParallax .parallax__layer--base img {
  position: relative;
  bottom: 15px;
  max-width: none;
}
#TopicParallax .parallax__layer--back {
  z-index: 3;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: repeat;
}

.subtopic_pane {
  width: 100%;
  background-repeat: repeat;
}
.subtopic_pane .subtopic_pane_inner {
  padding: 4% 6% 3% 6%;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.subtopic_pane .subtopic_pane_inner .row {
  padding: 0;
}
.subtopic_pane .subtopic_pane_inner .row .col-xs-12 {
  padding: 0;
}
.subtopic_pane .subtopic_pane_inner .row h3 {
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 0;
}
.subtopic_pane .subtopic_pane_inner .subtopic_title {
  padding: 0.25em 0;
}
.subtopic_pane .subtopic_pane_inner .topic-items {
  padding: 0;
  margin: 0;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 3;
}
.subtopic_pane .subtopic_pane_inner .topic-items a {
  color: white;
  line-height: 1;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}

/* end of subtopic_pane */
/*--------------------------------------------------------------
## Contact us
--------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row-contact {
  position: relative;
}

.col-contact-details {
  background: url(images/bg/contact_bg.jpg) repeat 0 0;
  position: relative;
  z-index: 2;
}

.col-contact-map {
  padding-top: 6%;
  position: relative;
  margin-left: -8%;
  z-index: 3;
}

/*--------------------------------------------------------------
## Contributor Page
--------------------------------------------------------------*/
.contributor-content {
  background: url(ifpma/images/bg/contributors_bg.jpg);
}

.contributor-top-row {
  padding-top: 3em;
}

.contributor-row {
  padding-top: 0em;
}

.contributor-name {
  text-align: center;
  padding: 1em;
  font-weight: bold;
}

body .people-modal {
  padding: 0 !important;
  position: absolute;
  right: 20%;
  left: 19%;
  top: 25%;
  bottom: 23.5%;
  opacity: 1;
}
body .people-modal .modal-backdrop.in {
  opacity: 0.9;
  background-color: #484848;
}
body .people-modal .modal-dialog {
  padding-top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  margin: 0;
}
body .people-modal .modal-dialog button.close {
  position: absolute;
  top: 2em;
  right: 2em;
  opacity: 1;
  background: #FFFFFF;
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  z-index: 1000;
}
body .people-modal .modal-dialog p.contributor-description {
  font-size: 0.9em;
  padding: 1em;
  opacity: 1;
  color: white;
  overflow-y: hidden;
}
body .people-modal .modal-dialog .modal-pic {
  height: 100%;
  width: 100%;
}
body .people-modal .modal-dialog .contributor-name-modal {
  color: white;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
}
body .people-modal .modal-dialog .social-icons {
  text-align: center;
}
body .people-modal .carousel {
  height: 100%;
}
body .people-modal .carousel .carousel-indicators {
  display: none;
}
body .people-modal .carousel .contributor-row {
  padding-top: 3em;
}
body .people-modal .carousel .carousel-control {
  height: 1px;
  position: absolute;
  bottom: 10px;
}
body .people-modal .carousel .carousel-control .carousel-arrow-left {
  position: relative;
  top: 225px;
  left: -50px;
}
body .people-modal .carousel .carousel-control .carousel-arrow-right {
  position: relative;
  top: 225px;
  right: -50px;
}

/*--------------------------------------------------------------
## News Releases
--------------------------------------------------------------*/
.news-releases-page ::-webkit-scrollbar {
  width: 10px;
}
.news-releases-page ::-webkit-scrollbar-track {
  background-color: #d29d50;
  border-radius: 10px;
}
.news-releases-page ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(123, 92, 47, 0.4);
}
.news-releases-page .news-article {
  text-align: center;
  margin-bottom: 3em;
}
.news-releases-page .news-article h3.news-article-title {
  text-align: left;
  color: #1d4192;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 1em 0;
  margin: 0;
}
.news-releases-page .news-article .news-article-image {
  text-align: center;
  margin: 0 auto;
  max-height: 282px;
}
.news-releases-page .tab-box .nav-tabs {
  text-align: center;
  background: #f9bb5f;
  margin: 0;
  padding: 1em 0 0 0;
  border-bottom: none;
}
.news-releases-page .tab-box .nav-tabs li {
  float: none;
  display: inline-block;
  background: #f9bb5f;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
.news-releases-page .tab-box .nav-tabs li a {
  font-weight: bold;
  color: gray;
  text-transform: capitalize;
}
.news-releases-page .tab-box .nav-tabs li a span {
  text-decoration: none;
}
.news-releases-page .tab-box .nav-tabs li:active a span, .news-releases-page .tab-box .nav-tabs li:hover a span {
  border-bottom: solid 2px #5e5e60;
}
.news-releases-page .tab-box .nav-tabs li.active a {
  background: #f9bb5f;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
  border: none;
  outline: 0;
}
.news-releases-page .tab-box .nav-tabs li.active a span {
  text-decoration: none;
  border-bottom: 2px solid black;
}
.news-releases-page .tab-content {
  min-height: 400px;
  margin-bottom: 0em;
  background: #f9bb5f;
}
.news-releases-page .tab-content .tab-pane {
  margin-bottom: 0;
}
.news-releases-page .news-news-releases-highlight-box {
  background-color: #fcddaf;
  margin: 0px;
  padding: 0px;
  margin: 1.5em 0em 1.5em 1.5em;
  padding-left: 1.5em;
}
.news-releases-page .news-news-releases-highlight-box .col-hightlight-img {
  padding: 1.5em 1em;
}
.news-releases-page .news-news-releases-highlight-box .col-highlight-content {
  position: relative;
  z-index: 2;
  padding: 1.5em;
  padding-left: 0;
}
.news-releases-page .news-news-releases-highlight-box .col-highlight-content .featured_mark {
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: 3;
}
.news-releases-page .news-news-releases-highlight-box img {
  height: auto;
  width: auto;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-heading {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-highlight-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
  color: #000000;
}
.news-releases-page .news-news-releases-highlight-box .news-news-releases-download {
  margin-top: 1em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper .news-news-releases-content-box .news-news-releases-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  display: block;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
  color: #000000;
}
.news-releases-page .news-statement-highlight-box {
  background-color: #fcddaf;
  margin: 1.5em 0em 1.5em 1.5em;
  padding: 1.5em 1em;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-statement-highlight-box .featured_mark {
  position: absolute;
  left: 1em;
  top: 0;
  z-index: 3;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 30px;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-heading {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-highlight-box .news-statement-highlight-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
  color: #000000;
}
.news-releases-page .news-statement-master-box {
  margin: 0px;
  padding: 0px;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box {
  width: 49%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box .news-statement-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
  color: #000000;
}
.news-releases-page .news-ifpma-highlight-box {
  background-color: #fcddaf;
  margin: 1.5em 0em 1.5em 1.5em;
  padding-left: 1.5em;
}
.news-releases-page .news-ifpma-highlight-box .col-hightlight-img {
  padding: 1.5em 1em;
}
.news-releases-page .news-ifpma-highlight-box .col-hightlight-content {
  padding: 1.5em;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-ifpma-highlight-box .col-hightlight-content .featured_mark {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-heading {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-highlight-box .news-ifpma-highlight-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box .news-ifpma-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  color: #000000;
  padding-bottom: 10px;
}
.news-releases-page #media_contacts {
  margin: 0 0.5em;
  padding: 1em 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item {
  background-color: #fcddaf;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item img.media-contacts-image {
  padding: 1em 0;
  margin: 0 1em;
  height: 130px;
  width: auto;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-contact {
  text-align: center;
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-top: 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-bio {
  padding-top: 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-job-description {
  text-transform: none;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  font-style: italic;
  padding-bottom: 1em;
}
.news-releases-page #media_contacts .news-media-contacts-wrapper .news-media-contacts-item .news-media-contacts-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-right: 10px;
}
.news-releases-page .news-media-resources-highlight-box {
  margin: 0px;
  padding: 0px;
  margin: 1.5em 0em 1.5em 1.5em;
  padding-left: 1.5em;
  background-color: #fcddaf;
}
.news-releases-page .news-media-resources-highlight-box .col-highlight-img {
  padding: 1.5em 1em;
}
.news-releases-page .news-media-resources-highlight-box .col-highlight-content {
  padding: 2em;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-media-resources-highlight-box .col-highlight-content .featured_mark {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-heading {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 1em;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
}
.news-releases-page .news-media-resources-highlight-box .news-media-resources-download {
  margin-top: 1em;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 1.5em 1em 2em 0;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2em 0 0;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .col-logo {
  padding-left: 0 !important;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .col-details {
  padding: 0 !important;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-rule {
  height: 1px #d9bf97;
  margin-top: 1em;
  margin: 0px;
  padding: 0px;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-type {
  font-weight: bold;
  color: #ffffff;
  font-size: 9.6px;
  font-size: 0.6rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-heading {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  color: #000000;
  margin-bottom: 0.2em;
}
.news-releases-page .news-media-resources-master-box .news-media-resources-content-wrapper .news-media-resources-content-box .news-media-resources-notes {
  font-weight: bold;
  font-size: 8px;
  font-size: 0.5rem;
  color: #000000;
}
.news-releases-page .news-latest-news-highlight-box {
  background-color: #fcddaf;
  margin: 2em;
  margin-right: 0;
  padding: 1em;
  position: relative;
  z-index: 2;
}
.news-releases-page .news-latest-news-highlight-box .featured_mark {
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 3;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-caption {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  padding-left: 35px;
}
.news-releases-page .news-latest-news-highlight-box img.news-latest-news-image {
  padding: 1em 0;
  margin: 0;
  height: 130px;
  width: auto;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-heading {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.2em;
  color: #000000;
  padding-bottom: 0.5em;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-body {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-highlight-box .news-latest-news-highlight-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper {
  overflow-y: scroll;
  max-height: 400px;
  margin: 2em 1em 2em 0;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box {
  width: 49%;
  display: inline-block;
  margin: 0;
  padding: 0em 2em 0 0;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-rule {
  margin: 0px;
  padding: 0px;
  height: 1px #d9bf97;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box img.news-latest-news-icon {
  padding: 1em 0;
  margin: 0;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-date {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-heading {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-body {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper .news-latest-news-content-box .news-latest-news-read-more {
  font-weight: bold;
  font-size: 11.2px;
  font-size: 0.7rem;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 10px;
  color: #000000;
}
.news-releases-page .more-news {
  margin-bottom: 3em;
}
.news-releases-page .more-news h1 {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.news-releases-page .more-news h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  color: #87888a;
}
.news-releases-page .more-news h1:before {
  background: #87888a;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.news-releases-page .more-news h1:before {
  left: 0;
}
.news-releases-page .more-news iframe.more-news-video {
  height: 200px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.news-releases-page .more-news h3.more-news-title {
  color: #1d4192;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 0 1em 0;
  margin: 0;
}
.news-releases-page .more-news .more-news-content {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
}
.news-releases-page .more-news .more-news-read-more {
  font-weight: bold;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0.2em;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 0;
  color: #000000;
}

/*--------------------------------------------------------------
## search filter
--------------------------------------------------------------*/
.col-search-filter {
  padding: 10px;
  background-color: #eeeeee;
  display: block;
}

/*--------------------------------------------------------------
## general content
--------------------------------------------------------------*/
.col-generalcontent {
  margin: 0 4.25%;
}

.topics .topic {
  margin-bottom: 5px;
}

.tags .tag {
  margin-bottom: 8px;
}

.col-addthis {
  text-align: right;
  float: right;
}

.col-addthis-subtopic {
  text-align: right;
  float: right;
  position: relative;
  top: -34px;
  z-index: 10;
  height: 0;
}

.addthis_overlay {
  position: relative;
  top: -34px;
  z-index: 10;
  height: 0;
}

.col-search-filter .col-search .search-form .search-field {
  width: 200px;
  border: 0;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.col-search-filter .col-search .search-form .searchbtnicon {
  outline: none;
  background: none;
}
.col-search-filter .col-search .search-form .searchbtnicon i {
  color: #5e5e60;
  position: relative;
  left: -30px;
  z-index: 10;
}
.col-search-filter .col-search .search-form .searchbtnicon:focus {
  outline: none;
}
.col-search-filter .col-search input[type=search], .col-search-filter .col-search input[type=text] {
  padding: 0 10px;
}
.col-search-filter .col-filterbtn {
  padding-top: 3px;
}
.col-search-filter .form-control {
  height: 30px !important;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.search_fliters_form legend {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
}
.search_fliters_form .col-searchterm, .search_fliters_form .col-searchterm-country, .search_fliters_form .col-searchterm-3, .search_fliters_form .col-searchterm-2 {
  width: 12%;
}
.search_fliters_form .col-searchterm input[type=radio], .search_fliters_form .col-searchterm-country input[type=radio], .search_fliters_form .col-searchterm-3 input[type=radio], .search_fliters_form .col-searchterm-2 input[type=radio] {
  width: 16px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.search_fliters_form .col-searchterm label, .search_fliters_form .col-searchterm-country label, .search_fliters_form .col-searchterm-3 label, .search_fliters_form .col-searchterm-2 label {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 15px;
}
.search_fliters_form .col-searchterm input[type=checkbox], .search_fliters_form .col-searchterm-country input[type=checkbox], .search_fliters_form .col-searchterm-3 input[type=checkbox], .search_fliters_form .col-searchterm-2 input[type=checkbox] {
  width: 16px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.search_fliters_form .col-searchterm-3 {
  width: 33%;
}
.search_fliters_form .col-searchterm-2 {
  width: 45%;
}
.search_fliters_form .col-searchterm-country {
  position: relative;
  top: -25px;
}
.search_fliters_form .col-searchterm-country select {
  padding: 3px auto;
  width: 150px;
  height: 28px;
  border: 1px solid #dfdfe0;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
}
.search_fliters_form .col-searchterm-dropdown select {
  padding: 3px auto;
  width: 150px;
  height: 28px;
  border: 1px solid #dfdfe0;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
}
.search_fliters_form .btn-default {
  background: #5e5e60;
  color: #ffffff;
}
.search_fliters_form .btn-default:hover, .search_fliters_form .btn-default:focus {
  background-color: #000000;
}
.search_fliters_form .btn {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 4px 12px;
}

/*--------------------------------------------------------------
## style overwrite
--------------------------------------------------------------*/
.jvectormap-zoomin {
  top: 20px !important;
}

.jvectormap-zoomout {
  top: 50px !important;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  background-color: transparent !important;
  border: solid 2px #fff;
  border-radius: 13px !important;
  line-height: 9px !important;
}

.col-pagination {
  text-align: center;
}
.col-pagination .pagination {
  border-radius: 0;
  border: 0;
}
.col-pagination .pagination li a, .col-pagination .pagination li span {
  color: #5e5e60;
  border: none;
  font-weight: bold;
  padding: 0px 10px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.col-pagination .pagination > .active a {
  background-color: transparent;
  color: #fabc5f;
  border: none;
}
.col-pagination .page-numbers {
  color: #5e5e60;
  border: none;
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 0px 10px;
}
.col-pagination span.page-numbers.current {
  color: #fabc5f;
}

/*--------------------------------------------------------------
## General Search page style
--------------------------------------------------------------*/
#general_search_result {
  padding: 10px 15px;
  padding-bottom: 50px !important;
}
#general_search_result h2.entry-title {
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  padding-top: 1em;
  line-height: 1.2em;
}
#general_search_result article {
  margin-bottom: 0.5em;
}

.searchfilter_result {
  padding: 10px 15px;
  padding-bottom: 50px !important;
}
.searchfilter_result .entry-title {
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  line-height: 1.2em;
  padding: 5px 0;
  display: block;
}

/*--------------------------------------------------------------
## Disqus comment style
--------------------------------------------------------------*/
#disqus_thread {
  padding: 25px;
}

/*--------------------------------------------------------------
## Extra editor style
--------------------------------------------------------------*/
.content-small {
  font-size: 11.2px;
  font-size: 0.7rem;
}

.content-quote {
  font-size: 24px;
  font-size: 1.5rem;
  color: #063680;
  line-height: 130%;
  font-style: italic;
  border: 0;
  padding: 0 15px 15px 15px;
  display: inline-block;
}

/*--------------------------------------------------------------
## First Time user Modal style
--------------------------------------------------------------*/
#firstTimeModal .modal-header {
  padding: 0;
  border: none;
  background: url(images/bg/modal-header-bg_01.png) center 50%;
}
#firstTimeModal h1.modal-title {
  text-align: center;
  color: #fabc5f;
  font-family: "PT Sans", sans-serif;
  font-size: 54.84px;
  font-weight: bold;
  line-height: 130%;
  padding: 5px 0;
}
#firstTimeModal h1.modal-title span.italic {
  color: white;
  font-style: italic;
  font-weight: normal;
}
#firstTimeModal .modal-body {
  background: #fabc5f;
  height: 100%;
  padding-bottom: 0px;
}
#firstTimeModal .modal-row {
  padding: 0 2em;
  height: 100%;
}
#firstTimeModal h2.section-header {
  color: white;
  font-size: 30.1px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px #fabc5f;
  margin-top: 10px;
}
#firstTimeModal p.section-text {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  color: #434343;
}
#firstTimeModal .arrow-col {
  padding-top: 6%;
}
#firstTimeModal .arrow-col img.left-arrow {
  height: 100%;
}
#firstTimeModal .modal-footer {
  background: #fabc5f;
  border: none;
}
#firstTimeModal .btn-primary {
  background-color: #20377F;
  border-color: #20377F;
  border-radius: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
#firstTimeModal .btn-primary.grey {
  background-color: #767474;
  border-color: #767474;
}
#firstTimeModal .btn-primary.grey:hover {
  background-color: #a9a7a7;
}
#firstTimeModal .center {
  text-align: center;
}
#firstTimeModal .right {
  text-align: right;
}
#firstTimeModal hr.white-rule {
  height: 1px;
  margin: 0;
}

@media all and (max-width: 991px) {
  #firstTimeModal .arrow-col {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  #firstTimeModal h1.modal-title {
    font-size: 2em !important;
  }
  #firstTimeModal .right {
    text-align: center;
    padding-bottom: 20px;
  }
  #firstTimeModal .arrow-col {
    position: relative;
  }
  #firstTimeModal .arrow-col img.left-arrow {
    width: 100%;
    max-width: 37px;
  }
}
/*--------------------------------------------------------------
## First Time user Modal  style
--------------------------------------------------------------*/
#firstTimeSlider .modal-body {
  padding: 0;
  border-radius: 0;
}
#firstTimeSlider .carousel-control {
  position: absolute;
  top: initial;
}
#firstTimeSlider .carousel-control.right {
  height: 30px;
  position: absolute;
  top: 86%;
  background: none;
}
#firstTimeSlider button {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 10;
}
#firstTimeSlider .carousel-indicators li {
  background: #20377F;
  border: none;
}
#firstTimeSlider .carousel-indicators .active {
  background: #fabc5f;
}
#firstTimeSlider .btn-primary {
  background-color: #20377F;
  border-color: #20377F;
  border-radius: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
#firstTimeSlider .firstTimeCloseSmall {
  cursor: pointer;
}

@media (min-width: 992px) {
  #firstTimeSlider .modal-dialog {
    width: 900px;
  }
  #firstTimeSlider .mobile-caption {
    display: none;
  }
}
#cookieconsent_container {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: block;
  padding: 8px 20px;
}
#cookieconsent_container a {
  color: #fabc5f;
}
#cookieconsent_container #decline_cookies {
  color: white;
  margin-right: 30px;
}
#cookieconsent_container #allow_cookies {
  color: black;
}

#open_consent_container {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  height: 35px;
  z-index: 9999;
  text-align: center;
  display: block;
  cursor: pointer;
}

.complaint-introduction {
  margin-bottom: 2em;
}
.complaint-introduction p {
  margin: 0;
  font-style: italic;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.complaint-introduction a {
  font-weight: bold;
}

.social {
  text-align: right;
}

fieldset {
  border: none;
}

label.complaints {
  background: #ebebeb;
  display: block;
  padding-left: 0.5em;
}
label.complaints input[type=checkbox] {
  position: relative;
  margin-left: 0em;
  background: #ffffff;
}

.dark-letter {
  color: #000000;
}

.complaint-bold-wrapper {
  margin-top: 0;
  margin-bottom: 2em;
}
.complaint-bold-wrapper p {
  padding: 0 1em;
  margin: 0 0 1em 0;
  text-align: center;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.complaint-bold-wrapper.bottom p {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

.country {
  margin-bottom: 0;
}

.submit {
  text-align: center;
}

.complaint-submit {
  background: #91b3bf;
  border: none;
  border-radius: none;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
}
.complaint-submit:hover {
  background: #719dac;
}

.submit-mandatory {
  text-align: left;
  padding-left: 2em;
  margin-bottom: 3em;
}

label.reference {
  font-weight: bold;
  background: #ffffff;
}

label.complaints.please {
  background: #ffffff;
}

input[type=file] {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  background: #ebebeb;
  padding-left: 0.5em;
}

.form-control:focus {
  border-color: #ebebeb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.thank-you {
  text-align: center;
  margin-bottom: 2em;
}
.thank-you :focus {
  background: #91b3bf;
}
.thank-you a {
  color: #ffffff;
}

#subtopics {
  /*discovering Medicines and Vaccines */
  /*building trust */
  /*strengthening regulatory systems */
  /*boosting innovation and access */
  /*boosting innovation and access */
}
#subtopics.parent_258 .header-wrapper {
  background-image: url(images/patterns/delivering.jpg);
}
#subtopics.parent_258 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_258 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_258 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_258 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_258 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_258 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_258 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_258 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_258 .highlight-box, #subtopics.parent_258 .highlight-box-2 {
  background: #cdc3cd;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_258 .highlight-box p, #subtopics.parent_258 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_258 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_258 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_258 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_258 .icons .svgicon rect, #subtopics.parent_258 .icons .svgicon path, #subtopics.parent_258 .icons .svgicon circle, #subtopics.parent_258 .icons .svgicon polygon, #subtopics.parent_258 .icons .svgicon ellipse {
  fill: #cdc3cd !important;
}
#subtopics.parent_258 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_258 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_258 .figure {
  color: #c6b0cc;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_258 .figurelnk {
  color: #c6b0cc;
}
#subtopics.parent_258 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_258 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_258 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_258 .topics {
  margin-top: 1em;
}
#subtopics.parent_258 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_258 .topic a {
  color: #ffffff;
}
#subtopics.parent_258 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_258 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_258 .tag a {
  color: #ffffff;
}
#subtopics.parent_258 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_258 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_258 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_258 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_258 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_258 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_258 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_264 .header-wrapper {
  background-image: url(images/patterns/building.jpg);
}
#subtopics.parent_264 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_264 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_264 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_264 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_264 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_264 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_264 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_264 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_264 .highlight-box, #subtopics.parent_264 .highlight-box-2 {
  background: #a4b8c2;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_264 .highlight-box p, #subtopics.parent_264 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_264 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_264 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_264 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_264 .icons .svgicon rect, #subtopics.parent_264 .icons .svgicon path, #subtopics.parent_264 .icons .svgicon circle, #subtopics.parent_264 .icons .svgicon polygon, #subtopics.parent_264 .icons .svgicon ellipse {
  fill: #a4b8c2 !important;
}
#subtopics.parent_264 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_264 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_264 .figure {
  color: #91b3c1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_264 .figurelnk {
  color: #91b3c1;
}
#subtopics.parent_264 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_264 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_264 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_264 .topics {
  margin-top: 1em;
}
#subtopics.parent_264 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_264 .topic a {
  color: #ffffff;
}
#subtopics.parent_264 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_264 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_264 .tag a {
  color: #ffffff;
}
#subtopics.parent_264 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_264 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_264 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_264 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_264 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_264 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_264 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_265 .header-wrapper {
  background-image: url(images/patterns/strengthening.jpg);
}
#subtopics.parent_265 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_265 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_265 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_265 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_265 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_265 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_265 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_265 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_265 .highlight-box, #subtopics.parent_265 .highlight-box-2 {
  background: #9bc0b7;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_265 .highlight-box p, #subtopics.parent_265 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_265 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_265 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_265 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_265 .icons .svgicon rect, #subtopics.parent_265 .icons .svgicon path, #subtopics.parent_265 .icons .svgicon circle, #subtopics.parent_265 .icons .svgicon polygon, #subtopics.parent_265 .icons .svgicon ellipse {
  fill: #9bc0b7 !important;
}
#subtopics.parent_265 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_265 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_265 .figure {
  color: #88bfb1;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_265 .figurelnk {
  color: #88bfb1;
}
#subtopics.parent_265 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_265 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_265 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_265 .topics {
  margin-top: 1em;
}
#subtopics.parent_265 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_265 .topic a {
  color: #ffffff;
}
#subtopics.parent_265 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_265 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_265 .tag a {
  color: #ffffff;
}
#subtopics.parent_265 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_265 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_265 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_265 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_265 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_265 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_265 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_266 .header-wrapper {
  background-image: url(images/patterns/boosting.jpg);
}
#subtopics.parent_266 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_266 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_266 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_266 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_266 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_266 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_266 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_266 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_266 .highlight-box, #subtopics.parent_266 .highlight-box-2 {
  background: #f8c9a5;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_266 .highlight-box p, #subtopics.parent_266 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_266 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_266 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_266 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_266 .icons .svgicon rect, #subtopics.parent_266 .icons .svgicon path, #subtopics.parent_266 .icons .svgicon circle, #subtopics.parent_266 .icons .svgicon polygon, #subtopics.parent_266 .icons .svgicon ellipse {
  fill: #f8c9a5 !important;
}
#subtopics.parent_266 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_266 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_266 .figure {
  color: #f7b88d;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_266 .figurelnk {
  color: #f7b88d;
}
#subtopics.parent_266 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_266 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_266 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_266 .topics {
  margin-top: 1em;
}
#subtopics.parent_266 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_266 .topic a {
  color: #ffffff;
}
#subtopics.parent_266 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_266 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_266 .tag a {
  color: #ffffff;
}
#subtopics.parent_266 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_266 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_266 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_266 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_266 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_266 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_266 .related_summary {
  line-height: 1.2;
  text-align: left;
}
#subtopics.parent_268 .header-wrapper {
  background-image: url(images/patterns/tackling.jpg);
}
#subtopics.parent_268 .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#subtopics.parent_268 .row-topPhoto {
  margin: 0;
}
#subtopics.parent_268 .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#subtopics.parent_268 h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#subtopics.parent_268 h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#subtopics.parent_268 h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#subtopics.parent_268 h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#subtopics.parent_268 p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#subtopics.parent_268 .highlight-box, #subtopics.parent_268 .highlight-box-2 {
  background: #d8998d;
  padding: 2em 0 1em 0;
  margin: 0;
}
#subtopics.parent_268 .highlight-box p, #subtopics.parent_268 .highlight-box-2 p {
  font-weight: bold;
}
#subtopics.parent_268 .main-content {
  margin-bottom: 1em;
}
#subtopics.parent_268 .icons {
  padding: 3em 0 2em 0;
}
#subtopics.parent_268 .icons .svgicon {
  height: 50px;
}
#subtopics.parent_268 .icons .svgicon rect, #subtopics.parent_268 .icons .svgicon path, #subtopics.parent_268 .icons .svgicon circle, #subtopics.parent_268 .icons .svgicon polygon, #subtopics.parent_268 .icons .svgicon ellipse {
  fill: #d8998d !important;
}
#subtopics.parent_268 .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#subtopics.parent_268 .figure-row {
  margin-bottom: 4em;
}
#subtopics.parent_268 .figure {
  color: #d67b6e;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#subtopics.parent_268 .figurelnk {
  color: #d67b6e;
}
#subtopics.parent_268 .figure-description {
  font-style: italic;
  text-align: center;
}
#subtopics.parent_268 .subsection-header p {
  margin-bottom: 0;
}
#subtopics.parent_268 .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#subtopics.parent_268 .topics {
  margin-top: 1em;
}
#subtopics.parent_268 .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_268 .topic a {
  color: #ffffff;
}
#subtopics.parent_268 .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#subtopics.parent_268 .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#subtopics.parent_268 .tag a {
  color: #ffffff;
}
#subtopics.parent_268 .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#subtopics.parent_268 .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#subtopics.parent_268 .related-icon {
  height: 2em;
  text-align: left;
}
#subtopics.parent_268 .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#subtopics.parent_268 .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#subtopics.parent_268 hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#subtopics.parent_268 .related_summary {
  line-height: 1.2;
  text-align: left;
}

/*end of subtopics*/
.arn .hexagon {
  position: relative;
  width: 150px;
  height: 86.6px;
  background-color: #5db4a0;
  margin: 100px 10px;
  display: inline-block;
}
.arn .hexagon:before,
.arn .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
}
.arn .hexagon:before {
  bottom: 100%;
  border-bottom: 43.3px solid #5db4a0;
}
.arn .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 43.3px solid #5db4a0;
}
.arn .hexagon-label-wrapper {
  position: absolute;
  color: white;
  left: 50%;
}
.arn .hexagon-label {
  position: relative;
  color: white;
  left: -50%;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}
.arn h1.africa-header {
  font-size: 30px;
  font-weight: bold;
  color: #5e5e60;
  text-align: center;
}
.arn h3.africa-subheader {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn p.africa-green {
  color: #81a099 !important;
  font-size: 15px !important;
}
.arn p.africa-grey {
  color: #5e5e60 !important;
  font-size: 15px !important;
}
.arn .africa-featured-image {
  width: 1230px;
}
.arn p.who-we-are-intro {
  color: #5e5e60;
  font-size: 18px;
  font-style: italic;
}
.arn .who-we-are-icon-column {
  background: #9bc0b7;
  min-height: 300px;
  text-align: center;
}
.arn .who-we-are-icon {
  min-height: 50px;
}
.arn .who-we-are-icon-row .row {
  max-width: 1200px;
  margin: 0 auto;
}
.arn .who-we-are-icon-header {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.arn .who-we-are-icon-content {
  font-size: 15px;
  font-weight: bold;
  color: #5e5e60;
  text-transform: uppercase;
}
.arn .who-we-are-icon-banner-header {
  padding-top: 2em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #9bc0b7;
  color: #5e5e60;
  text-transform: uppercase;
}
.arn .who-we-are-icon-banner-header span {
  padding: 0 20px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.arn .who-we-are-icon-banner-header span::before, .arn .who-we-are-icon-banner-header span::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 2px solid #87888a;
  top: 15px;
  width: 20vw;
}
.arn .who-we-are-icon-banner-header span::before {
  right: 100%;
  margin-right: 15px;
}
.arn .who-we-are-icon-banner-header span::after {
  left: 100%;
  margin-left: 15px;
}
.arn .who-we-are-icon-banner-header span.twhd {
  color: #87888a;
}
.arn .who-we-are-icon-banner-header.reserve span {
  color: #ffffff;
}
.arn .who-we-are-icon-banner-header.reserve span::before, .arn .who-we-are-icon-banner-header.reserve span::after {
  border-top: 1px solid #ffffff;
}
.arn .who-we-are-content {
  margin-top: 2em;
  color: #5e5e60;
  font-size: 18px;
}
.arn #what-we-do p {
  color: #5e5e60;
  font-size: 15px;
}
.arn #what-we-do li {
  color: #5e5e60;
  font-size: 15px;
}
.arn #what-we-do strong {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn #what-we-do em {
  color: #81a099;
  font-size: 15px;
  font-style: normal;
}
.arn #why-we-do-it p {
  color: #5e5e60;
  font-size: 15px;
}
.arn #why-we-do-it li {
  color: #5e5e60;
  font-size: 15px;
}
.arn #why-we-do-it strong {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn #why-we-do-it em {
  color: #81a099;
  font-size: 15px;
  font-style: normal;
}
.arn #how-we-do-it p {
  color: #5e5e60;
  font-size: 15px;
}
.arn #how-we-do-it li {
  color: #5e5e60;
  font-size: 15px;
}
.arn #how-we-do-it strong {
  font-size: 20px;
  font-weight: bold;
  color: #5e5e60;
}
.arn #how-we-do-it em {
  color: #81a099;
  font-size: 15px;
  font-style: normal;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs {
  border: none;
  margin: 0;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li {
  width: 16.6666666667%;
  background: white !important;
  outline: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li a {
  position: relative;
  text-align: center;
  border: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li a .how-we-do-it-nav-tab-header {
  color: #919193;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li:hover a {
  background: white !important;
  border: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li.active a {
  background: white !important;
  outline: none;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs li.active a p.how-we-do-it-nav-tab-header {
  font-size: 19px;
  color: #5e5e60;
}
.arn #how-we-do-it .how-we-do-it-nav-tabs .how-we-do-it-nav-icon {
  height: 100px;
  width: 100px;
}
.arn .how-we-do-it-nav-tabs .tabpanel ul {
  margin-top: 1em;
}
.arn p.how-we-do-it-nav-tab-header {
  font-size: 20px;
  color: #5e5e60;
  font-weight: bold;
  background: white;
  text-transform: uppercase;
}
.arn .nav-tabs-main li a {
  padding: 0;
  background: #5db4a0 !important;
  outline: none;
}
.arn .nav-tabs-main li.active a {
  background: #3c796b !important;
  padding: 0;
}
.arn .nav-tabs-main li.active .hexagon:before,
.arn .nav-tabs-main li.active .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
}
.arn .nav-tabs-main li.active .hexagon:before {
  bottom: 100%;
  border-bottom: 43.3px solid #3c796b;
}
.arn .nav-tabs-main li.active .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 43.3px solid #3c796b;
}
.arn .top-right-nav-icon {
  position: absolute;
  top: 0;
  left: 4em;
}
.arn .top-right-nav-icon .hexagon {
  margin: 60px 10px;
}
.arn .top-right-nav-icon .hexagon .hexagon-label {
  color: white !important;
  font-size: 21px !important;
  z-index: 1000;
}
.arn .africa-header-padded {
  padding: 2.9em 0;
}
.arn .africa-header-padded.french {
  padding: 2.1em 0;
}
.arn .africa-related-resources {
  margin-top: 0em;
  padding-top: 1em;
}

@media only screen and (max-width: 1023px) {
  .arn .top-right-nav-icon {
    display: flex;
    position: static;
    justify-content: center;
  }
  .arn .africa-header-padded, .arn .africa-header-padded.french {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .arn .who-we-are-icon-column {
    margin-top: -2em;
  }
  .arn .top-right-nav-icon {
    display: none;
  }
  .arn .nav-tabs-main-row {
    padding-top: 2em;
  }
  .arn .nav-tabs-main {
    margin-top: 3em;
    padding-bottom: 2em;
  }
  .arn .nav-tabs-main-item {
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin-bottom: 2em;
  }
  .arn .how-we-do-it p {
    font-size: 13px;
  }
  .arn #how-we-do-it .how-we-do-it-nav-tabs li {
    width: 33%;
    min-height: 180px;
  }
  .arn.active a p .how-we-do-it-nav-tab-header {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .arn .social {
    display: none;
  }
  .arn .nav-tabs-main {
    margin-left: 0em;
  }
  .arn .nav-tabs-main-item {
    height: 54px;
  }
  .arn .hexagon.bottom-nav-hexagon {
    width: 100% !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .arn .hexagon.bottom-nav-hexagon br {
    display: none;
  }
  .arn .hexagon.bottom-nav-hexagon .hexagon-label-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
  }
  .arn .hexagon.bottom-nav-hexagon .hexagon-label-wrapper .hexagon-label {
    text-align: center;
    position: static;
  }
  .arn .hexagon.bottom-nav-hexagon:before,
.arn .hexagon.bottom-nav-hexagon:after {
    display: none;
    content: "";
    position: absolute;
    width: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
  }
  .arn .hexagon.bottom-nav-hexagon:before {
    bottom: 100%;
    border-bottom: 43.3px solid #3c796b;
  }
  .arn .hexagon.bottom-nav-hexagon:after {
    top: 100%;
    width: 0;
    border-top: 43.3px solid #3c796b;
  }
  .arn ul, .arn ol {
    padding: 0;
    margin-left: 1em;
  }
  .arn #resources {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 641px) {
  .arn #how-we-do-it .how-we-do-it-nav-tabs li {
    width: 50%;
    min-height: 180px;
  }
  .arn.active a p .how-we-do-it-nav-tab-header {
    font-size: 13px;
  }
}
@media only screen and (max-width: 499px) {
  .arn #how-we-do-it .how-we-do-it-nav-tabs li {
    width: 50%;
    min-height: 180px;
  }
  .arn .hexagon.bottom-nav-hexagon {
    width: 100% !important;
  }
  .arn #how-we-do-it .how-we-do-it-nav-tabs li.active a p.how-we-do-it-nav-tab-header {
    font-size: 15px;
  }
}
#resources .entry-content iframe {
  display: block;
  margin: 0 auto;
}
#resources .col-sm-11 {
  margin: 0 4.25%;
}
#resources .col-topPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#resources .col-addthis-resources {
  text-align: right;
  float: right;
}
#resources .addthis_overlay {
  position: relative;
  top: -34px;
  z-index: 10;
  height: 0;
}
#resources .row-featured-downloads img.cover {
  height: 230px !important;
  width: auto;
  max-width: 100%;
}
#resources .row-news-releases-contact {
  margin-bottom: 30px;
  background-color: #eeeeee;
}
#resources .row-news-releases-contact h3 {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: bold;
}
#resources .row-news-releases-contact p {
  font-size: 13.6px;
  font-size: 0.85rem;
}
#resources h1.entry-title {
  color: #5e5e60;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-align: center;
}
#resources .social {
  display: inline-block;
}
#resources .related-header {
  color: #1d4192;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1.5em;
}
#resources .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#resources .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#resources .related-icon {
  height: 2em;
  text-align: left;
}
#resources .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#resources .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#resources hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#resources .related_summary {
  line-height: 1.2;
  text-align: left;
}
#resources .links :last-child {
  margin-bottom: 0;
}
#resources .related-link {
  margin-top: 2em;
  text-decoration: underline;
  font-style: italic;
  color: #063680;
}
#resources .topics {
  margin-top: 0;
}
#resources .topic {
  display: inline-block;
  background: #a9afb4;
  font-weight: bold;
  padding: 0 0.5em;
  margin-right: 1em;
}
#resources .topic a {
  color: #ffffff;
  text-transform: uppercase;
}
#resources .tags ul {
  margin: 0 0 5em 0;
  padding: 0;
}
#resources .tags ul li {
  padding: 0 0.5em;
}
#resources .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
}
#resources .tag a {
  color: #ffffff;
  text-transform: uppercase;
}
#resources hr.grey {
  margin: 2em 0;
  background: #dfdfe0;
  height: 2px;
}
#resources .resources-wrapper {
  height: 18em;
  margin-bottom: 10em;
}
#resources .resources-background-wrapper {
  background: #f1f1f1;
  padding: 0.25em;
}
#resources .resources-icon {
  margin: 0;
  display: inline-block;
  height: 2em;
}
#resources .resources-category {
  color: #002f5b;
  font-weight: bold;
  font-size: 13.36px;
  font-size: 0.835rem;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
#resources .resources-image-wrapper {
  transition: all 0.6s ease;
  display: inline-block;
  width: 100%;
  height: 282px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.03);
}
#resources .resources-image-wrapper:hover {
  background: #ffffff;
}
#resources .resources-image {
  max-width: 100%;
  margin: 0 auto;
  max-height: 282px;
  z-index: 1;
}
#resources .resources-title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #063680;
  font-weight: bold;
}
#resources .resources-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#resources .page-title {
  color: #fbbc5f;
  font-weight: bold;
  padding-left: 0.5em;
}
#resources .resources-children {
  margin-top: 3em;
}
#resources .resources-children-wrapper {
  height: auto;
  margin-bottom: 3em;
}
#resources .resources-children-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  padding-top: 1em;
  line-height: 1.2em;
}
#resources .resources-children-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#resources .resources-children-image-wrapper {
  display: inline-block;
  width: 100%;
  height: 165px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#resources .resources-children-image {
  max-width: 100%;
  max-height: 165px;
}

#partners {
  /* partner details page */
}
#partners #partners-carousel {
  margin-bottom: 7em;
}
#partners .partners-item {
  margin-bottom: 4em;
}
#partners .partners-item .col-img-box {
  padding: 0;
  max-height: 282px;
  overflow: hidden;
  text-align: center;
}
#partners .partners-item .col-img-box img {
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  min-height: 300px;
  height: auto;
  object-fit: none;
}
#partners .partners-item-header {
  color: #1d4192;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 1em 0;
}
#partners .partners-item-body {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5e5e60;
  margin: 0;
}
#partners .partners-item-read-more {
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
}
#partners .col-topPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#partners .figurelnk {
  color: #5e5e60;
}
#partners .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#partners .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#partners .related-icon {
  height: 2em;
  text-align: left;
}
#partners .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
#partners .row-topPhoto {
  margin: 0;
}
#partners .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
#partners h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
#partners h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#partners h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
#partners h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
#partners p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
#partners .highlight-box, #partners #subtopics.parent_258 .highlight-box-2, #subtopics.parent_258 #partners .highlight-box-2, #partners #subtopics.parent_264 .highlight-box-2, #subtopics.parent_264 #partners .highlight-box-2, #partners #subtopics.parent_265 .highlight-box-2, #subtopics.parent_265 #partners .highlight-box-2, #partners #subtopics.parent_266 .highlight-box-2, #subtopics.parent_266 #partners .highlight-box-2, #partners #subtopics.parent_268 .highlight-box-2, #subtopics.parent_268 #partners .highlight-box-2, #partners .highlight-box-2 {
  background: #a9afb4;
  padding: 2em 0 1em 0;
  margin: 0;
}
#partners .highlight-box p, #partners #subtopics.parent_258 .highlight-box-2 p, #subtopics.parent_258 #partners .highlight-box-2 p, #partners #subtopics.parent_264 .highlight-box-2 p, #subtopics.parent_264 #partners .highlight-box-2 p, #partners #subtopics.parent_265 .highlight-box-2 p, #subtopics.parent_265 #partners .highlight-box-2 p, #partners #subtopics.parent_266 .highlight-box-2 p, #subtopics.parent_266 #partners .highlight-box-2 p, #partners #subtopics.parent_268 .highlight-box-2 p, #subtopics.parent_268 #partners .highlight-box-2 p, #partners .highlight-box-2 p {
  font-weight: bold;
}
#partners .main-content {
  margin-bottom: 1em;
}
#partners .icons {
  padding: 3em 0 2em 0;
}
#partners .icons .svgicon {
  height: 50px;
}
#partners .icons .svgicon rect, #partners .icons .svgicon path, #partners .icons .svgicon circle, #partners .icons .svgicon polygon, #partners .icons .svgicon ellipse {
  fill: #a9afb4 !important;
}
#partners .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
#partners .figure-row {
  margin-bottom: 4em;
}
#partners .figure {
  color: #5e5e60;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
#partners .figurelnk {
  color: #5e5e60;
}
#partners .figure-description {
  font-style: italic;
  text-align: center;
}
#partners .subsection-header p {
  margin-bottom: 0;
}
#partners .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
#partners .topics {
  margin-top: 1em;
}
#partners .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#partners .topic a {
  color: #ffffff;
}
#partners .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
#partners .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
#partners .tag a {
  color: #ffffff;
}
#partners .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
#partners .related-image {
  max-height: 167px;
  margin: 0 auto;
}
#partners .related-icon {
  height: 2em;
  text-align: left;
}
#partners .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
#partners .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
#partners hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#partners .related_summary {
  line-height: 1.2;
  text-align: left;
}

#events .event-wrapper {
  margin-top: 0;
  margin-bottom: 3em;
}
#events .event-image-wrapper {
  min-height: 190px;
}
#events .event-image {
  width: 100%;
  height: 100%;
  margin-bottom: 2em;
  transition: all 0.6s ease;
  background: rgba(0, 0, 0, 0.03);
}
#events .event-image:hover {
  background: #ffffff;
}
#events .event-date {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.2em;
}
#events .event-title {
  color: #1d4192;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0;
}
#events .event-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}

#event-details-page .entry-content {
  margin-top: 0;
}
#event-details-page .col-event-highlight-summary {
  padding-right: 0;
}
#event-details-page .event-summary-wrapper {
  background: #e2e2e2;
  padding: 0 15px 20px 15px;
}
#event-details-page .event-summary-date, #event-details-page .event-summary-to, #event-details-page .event-summary-end-date {
  font-size: 13.36px;
  font-size: 0.835rem;
  font-weight: bold;
  margin: 1em 0 0 0;
  position: absolute;
  display: inline-block;
}
#event-details-page .event-summary-to {
  margin: 1em 0 0 7.8em;
}
#event-details-page .event-summary-end-date {
  margin: 1em 0 0 10em;
}
#event-details-page .event-summary-time {
  font-size: 13.36px;
  font-size: 0.835rem;
  margin: 2.5em 0 0 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
}
#event-details-page .event-summary-timezone {
  font-size: 13.36px;
  font-size: 0.835rem;
  margin: 2.5em 0 0 6.5em;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
}
#event-details-page .event-summary-image {
  margin-top: 1em;
}
#event-details-page .event-summary-header {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  outline: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
#event-details-page .event-summary-location {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000000;
  margin-bottom: 0.5em;
}
#event-details-page .event-summary-details {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
}
#event-details-page ul.nav-tabs {
  border-bottom: none;
  margin: 0 3em 1em 1em;
  padding-bottom: 0;
  width: 100%;
  display: inline-block;
}
#event-details-page ul.nav-tabs li {
  display: inline-block;
  text-align: left;
  padding-right: 3em;
}
#event-details-page ul.nav-tabs li > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  padding: 0 0 0.5em 0;
  text-align: left;
  background: #ffffff;
  outline: none;
  border: none;
  white-space: nowrap;
}
#event-details-page ul.nav-tabs li.active > a {
  border: none;
  border-bottom: 4px solid #000000;
  outline: 0;
  padding-bottom: 0.5em;
  display: inline-block;
}
#event-details-page .program {
  font-size: 16px;
  font-size: 1rem;
}
#event-details-page .event-item-time {
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 1.6em 0 2em 1em;
  color: #5e5e60;
  font-weight: bold;
}
#event-details-page .event-item-description {
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 1.5em;
  margin: 0;
  color: #000000;
}
#event-details-page hr.grey {
  border-width: 1px;
  color: #000000;
  background: #dcdcdc;
  display: block;
  margin: 0 0 0 1em;
}
#event-details-page .events-details-col {
  padding: 1em;
}
#event-details-page .events-bio-wrapper {
  margin: 0 0 1em 1em;
}
#event-details-page .events-bio-image {
  padding-top: 1.5em;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
#event-details-page .events-bio-name {
  color: #f9bb5f;
  font-weight: bold;
  margin: 0;
}
#event-details-page .events-bio-position {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0;
  color: #000000;
}
#event-details-page .events-bio-content {
  margin: 0;
  color: #000000;
}
#event-details-page #location {
  padding-left: 1em;
}
#event-details-page .events-waw-date {
  font-weight: bold;
  margin: 0;
  color: #000000;
}
#event-details-page .events-waw-time {
  margin: 0;
  color: #000000;
}
#event-details-page .events-waw-location {
  font-weight: bold;
  margin: 0;
  color: #000000;
}
#event-details-page .acf-map {
  height: 52vh;
}
#event-details-page .resource-item {
  padding: 0 0 2em 1em;
}
#event-details-page img.related-image {
  padding: 0;
}
#event-details-page .resource-related-icon {
  margin: 0;
  display: inline-block;
  height: 2em;
}
#event-details-page .resource-related-category {
  color: #fabc5f;
  font-weight: bold;
  font-size: 13.36px;
  font-size: 0.835rem;
  padding: 0;
  display: inline-block;
  vertical-align: center;
  margin-bottom: 0.5em;
}
#event-details-page .resource-title {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#event-details-page .resource-title:hover {
  color: #5e5e60;
  text-decoration: none;
}
#event-details-page .resource-summary {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
#event-details-page .resource-read-more {
  font-style: italic;
  color: #000000;
  text-decoration: underline;
}
#event-details-page hr {
  margin: 0.25em;
}
#event-details-page .col-eventphoto {
  margin-bottom: 1.5em;
  max-height: 130px;
  overflow-y: hidden;
}
#event-details-page .col-eventphoto .popup-gallery img {
  height: 130px;
  object-fit: cover;
  width: 100%;
}
#event-details-page .col-eventphoto:nth-child(4n)::after {
  content: " ";
  clear: both !important;
  height: 30px !important;
  display: block !important;
}
#event-details-page .picture-wrap {
  position: relative;
}
#event-details-page .picture-wrap img {
  position: relative;
  z-index: 1;
}
#event-details-page .picture-wrap i {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  opacity: 0.8;
}
#event-details-page .picture-wrap:hover i {
  color: #063680;
}

#printhighlight:hover, #printhighlight:focus {
  cursor: pointer;
}

#highlights .tabbable ul#subtabs.nav-tabs li {
  padding-right: 0px;
  margin-right: 10px;
  width: auto;
  text-align: center;
}
#highlights .tabbable ul#subtabs.nav-tabs li a {
  background-color: #87888a;
  color: #ffffff;
  font-size: 12.8px;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
}
#highlights .tabbable ul#subtabs.nav-tabs li a:hover, #highlights .tabbable ul#subtabs.nav-tabs li a:focus {
  background: #063680;
}
#highlights .tabbable ul#subtabs.nav-tabs li .active a {
  background: #063680;
  border-bottom: 0px solid #5e5e60 !important;
}
#highlights .tabbable .tab-content .row {
  margin: 0;
  padding-left: 15px;
}
#highlights .tabbable .tab-content .row-event-top {
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-top .col-heading {
  padding-left: 30px;
}
#highlights .tabbable .tab-content .row-event-top h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
  font-weight: bold;
}
#highlights .tabbable .tab-content .row-event-top h3 {
  margin: 0px;
  padding: 0px;
  padding: 10px 0;
  font-style: italic;
  font-weight: bold;
}
#highlights .tabbable .tab-content .row-event-top .event_highlights_date, #highlights .tabbable .tab-content .row-event-top .event_highlights_tz {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
}
#highlights .tabbable .tab-content .row-event-top .event_highlights_place {
  font-size: 11.2px;
  font-size: 0.7rem;
}
#highlights .tabbable .tab-content .row-event-top .eventlogo {
  padding-right: 20px;
}
#highlights .tabbable .tab-content .row-event-top .event_highlights_intro {
  padding: 20px 3% 0 3%;
  font-style: italic;
}
#highlights .tabbable .tab-content .row-event-main {
  padding: 0 3%;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content {
  color: #063680;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 8px 0;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content h3 {
  margin: 0px;
  padding: 0px;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: 8px 0;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content h4 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 0;
}
#highlights .tabbable .tab-content .row-event-main .event_hightlight_content p {
  font-size: 13.6px;
  font-size: 0.85rem;
  padding-bottom: 1em;
}
#highlights .tabbable .tab-content .row-event-main img {
  padding: 15px 0;
}
#highlights .tabbable .tab-content .row-event-qa, #highlights .tabbable .tab-content .row-event-highlight-content {
  padding: 0 3%;
  margin-top: 20px;
  background-color: #fabc5f;
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa {
  padding: 0 0 15px 0;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa .qawrap, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa .qawrap {
  display: inline-block;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa .qawrap .question, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa .qawrap .question {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 18px !important;
  padding: 0;
}
#highlights .tabbable .tab-content .row-event-qa .col-qa .qawrap .answer p, #highlights .tabbable .tab-content .row-event-highlight-content .col-qa .qawrap .answer p {
  line-height: 130%;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#highlights .tabbable .tab-content .col-highlight-content {
  padding: 0 0 15px 0;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}
#highlights .tabbable .tab-content .row-event-speakers {
  padding: 20px 3%;
}
#highlights .tabbable .tab-content .row-event-speakers h3 {
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-speakers .col-eh-speaker {
  text-align: center;
}
#highlights .tabbable .tab-content .row-event-speakers .col-eh-speaker .eh-speaker-name, #highlights .tabbable .tab-content .row-event-speakers .col-eh-speaker .eh-speaker-position {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #063680;
}
#highlights .tabbable .tab-content .row-event-bottom {
  margin-top: 20px;
  padding: 20px 3%;
  background-color: #eeeeee;
}

#events-past-present .page-title {
  color: #fbbc5f;
  font-weight: bold;
  padding-left: 0.5em;
}
#events-past-present .events-past-present-wrapper {
  min-height: 240px;
  height: auto;
  margin-bottom: 3em;
}
#events-past-present .events-past-present-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: bold;
  margin: 0;
  padding-top: 1em;
  height: 65px;
  display: block;
}
#events-past-present .events-past-present-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#events-past-present .events-past-present-image-wrapper {
  display: inline-block;
  width: 100%;
  height: 165px;
  overflow: hidden;
}
#events-past-present .events-past-present-date {
  font-size: 70% !important;
}
#events-past-present .events-past-present-image {
  width: 100%;
}

.col-event-highlight-details .backToTop {
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background-color: #063680;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 25px;
  line-height: 25px;
  font-weight: bold;
}
.col-event-highlight-details .backToTop:hover {
  background-color: #5e5e60;
}

#highlights .tabbable ul#subtabs.nav-tabs li.active a,
#event-details-page ul#subtabs li.active > a {
  border-bottom: 0px !important;
  cursor: pointer;
  background-color: #063680;
}

.presentation-item .col-md-12 {
  margin-left: 30px;
  padding-left: 0;
  border-bottom: solid 1px #dcdcdc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.presentation-item .col-md-12 a {
  font-weight: bold;
}

/*Style for Our People */
#our-experts .people-modal.modal, #our-contributors .people-modal.modal, #our-leadership .people-modal.modal {
  opacity: 1;
  background-color: transparent;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  width: 1230px !important;
  min-height: 400px;
}
#our-experts .people-modal.modal .modal-dialog, #our-contributors .people-modal.modal .modal-dialog, #our-leadership .people-modal.modal .modal-dialog {
  height: 450px !important;
}
#our-experts .people-modal.modal .modal-backdrop.in, #our-contributors .people-modal.modal .modal-backdrop.in, #our-leadership .people-modal.modal .modal-backdrop.in {
  opacity: 1;
  background-color: transparent;
}
#our-experts .people-modal.modal #carousel-our-people, #our-contributors .people-modal.modal #carousel-our-people, #our-leadership .people-modal.modal #carousel-our-people {
  background: transparent;
  padding-right: 0 !important;
}
#our-experts .people-modal.modal #carousel-our-people ::-webkit-scrollbar, #our-contributors .people-modal.modal #carousel-our-people ::-webkit-scrollbar, #our-leadership .people-modal.modal #carousel-our-people ::-webkit-scrollbar {
  width: 10px;
}
#our-experts .people-modal.modal #carousel-our-people ::-webkit-scrollbar-track, #our-contributors .people-modal.modal #carousel-our-people ::-webkit-scrollbar-track, #our-leadership .people-modal.modal #carousel-our-people ::-webkit-scrollbar-track {
  background-color: #7996a5;
  border-radius: 10px;
}
#our-experts .people-modal.modal #carousel-our-people ::-webkit-scrollbar-thumb, #our-contributors .people-modal.modal #carousel-our-people ::-webkit-scrollbar-thumb, #our-leadership .people-modal.modal #carousel-our-people ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6a8a9a;
}
#our-experts .people-modal.modal #carousel-our-people p, #our-contributors .people-modal.modal #carousel-our-people p, #our-leadership .people-modal.modal #carousel-our-people p {
  font-size: 14.4px;
  font-size: 0.9rem;
}
#our-experts .people-modal.modal #carousel-our-people.carousel, #our-contributors .people-modal.modal #carousel-our-people.carousel, #our-leadership .people-modal.modal #carousel-our-people.carousel {
  margin: 0px;
  padding: 0px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-inner, #our-contributors .people-modal.modal #carousel-our-people .carousel-inner, #our-leadership .people-modal.modal #carousel-our-people .carousel-inner {
  background: #88a2af;
  min-height: 28em;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-inner .item, #our-contributors .people-modal.modal #carousel-our-people .carousel-inner .item, #our-leadership .people-modal.modal #carousel-our-people .carousel-inner .item {
  padding: 2.5em 0;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-indicators, #our-contributors .people-modal.modal #carousel-our-people .carousel-indicators, #our-leadership .people-modal.modal #carousel-our-people .carousel-indicators {
  display: none;
}
#our-experts .people-modal.modal #carousel-our-people .modal-pic, #our-contributors .people-modal.modal #carousel-our-people .modal-pic, #our-leadership .people-modal.modal #carousel-our-people .modal-pic {
  width: 200px;
}
#our-experts .people-modal.modal #carousel-our-people .col-our-people-right, #our-contributors .people-modal.modal #carousel-our-people .col-our-people-right, #our-leadership .people-modal.modal #carousel-our-people .col-our-people-right {
  text-align: center;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-description, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-description, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-description {
  color: #ffffff;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding-top: 5%;
  overflow-y: auto;
  height: 300px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-image, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-image, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-image {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-name, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-name, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-name {
  text-align: center;
  font-weight: bold;
  margin: 1em 0 0 0;
  color: #ffffff;
  font-size: 19.2px;
  font-size: 1.2rem;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-our-people-job-title, #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-job-title, #our-leadership .people-modal.modal #carousel-our-people .carousel-our-people-job-title {
  text-align: center;
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#our-experts .people-modal.modal #carousel-our-people .social-icons, #our-contributors .people-modal.modal #carousel-our-people .social-icons, #our-leadership .people-modal.modal #carousel-our-people .social-icons {
  text-align: center;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-control, #our-contributors .people-modal.modal #carousel-our-people .carousel-control, #our-leadership .people-modal.modal #carousel-our-people .carousel-control {
  height: 1px;
  position: absolute;
  bottom: 10px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left, #our-contributors .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left, #our-leadership .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left {
  position: relative;
  top: 225px;
  left: -30px;
}
#our-experts .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right, #our-contributors .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right, #our-leadership .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right {
  position: relative;
  top: 225px;
  right: -30px;
}
#our-experts .our-people-row, #our-contributors .our-people-row, #our-leadership .our-people-row {
  margin: 3em 0;
}
#our-experts .our-people-carousel-row, #our-contributors .our-people-carousel-row, #our-leadership .our-people-carousel-row {
  padding-top: 2em;
}
#our-experts .our-people-name, #our-contributors .our-people-name, #our-leadership .our-people-name {
  text-align: center;
  padding: 1em;
  font-weight: bold;
  line-height: 1.2em;
}
#our-experts p.our-people-description, #our-contributors p.our-people-description, #our-leadership p.our-people-description {
  color: #ffffff;
}
#our-experts .our-people-row, #our-contributors .our-people-row, #our-leadership .our-people-row {
  margin-bottom: 3em;
}
#our-experts .our-people-row a:hover, #our-contributors .our-people-row a:hover, #our-leadership .our-people-row a:hover {
  cursor: pointer;
}
#our-experts .our-people-name, #our-contributors .our-people-name, #our-leadership .our-people-name {
  color: #1d4192;
  margin-bottom: 0;
  padding-bottom: 0;
}
#our-experts .our-people-job-title, #our-contributors .our-people-job-title, #our-leadership .our-people-job-title {
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding: 0 1em;
  margin-bottom: 0em !important;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.contributor-image-wrapper .expert-thumb {
  max-height: 233px;
}

#our-contributors .people-modal.modal .modal-backdrop.in,
#our-contributors .people-modal.modal #carousel-our-people {
  background-color: transparent;
}

#our-contributors .people-modal.modal #carousel-our-people .carousel-inner {
  background: rgba(0, 0, 0, 0.7);
}

body .people-modal {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -16px !important;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: auto;
}

.blog-area {
  background: url(images/bg/blog_bg.jpg);
  /*end of science-matters-slider */
  /*end of health-matters-slider */
}
.blog-area .no-padding {
  padding: 0;
  margin: 0;
}
.blog-area .slider-span-header {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.3em;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  margin: 0 auto;
  max-width: 97.5%;
  width: 100%;
  font-weight: bold;
}
.blog-area .double-slider {
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
}
.blog-area .featured-image {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.blog-area #science-matters-slider {
  position: relative;
  max-height: 410px;
  padding: 0;
}
.blog-area #science-matters-slider .carousel-control {
  width: 5%;
}
.blog-area #science-matters-slider .carousel-control.right {
  background-image: none;
  top: 90%;
  right: 3%;
}
.blog-area #science-matters-slider .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-white-right.png) no-repeat right 0;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: block;
}
.blog-area #health-matters-slider {
  position: relative;
  max-height: 410px;
  padding: 0;
}
.blog-area #health-matters-slider .carousel-control {
  width: 5%;
}
.blog-area #health-matters-slider .carousel-control.right {
  background-image: none;
  top: 90%;
  right: 3%;
}
.blog-area #health-matters-slider .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-white-right.png) no-repeat right 0;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: block;
}
.blog-area .carousel-inner {
  max-height: 410px;
}
.blog-area .row-latestblog {
  margin: 0 !important;
}
.blog-area .blogitem.item {
  position: relative;
}
.blog-area .col-txt-global {
  display: none;
  position: relative;
  height: 200px;
  top: -200px;
  width: 100%;
  opacity: 1;
  background: #D0C4A6;
  opacity: 0.9;
  padding: 0 3em 0 2em;
}
.blog-area .col-txt-science {
  display: none;
  position: relative;
  height: 200px;
  top: -200px;
  width: 100%;
  opacity: 1;
  background: #749f9e;
  opacity: 0.9;
  padding: 0 3em 0 2em;
}
.blog-area .blog-category {
  color: #000000;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 1em 0;
  font-style: italic;
}
.blog-area .blog-category a {
  font-weight: bold;
}
.blog-area h5.blog-heading {
  font-weight: bold;
}
.blog-area h5.blog-heading a {
  color: #ffffff;
  font-weight: bold;
}
.blog-area .date {
  color: #000000;
  font-weight: bold;
}
.blog-area .author {
  color: #000000;
  font-weight: bold;
  font-size: 13.6px;
  font-size: 0.85rem;
  margin: 0;
  font-style: italic;
}
.blog-area .left.carousel-control {
  position: absolute;
  height: 100px;
  bottom: 0;
}
.blog-area .blog-item-wrapper {
  height: auto;
}
.blog-area .blog-item-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.blog-area .blog-item-heading {
  font-weight: bold;
  margin: 1em 0;
  line-height: 100%;
  min-height: 3em;
}
.blog-area .blog-item-heading a {
  color: #484848;
  line-height: 100%;
}
.blog-area .blog-item-highlight-box {
  background: #e2d4b3;
  margin: 0 auto;
  opacity: 0.9;
}
.blog-area .blog-item-highlight-box-blue {
  background: #749f9e;
  margin: 0 auto;
  opacity: 0.9;
}
.blog-area .blog-item-highlight-image {
  max-height: 4.5em;
  max-width: 4.5em;
  margin-top: 0.5em;
}
.blog-area .blog-item-highlight-category h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000000;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.blog-area .blog-item-highlight-date {
  font-size: 12px;
  font-size: 0.75rem;
}
.blog-area .blog-item-highlight-date p {
  margin-bottom: 0.5em;
}
.blog-area .blog-item-highlight-author {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
}
.blog-area .blog-item-highlight-author p {
  margin-bottom: 0.5em;
}
.blog-area .blog-social {
  margin: 1em 0;
}
.blog-area .blog-social .col-blog-addthis {
  text-align: right;
  float: right;
  padding-right: 5px !important;
}
.blog-area .blog-social .col-comment {
  padding: 0;
  width: 35px;
  text-align: right;
  float: right;
  padding-top: 3px;
}
.blog-area ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.blog-area li.social-icon {
  list-style: none;
  display: inline-block;
}
.blog-area .comment {
  margin-left: 0.5em;
}
.blog-area .contributors {
  background: url(images/blog/contributors.jpg) no-repeat 0 0;
  background-size: cover;
  height: 252px;
  width: 1230px;
  max-width: 100%;
  margin: 2em 1em;
}
.blog-area .contributors a:hover, .blog-area .contributors h2:hover, .blog-area .contributors span:hover {
  color: #063680;
  text-decoration: none;
}
.blog-area h2.contributors-subheader {
  font-size: 43px;
  font-size: 2.6875rem;
  padding: 0 1em;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: bold;
}
.blog-area h2.contributors-subheader span {
  padding: 0 1em;
  color: #ffffff;
  background-color: transparent;
}
.blog-area .about h3 {
  color: #5e5e60;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.blog-area .about p {
  font-size: 15px;
  font-size: 0.9375rem;
}

/*style for blog details page*/
.single-health_matters {
  /* blog details page */
}
.single-health_matters #primary {
  background-color: #e3d4b3 !important;
}
.single-health_matters .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
.single-health_matters .row-topPhoto {
  margin: 0;
}
.single-health_matters .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
.single-health_matters h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
.single-health_matters h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.single-health_matters h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
.single-health_matters h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
.single-health_matters p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
.single-health_matters .highlight-box, .single-health_matters #subtopics.parent_258 .highlight-box-2, #subtopics.parent_258 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_264 .highlight-box-2, #subtopics.parent_264 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_265 .highlight-box-2, #subtopics.parent_265 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_266 .highlight-box-2, #subtopics.parent_266 .single-health_matters .highlight-box-2, .single-health_matters #subtopics.parent_268 .highlight-box-2, #subtopics.parent_268 .single-health_matters .highlight-box-2, .single-health_matters #partners .highlight-box-2, #partners .single-health_matters .highlight-box-2, .single-health_matters .highlight-box-2 {
  background: transparent;
  padding: 2em 0 1em 0;
  margin: 0;
}
.single-health_matters .highlight-box p, .single-health_matters #subtopics.parent_258 .highlight-box-2 p, #subtopics.parent_258 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_264 .highlight-box-2 p, #subtopics.parent_264 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_265 .highlight-box-2 p, #subtopics.parent_265 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_266 .highlight-box-2 p, #subtopics.parent_266 .single-health_matters .highlight-box-2 p, .single-health_matters #subtopics.parent_268 .highlight-box-2 p, #subtopics.parent_268 .single-health_matters .highlight-box-2 p, .single-health_matters #partners .highlight-box-2 p, #partners .single-health_matters .highlight-box-2 p, .single-health_matters .highlight-box-2 p {
  font-weight: bold;
}
.single-health_matters .main-content {
  margin-bottom: 1em;
}
.single-health_matters .icons {
  padding: 3em 0 2em 0;
}
.single-health_matters .icons .svgicon {
  height: 50px;
}
.single-health_matters .icons .svgicon rect, .single-health_matters .icons .svgicon path, .single-health_matters .icons .svgicon circle, .single-health_matters .icons .svgicon polygon, .single-health_matters .icons .svgicon ellipse {
  fill: transparent !important;
}
.single-health_matters .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
.single-health_matters .figure-row {
  margin-bottom: 4em;
}
.single-health_matters .figure {
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
.single-health_matters .figurelnk {
  color: #000000;
}
.single-health_matters .figure-description {
  font-style: italic;
  text-align: center;
}
.single-health_matters .subsection-header p {
  margin-bottom: 0;
}
.single-health_matters .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
.single-health_matters .topics {
  margin-top: 1em;
}
.single-health_matters .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-health_matters .topic a {
  color: #ffffff;
}
.single-health_matters .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
.single-health_matters .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-health_matters .tag a {
  color: #ffffff;
}
.single-health_matters .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
.single-health_matters .related-image {
  max-height: 167px;
  margin: 0 auto;
}
.single-health_matters .related-icon {
  height: 2em;
  text-align: left;
}
.single-health_matters .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
.single-health_matters .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
.single-health_matters hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.single-health_matters .related_summary {
  line-height: 1.2;
  text-align: left;
}
.single-health_matters .entry-content h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.single-health_matters .entry-content h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
}
.single-health_matters .entry-content h4 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.single-health_matters .entry-content h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.single-health_matters .entry-content h6 {
  font-weight: bold;
}
.single-health_matters .col-topPhoto {
  height: 370px;
  width: 100%;
  background-size: cover;
  position: relative;
  float: revert;
  margin: 0 auto;
  max-width: 1024px;
}
.single-health_matters .blog-type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1230px;
  display: block;
  background-color: rgba(227, 212, 179, 0.8);
}
.single-health_matters .blog-type h2 {
  margin: 0px;
  padding: 0px;
  padding: 8px 15px;
  font-weight: 600;
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-health_matters .blog-type div {
  padding-left: 0px;
}
.single-health_matters .row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.single-health_matters h1.content-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: left !important;
  padding: 2% auto;
  line-height: 1;
}
.single-health_matters .col-contributor, .single-health_matters .col-related-contributor {
  padding: 5px 0;
  background-color: #e9dfc5;
}
.single-health_matters .col-contributor .blog-category, .single-health_matters .col-contributor .blog-author, .single-health_matters .col-related-contributor .blog-category, .single-health_matters .col-related-contributor .blog-author {
  margin: 0px;
  padding: 0px;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  font-weight: 600;
}
.single-health_matters .col-contributor .blog-category, .single-health_matters .col-related-contributor .blog-category {
  margin-top: 10px;
}
.single-health_matters .col-contributor .blog-modified-date, .single-health_matters .col-related-contributor .blog-modified-date {
  margin: 0px;
  padding: 0px;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.single-health_matters .col-contributor .blog-author, .single-health_matters .col-related-contributor .blog-author {
  font-style: italic;
}
.single-health_matters .col-relatedblog .title h4 {
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-health_matters .grey {
  background-color: #999;
}
.single-health_matters .related-link {
  color: #5e5e60;
}
.single-health_matters .blog-type h2 {
  text-align: center;
}

.single-science_matters {
  /* blog details page */
}
.single-science_matters #primary {
  background-color: #83b8bc !important;
}
.single-science_matters .icon {
  margin-left: 3.6em;
  margin-top: 1.1em;
  width: 80%;
}
.single-science_matters .row-topPhoto {
  margin: 0;
}
.single-science_matters .row-topPhoto .col-SubtopicTopPhoto {
  height: 427px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-size: 100% auto;
}
.single-science_matters h2.subtopic-header {
  color: #ffffff;
  font-family: "PT Sans", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
}
.single-science_matters h3.subtopictitle_secondline {
  color: #ffffff;
  font-style: italic;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.single-science_matters h4.post-title {
  font-size: 19.52px;
  font-size: 1.22rem;
  background: #ffffff;
  color: #1d4192;
  display: inline-block;
  padding: 0.1em 0.3em;
  margin-bottom: 1.2em;
}
.single-science_matters h1.content-title {
  text-align: center;
  font-weight: bold;
  padding-top: 0.75em;
}
.single-science_matters p.introduction {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}
.single-science_matters .highlight-box, .single-science_matters #subtopics.parent_258 .highlight-box-2, #subtopics.parent_258 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_264 .highlight-box-2, #subtopics.parent_264 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_265 .highlight-box-2, #subtopics.parent_265 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_266 .highlight-box-2, #subtopics.parent_266 .single-science_matters .highlight-box-2, .single-science_matters #subtopics.parent_268 .highlight-box-2, #subtopics.parent_268 .single-science_matters .highlight-box-2, .single-science_matters #partners .highlight-box-2, #partners .single-science_matters .highlight-box-2, .single-science_matters .highlight-box-2 {
  background: transparent;
  padding: 2em 0 1em 0;
  margin: 0;
}
.single-science_matters .highlight-box p, .single-science_matters #subtopics.parent_258 .highlight-box-2 p, #subtopics.parent_258 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_264 .highlight-box-2 p, #subtopics.parent_264 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_265 .highlight-box-2 p, #subtopics.parent_265 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_266 .highlight-box-2 p, #subtopics.parent_266 .single-science_matters .highlight-box-2 p, .single-science_matters #subtopics.parent_268 .highlight-box-2 p, #subtopics.parent_268 .single-science_matters .highlight-box-2 p, .single-science_matters #partners .highlight-box-2 p, #partners .single-science_matters .highlight-box-2 p, .single-science_matters .highlight-box-2 p {
  font-weight: bold;
}
.single-science_matters .main-content {
  margin-bottom: 1em;
}
.single-science_matters .icons {
  padding: 3em 0 2em 0;
}
.single-science_matters .icons .svgicon {
  height: 50px;
}
.single-science_matters .icons .svgicon rect, .single-science_matters .icons .svgicon path, .single-science_matters .icons .svgicon circle, .single-science_matters .icons .svgicon polygon, .single-science_matters .icons .svgicon ellipse {
  fill: transparent !important;
}
.single-science_matters .highlight-box-2 {
  font-weight: bold;
  padding: 3em 0 2em 0;
  margin-bottom: 5em;
}
.single-science_matters .figure-row {
  margin-bottom: 4em;
}
.single-science_matters .figure {
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 100%;
  min-height: 100px;
}
.single-science_matters .figurelnk {
  color: #000000;
}
.single-science_matters .figure-description {
  font-style: italic;
  text-align: center;
}
.single-science_matters .subsection-header p {
  margin-bottom: 0;
}
.single-science_matters .related-link {
  margin-bottom: 1em;
  text-decoration: underline;
  font-style: italic;
}
.single-science_matters .topics {
  margin-top: 1em;
}
.single-science_matters .topic {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-science_matters .topic a {
  color: #ffffff;
}
.single-science_matters .tags ul {
  margin: 1em 0 5em 0;
  padding: 0;
}
.single-science_matters .tag {
  display: inline-block;
  background: #a9afb4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 1em;
  text-transform: uppercase;
}
.single-science_matters .tag a {
  color: #ffffff;
}
.single-science_matters .related-column {
  padding-left: 0;
  display: table-cell;
  text-align: center;
}
.single-science_matters .related-image {
  max-height: 167px;
  margin: 0 auto;
}
.single-science_matters .related-icon {
  height: 2em;
  text-align: left;
}
.single-science_matters .related-category-wrapper {
  padding: 0.5em 0 0 0;
  text-align: left;
}
.single-science_matters .related-category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  column-rule: #5e5e60;
  margin-bottom: 0;
  vertical-align: bottom;
  text-align: left;
}
.single-science_matters hr.yellow-rule {
  background: #fabc5f;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.single-science_matters .related_summary {
  line-height: 1.2;
  text-align: left;
}
.single-science_matters .entry-content h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.single-science_matters .entry-content h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
}
.single-science_matters .entry-content h4 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.single-science_matters .entry-content h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.single-science_matters .entry-content h6 {
  font-weight: bold;
}
.single-science_matters .col-topPhoto {
  height: 370px;
  width: 100%;
  background-size: cover;
  position: relative;
  float: revert;
  margin: 0 auto;
  max-width: 1024px;
}
.single-science_matters .blog-type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1230px;
  display: block;
  background-color: rgba(131, 184, 188, 0.8);
}
.single-science_matters .blog-type h2 {
  margin: 0px;
  padding: 0px;
  padding: 8px 15px;
  font-weight: 600;
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-science_matters .blog-type div {
  padding-left: 0px;
}
.single-science_matters .row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.single-science_matters h1.content-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: left !important;
  padding: 2% auto;
  line-height: 1;
}
.single-science_matters .col-contributor, .single-science_matters .col-related-contributor {
  padding: 5px 0;
  background-color: #a2cacc;
}
.single-science_matters .col-contributor .blog-category, .single-science_matters .col-contributor .blog-author, .single-science_matters .col-related-contributor .blog-category, .single-science_matters .col-related-contributor .blog-author {
  margin: 0px;
  padding: 0px;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #000000;
  font-weight: 600;
}
.single-science_matters .col-contributor .blog-category, .single-science_matters .col-related-contributor .blog-category {
  margin-top: 10px;
}
.single-science_matters .col-contributor .blog-modified-date, .single-science_matters .col-related-contributor .blog-modified-date {
  margin: 0px;
  padding: 0px;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.single-science_matters .col-contributor .blog-author, .single-science_matters .col-related-contributor .blog-author {
  font-style: italic;
}
.single-science_matters .col-relatedblog .title h4 {
  color: #5e5e60;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.single-science_matters .grey {
  background-color: #999;
}
.single-science_matters .related-link {
  color: #5e5e60;
}

#bloglist_landing {
  padding-bottom: 100px;
}
#bloglist_landing .bloglist-wrapper {
  padding: 10px 15px 20px 15px;
  border-bottom: solid 1px #dfdfe0;
}
#bloglist_landing .bloglist-wrapper .bloglist-heading {
  font-weight: bold;
}
#bloglist_landing .bloglist-wrapper .bloglist-heading a {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #5e5e60;
}
#bloglist_landing .bloglist-wrapper .bloglist-heading a:hover, #bloglist_landing .bloglist-wrapper .bloglist-heading a:focus {
  text-decoration: underline;
}
#bloglist_landing .bloglist-wrapper .bloglist-summary {
  color: #5e5e60;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
#bloglist_landing .bloglist-wrapper .readmore {
  font-weight: bold;
  font-style: italic;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#bloglist_landing .bloglist-wrapper .bloglist-author {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #063680;
}

.news-releases-page .videowrap {
  position: relative;
}
.news-releases-page .videowrap img {
  position: relative;
  z-index: 1;
}
.news-releases-page .videowrap i {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  opacity: 0.8;
}
.news-releases-page .videowrap:hover i {
  color: #063680;
}

#news .page-title {
  color: #fbbc5f;
  font-weight: bold;
  padding-left: 0.5em;
}
#news .news-children {
  margin-top: 3em;
}
#news .news-children-wrapper {
  height: auto;
  margin-bottom: 3em;
}
#news .news-children-title {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #063680;
  font-weight: 900;
  margin: 0;
  padding-top: 1em;
  line-height: 1.2em;
}
#news .news-children-title a:hover {
  color: #5e5e60;
  text-decoration: none;
}
#news .news-children-image-wrapper {
  display: inline-block;
  width: 100%;
  height: 165px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#news .news-children-image {
  max-width: 100%;
  max-height: 165px;
}

.iitn-area {
  background: url(images/bg/blog_bg.jpg);
}

#iitn_landing {
  padding-bottom: 100px;
}
#iitn_landing .iitn-heading a {
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #5e5e60;
}
#iitn_landing .iitn-heading a:hover, #iitn_landing .iitn-heading a:focus {
  text-decoration: underline;
}
#iitn_landing .iitn-summary {
  color: #5e5e60;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
#iitn_landing .readmore {
  font-weight: bold;
  font-style: italic;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#iitn_landing .col-iitn-thumb {
  padding-top: 0.4em;
}
#iitn_landing .iitn-date {
  margin-bottom: 0;
  display: inline;
  vertical-align: top;
  color: #063680;
}
#iitn_landing .single-iitn-item {
  margin-bottom: 1em;
}
#iitn_landing hr.grey {
  height: 2px;
  color: #000000;
  background: #dcdcdc;
  display: block;
  margin: 1em 0 0 1em;
  padding: 0 3em;
}

h2.blog-subheader.iitn-subheader span::before, h2.blog-subheader.iitn-subheader span::after {
  width: 14vw !important;
}

h2.blog-subheader.lnfam-subheader span::before, h2.blog-subheader.lnfam-subheader span::after {
  width: 8vw !important;
}

/*--------------------------------------------------------------
## Associations
--------------------------------------------------------------*/
.row-members .flag-icon {
  width: 20px;
  display: inline;
  margin-right: 5px;
}
.row-members .company-icon {
  max-width: 100%;
  display: inline;
  margin-right: 5px;
  height: 30px;
}
.row-members .col-member .box {
  color: #000000;
  text-decoration: none;
  font-size: 0.8em;
  padding: 15px 0 25px 0;
  border-top: solid 1px #dedede;
  word-wrap: break-word;
}
.row-members .col-member .box.first {
  border-top-width: 0;
}
.row-members .col-member .box label {
  font-size: 1.1em;
  color: #063680;
  min-height: 2em;
}
.row-members .col-member .box a {
  text-decoration: none;
  color: #5e5e60;
}
.row-members .col-member .box .crp-icon {
  width: 12px;
}
.row-members .col-member .box a.logo-sub {
  display: block;
  height: 30px;
}
.row-members .col-member .box a.memberurl {
  font-size: 11.2px;
  font-size: 0.7rem;
}
.row-members .col-member .box a.related_doc:hover {
  text-decoration: underline;
}

#member-full .co-fullmember-type {
  padding: 50px 100px;
  background-color: #f6f6f6;
  text-align: center;
}
#member-full .co-fullmember-type:first-child {
  margin-right: 10%;
}
#member-full .co-fullmember-type a {
  color: #5e5e60;
  font-size: 2em;
  text-transform: capitalize;
}
#member-full .co-fullmember-type a .memberurl {
  font-size: 12.8px;
  font-size: 0.8rem;
}
#member-full .co-fullmember-type:hover {
  background-color: #063680;
}
#member-full .co-fullmember-type:hover a {
  color: #ffffff;
}

#member-company a {
  text-decoration: none;
  color: #5e5e60;
}

#membership h2 a {
  text-decoration: none;
}
#membership .col-member-type {
  padding: 50px 100px;
  background-color: #f6f6f6;
  text-align: center;
}
#membership .col-member-type:first-child {
  margin-right: 10%;
}
#membership .col-member-type a {
  color: #5e5e60;
  font-size: 2em;
  text-transform: capitalize;
}
#membership .col-member-type:hover {
  background-color: #063680;
}
#membership .col-member-type:hover a {
  color: #ffffff;
}

#accordion, #accordion1 {
  margin-top: 30px;
  margin-right: 20px;
  border-top: solid 1px #063680 !important;
  border-bottom: solid 1px #063680 !important;
}
#accordion .greentext0 p, #accordion .greentext1 p, #accordion1 .greentext0 p, #accordion1 .greentext1 p {
  color: #20ad8e !important;
}
#accordion ul li, #accordion1 ul li {
  list-style-type: none !important;
}
#accordion .green-text, #accordion1 .green-text {
  color: #1FAD8E;
}
#accordion .abbreviation_lists, #accordion1 .abbreviation_lists {
  padding: 0;
  margin: 0;
}
#accordion .abbreviation_lists .green, #accordion1 .abbreviation_lists .green {
  color: #20ad8e !important;
  font-weight: bold !important;
}
#accordion .abbreviation_lists .term, #accordion1 .abbreviation_lists .term {
  max-width: 20%;
}
#accordion .abbreviation_lists .term-body, #accordion1 .abbreviation_lists .term-body {
  color: #1d4192;
  font-weight: bold;
  text-align: right;
}
#accordion .abbreviation_lists .term-body, #accordion .abbreviation_lists .name-body, #accordion1 .abbreviation_lists .term-body, #accordion1 .abbreviation_lists .name-body {
  padding-bottom: 15px;
}
#accordion .ui-accordion .ui-accordion-content, #accordion1 .ui-accordion .ui-accordion-content {
  overflow: show !important;
}
#accordion .ui-state-focus, #accordion1 .ui-state-focus {
  outline: none !important;
}
#accordion .ui-state-default, #accordion1 .ui-state-default {
  border: none !important;
  background: #ffffff !important;
}
#accordion .ui-accordion-header, #accordion1 .ui-accordion-header {
  font-size: 20px !important;
  color: #1d4192 !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding-left: 0 !important;
}
#accordion .ui-accordion-header-icon, #accordion1 .ui-accordion-header-icon {
  float: right;
  background-size: cover;
  width: 30px;
  height: 30px;
  background-position: center;
}
#accordion .ui-icon, #accordion1 .ui-icon {
  background-image: url(images/icons/plus.png) !important;
}
#accordion .ui-state-active .ui-icon, #accordion1 .ui-state-active .ui-icon {
  background-image: url(images/icons/minus.png) !important;
}
#accordion .ui-widget-content, #accordion1 .ui-widget-content {
  border: none;
}

.covid-notice {
  color: white;
  background: #1FAD8E;
  background: linear-gradient(90deg, #33a6dd 0%, #33a6dd 50%, #1fad8e 100%);
}

.container-covid-section {
  position: relative;
  padding-bottom: 50px !important;
  color: black;
}
.container-covid-section hr {
  clear: both;
  width: 100%;
  height: 1px;
  border: 0px;
  background-color: #063680;
}
.container-covid-section h1 {
  text-align: left;
}
.container-covid-section .section-hd {
  padding-top: 10px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.container-covid-section .print_pdf {
  position: relative;
  width: 100%;
  padding-top: 20px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .container-covid-section .print_pdf {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    height: 50px;
    width: 300px;
  }
}
.container-covid-section .print_pdf .pdf-icon,
.container-covid-section .print_pdf .print-icon {
  background-color: transparent;
  border: 0px;
  outline: none;
  font-size: 1rem;
  width: 150px;
  text-decoration: none;
  color: #063680;
}
.container-covid-section .print_pdf .pdf-icon img,
.container-covid-section .print_pdf .print-icon img {
  width: 30px !important;
  height: auto;
}
.container-covid-section .covid-accordion {
  border-bottom: solid 1px #063680;
  margin-right: 20px;
}
.container-covid-section .covid-accordion .col-icon-text {
  position: relative;
  display: flex;
  flex-direction: row;
}
.container-covid-section .covid-accordion .col-icon-text .icon {
  padding-top: 10px;
  align-self: flex-start;
  display: inline-block;
  width: 85px;
  padding-right: 15px;
}
.container-covid-section .covid-accordion .accordion-title-wrapper {
  display: inline-block;
  width: calc(100% - 60px);
  padding-top: 15px;
  line-height: 110%;
}
.container-covid-section .covid-accordion .accordion-title {
  display: inline-block;
  cursor: pointer;
  color: #063680;
  font-size: 1rem;
  margin-top: 0;
}
.container-covid-section .covid-accordion .col-toggle {
  position: relative;
  height: 100px;
}
.container-covid-section .covid-accordion .col-toggle label {
  padding: 20px 0px 10px 0;
  font-size: 0.8rem;
  line-height: 100%;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  outline: none;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon::after {
  content: "";
  transition: content 0.5s linear;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon[aria-expanded=true] {
  top: 45%;
}
.container-covid-section .covid-accordion .col-toggle .toggle-icon[aria-expanded=true]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  border-top: 10px solid transparent;
}
.container-covid-section .covid-accordion .accordion-panel {
  padding-bottom: 20px;
}
.container-covid-section .covid-accordion .accordion-panel table {
  max-width: 100%;
}
.container-covid-section .covid-accordion .accordion-panel table tr td {
  line-height: 120%;
  padding-bottom: 10px;
  font-size: 0.9375rem;
  vertical-align: top;
}
.container-covid-section .covid-accordion .accordion-panel table tr td p {
  margin-bottom: 0px;
}
.container-covid-section .covid-accordion .accordion-panel table tr td:first-child {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  color: #063680;
}
.container-covid-section .col-figures {
  padding-right: 20px;
  margin-top: 25px;
  padding-top: 20px;
}
.container-covid-section .col-figures legend {
  font-size: 0.9rem;
  font-weight: bold;
}
.container-covid-section .col-figures ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
.container-covid-section .col-figures ul li {
  text-align: center;
  list-style-type: none;
  width: 100;
  padding: 0 20px 20px 20px;
  position: relative;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .container-covid-section .col-figures ul li {
    width: 100%;
  }
}
.container-covid-section .col-figures ul li .icon-figure {
  height: 80px;
  width: auto;
  position: relative;
  z-index: 1;
  right: -50px;
}
.container-covid-section .col-figures ul li figure {
  color: #1FAD8E;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 60px;
  z-index: 2;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: -2px;
}
.container-covid-section .col-figures ul li h4 {
  font-size: 1.2rem;
  color: #063680;
  text-transform: uppercase;
  margin-top: 20px;
}
.container-covid-section .col-figures ul li small {
  font-size: 0.8rem;
  color: #063680;
  line-height: 100%;
}
.container-covid-section .col-links ul {
  margin: 0px;
  padding: 0px;
}
.container-covid-section .col-links ul li {
  list-style-type: none;
}
.container-covid-section .col-links ul li a {
  display: block;
  color: #1FAD8E;
  text-decoration: none;
}
.container-covid-section .col-related-resources {
  padding-top: 20px;
  padding-bottom: 70px;
}
.container-covid-section .col-related-resources legend {
  font-size: 0.9rem;
}
.container-covid-section .col-related-resources .slick-resources {
  padding: 0 20px;
}
.container-covid-section .col-related-resources h3 {
  font-size: 1rem;
  color: #063680;
}
.container-covid-section .col-related-resources .resource-item {
  display: block;
  margin-top: 20px;
  padding: 10px;
}
.container-covid-section .col-related-resources .resource-item a {
  height: 170px;
}
.container-covid-section .col-related-resources .resource-item a img {
  object-fit: cover;
  height: 170px;
  width: 100%;
}
.container-covid-section .col-related-resources .resource-item.vertical a {
  height: 320px;
}
.container-covid-section .col-related-resources .resource-item.vertical a img {
  object-fit: contain;
  height: 320px;
  width: auto;
}
.container-covid-section .col-related-resources .resource-item .tag-category {
  margin-top: 10px;
  display: block;
  color: #1FAD8E;
  font-size: 0.9rem;
  font-weight: bold;
}
.container-covid-section .col-related-resources .resource-item .date {
  font-size: 0.9rem;
}
.container-covid-section .col-related-resources .resource-item h4 {
  color: #063680;
  font-weight: bold;
}
.container-covid-section .col-related-resources .more {
  text-decoration: none;
}
.container-covid-section .col-related-resources .slick-dots {
  clear: both;
  bottom: -35px;
}
.container-covid-section .col-related-resources .slick-dots li button:before {
  font-size: 16px;
  color: #063680;
  opacity: 1;
}
.container-covid-section .col-related-resources .slick-dots li.slick-active button:before {
  color: #1FAD8E;
}

.hide-web {
  display: none;
}

/**-----------  style for print ------------**/
#covid-print {
  page-break-inside: avoid;
}
#covid-print .hide-print {
  display: none;
}
#covid-print .site-branding {
  padding: 20px 0;
}
#covid-print .col-figures table tr td h4 {
  font-size: 1rem;
  color: #1fad8e;
  text-transform: uppercase;
  margin-top: 20px;
}
#covid-print .col-figures table tr td img {
  position: unset;
  right: unset;
  width: auto;
  margin-top: 30px;
  height: 80px;
}
#covid-print .col-figures table tr td figure {
  color: #1fad8e;
  font-size: 4rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: -2px;
  position: static;
}
#covid-print .col-figures table tr td small {
  font-size: 0.8rem;
  color: #063680;
  line-height: 100%;
}
#covid-print .col-related-resources {
  margin-top: auto;
}
#covid-print .col-related-resources .resource-item h4 a {
  text-decoration: none;
}

.content-bcr-section .top-border {
  border-top: solid 1px;
  padding-top: 2rem;
}
.content-bcr-section .large-title {
  font-size: 1.8rem;
  border-bottom: solid 1px;
  padding-bottom: 1rem;
}
.content-bcr-section .large-title-padded {
  font-size: 1.8rem;
  border-bottom: solid 1px;
  padding-bottom: 1rem;
  margin-top: 3rem !important;
}
.content-bcr-section .accordion-title {
  font-size: 1.2rem !important;
}
.content-bcr-section .col-toggle {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #959595;
}
.content-bcr-section .col-toggle label {
  padding: 20px 0px 10px 0;
  font-size: 0.8rem;
  line-height: 100%;
}
.content-bcr-section .col-toggle .toggle-icon {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  outline: none;
}
.content-bcr-section .col-toggle .toggle-icon::after {
  content: "";
  transition: content 0.5s linear;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #959595 !important;
}
.content-bcr-section .col-toggle .toggle-icon[aria-expanded=true] {
  top: 45%;
}
.content-bcr-section .col-toggle .toggle-icon[aria-expanded=true]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #959595 !important;
  border-top: 10px solid transparent !important;
}
.content-bcr-section .txt-black {
  color: black !important;
}
.content-bcr-section .resource-type {
  background-color: #ebebeb;
  padding: 0.5rem 1rem;
}
.content-bcr-section .resource-type img {
  display: inline;
  height: 40px;
}
.content-bcr-section .resource-type h4 {
  display: inline;
}
.content-bcr-section .col-related-resources {
  padding-bottom: 20px !important;
}

.accordion-summary a {
  color: #1FAD8E;
}

.accordion-moretext {
  padding: 0 0 0 86px !important;
}
.accordion-moretext span {
  color: #ffffff;
  padding: 3px 5px;
}
.accordion-moretext ul {
  padding: 0 16px;
  margin: 0;
  list-style: none;
}
.accordion-moretext ul li {
  padding-bottom: 10px !important;
}
.accordion-moretext ul li::before {
  content: "•";
  color: #1FAD8E;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  border-color: #1FAD8E;
}
.accordion-moretext a {
  color: #1FAD8E;
}

/*--------------------------------------------------------------
## Header and footer section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.row-topUtility {
  margin-top: 15px;
}

#menu-social-media-menu-1 li,
#menu-social-media-menu li {
  display: inline;
}
#menu-social-media-menu-1 li a,
#menu-social-media-menu li a {
  text-indent: -19999px;
  width: 28px;
  height: 26px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#menu-social-media-menu-1 li.icon-tw a,
#menu-social-media-menu li.icon-tw a {
  background-image: url(images/icons/social/Flat-Social-Icons_03.png);
}
#menu-social-media-menu-1 li.icon-ln a,
#menu-social-media-menu li.icon-ln a {
  background-image: url(images/icons/social/Flat-Social-Icons_05.png);
}
#menu-social-media-menu-1 li.icon-yt a,
#menu-social-media-menu li.icon-yt a {
  background-image: url(images/icons/social/Flat-Social-Icons_09.png);
}
#menu-social-media-menu-1 li.icon-ss a,
#menu-social-media-menu li.icon-ss a {
  background-image: url(images/icons/social/Flat-Social-Icons_12.png);
}
#menu-social-media-menu-1 li.icon-flr a,
#menu-social-media-menu li.icon-flr a {
  background-image: url(images/icons/social/Flat-Social-Icons_11.png);
}
#menu-social-media-menu-1 li.icon-rss a,
#menu-social-media-menu li.icon-rss a {
  background-image: url(images/icons/social/Flat-Social-Icons_07.png);
}

.search-form .search-field {
  border-width: 0;
  border-radius: 0;
  border: solid 1px #ffffff;
  border-bottom: solid 2px #063680;
  font-size: 11.2px;
  font-size: 0.7rem;
  padding-bottom: 5px;
}
.search-form .search-field:focus {
  box-shadow: none;
  border: solid 1px #063680;
}
.search-form button.searchbtnicon {
  background: #063680;
  border: 0;
  border-radius: 15px;
  width: 26px;
  height: 26px;
  position: relative;
  top: 4px;
}
.search-form button.searchbtnicon i {
  color: #ffffff;
  font-size: 0.8em;
  line-height: 100%;
  position: relative;
  top: -2px;
}

.menu-main-menu-container {
  float: right;
}

/* breadcrumb */
.breadcrumb_container {
  width: 100%;
  height: 35px;
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
}

#IfpmaBreadcrumbs {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
#IfpmaBreadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#IfpmaBreadcrumbs .separator {
  font-size: 14px;
  font-weight: 100;
  color: #ccc;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  padding: 15px;
  min-height: 14px;
  line-height: 1.2;
  /*footer address*/
  /*footer links*/
}
footer .col-footerAddress {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
footer #menu-footer-menu {
  text-align: right;
}
footer #menu-footer-menu li {
  display: inline-block;
}
footer #menu-footer-menu li a {
  color: #ffffff;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding-right: 20px;
}

/*footer social links*/
.col-footerSocialLnks {
  padding: 0;
}

#menu-social-media-menu-1 {
  margin: 0px;
  padding: 0px;
}

.acwlnk {
  font-size: 0.7rem;
  color: white !important;
  float: right;
  padding: 10px 22px;
}

#menu-footer-menu {
  margin: 0 !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*google map on event section*/
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: left;
  font-style: italic;
}

.caption {
  color: #ffffff;
  margin: 0;
  position: absolute;
  bottom: 0.5em;
  left: 1em;
  text-shadow: 1px 1px #000000;
}
.caption.caption-blog {
  top: 0.5em;
  left: 67%;
}
.caption.caption-event {
  position: static;
  margin-top: -1.5em;
  margin-left: 0.25em;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*top carousel */
.topcarousel {
  /* end of .item*/
  /* end of .carousel-control*/
}
.topcarousel.row {
  padding: 0;
  margin: 0;
}
.topcarousel .col-xs-12 {
  padding: 0;
}
.topcarousel .carousel-inner .item {
  z-index: 2;
}
.topcarousel .carousel-inner .item .carousel-caption {
  width: 40%;
  height: 100%;
  background: url(images/bg/carousel_bg.png) repeat 0 0;
  display: block;
  top: 0;
  left: 0;
  padding: 4% 5% 5% 6%;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  z-index: 3;
}
.topcarousel .carousel-inner .item .carousel-caption h3 {
  text-transform: uppercase !important;
}
.topcarousel .carousel-inner .item .carousel-caption .col-icon {
  padding: 0;
}
.topcarousel .carousel-inner .item .carousel-caption .col-section {
  padding: 0;
  padding-top: 10px;
  line-height: 1.2;
  color: #fabc5f;
  font-size: 16px;
  font-size: 1rem;
  font-family: "PT Sans Caption", helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-transform: capitalize;
}
.topcarousel .carousel-inner .item .carousel-caption p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 8px;
  line-height: 1.2;
}
.topcarousel .carousel-inner .item .carousel-caption a.more {
  color: #fabc5f !important;
}
.topcarousel .carousel-control {
  z-index: 4;
  height: 40px;
  top: auto;
  bottom: 10px;
  width: 37px;
}
.topcarousel .carousel-control.left {
  left: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
.topcarousel .carousel-control.left .arrow-menu-left {
  background: transparent url(images/buttons/btn-white-left.png) no-repeat 0 0;
  width: 37px;
  height: 34px;
  display: block;
}
.topcarousel .carousel-control.right {
  right: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
.topcarousel .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-white-right.png) no-repeat right 0;
  width: 37px;
  height: 34px;
  display: block;
}

/* end of #HomeSlider*/
/*CompanyCarousel*/
.companycarousel {
  /* end of .carousel-control*/
}
.companycarousel .carousel-inner {
  background-color: #e1e1e1;
  padding: 0;
  height: 110px;
}
.companycarousel .carousel-inner .item {
  padding: 40px 9%;
}
.companycarousel .carousel-inner .item .col-sm-3 {
  text-align: center;
}
.companycarousel .carousel-inner .item .companylogo {
  max-width: 100px;
  max-height: 40px;
}
.companycarousel .carousel-control {
  z-index: 4;
  height: 40px;
  top: 35%;
  width: 37px;
}
.companycarousel .carousel-control.left {
  left: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
.companycarousel .carousel-control.left .arrow-menu-left {
  background: transparent url(images/buttons/btn-grey-left.png) no-repeat 0 0;
  width: 37px;
  height: 34px;
  display: block;
}
.companycarousel .carousel-control.right {
  right: 2%;
  color: #ffffff;
  opacity: 1;
  background-image: none;
}
.companycarousel .carousel-control.right .arrow-menu-right {
  background: transparent url(images/buttons/btn-grey-right.png) no-repeat right 0;
  width: 37px;
  height: 34px;
  display: block;
}

/*--------------------------------------------------------------
# Responsive Style
--------------------------------------------------------------*/
/*********************
Page Order for Reference

Home

Who We are
  IFPMA in Brief
  Our Goverance and Leadership
  Our Membersship
    Full Member
      Associations
      Companies
    Associate Member
    Affiliate Member
  Our Experts
  Join Us

Topics
  Sutopics

News Center
  News Releases
  Blog
    Global Health Matters
      Blog Single
    Science Matters
    Contributors
  Statements
  Latest News from Our Members
    News Single
  IFPMA in the News

Resources
  Publications
    News Releases
      Resource Single
    Statements
    Position Papers
    Publications
    External Studies
    Infographics
    Event Highlights
  Multimedia
    Interviews
    Podcasts
    Videos
    Photos
    Slides
  IFPMA Interactive Platforms
    Health Partnerships Directory
    Our Engagement on NCD
    Pharma By Numbers

Events
    Upcoming IFPMA Events
      Geneva Pharma Forums
      Assemblies
      Other IFPMA Events
      IFPMA in External Events
    Past IFPMA Events
      Geneva Pharma Forums
      Assemblies
      Other IFPMA Events
      IFPMA in External Events
        Events Single

Partners
  Partners Single

Careers
Contact Us
Terms of Use
Complaints form
Welcome Modal
Launch Newsletter
Africa Regulatory Network

*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  .container {
    width: 1200px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .col-topSearch {
    width: 16.5%;
  }

  .site-branding {
    width: 33.33333333%;
  }

  .TopSocialMenu {
    float: right;
  }
  .TopSocialMenu ul {
    margin-left: 0em;
  }

  .topcarousel .carousel-inner .item {
    max-height: 410px;
    overflow: hidden;
  }

  .single-science_matters .blog-type h2, .single-global-health_matters .blog-type h2 {
    text-align: center;
  }

  .caption.caption-blog {
    top: 0.5em;
    left: 70%;
  }

  .our-people-row .contributor-single {
    min-height: 365px;
  }
  .our-people-row .contributor-image-wrapper {
    text-align: center;
    min-height: 240px;
  }
  .our-people-row .clr20 {
    display: none;
  }

  #our-experts .clr20 {
    display: block;
  }

  #events-past-present .events-past-present-wrapper {
    min-height: 245px;
    height: auto;
    margin-bottom: 3em;
  }

  .row-contact {
    position: relative;
    padding-bottom: 20px;
  }

  .col-contact-details {
    background: url(images/bg/contact_bg.jpg) repeat 0 0;
    position: relative;
    z-index: 2;
    padding: 5% 2%;
  }

  .col-contact-map {
    padding-top: 4.5%;
    position: relative;
    margin-left: -8%;
    z-index: 3;
    text-align: right;
  }

  .col-contact-details, .col-contact-map {
    min-height: 600px;
  }

  .col-allresources .event-wrapper:nth-child(4n+1) {
    clear: left;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
***********f**********/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (max-width: 1240px) {
  .col-topSearch {
    width: 16.5%;
  }

  .TopSocialMenu {
    float: right;
  }
  .TopSocialMenu ul {
    margin-left: 0em;
  }

  #our-experts .clr20 {
    display: none;
  }
  #our-experts .expert-single {
    height: 330px;
  }

  .single-science_matters .blog-type h2, .single-global-health_matters .blog-type h2 {
    text-align: center;
  }

  .our-people-row .contributor-single {
    min-height: 365px;
  }
  .our-people-row .contributor-image-wrapper {
    text-align: center;
    min-height: 240px;
  }
  .our-people-row .clr20 {
    display: none;
  }

  #our-contributors .people-modal.modal ::-webkit-scrollbar, #our-leadership .people-modal.modal ::-webkit-scrollbar {
    width: 10px;
  }
  #our-contributors .people-modal.modal ::-webkit-scrollbar-track, #our-leadership .people-modal.modal ::-webkit-scrollbar-track {
    background-color: #59595b !important;
    border-radius: 10px;
  }
  #our-contributors .people-modal.modal ::-webkit-scrollbar-thumb, #our-leadership .people-modal.modal ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #515153 !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .col-allresources .event-wrapper:nth-child(3n+1) {
    clear: left !important;
  }
}
@media only screen and (max-width: 1200px) {
  .col-topSearch {
    width: 25%;
    padding: 0;
  }

  .TopSocialMenu {
    float: right;
  }
  .TopSocialMenu ul {
    margin-left: 0em;
  }

  .carousel-caption h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .carousel-caption p {
    display: none;
  }

  #LatestBlogSlider .col-thumb {
    margin-top: 3em;
  }

  .our-people-row {
    text-align: center;
  }

  #subtopics.social {
    display: none;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 6%;
  }

  #NewsSlider .carousel-inner .item {
    overflow: hidden;
    max-height: 330px;
  }

  #events #TopSlider .carousel-inner .item {
    overflow: hidden;
    max-height: 330px;
  }

  #our-experts .people-modal.modal, #our-contributors .people-modal.modal, #our-leadership .people-modal.modal {
    width: 1100px !important;
  }

  #events #TopSlider .carousel-inner .item {
    overflow: hidden;
    max-height: 330px;
    padding-top: 0em;
  }

  #our-contributors .people-modal.modal #carousel-our-people .social-icons {
    display: none;
  }

  .caption.caption-blog {
    top: 0.5em;
    left: 76%;
  }

  .our-people-row .contributor-single {
    min-height: 385px;
  }
  .our-people-row .contributor-image-wrapper {
    text-align: center;
    min-height: 240px;
  }
  .our-people-row .clr20 {
    display: none;
  }

  #our-experts .people-modal.modal, #our-contributors .people-modal.modal, #our-leadership .people-modal.modal {
    width: 1024px !important;
  }

  #event-details-page .row-event-details {
    padding-top: 1em;
  }
  #event-details-page .col-socialshare {
    display: none;
  }

  #events-past-present .events-past-present-wrapper {
    min-height: 250px;
    height: auto;
    margin-bottom: 3em;
  }

  footer #menu-footer-menu, #menu-social-media-menu-1, .col-footerAddress, .col-footerLogo {
    text-align: center !important;
  }

  ul#menu-footer-menu.menu {
    padding-left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #ifpmaMainMenu {
    margin: 0 auto;
    text-align: center;
  }
  #ifpmaMainMenu ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  body .people-modal {
    margin-left: 0 !important;
  }

  #our-experts .people-modal.modal, #our-contributors .people-modal.modal,
#our-leadership .people-modal.modal {
    width: auto !important;
    width: 100% !important;
    margin: 0 auto;
  }

  #our-experts .people-modal.modal .modal-dialog, #our-contributors .people-modal.modal .modal-dialog, #our-leadership .people-modal.modal .modal-dialog {
    height: 100vh !important;
  }

  #our-experts .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left, #our-contributors .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left,
#our-leadership .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-left {
    left: 0;
  }

  #our-experts .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right, #our-contributors .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right,
#our-leadership .people-modal.modal #carousel-our-people .carousel-control .carousel-arrow-right {
    right: 0;
  }

  #carousel-our-people .carousel-our-people-description {
    height: 100px;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 8%;
  }

  .contributor-single {
    min-height: 345px;
  }

  .contributor-image-wrapper {
    min-height: 240px;
  }

  #events .event-wrapper {
    min-height: 370px;
  }

  .events-past-present-wrapper {
    min-height: 240px;
    height: auto;
    margin-bottom: 3em;
  }

  .tab-box {
    margin: 0 2%;
  }
  .tab-box .panel-group .panel {
    border-radius: 0px;
  }
  .tab-box .panel-default > .panel-heading {
    background-color: #fabc5f !important;
    border-radius: 0px;
    border: 0px;
  }
  .tab-box .panel-default > .panel-heading .panel-title {
    font-weight: bold;
  }
  .tab-box .panel-default > .panel-heading .panel-title .accordion-toggle {
    color: #000000;
  }
  .tab-box .panel-default > .panel-heading .panel-title .accordion-toggle.collapsed {
    color: #5e5e60;
  }

  .news-releases-page .tab-box .nav-tabs li {
    width: 36%;
  }

  .col-footerSocialLnks {
    padding: 15px !important;
  }

  .col-footerLnks ul {
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
  }

  ul#menu-footer-menu.menu {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .col-topSearch {
    width: 100%;
    padding: 0;
  }

  .TopSocialMenu {
    float: none;
    padding-top: 1em;
  }
  .TopSocialMenu ul {
    margin-left: 0em;
  }

  #ifpmaMainMenu {
    margin: 0 auto;
    float: none !important;
  }

  #menu-social-media-menu.menu {
    padding-left: 0;
    margin-left: 0;
  }

  .topcarousel .carousel-inner .item .carousel-caption p {
    display: none;
  }
  .topcarousel .carousel-inner .item .carousel-caption .col-icon, .topcarousel .carousel-inner .item .carousel-caption .col-section {
    display: none;
  }

  #LatestBlogSlider .col-thumb {
    margin-top: 4em;
  }

  /*responsive tab*/
  .governance-single {
    min-height: 300px;
  }

  .col-member .box {
    min-height: 448px;
  }

  #our-experts ::-webkit-scrollbar {
    width: 10px;
  }
  #our-experts ::-webkit-scrollbar-track {
    background-color: #7996a5 !important;
    border-radius: 10px;
  }
  #our-experts ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6a8a9a !important;
  }
  #our-experts .clr20 {
    display: none;
  }
  #our-experts .expert-single {
    height: 330px;
  }
  #our-experts .carousel-inner .item {
    max-height: 350px;
  }

  .news-releases-page .featured_mark {
    display: none;
  }
  .news-releases-page .news-news-releases-highlight-box,
.news-releases-page .news-latest-news-highlight-box, .news-releases-page .news-ifpma-highlight-box,
.news-releases-page .news-media-resources-highlight-box, .news-releases-page .news-statement-highlight-box {
    margin: 0px;
    padding: 0px;
  }
  .news-releases-page .news-news-releases-highlight-box .col-hightlight-img {
    padding: 1em 1.5em;
  }
  .news-releases-page .news-news-releases-highlight-box .col-highlight-content {
    padding: 3em !important;
  }
  .news-releases-page .news-news-releases-highlight-caption, .news-releases-page .news-news-releases-highlight-date,
.news-releases-page .news-statement-highlight-caption, .news-releases-page .news-statement-highlight-date,
.news-releases-page .news-ifpma-highlight-caption, .news-releases-page .news-ifpma-highlight-date,
.news-releases-page .news-statement-highlight-caption, .news-releases-page .news-statement-highlight-date .news-media-resources-highlight-caption,
.news-releases-page .news-media-resources-highlight-date {
    padding-left: 0 !important;
  }
  .news-releases-page .col-highlight-img {
    text-align: center;
  }
  .news-releases-page .news-statement-highlight-box {
    padding: 2em !important;
  }
  .news-releases-page .news-statement-master-box .news-statement-content-wrapper {
    margin-top: 0 !important;
    padding-left: 1.5em;
  }
  .news-releases-page .news-statement-master-box .news-statement-content-wrapper .news-statement-content-box {
    width: 100%;
    padding-top: 10px;
  }
  .news-releases-page .news-media-resources-highlight-box .col-highlight-img {
    padding: 2em;
  }
  .news-releases-page .news-ifpma-master-box .news-ifpma-content-wrapper .news-ifpma-content-box {
    padding-top: 10px;
  }
  .news-releases-page .col-hightlight-content {
    padding: 3em !important;
  }
  .news-releases-page .news-media-resources-highlight-box .col-highlight-content {
    padding-left: 3em;
  }

  .news-releases-page .news-news-releases-master-box .news-news-releases-content-wrapper {
    overflow-y: hidden;
    max-height: 910px;
    margin: 1.5em -2em 2em 0;
    text-align: center;
  }

  .news-releases-page .news-media-resources-highlight-box .news-media-resources-highlight-caption {
    padding-left: 0;
  }

  .news-releases-page .news-latest-news-highlight-box, .news-releases-page .news-latest-news-master-box {
    text-align: center;
  }

  .news-releases-page .news-latest-news-master-box .news-latest-news-content-wrapper {
    overflow-y: hidden;
    margin-left: 2em;
  }

  #NewsSlider.topcarousel .carousel-inner .item {
    overflow: hidden;
    max-height: 250px;
    padding-top: 0em;
  }

  #events #TopSlider .carousel-inner .item {
    overflow: hidden;
    max-height: 330px;
    padding-top: 3em;
  }

  .news-releases-page .more-news h3.more-news-title {
    margin-top: 1em;
  }

  #interview h2.sectionhd {
    margin-top: 0;
  }

  #OurBlog {
    padding: 0;
  }

  #OurBlog #LatestBlogSlider .row {
    padding-top: 0;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 7%;
  }

  #subtopics.social {
    display: none;
  }
  #subtopics .icon {
    display: none;
  }
  #subtopics .subtopic-header, #subtopics h3.subtopictitle_secondline, #subtopics h4.post-title {
    margin-left: 20px !important;
  }

  .parallax__layer--base {
    min-height: 300px;
  }

  #TopicParallax .parallax__layer--back {
    min-height: 300px;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 1rem;
  }

  .row-latestblog .clearfix {
    display: none;
  }
  .row-latestblog .clr20 {
    display: none;
  }

  .blog-area .blog-item-wrapper {
    min-height: 529px;
  }
  .blog-area .contributors {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #bloglist_landing .bloglist-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 0;
    border-bottom: 1px solid #dededf;
    padding: 1em;
  }
  #bloglist_landing .bloglist-wrapper:last-child {
    border-bottom: none;
  }

  .col-pagination {
    margin-bottom: 1em;
  }

  .col-contributor {
    text-align: center;
  }

  .single-science_matters .breadcrumb_container {
    margin-bottom: 2em;
  }

  .caption.caption-blog {
    top: 0.5em;
    left: 85%;
  }

  .contributor-single {
    min-height: 345px;
  }

  .contributor-image-wrapper {
    min-height: 240px;
  }

  .col-our-people-right {
    display: none;
  }

  #resources .social {
    display: none;
  }
  #resources .col-pagination {
    padding-bottom: 1em;
  }
  #resources .clr100 {
    height: 50px;
  }

  .resources-children-wrapper {
    min-height: 262px;
  }

  #events .event-wrapper {
    min-height: 290px;
  }

  #event-details-page ul.nav-tabs li {
    width: 25%;
    padding: 0;
    text-align: center;
    min-height: 3em;
  }
  #event-details-page ul.nav-tabs li a {
    text-align: center;
  }
  #event-details-page .col-event-highlight-summary {
    padding-right: 15px !important;
  }
  #event-details-page .featured_mark {
    position: absolute;
  }
  #event-details-page .event-summary-date, #event-details-page .event-summary-to, #event-details-page .event-summary-end-date {
    padding-left: 2.25em;
  }
  #event-details-page .event-summary-image {
    padding-top: 50px !important;
  }
  #event-details-page .event-summary-time {
    padding-left: 2.25em;
  }
  #event-details-page .event-item-time {
    margin-bottom: 0;
    padding-left: 1em;
  }
  #event-details-page .event-item-description {
    padding: 0 0 2em 1em;
  }
  #event-details-page .events-image-col {
    text-align: center;
  }
  #event-details-page .events-image-col img {
    max-width: 50%;
    max-height: 50%;
  }

  .single-events .breadcrumb_container {
    margin-bottom: 1em;
  }

  #partners .clr100 {
    height: 50px;
  }
  #partners .partners-item {
    text-align: center;
  }
  #partners .icons {
    text-align: center;
  }
  #partners .highlight-box-2 {
    margin-bottom: 1em;
  }

  .col-footerLogo, .col-footerAddress {
    text-align: center !important;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (max-width: 768px) {
  body {
    margin-top: 20px;
  }

  .carousel-caption h3 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }

  .breadcrumb_container {
    margin-bottom: 0;
  }

  #ifpmaMainMenu {
    float: none;
  }

  .col-topSearch {
    padding-top: 40px;
  }

  .col-socialmenu {
    display: none;
  }

  .col-topSearch {
    float: none !important;
    text-align: center;
  }

  .navbar-toggle {
    background-color: #E1E1E1;
  }

  #ifpmaMainMenu {
    margin: 0 auto;
    float: none !important;
    text-align: center;
  }
  #ifpmaMainMenu ul {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .topcarousel .item {
    max-height: 300px;
  }
  .topcarousel .item img {
    width: 100%;
  }
  .topcarousel .item .col-icon, .topcarousel .item .col-section, .topcarousel .item p {
    display: none;
  }

  .home #main #HomeSlider h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  .homesection-wrap ul img {
    display: inline-block;
  }
  .homesection-wrap img {
    display: none;
  }

  .topics-icon {
    display: none;
  }

  .single-resource-wrapper {
    text-align: center;
  }
  .single-resource-wrapper .home_fm_thumb {
    max-width: 50% !important;
    max-height: 50%;
  }
  .single-resource-wrapper .col-txt {
    margin-top: 1em;
  }

  #OurResources {
    padding-bottom: 0;
  }

  #joinIFPMA {
    background-size: cover;
  }
  #joinIFPMA p {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-bottom: 1em;
  }

  #OurBlog #LatestBlogSlider {
    min-height: 8em;
  }
  #OurBlog #LatestBlogSlider .row {
    max-height: 600px;
  }
  #OurBlog #LatestBlogSlider .col-thumb {
    margin-top: 0;
  }
  #OurBlog #LatestBlogSlider .item.row .col-txt {
    padding: 0 100px;
  }

  .col-featured {
    text-align: center;
  }
  .col-featured .col-featured-txt {
    text-align: center !important;
  }

  .other-resources-header {
    text-align: center;
  }

  #our-experts .people-modal.modal #carousel-our-people .carousel-inner .item, #our-contributors .people-modal.modal #carousel-our-people .carousel-inner .item,
#our-leadership .people-modal.modal #carousel-our-people .carousel-inner .item {
    padding: 2em 1em 0.5em 1em;
  }

  .col-member {
    text-align: center;
  }

  #CompanyCarousel {
    display: none;
  }

  .col-member .box {
    min-height: 0;
  }

  .news-releases-page .news-media-contacts-item .col-photo {
    text-align: center;
  }
  .news-releases-page .news-media-contacts-item .col-bio {
    padding: 1.5em;
  }

  #NewsSlider.topcarousel .carousel-inner .item {
    overflow: hidden;
    max-height: 225px;
  }

  #events #TopSlider .carousel-inner .item {
    overflow: hidden;
    max-height: 330px;
    padding-top: 0;
  }

  .news-releases-page .news-article h3.news-article-title {
    text-align: center;
  }

  .news-releases-page .more-news h3.more-news-title {
    margin-top: 1em;
  }

  .col-ev #bloglist_landing .bloglist-wrapper {
    text-align: center;
  }
  .col-ev #bloglist_landing .bloglist-wrapper img {
    margin-bottom: 1em;
  }
  .col-ev #bloglist_landing .bloglist-wrapper .bloglist-author {
    margin-bottom: 1em;
  }

  .single-science_matters .breadcrumb_container {
    margin-bottom: 1em;
  }

  .our-people-row .contributor-single {
    min-height: 300px;
  }
  .our-people-row .contributor-image-wrapper {
    text-align: center;
    min-height: 200px;
  }
  .our-people-row .clr20 {
    display: none;
  }

  #our-contributors .carousel-inner .item {
    overflow: hidden;
    max-height: 500px;
    padding-top: 3em;
  }

  #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-description {
    padding-top: 10%;
  }

  .col-topic-right {
    display: none;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 7rem;
  }

  .parallax__layer--base {
    min-height: 300px;
  }

  #TopicParallax .parallax__layer--back {
    min-height: 300px;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 1rem;
  }

  .icons {
    text-align: center;
  }

  .resources-children-wrapper {
    min-height: 0;
    border-bottom: 1px solid #dededf;
    padding: 1em;
  }
  .resources-children-wrapper:last-child {
    border-bottom: none;
  }

  #events-past-present .events-past-present-wrapper {
    min-height: 150px;
    height: auto;
    margin-bottom: 3em;
    padding-bottom: 1em;
    border-bottom: 1px solid #dededf;
  }
  #events-past-present .events-past-present-wrapper:last-child {
    border-bottom: none;
  }

  #partners ul {
    margin-left: 0;
  }

  .col-contact-map {
    margin: 0;
    padding: 1em;
    text-align: center;
  }
  .col-contact-map iframe {
    width: 100%;
  }

  .entry-content ul {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
  }

  .col-footerLogo, .col-footerAddress {
    text-align: center !important;
  }

  .col-generalcontent {
    margin: 0;
  }

  .footerb2t {
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    font-size: 0.8em;
  }

  .accordion-moretext {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 641px) {
  .carousel-caption h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 3em 2em 0 2em;
    width: 100%;
  }

  #OurResources .nav-tabs label {
    font-size: 14.4px;
    font-size: 0.9rem;
  }

  #joinIFPMA {
    height: 247px;
    background-size: cover;
  }
  #joinIFPMA p {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-bottom: 1em;
  }

  .row.site {
    margin: auto 0 !important;
    overflow-x: hidden !important;
  }

  .sitelogo {
    margin: 15px auto;
  }

  .search_fliters_form .col-searchterm, .search_fliters_form .col-searchterm-country,
.search_fliters_form .col-searchterm-3, .search_fliters_form .col-searchterm-2 {
    width: 50%;
    margin: 0px;
    padding: 0px;
  }

  .col-member {
    overflow: hidden;
  }

  .col-member {
    text-align: center;
  }

  #NewsSlider.topcarousel .carousel-inner .item {
    overflow: hidden;
    max-height: 160px;
  }

  #events #TopSlider .carousel-inner .item {
    overflow: hidden;
    max-height: 160px;
  }

  h2.sectionhd span, h2.blog-subheader span {
    font-size: 32px;
    font-size: 2rem;
  }
  h2.sectionhd span::before, h2.blog-subheader span::before {
    width: 9vw !important;
  }
  h2.sectionhd span::after, h2.blog-subheader span::after {
    width: 9vw !important;
  }

  #our-contributors .carousel-inner .item {
    overflow: hidden;
    max-height: 500px;
    padding-top: 3em;
  }

  #our-contributors .people-modal.modal #carousel-our-people .carousel-our-people-description {
    padding-top: 10%;
  }

  .topcarousel .carousel-inner .item .carousel-caption {
    left: 1pc;
    position: absolute;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    background-image: none !important;
    background: rgba(6, 54, 128, 0.5);
  }
  .topcarousel .carousel-inner .item .carousel-caption h3 {
    align-items: center;
    margin-top: 0;
  }
  .topcarousel .carousel-inner .item .carousel-caption .more {
    text-shadow: 2px 2px 4px #000000 !important;
    width: 100%;
  }
  .topcarousel .carousel-control {
    top: 45% !important;
  }

  .home #main #HomeSlider h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
  }

  #MainTopicsSlider .carousel-inner .item {
    text-align: center;
  }
  #MainTopicsSlider .carousel-inner .item h3 {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  #MainTopicsSlider .carousel-inner .item p {
    display: none;
  }
  #MainTopicsSlider .carousel-inner .item img {
    padding-right: 20px;
  }
  #MainTopicsSlider .carousel-inner .item a.more.gettopic {
    text-align: center;
  }

  .col-otherResources, .other-resources-header, .col-thumb, .col-txt {
    margin: 0px;
    padding: 0px;
  }

  #joinIFPMA.row {
    margin: -14px;
  }
  #joinIFPMA.row p {
    font-size: 13.6px;
    font-size: 0.85rem;
  }

  #OurBlog #LatestBlogSlider .carousel-inner .item .col-txt {
    padding: 0 60px;
  }
  #OurBlog #LatestBlogSlider .carousel-control.left {
    left: 0% !important;
  }
  #OurBlog #LatestBlogSlider .carousel-control.right {
    right: 0% !important;
  }

  #TopicParallax .col-topic-right {
    display: none !important;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 7rem;
  }
  .subtopic_pane .subtopic_pane_inner .topic-items {
    column-count: 1;
  }

  .parallax__layer--base {
    min-height: 300px;
  }

  #TopicParallax .parallax__layer--back {
    min-height: 300px;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 1rem;
  }

  .col-event-highlight-summary {
    padding-top: 20px;
  }

  #event-details-page ul.nav-tabs li {
    padding-right: 15px;
  }
  #event-details-page ul.nav-tabs li a {
    font-size: 12.8px;
    font-size: 0.8rem;
  }

  #event-details-page ul.nav-tabs li {
    width: 50%;
  }
  #event-details-page ul.nav-tabs li a {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
  h2.blog-subheader {
    margin: 1em auto;
  }
  h2.blog-subheader span {
    padding: 0 5px;
  }

  #partners .partners-item {
    margin-bottom: 2em;
  }

  #partners .social {
    display: none;
  }
  #partners .col-topPhoto {
    margin-top: 1em;
  }

  .IFPMAinBriefParallax .col-content {
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .carousel-caption h3 {
    font-size: 17.6px;
    font-size: 1.1rem;
    margin: 1em 2em 0 2em;
  }

  .home #main #HomeSlider h3 {
    font-size: 16px;
    font-size: 1rem;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
  }

  #OurResources .nav-tabs label {
    font-size: 12px;
    font-size: 0.75rem;
  }

  #joinIFPMA {
    height: 300px;
    background-size: cover;
  }
  #joinIFPMA p {
    font-size: 8px;
    font-size: 0.5rem;
    margin-bottom: 1em;
  }

  #OurBlog #LatestBlogSlider .carousel-inner .item {
    text-align: center;
  }
  #OurBlog #LatestBlogSlider .carousel-inner .item .col-txt {
    padding: 0 70px;
    height: 370px;
  }
  #OurBlog #LatestBlogSlider .carousel-control.left .arrow-menu-left {
    left: 0;
  }
  #OurBlog #LatestBlogSlider .carousel-control.right .arrow-menu-right {
    right: 0;
  }

  #IFPMAinBrief {
    padding-bottom: 2em;
  }

  #ifpmatwitter .homesection-wrap .bx-wrapper {
    min-height: 220px;
  }
  #ifpmatwitter .homesection-wrap h2.sectionhd span {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  #ifpmatwitter .aptf-tweet-content {
    font-size: 12.8px;
    font-size: 0.8rem;
    width: 60%;
  }

  .parallax__layer--base {
    min-height: 300px;
  }
  .parallax__layer--base h2.toptitle {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
  .parallax__layer--base h3.subtitle {
    font-size: 17.6px;
    font-size: 1.1rem;
  }

  #TopicParallax .parallax__layer--back {
    min-height: 300px;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 1rem;
  }

  #NewsSlider .carousel-inner .item {
    overflow: hidden;
    max-height: 120px;
  }

  .single-science_matters .breadcrumb_container {
    margin-bottom: 4em;
  }

  .caption.caption-blog {
    top: 0.5em;
    left: 80%;
  }

  #our-contributors .carousel-inner .item {
    overflow: hidden;
    max-height: 500px;
    padding-top: 4em;
  }

  #our-contributors, #our-experts .people-modal.modal #carousel-our-people .carousel-our-people-description {
    padding-top: 10%;
  }

  #MainTopicsSlider h3 {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
  #MainTopicsSlider.carousel-inner {
    max-height: 310px !important;
  }

  .news-releases-page .tab-box .nav-tabs li {
    width: 100%;
  }

  #resources h1.entry-title {
    font-size: 25.6px;
    font-size: 1.6rem;
    padding-top: 1em;
  }

  #events .event-wrapper {
    min-height: 200px;
    margin-bottom: 1em;
  }
  #events .clr100 {
    height: 3em;
  }

  .page-template-page-events-categories-landing-php .col-search-filter {
    margin-top: 1em;
  }

  #partners .social {
    display: none;
  }
  #partners .col-topPhoto {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 341px) {
  .carousel-caption h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 1em 1em 0 1em;
  }

  .home #main #HomeSlider h3 {
    font-size: 14.4px;
    font-size: 0.9rem;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
  }

  .topcarousel .carousel-control.right .arrow-menu-right {
    width: 50%;
    margin-left: 1em;
  }

  .topcarousel .carousel-control.left .arrow-menu-left {
    width: 50%;
    margin-right: 1em;
  }

  .home #main #MainTopicsSlider .carousel-inner .item {
    min-height: 88px;
  }
  .home #main #MainTopicsSlider h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  #joinIFPMA {
    height: 320px;
    background-size: cover;
  }
  #joinIFPMA p {
    font-size: 8px;
    font-size: 0.5rem;
    margin-bottom: 1em;
  }

  #OurBlog #LatestBlogSlider .carousel-inner .item {
    text-align: center;
  }
  #OurBlog #LatestBlogSlider .carousel-inner .item .col-txt {
    padding: 0 60px;
    height: 410px;
  }

  .single-science_matters .breadcrumb_container {
    margin-bottom: 3em;
  }

  .subtopic_pane .subtopic_pane_inner {
    padding-top: 4rem;
  }
  .subtopic_pane .subtopic_pane_inner .topic-items {
    column-count: 1;
  }

  #TopicParallax .parallax, #TopicParallax .parallax__layer--back {
    min-height: 360px;
  }

  #resources .resources-wrapper {
    height: 19em;
  }
  #resources .clr100 {
    height: 50px;
  }

  #partners .col-topPhoto {
    margin-top: 3em;
  }
}
/**********************
* some Breakpoint fix
**********************/
@media all and (width: 1024px) {
  .blog-area #health-matters-slider, .blog-area #science-matters-slider {
    max-height: 343px !important;
  }
}
@media all and (width: 768px) {
  .blog-area #health-matters-slider, .blog-area #science-matters-slider {
    max-height: 270px !important;
  }
  .blog-area .blog-category {
    padding-top: 5px;
  }
  .blog-area .col-txt-global, .blog-area .col-txt-science {
    height: 150px;
    top: -167px;
  }

  .navbar {
    margin-bottom: 0 !important;
  }

  #events .event-wrapper:nth-child(3n+1), #events .event-wrapper:nth-child(4n+1) {
    clear: none !important;
  }
  #events .event-wrapper:nth-child(2n+1) {
    clear: left !important;
  }
}
@media all and (max-width: 640px) {
  .blog-area #health-matters-slider, .blog-area #science-matters-slider {
    max-height: none !important;
  }
  .blog-area .col-txt-global, .blog-area .col-txt-science {
    display: block !important;
    padding-top: 10px;
    height: auto;
    top: auto !important;
  }
  .blog-area .blog-category {
    margin: 3px 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .blog-area .blog-heading {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 !important;
  }
  .blog-area .date {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding-bottom: 8px;
  }
  .blog-area .author {
    display: none;
  }
  .blog-area .clr10 {
    display: none;
  }
}
/*--------------------------------------------------------------
# Print Style
--------------------------------------------------------------*/
@media print {
  .hide-web {
    display: block;
  }

  .hide-print {
    display: none;
  }

  .slick-resources .slick-slide {
    display: none !important;
  }
  .slick-resources .slick-slide.slick-active {
    display: block !important;
  }
  .slick-resources .slick-list {
    height: auto !important;
  }
  .slick-resources .slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
  .slick-resources .slick-track .slick-slide {
    width: 33% !important;
  }
  .slick-resources .slick-dots {
    display: none !important;
  }

  #highlights #subtabs {
    display: none;
  }
  #highlights #language-tab-content .tab-pane .row-event-top .col-heading {
    width: 65%;
    padding-left: 0;
  }
  #highlights #language-tab-content .tab-pane .row-event-top .col-heading h2 {
    margin: 20px 0;
    margin: 0px;
    padding: 0px;
    font-size: 20.8px;
    font-size: 1.3rem;
    color: #063680 !important;
    -webkit-print-color-adjust: exact;
  }
  #highlights #language-tab-content .tab-pane .row-event-top .col-heading h3 {
    font-size: 17.6px;
    font-size: 1.1rem;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    color: #063680 !important;
    -webkit-print-color-adjust: exact;
  }
  #highlights #language-tab-content .tab-pane .row-event-top .event_highlights_intro p {
    color: #063680 !important;
  }
  #highlights #language-tab-content .tab-pane .row-event-qa {
    display: inline-block;
    background-color: #fabc5f !important;
    -webkit-print-color-adjust: exact;
  }
  #highlights #language-tab-content .tab-pane .row-event-qa h3 {
    color: #063680 !important;
    -webkit-print-color-adjust: exact;
    font-size: 16px;
    font-size: 1rem;
    margin: 10px 0 !important;
  }
  #highlights #language-tab-content .tab-pane .row-event-qa .col-qa .qawrap .question,
#highlights #language-tab-content .tab-pane .row-event-qa .col-qa .qawrap .answer p {
    margin: 0px;
    padding: 0px;
    font-size: 11.2px;
    font-size: 0.7rem;
    color: #063680 !important;
    -webkit-print-color-adjust: exact;
  }
  #highlights #language-tab-content .tab-pane .row-event-qa .col-qa .qawrap .answer p {
    padding-bottom: 10px;
  }
  #highlights #language-tab-content .tab-pane .row-event-main h2,
#highlights #language-tab-content .tab-pane .row-event-main h3,
#highlights #language-tab-content .tab-pane .row-event-main h4 {
    color: #063680 !important;
  }
  #highlights #language-tab-content .tab-pane .row-event-main p {
    padding-bottom: 0px !important;
    line-height: 120%;
    margin-bottom: 10px !important;
    color: #063680 !important;
  }
  #highlights #language-tab-content .tab-pane .row-event-main p .content-quote {
    color: #063680 !important;
    line-height: 130%;
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  #highlights #language-tab-content .tab-pane .row-event-speakers h3 {
    margin: 0px;
    padding: 0px;
    color: #063680 !important;
    -webkit-print-color-adjust: exact;
    font-size: 16px;
    font-size: 1rem;
    margin: 10px 0 !important;
  }
  #highlights #language-tab-content .tab-pane .event_hightlight_content p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #highlights #language-tab-content .tab-pane .col-eh-speaker,
#highlights #language-tab-content .tab-pane .col-eh-organizer {
    width: 16.6666%;
  }

  .page-template-page-covid a[href]:after {
    content: none !important;
  }
  .page-template-page-covid .search-form,
.page-template-page-covid #open_consent_container,
.page-template-page-covid #cookieconsent_container,
.page-template-page-covid .breadcrumb_container,
.page-template-page-covid .backToTop,
.page-template-page-covid .acwlnk,
.page-template-page-covid footer,
.page-template-page-covid nav,
.page-template-page-covid .print-icon {
    display: none;
  }
  .page-template-page-covid .collapse {
    display: block !important;
    visibility: visible !important;
  }
  .page-template-page-covid .col-links a[href]::after {
    content: " (" attr(href) ")" !important;
  }
  .page-template-page-covid .bg-covid-resources {
    background-color: transparent !important;
  }
  .page-template-page-covid .col-resources h3 {
    font-size: 1.4rem;
  }
  .page-template-page-covid .col-resources .resource-item {
    width: 50%;
    display: inline-block !important;
    padding: 10px;
  }
  .page-template-page-covid .col-figures ul li {
    text-align: center;
  }
  .page-template-page-covid .col-figures ul li .icon-figure {
    margin: 0 auto;
    position: unset;
    right: unset;
    margin-bottom: 30px;
  }
  .page-template-page-covid .col-figures ul li figure {
    position: unset;
    top: unset;
  }
  .page-template-page-covid h1 {
    color: #1FAD8E !important;
  }
  .page-template-page-covid .section-hd {
    color: #063680 !important;
  }

  /*Covid print*/
  .new-page {
    page-break-before: always;
  }
}
.m-top-150px {
  margin-top: 150px;
}