@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
@import url("flag-icon.min.css");

::-moz-selection {
	/* Code for Firefox */
	color: #000;
	background: #ddd;
	opacity: 1;
}

::selection {
	color: #000;
	background: #ddd;
	opacity: 1;
}

html {
	font-size: 62.5%;
}

/* font-size: 62.5% now means that 1.0 rem = 10px */
* {
	font-size: 1.7rem;
	line-height: 2.7rem;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #555;
}

.mt0 {
	margin-top: 0 !important;
}

th {
	color: #000;
}

td,
th {
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 40px;
	color: #000;
}

h2 {
	font-size: 3rem;
}

h3 {
	margin-bottom: 20px;
}

.common h3 {
	margin: 30px 0 20px;
	font-size: 2.5rem;
	font-weight: 600;
}

h4,
h5,
h6 {
	font-weight: 600;
}

h2.section-title,
h3.subsection-title {
	position: relative;
	padding-bottom: 30px;
	margin: 0 0 50px;
	font-size: 3.8rem;
}

h3.subsection-title {
	font-size: 2.5rem;
}

h2.section-title:after,
h3.subsection-title:after {
	content: "";
	height: 3px;
	width: 50px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

i.material-icons {
	height: auto !important;
	line-height: 1 !important;
}

th {
	position: relative;
}

th i {
	position: absolute;
	top: 15px;
	right: 10px;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
	position: relative;
	font-size: 1.5rem !important;
	float: left;
	margin-right: 4px;
}

.btn {
	padding: 2px 10px !important;
	border-radius: 20px;
	text-transform: uppercase !important;
	font-size: 12px;
	line-height: normal;
}

a.see-more {
	color: #337ab7 !important;
	margin-left: 10px;
}

a.see-more:hover {
	text-decoration: underline;
}

a.see-more i {
	position: relative;
	top: 5px;
	left: -5px;
}

.meta-box,
.meta-box span,
.meta-box a {
	font-size: 12px;
	margin-bottom: 10px;
}

.btn {
	background-color: #337ab7 !important;
	box-shadow: none !important;
	padding: 5px;
	text-transform: none;
	height: auto;
	line-height: normal;
}

.btn:hover {
	background-color: #48a1ed !important;
}

header {
	border-bottom: 1px solid #eee;
}

header .row {
	margin-bottom: 0;
}

header .branding-wrap {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	background-color: #000;
}

.branding-wrap .section-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.branding-wrap .left-section,
.branding-wrap .right-section {
	display: flex;
	align-items: center;
}

.branding-wrap .right-section {
	font-size: 1.2rem;
}

.branding-wrap .right-section a {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.branding-wrap .right-section a.newsletter {
	color: #fff !important;
	line-height: 1;
	display: flex;
	align-items: center;
}

.branding-wrap .right-section a.newsletter i {
	margin-right: 5px;
}

.right-section ul.social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

.right-section .social li {
	margin-left: 10px;
}

.right-section .social li:first-child {
	margin-left: 0;
}

.right-section .social li>a {
	color: #fff;
	display: block;
	line-height: 1;
}

.right-section .social li>a:hover {
	color: #ccc;
}

.branding-wrap .recent-activities {
	margin-left: 40px;
	padding-left: 20px;
	border-left: 1px solid #3a5164;
}

.branding-wrap .recent-activities ul {
	list-style: none;
}

.recent-activities ul li a {
	color: #fff !important;
	font-size: 1.2rem;
}

.recent-activities ul li a:hover {
	text-decoration: underline !important;
}

.lang-wrap {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #3a5164;
}

.lang-wrap ul {
	list-style: none;
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}

.lang-wrap li {
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}

.lang-wrap li:first-child {
	margin-left: 0;
}

.lang-wrap li:last-child {
	margin-right: 0;
}

.lang-wrap li a {
	color: #3a5164;
}

.lang-wrap li a:hover {
	color: #fff;
}

.lang-wrap li.active a {
	color: #fff;
}

header .nav-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-wrap>a {
	font-size: 12px;
	padding: 15px !important;
	line-height: 1 !important;
	height: auto !important;
}

header .navbar {
	width: auto !important;
	background: #fff;
	box-shadow: none;
	height: auto;
}

.navbar>ul>li {
	padding: 25px 15px;
	position: relative;
}

.navbar>ul>li:first-child {
	padding-left: 0;
}

.navbar li:last-child {
	padding-right: 0;
}

.navbar li a {
	color: #000 !important;
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 5px 0;
	background: none !important;
	position: relative;
}

.navbar li a i {
	font-size: 1.4rem;
}

.navbar li a:after {
	content: "";
	height: 2px;
	width: 0;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

nav ul li>ul>li {
	float: none;
	display: block;
}

.navbar li a:hover:after {
	width: 10px;
}

.navbar li.active {
	background: none !important;
}

.navbar li.active>a:after {
	width: 10px;
	background: #337ab7 !important;
}

.navbar li.active>a {
	color: #337ab7 !important;
}

nav .submenu,
nav .submenu>li>ul {
	position: absolute;
	width: 180px !important;
	background: #fff;
	list-style: none;
	margin-left: -20px;
	padding: 0 10px 10px;
	top: 80px;
	opacity: 1;
	z-index: 999;
	left: 20px;
	visibility: hidden;
	border: 1px solid #eee;
	border-top: 0;
}

nav .submenu>li a {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 18px;
}

nav .submenu>li a:after {
	height: 1px;
}

nav li:hover .submenu,
nav li:hover .submenu:hover {
	visibility: visible;
	opacity: 1;
}

/*HERO*/
.hero {
	height: 85vh;
}

.hero .swiper-container {
	height: 100%;
}

.hero .link {
	color: #fff;
	font-size: 1.68rem;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 10px;
	display: inline-block;
}

.swiper-slide {
	background-size: cover;
}

.swiper-slide .container {
	display: flex;
	align-items: center;
	height: 100%;
}

.swiper-slide .container .row {
	margin-bottom: 0;
	flex: 0 0 100%;
}

.swiper-slide .detail-wrap {
	padding: 80px;
	color: #fff !important;
	background: rgba(51, 122, 183, 0.85);
}

.swiper-slide .detail-wrap a {
	color: #fff !important;
}

.swiper-button-next,
.swiper-button-prev {
	transform: scale(0.5);
	opacity: 0.85;
	transition: all 0.4s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1;
}

.detail-wrap .title,
.detail-wrap .title a {
	font-size: 4.5rem;
	font-weight: 700;
	margin: 0 0 40px;
	padding-bottom: 40px;
	text-decoration: none;
	position: relative;
	line-height: normal;
}

.detail-wrap .title:after,
.detail-wrap .title a:after {
	content: "";
	height: 4px;
	width: 100px;
	background-color: #fff;
	position: absolute;
	text-decoration: none;
	left: 0;
	bottom: 0;
}

.detail-wrap .text p,
.detail-wrap .text p a {
	font-size: 2.5rem;
	text-decoration: none;
	line-height: 3.6rem;
}

/*ACTIVITIES*/
.activities {
	padding: 80px 70px;
	background: #000;
}

.activities .row,
.activities .row .col {
	margin-bottom: 0;
}

.darker {
	background: #83afda;
}

.activities img {
	display: block;
	max-width: 100%;
	margin: 0 0 20px;
}

.activities p {
	margin-bottom: 0;
	color: #ccc;
}

.activities .meta-box,
.activities .meta-box span {
	color: #ccc;
}

.activities .top-recent h2,
.activities .top-recent h2 a {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 24px;
	margin: 5px 0;
	color: #fff;
}

.activities .top-recent img {
	background-color: #000;
}

.recent {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.recent img {
	flex: 0 0 35%;
	max-width: 35%;
	background: #000;
}

.recent .recent-text {
	padding-top: 10px;
	flex: 0 0 60%;
	max-width: 60%;
	padding-left: 20px;
}

.recent h3 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 24px;
	margin: 5px 0 15px;
}

.activities .btn {
	padding: 15px 20px !important;
	margin-top: 40px;
}

/*OVERVIEWS*/
.overviews {
	padding: 80px 0;
	background: #fff;
}

.overviews .row {
	margin-bottom: 0;
}

.session {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.session:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.session a {
	flex: 0 0 25%;
	max-width: 25%;
}

.session a img {
	max-width: 100%;
	width: auto;
	background: #000;
}

.session-text {
	padding-top: 10px;
	flex: 0 0 65%;
	max-width: 65%;
	padding-left: 20px;
}

.session-text h3 {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 22px;
}

.widget li,
.widget .press {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.widget li:last-child,
.widget .press:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget {
	border-bottom: 4px solid #337ab7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.widget p,
.widget span,
.widget a {
	font-size: 1.3rem;
}

.widget:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget a {
	color: #000;
}

.widget a:hover {
	color: #337ab7;
}

/*COUNTRIES*/
.countries {
	padding: 0 0 80px;
	background: #fff;
}

.countries .container {
	position: relative;
	padding-top: 80px;
}

.countries .container:before {
	content: "";
	height: 6px;
	left: 10px;
	right: 10px;
	position: absolute;
	top: 0;
	background-color: #337ab7;
}

#map {
	width: 100%;
	height: 400px;
	background-color: #fff !important;
	cursor: pointer;
}

.countries #country_list {
	height: 470px;
	width: 100%;
	margin-top: 15px;
}

.jspVerticalBar {
	width: 5px;
}

.jspTrack {
	background-color: #e5e5e5;
}

.jspDrag {
	background-color: #99cdff;
}

.countries form {
	margin-top: 15px;
}

.countries form {
	width: 100%;
}

.countries form input {
	border: 1px solid #eee !important;
	color: #676767;
	padding: 25px 10px !important;
	box-sizing: border-box !important;
	outline: none !important;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	box-shadow: none !important;
}

.countries form input:focus {
	border-color: #337ab7 !important;
}

.countries #country_list li {
	padding: 2px 0;
}

.countries #country_list a {
	color: #333;
}

.countries #country_list a:hover {
	color: #337ab7;
}

/*SHORT ABOUT*/
.short-about {
	padding: 40px 0 80px;
}

.short-about img {
	display: block;
	max-width: 100%;
	width: auto;
}

.teaser {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.teaser:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.teaser h2 {
	margin: 0 0 20px;
}

.teaser p {
	max-width: 80%;
}

.counters {
	border-top: 6px solid #337ab7;
	padding-top: 30px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.count {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.count h2 {
	margin: 0;
}

.count p {
	margin: 0;
}

/*FOOTER*/
footer {
	padding: 80px 0 20px;
	background: #252525;
}

footer .row {
	margin-bottom: 0;
}

footer .footer-links-wrap {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 0.75rem;
	justify-content: space-between;
}

.footer-links-wrap .footer-links {
	flex: 0 0 18%;
	max-width: 18%;
}

footer h4 {
	font-size: 1.8rem;
	color: #fff;
	margin: 0 0 20px;
}

footer .footer-links li {
	margin-bottom: 5px;
}

footer .footer-links li:last-child {
	margin-bottom: 0;
}

footer .footer-links a {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #ccc;
	display: inline-block;
}

footer .footer-links a:hover {
	color: #337ab7;
}

footer .social {
	list-style: none;
}

footer .social li {
	margin-right: 8px;
	display: inline-block;
}

footer .social li a {
	font-size: 16px;
	color: #ccc;
}

footer .social li a:hover {
	color: #fff;
}

footer .bottom .container {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	margin-top: 30px;
}

footer .bottom p {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #ccc;
	margin-bottom: 0;
}

.image_caption {
	display: block;
	font-size: 12px;
	color: #999;
}

/*PROFILES*/
.profiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -2%;
}

.profile {
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 30px;
	padding: 0 2%;
	box-sizing: border-box;
}

.profile img {
	max-width: 100%;
	width: auto;
	display: block;
	border-radius: 100%;
}

.profile h5 {
	margin: 20px 0 0;
}

.profile p {
	font-size: 1.2rem;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

/*new modal window design*/
/*.profile{
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
}
.profile .pop{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
}
*/

.origin {
	display: flex;
	align-items: center;
}

.origin img {
	display: block;
	max-width: 15px;
	width: auto;
	margin-right: 2px;
}

.twitter-follow-button {
	color: #1da1f2 !important;
}

/*BOARD & STAFF*/
.common {
	padding: 60px 0;
	background: #fff;
}

.common .col.m12.l12 img.responsive-img {
	max-width: 100%;
	float: left;
	margin: 10px 30px 20px 0;
}

article.sub-content {
	clear: both;
}

.sub-content .sub-img-wrap {
	margin: 5px 30px 30px 0;
	max-width: 40%;
}

.common .row {
	margin-bottom: 0;
}

.common .hilite,
.common .highlight,
.common .hilite a,
.common .highlight a {
	font-size: 1.6rem;
	line-height: 22px;
	margin-top: 0;
	font-weight: 600;
	color: #000;
}

.common .hilite a,
.common .highlight a {
	color: #039be5;
}

.common h4 {
	margin: 40px 0 20px;
}

.common ul {
	margin-left: 0;
}

.common ul ul {
	margin-left: 20px;
}

.common ul li {
	margin: 4px 0 4px 15px;
	list-style-type: disc;
}

.common ul ul,
.common ul ul li {
	list-style: circle outside;
}

.common td {
	vertical-align: middle;
}

.common td p>span {
	font-size: 12px;
	color: #888;
}

.common td p>strong {
	font-size: 1.4rem;
}

.common .box {
	margin: 40px 0;
	padding: 40px;
	background-color: #6eb2f3;
}

.common .box a {
	color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 10px;
	display: inline-block;
}

#general_comments_box a.btn,
#annual_reports_box a.btn,
.reports-table a.btn {
	margin: 5px 2px;
	font-size: 1.4rem;
	color: #fff;
}

#general_comments_box tr td,
#annual_reports_box tr td,
.reports-table tr td {
	transition: all 0.4s;
	padding: 15px 10px;
}

#general_comments_box tr:hover td,
#annual_reports_box tr:hover td,
.reports-table tr:hover td {
	background: #f8f8f8;
}

.decisions_table tbody {
	display: none;
}

.top-decision .decisions_table tbody {
	display: table-row-group;
}

tr.first-titles {
	background: #f1f1f1;
	cursor: pointer;
	border-bottom-color: #fff;
}

thead.active tr.first-titles th {
	background: #99cdff;
	color: #000;
}

.filter-box h3 {
	margin-top: 0 !important;
}

tr.first-titles th {
	padding-left: 15px;
	font-weight: 700;
}

#list_session .checkbox,
#list_country .checkbox,
#list_articles .checkbox,
#list_year .checkbox,
#list_keywords .checkbox,
#list_articles .checkbox {
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

#filter_session {
	margin-bottom: 25px;
}

#filter_session:focus {
	border-bottom-color: #337ab7 !important;
}

#list_session .checkbox label,
#list_country .checkbox label,
#list_articles .checkbox label,
#list_year .checkbox label,
#list_keywords .checkbox label,
#list_articles .checkbox label {
	font-size: 1.4rem;
	color: #000;
	cursor: pointer;
	display: block;
}

#list_session .checkbox label:hover,
#list_country .checkbox label:hover,
#list_articles .checkbox label:hover,
#list_year .checkbox label:hover,
#list_keywords .checkbox label:hover,
#list_articles .checkbox label:hover {
	color: #337ab7 !important;
}

.session_filter_section {
	margin-bottom: 40px;
}

.session_filter_section .filter-box label>input {
	opacity: 1;
	position: relative;
}

.session_filter_section a.toggle {
	display: inline-block;
	border-radius: 100px;
	font-size: 11px !important;
	border: 1px solid #337ab7;
	padding: 0 10px;
	margin-top: 10px !important;
}

.session_filter_section a.toggle:hover {
	background: #337ab7;
	color: #fff !important;
}

.session_filter_section a.toggle:hover span {
	color: #fff !important;
}

.session_filter_section a.toggle span {
	font-size: 11px !important;
}

.session_filter_section:last-child {
	margin-bottom: 0;
}

.decisions_table p {
	margin: 5px 0;
	line-height: normal;
}

span.board-name {
	display: inline-block;
	line-height: normal;
}

.reports-table a {
	color: #555;
	font-size: 1.4rem;
}

.box p {
	font-size: 1.6rem;
	line-height: 22px;
	margin: 0;
	color: #fff;
}

.annual-report {
	font-size: 12px;
	padding: 10px;
	background: #eee;
	color: #000;
}

.annual-report:hover {
	background: #6eb2f3;
}

/* .common .sidemenu {
  border: 1px solid #333;
    padding: 30px;
} */
@media only screen and (max-width: 992px) {
	.common .sidemenu {
		border-top: 4px solid #6eb2f3;
		padding-top: 40px;
		margin-top: 40px;
	}
}

.common .sidemenu ul {
	margin: 0;
}

.common .sidemenu ul,
.common .sidemenu ul li {
	list-style: none !important;
}

.common .sidemenu ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.common .sidemenu ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.common .sidemenu ul li a {
	font-size: 1.6rem;
	line-height: 24px;
	color: #000;
}

.common .sidemenu ul li a:hover {
	color: #337ab7;
}

.common .sidemenu ul li.active-sidemenu a {
	font-weight: bold;
	color: #337ab7;
}

/*SUPPORT*/
.supporters a,
.supporters a img {
	display: block;
	width: 100%;
	transition: all 0.4s;
}

.supporters a {
	margin-bottom: 15px;
}

.supporters a:hover img {
	filter: grayscale(1);
}

p.highlight,
p.order-like,
p.order-like strong,
p>strong {
	font-weight: bold;
	color: #000;
	font-size: 1.6rem;
}

.language-wrapper {
	display: flex;
	justify-content: flex-start;
}

.icebreaker .first-sighting {
	padding: 40px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	display: block;
	background: #337ab7 !important;
}

.common h3.member-name {
	margin: 10px 0 0;
	line-height: 1;
}

.common h3.member-name a {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: normal;
}

img.member-img {
	width: 100%;
	max-height: 280px;
	border-radius: 100% !important;
}

.common .member-country {
	margin: 10px 0;
}

.common .member-container {
	margin: 10px 0;
}

.common .member-year {
	font-size: 12px;
	background: #eee;
	padding: 2px 10px;
	border-radius: 2px;
}

#hr-members .margbot_15 {
	margin-right: -2rem;
	margin-left: -2rem;
}

#hr-members .margbot_15>.col {
	padding: 0 2rem;
}

.dl-note {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	display: flex;
	align-items: center;
}

#full_bio,
#rules_area,
#ngo_area,
#nhri_area,
#preloader {
	background: rgba(153, 205, 255, 0.95);
	position: fixed;
	top: -100px;
	opacity: 0;
	visibility: hidden;
	display: table;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	height: 100%;
	width: 100%;
}

/*new modal window design*/
#full_bio {
	top: 0;
	right: -100px;
	background: rgba(36, 36, 36, 0.65);
}

#full_bio .container {
	width: 40%;
	margin-right: 50px;
}

#full_bio>a,
#rules_area>a,
#nhri_area>a,
#ngo_area>a {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	display: block;
	color: #000;
}

#full_bio>a,
#rules_area>a,
#nhri_area>a,
#ngo_area>a {
	right: 10px;
}

#full_bio .rules-wrapper,
#rules_area .rules-wrapper,
#ngo_area .rules-wrapper,
#nhri_area .rules-wrapper,
.spinner {
	text-align: center;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.slidein {
	visibility: visible !important;
	z-index: 9999999;
	top: 0 !important;
	opacity: 1 !important;
}

#full_bio.slidein {
	right: 0 !important;
}

.slidein a {
	color: #000;
}

.slidein a:hover {
	color: #fff;
}

.pull-right {
	margin: 0 0 20px 20px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	border: none;
	height: 30px !important;
	padding: 0 !important;
	width: 40px !important;
	border-radius: 0 !important;
	margin-top: 5px;
}

.bottom .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 28px !important;
}

.main-title-specific {
	text-align: right;
}

.main-title-specific h1 span {
	font-size: 65px;
}

.sdtitle-color {
	color: #7e8076;
}

.sdtitle-color2 {
	color: #c2c2c4;
}

.specific-decision-title-desc {
	background: #e4e4e6;
	font-weight: bold;
	padding: 30px !important;
	min-height: 326px !important;
	box-sizing: border-box !important;
}

.specific-decision-title {
	background-color: #6d9eeb;
	color: #fff;
	min-height: 326px !important;
	padding: 0 30px !important;
	box-sizing: border-box !important;
}

.specific-decision-title h1 {
	font-weight: bold;
	margin-top: 140px;
	font-size: 75px;
	margin-bottom: 0;
	text-align: right;
	color: #fff;
}

span.order i {
	position: relative;
	top: 7px;
}

.common td {
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 40px;
}

.country-heading {
	border: none !important;
}

.country-heading td {
	border-top: 4px solid #eee;
	padding-bottom: 0;
	padding-top: 40px;
}

#mc_embed_signup input:focus,
.filterinput:focus {
	border-bottom: 1px solid #6eb2f3;
	-webkit-box-shadow: 0 1px 0 0 #6eb2f3;
	box-shadow: 0 1px 0 0 #6eb2f3;
}

.widget iframe {
	width: 100% !important;
}

.teaser a {
	color: #555;
}

.teaser a:hover {
	color: #039be5;
}

#mc_embed_signup {
	padding: 40px 0;
}

#mc_embed_signup label {
	font-size: 1.2rem;
}

#mc_embed_signup .btn {
	font-size: 12px;
	padding: 15px !important;
	line-height: 1 !important;
	height: auto !important;
	margin-top: 30px;
}

.bio-content-wrapper {
	background: #fff !important;
	padding: 45px;
	height: 100vh;
	overflow-y: auto;
}

#full_bio .pop-img {
	max-width: 195px;
}

#full_bio .rules-wrapper h2 {
	color: #99cdff;
	margin: 5px 0 0;
}

#full_bio .rules-wrapper .container p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #676767 !important;
}

#full_bio .rules-wrapper .container p.designation {
	font-weight: bold;
	font-size: 18px;
}

#bio_cnt_wrp {
	box-sizing: border-box;
	padding-left: 40px;
	width: 75%;
}

/*new modal window design*/
#bio_cnt_wrp {
	width: 85%;
	float: left;
	padding-left: 0;
	margin: 0;
}

.text-left {
	text-align: left;
}

#full_bio .rules-wrapper .container {
	max-width: 960px;
}

#single_country div.tab-view.active-view {
	display: block;
}

#single_country div.tab-view {
	display: none;
}

#country_articles_table_wrap .l6:nth-child(2n + 1) {
	clear: left;
}

#country_articles_table_wrap .l6 {
	margin: 15px 0;
}

#activities .l4 {
	border-bottom: 2px solid #eee;
	margin: 15px 0;
	padding: 0 0 30px;
}

#activities .l4:nth-child(3n + 1) {
	clear: left;
}

#single_country #country_articles_table_wrap .img-details,
#activities .img-details,
.newpages #country_articles_table_wrap .img-details {
	width: 30%;
}

#activities .img-details a {
	display: block;
}

#single_country #country_articles_table_wrap .img-details img,
#activities .img-details img,
.newpages #country_articles_table_wrap .img-details img {
	margin: 0;
}

#country_articles_table_wrap .content-details,
#activities .content-details,
.newpages #country_articles_table_wrap .content-details {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 65%;
	padding-left: 15px;
}

#country_articles_table_wrap .content-details p.hilite,
#country_articles_table_wrap .content-details p.hilite a,
#activities .content-details p.hilite,
#activities .content-details p.hilite a {
	font-size: 1.6rem !important;
	line-height: 2.2rem !important;
}

#activities .content-details p.hilite a {
	color: #000;
}

#activities .content-details p.hilite a:hover {
	color: #039be5;
}

.common #country_articles_table_wrap .content-details h3 {
	margin-top: 0;
}

.common #country_articles_table_wrap .content-details h3 a {
	display: block;
	line-height: normal;
	color: #000;
	font-weight: normal;
}

.common #country_articles_table_wrap .content-details h3 a:hover {
	color: #039be5;
}

.common #country_articles_table_wrap .col6 {
	clear: right;
}

#single_country .hilite a {
	color: #000;
	line-height: 1;
}

#single_country .hilite a:hover {
	color: #039be5;
}

#tab_box {
	margin-bottom: 60px;
}

#tab_box span {
	cursor: pointer;
	font-size: 1.6rem;
	margin-right: 25px;
	position: relative;
}

#tab_box span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	width: 0;
	height: 2px;
	background-color: #039be5;
	left: -2px;
}

#tab_box a {
	color: #555 !important;
}

#tab_box a:hover {
	color: #039be5 !important;
}

#tab_box span.active,
#tab_box span:hover {
	color: #039be5;
}

#tab_box span.active:after,
#tab_box span.active:hover:after {
	width: 17px;
}

#tab_box span:last-child {
	margin-right: 0;
}

.country-table.top-cycle tbody {
	display: table-row-group;
}

.country-table tbody {
	display: none;
}

.sidebar.table-contents {
	margin-top: 40px !important;
}

.country-table th {
	padding-left: 15px;
	background-color: #99cdff;
	font-weight: 700;
	font-size: 1.4rem;
}

.common .country-table td,
.common #country_decisions_table td {
	padding: 15px 5px !important;
}

.common .country-table td p {
	margin: 0 0 5px;
	display: flex;
	align-items: center;
}

.doc_title a {
	color: #555;
}

.doc_title a:hover {
	color: #039be5;
}

.doc_date i {
	font-size: 1.5rem;
}

.common .country-table td p>span,
.common #country_decisions_table td p>span {
	color: #000;
	font-weight: 700;
	font-size: 1.3rem;
}

.common #country_decisions_table td a:not(.btn) {
	color: #555 !important;
}

.common #country_decisions_table td a:not(.btn):hover {
	color: #039be5 !important;
}

.accordion-item strong {
	font-weight: bold !important;
	color: #000 !important;
}

#dashboard-tool {
	color: #fff !important;
	line-height: 1.75;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	margin-right: 15px;
	padding-right: 15px;
}

/*MYANMAR*/
#page-524 .highlight,
#page-526 .highlight+p {
	display: none;
}

#page-524 .sub-content .sub-img-wrap {
	margin: 0 0 10px;
	max-width: 100%;
}

#page-524 .sub-content ul {
	padding-left: 20px;
}

#page-524 .sub-content ul,
#page-524 .sub-content ul li {
	list-style: disc;
}