/*-------------------------------------------------------*/
/* EIRA 2019 
/*-------------------------------------------------------*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-twitter:before { content: "\f100"; }
.flaticon-facebook-logo:before { content: "\f101"; }
.flaticon-linkedin-logo:before { content: "\f102"; }
.flaticon-inbox:before { content: "\f103"; }
.flaticon-down-arrow:before { content: "\f104"; }
.flaticon-right-arrow:before { content: "\f105"; }
.flaticon-caret-down:before { content: "\f106"; }
.flaticon-plus:before { content: "\f107"; }
.flaticon-checked:before { content: "\f108"; }
.flaticon-pacman:before { content: "\f109"; }
.flaticon-close:before { content: "\f10a"; }
.flaticon-search:before { content: "\f10b"; }
.flaticon-danger:before { content: "\f10c"; }
.flaticon-select:before { content: "\f10d"; }
.flaticon-backup:before { content: "\f10e"; }
.flaticon-add-plus-button:before { content: "\f10f"; }
.flaticon-info:before { content: "\f110"; }
.flaticon-information:before { content: "\f111"; }
.flaticon-left-arrow:before { content: "\f112"; }
.flaticon-tick:before { content: "\f113"; }
.flaticon-clip:before { content: "\f114"; }
.flaticon-clock:before { content: "\f115"; }
.flaticon-check-mark:before { content: "\f116"; }
.flaticon-cancel:before { content: "\f117"; }
.flaticon-copy:before { content: "\f118"; }
.flaticon-pdf:before { content: "\f11a"; }

/*Select*/
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
	line-height: 38px;
	padding-right: 35px;
	text-overflow: ellipsis;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    display: block;
    overflow: hidden;
    opacity: 0;
	margin-top: -10px;
	border:solid 1px #ccc;
	pointer-events: none;
	overflow: hidden!important;
}
.dropdown .dropdown-menu ul.dropdown-menu {
	max-height: 300px!important;
	overflow: scroll!important;
	overflow-x: hidden!important;
}

.dropdown.show .dropdown-menu{
    max-height: inherit;
	margin-top: 0px;
    opacity: 1;
	pointer-events: auto;
}
.dropdown-menu .dropdown-item{
	white-space: normal;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

.clearfix {
  *zoom: 1;
}

::-moz-selection { /* Code for Firefox */
    color: #91d1f3;
    background: none;
}
::selection {
   color: #91d1f3;
    background: none;	
}
.container{
	max-width: 1180px;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
img{
	max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

:focus, button:focus {
  outline: none!important;
	box-shadow:none!important;
}
button{
	cursor:pointer;
}

b, strong{
	font-weight: 700;
}
ul, ul > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;font-family: proxima-nova, sans-serif;;font-weight: 400;
  font-weight: 400;
  color: #000;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {font-family: proxima-nova, sans-serif;;font-weight: 400;
	font-style: normal;
	font-weight: 700;
}
p {
  	font-size: 16px;
  	line-height: 24px;
  	margin: 0px 0px 20px 0px;font-family: proxima-nova, sans-serif;;font-weight: 400;
	font-weight: 400;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color:#000;
}
a:hover{
}
section ul, section ol{
	padding-left: 20px;
}
section ul > li{
	list-style: disc;
	list-style-position: outside;
}
section ol > li{
	list-style-position: outside;
}
body{
	overflow-x:hidden;
}
#site-wrapper{
	position: relative;
}
.popover-header, .popover-body{
	border-radius: 0px;
	border:none;
	background: #003a63;
	color:#fff;
	font-size: 13px;
	padding: 20px;
	font-family: proxima-nova;
}
.popover-header{
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 0px;
	font-size: 16px;
}
.popover{
	border:none;
}
.popover .arrow:after{
	border-top-color: #003a63;
}
.popover .arrow:before{
	content:none;
}
.modal-open .modal{
	opacity: 1;
}
.popover.tour-popover{
	border:none!important;
	background: #003a63!important;
	border-radius: 0px!important;
	max-width: 390px!important;
	padding: 26px!important;
}
.popover.tour-popover .popover-title{
	background: #003a63;
	color:#fff;
    padding:0px 0px 20px 0px!important;
    font-size: 18px;
	letter-spacing: 1px;
	font-family: proxima-nova;
	font-weight: 700!important;
	border:none;
	text-transform: uppercase!important;
}
.popover.tour-popover .popover-content{
	padding:0px!important;
	color: #fff;
	font-family: proxima-nova;
}
.popover.tour-popover .popover-content span{
	display: block;
	margin-bottom: 8px;
}
.popover.tour-popover .popover-navigation{
	padding:0px!important;
	padding-top: 20px!important;
}
.popover.tour-popover .popover-navigation button{
	float: right;
	border:none;
	background: none;
	line-height: 100%;
	padding: 14px 20px 14px;
	border:solid 1px #fff;
	border-radius: 0px;
	font-family: proxima-nova;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: none;
	transition:all 0.3s ease;
}
.popover.tour-popover .popover-navigation button.btn-skip{
	border:solid 1px #003a63;
	opacity: 0.7;
}
.popover.tour-popover .popover-navigation button.btn-next:hover{
	background: #fff!important;
	color:#003a63!important;
}
.popover.tour-popover.top>.arrow:after{
	border-top-color: #003a63!important;
}
.popover.tour-popover.tour-tour-0{
    margin-left: calc(-25.8333vw)!important;	
}
body.com_questionnaires .tour-tour-element{
	opacity: 1!important;
	pointer-events: none;	
}
body.tour-active #site-wrapper{
	pointer-events: none;
}
body.tour-active .tour-tour-element {
    opacity: 1!important;
    box-shadow: 0px 0px 0px 200vw rgba(255,255,255,0.7);
    position: relative;
    z-index: 999;
}
.tour-active .tour-popover{
    display: block!important;
    opacity: 1!important;
}
/*Header*/

header{
	background: #74bfbb;
	padding-top:150px;
	float:left;
	width: 100%;
	background: #003a63;
	position: relative;
}
nav{
	float:left;
	width:100%;
	position: absolute;
	top:0px;
	left: 0px;
	height: 150px;
	z-index: 9;
	padding: 0px;
	transition:all 0.6s ease;
}
nav.sticky{
	padding: 30px 0px;
	height: 104px;
	background: #74bfbb;
}
nav h1.logo{
	float:left;
	margin: 0px;
	padding: 0px;
}
nav .container{
	position: relative;
	padding: 0px;
}
nav h1.logo > a.charter{
	display: block;
	width: 242px;
	height: 160px;
	background:rgba(255,255,255,0);
	position: relative;
	padding: 34px 49px;
	transition:all 0.3s ease;
	position: absolute;
	left: -46px;
	top:0px;
}
nav h1.logo a.charter:after{
	content:'www.energycharter.org';
	color: #003A63;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	width: 186px;
	left: -50%;
	right:-50%;
	margin: auto;
	text-align: center;
	bottom:20px;
	opacity: 0;
	transition:all 0.3s ease;	
	background:url(../images/url.png) no-repeat right center;
	padding-top: 4px;
	background-size: 12px;
}
nav h1.logo a.charter:hover:after{
	opacity: 1;
}
nav h1.logo a.charter:hover{
	background:rgba(255,255,255,1);
}
nav h1.logo a.charter img.logo_2{
	opacity: 0;
}
header.landing nav h1.logo a.eira{
	display: none;
}
nav h1.logo a.eira{
	height: 62px;
    width: 290px;
    border-left: solid 1px #fff;
    position: absolute;
    left: 182px;
    top: 59px;
    background: url(../images/eira.svg) no-repeat 40px 13px;
    background-size: 250px;
	z-index: 4;
}

nav.case-nav .nav-wrap .primary-nav > li > a{
	color: #fff;
}
nav h1.logo img{
	position: absolute;
	top:34px;
	left: 49px;
	width: 144px;
	height: 69px;
	opacity: 1;
}
nav h1.logo a img.logo_2{
	opacity: 0;
}
nav h1.logo a:hover img.logo_1{
	opacity: 0;
}
nav h1.logo a:hover img.logo_2{
	opacity: 1;
}
nav .nav-wrap{
	float:right;
	width: calc(100% - 250px);
	margin: 10px 0px;
}
nav .nav-wrap .primary-nav{
	float:right;
	transition:all 0.5s ease;
}
nav .nav-wrap .primary-nav > li:last-child{
	margin-right: 0px;
}

header ul.secondary-nav{
	float: right;
	margin: 0px;
	padding: 0px;
}
header ul.secondary-nav > li{
	float:left;
	margin: 0px 34px 0px 0px;
}
header ul.secondary-nav > li a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.38px;
	line-height: 13px;
    text-transform: uppercase;
    float: left;
    padding: 12px 0px;
}
header ul.secondary-nav > li:last-child{
	margin: 0px;
}
header ul.secondary-nav > li a.login{
	padding:12px 34px 12px 60px;
	background:url(../images/icon-profile.svg) no-repeat center  rgba(255,255,255,0.1);
	background-size: 20px;
	background-position: 15px 8px;
	transition:all 0.3s ease;
}
header ul.secondary-nav > li a.login:hover{
	background-color: #BFEAFF;
	color: #003A63;
	background-image:url(../images/icon-profile2.svg);
}
header ul.secondary-nav > li a.btn-profile{
	padding:12px 16px 12px 44px;
	background:url(../images/icon-profile.svg) no-repeat center  rgba(255,255,255,0.1);
	background-size: 20px;
	background-position: 15px 8px;
	transition:all 0.3s ease;
}
header ul.secondary-nav > li a.btn-profile:hover{
	background-color: #BFEAFF;
	color: #003A63;
	background-image:url(../images/icon-profile2.svg);
}
header ul.secondary-nav > li a.btn-public{
	padding:12px 16px 12px 44px;
	background:url(../images/icon-exit.svg) no-repeat center  rgba(255,255,255,0.1);
	background-size: 19px;
	background-position: 12px 10px;
	transition:all 0.3s ease;
}
header ul.secondary-nav > li a.btn-public:hover{
	background-color: #BFEAFF;
	color: #003A63;
	background-image:url(../images/icon-exit2.svg);
}
header.member-header ul.secondary-nav > li{
	margin: 0px 0px 0px 10px!important;
}
header.member-header .member-title{
	float: right;
	clear: both;
	margin: 32px 0px 0px;
}
header.member-header .member-title h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	letter-spacing: 1.89px;	
}
header ul.primary-nav{
	float: right;
	margin: 36px 0px 0px 0px;
	padding: 0px;
	position: relative;
	clear: both;
	width: 100%;
	display: inline-block;
	text-align: right;
}
header ul.primary-nav > li{
	float:none;
	list-style: none;
	margin: 0px 0px 0px 40px;
	display: inline-block;
	text-align: right;
}
header ul.primary-nav > li > a{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 3.43px;
	line-height: 20px;
	text-align: center;
	padding: 2px 0px;
}
header ul.primary-nav > li:first-child{
	margin: 0px;
}
header ul.primary-nav > li.parent > a{
	padding-right: 16px;
	position: relative;
}
header ul.primary-nav > li.parent{
	height: 44px;
}
header ul.primary-nav > li.parent > a:after{
	content: "\f106";
    font-family: "Flaticon";
    position: absolute;
    right: -1px;
    top: 7px;
    font-size: 8px;
    line-height: 100%;
}
header ul.primary-nav > li.parent ul{
	position: absolute;
	right:0px;
	top:32px;
	height: 130px;
	box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	transition:all 0.3s ease;
	pointer-events: none;
	opacity: 0;
	background: #fff;
	padding: 0px 20px;
}
header ul.primary-nav > li.parent:hover ul{
	top:44px;
	opacity: 1;
	pointer-events: auto;
}
header ul.primary-nav > li.parent ul > li{
	float:left;
}
header ul.primary-nav > li.parent ul > li a{
	display: block;
	width: 130px;
	padding: 76px 12px 12px 12px;
	height: 130px;
	color: #003A63;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 15px;
	text-align: center;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
header ul.primary-nav > li.parent ul > li a.ico-methodology{
	background:url(../images/icon-flowchart.svg) no-repeat center 25px;
}
header ul.primary-nav > li.parent ul > li a.ico-scores{
	background:url(../images/icon-score.svg) no-repeat center 25px;
}
header ul.primary-nav > li.parent ul > li a.ico-question{
	background:url(../images/icon-questionnaire.svg) no-repeat center 25px;
}
header ul.primary-nav > li.parent ul > li a.ico-metrics{
	background:url(../images/icon-metrics.svg) no-repeat center 25px;
}
header ul.primary-nav > li.parent ul > li a.ico-year{
	background:url(../images/icon-chart.svg) no-repeat center 25px;
}
header ul.primary-nav > li.parent ul > li a span{
	display: block;
	font-size: 8px;
}
header ul.primary-nav > li.parent ul > li a:hover, header ul.primary-nav > li.parent ul > li.active > a{
	background-color: #bfeaff;
}
header ul.primary-nav > li.active > a{
	border-bottom:solid 1px #fff;
	display: block;
    width: calc(100% - 3px);
	white-space: nowrap;
}
header ul.primary-nav > li.parent:after{
	content:'';
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	top: 38px;
    transform: rotate(45deg);
    margin-left: -44px;
	z-index: -1;
	opacity: 0;
}
header ul.primary-nav > li.parent:hover:after{
	opacity: 1;
}

header.landing{
	background-size:cover;
	background-position: center;
	height: 100vh;
	background-repeat: no-repeat;
}
header.landing:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);	
	z-index: 0;
}
header.landing .scroll-down{
	width: 24px;
	height: 40px;
	background:url(../images/icon-scrolldown.svg) no-repeat center;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: auto;
	bottom:42px;
	z-index: 1;
}



.banner{
	float:left;
	width: 100%;
}
#site-wrapper.home-page .banner{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height:calc(100vh - 300px)
}
#site-wrapper.home-page .banner .banner-intro{
	position: relative;
	z-index: 1;
}
#site-wrapper.home-page .banner .banner-intro h1{
	font-size: 124px;
	letter-spacing: 56px;
	font-weight: 200;
	color: #FFFFFF;
	margin: auto;
    width: 430px;
}
#site-wrapper.home-page .banner .banner-intro span{
	height: 16px;
	color: #FFFFFF;
	font-size: 19px;
	letter-spacing: 1.7px!important;
	line-height: 16px!important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100!important;
}


/*SECTION*/
section{
	float:left;
	width: 100%;
}
section.landing{
	background:url(../images/wave-light.png) no-repeat 0vw -700px;
}

section.landing .container > .row{
	margin-top: 180px;
}
section.landing .container > .row:first-child{
	margin-top: 130px;
}
section.landing .container > .row:last-child{
	margin-bottom: 0px;
}
.content-box{
	display: flex;
}
.content-box .title-box{
	display: flex;
	height: 100%;
	position: relative;
}
.content-box .title-box:after{
	content:'';
	width: 120px;
	height: 2px;
	background:#003761;
	position: absolute;
	left: 0px;
	bottom:0px;
}
.content-box .title-box h2{
	color: #003A63;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0px;
	max-width: 370px;
}
.content-box p{
	color: #003A63;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 50px;
}
.content-box ul, .content-box ol{
	margin-bottom: 30px;
}
.content-box ul li, .content-box ol li{
	color: #003A63;
	font-size: 18px;
	line-height: 26px;
}
.content-box ul li, .content-box.content-blue ol li{
	color: #fff;
}
.content-box.content-blue{
	background: #003A63;
	padding: 100px 70px;
}
.content-box.content-blue p, .content-box.content-blue p span{
	color:#fff!important;
}
.content-box.content-blue .title-box, .content-box.content-blue .title-box h2,
.content-box.content-blue p{
	color: #fff;
}
.content-box.content-blue .title-box:after{
	background: #fff;
}
.content-box.content-blue .primary-btn{
	border-color:#fff;
}

.primary-btn{
	height: 48px;	
	border: 1px solid #003A63;	
	background-color: #003A63;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	max-width: 230px;
	transition:all 0.3s ease;
	padding: 20px;
	border-radius: 0px;
}
.primary-btn:hover{
	background: #fff;
	color: #003A63;
}
.primary-btn.btn-white{
	background: #fff;
	color: #003A63;
	padding: 10px 15px 10px 15px;
	position: relative;
}
.primary-btn.btn-white i{
	position: absolute;
	left: 17px;
	top:17px;
}
.primary-btn.btn-ico{
	padding-left: 42px;
}
.primary-btn.btn-white i:before{
	margin: -1px 10px 0px -7px;
	font-weight: 400;
	float: left;
}
.primary-btn.btn-white:hover{
	background: #003A63;
	color: #fff;
	border-color:#003A63;
}
.section-highlight{
	float:left;
	width: 100%;
	padding: 84px 100px 40px;
	background-size: 100%;
	background-blend-mode: luminosity;
	min-height: 345px;
	position: relative;
}
.section-highlight:before{
	content:'';
	position: absolute;
	width: 100vw;
	height: 100%;
	left: -50%;
	right:-50%;
	margin: auto;
	z-index: 0;
	background:url(../images/wave-dark.jpg) no-repeat center #0b0e1d;
	background-size: 70%;
	top:0px;
	pointer-events: none;
}
.section-highlight h3{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.71px;
	line-height: 28px;
	margin: 0px 0px 16px 0px;
}
.section-highlight .report-wrap{
	float:left;
	width: 100%;
}
.section-highlight .report-wrap .download-report{
	display: block;
	padding-left: 65px;
	max-width: 400px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;	
	line-height: 20px;
	min-height: 44px;
	position: relative;
	display: flex;
	align-items: center;
}
.section-highlight .report-wrap .download-report:before{
	font-family: Flaticon;
	content:'\f103';
	width: 44px;
	height: 44px;
	border:solid 1px #fff;
	color: #fff;
	display: block;
	border-radius: 50px;
	position: absolute;
	left: 0px; 
	top: 0px;
    text-align: center;
    font-size: 20px;
    padding: 11px 0px;
	transition:all 0.3s ease;
}
.section-highlight .report-wrap .download-report:hover:before{
	color:#003A63;
	background-color: #9EDBFA;
	border-color:#9EDBFA;
}
.section-highlight .past-reports{
	float:Left;
	margin-top: 25px;
	min-height: 72px;
	position: relative;
}
.section-highlight .past-reports:after{
	content:'';
	background: #fff;
	height: 2px;
	width: 120px;
	position: absolute;
	left: 0px;
	bottom:0px;
}
.section-highlight .past-reports .toggle-report{
	padding-right: 24px;
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	position: relative;
}
.section-highlight .past-reports .toggle-report:after{
	content:'\f104';
	font-family: Flaticon;
	font-size: 14px;
	position: absolute;
	right:0px;
	top:0px;
	color: #fff;
	transoform:rotate(0deg);
	transition:all 0.3s ease;
}
.section-highlight .toggle-report[aria-expanded="true"]:after{
	transform: rotateX(180deg);
}
.section-highlight .past-reports ul{
	float:left;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}
.section-highlight .past-reports ul > li{
	list-style: none;
	margin-top: 10px;
	width: 100%;
}
.section-highlight .past-reports ul > li a{
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	padding-left: 32px;
}
.section-highlight .past-reports ul > li a:before{
	font-family: Flaticon;
	content:'\f103';
	width: 22px;
	height: 22px;
	border:solid 1px #fff;
	color: #fff;
	display: block;
	border-radius: 22px;
	position: absolute;
	left: 0px; 
	top: -2px;
    text-align: center;
    font-size: 10px;
    padding: 2px 0px;
    text-indent: 1px;
	transition:all 0.3s ease;
}

.section-highlight .past-reports ul > li a:hover:before{
	color:#003A63;
	background-color: #9EDBFA;
	border-color:#9EDBFA;
}

.base-block{
	float:left;
	width: 100%;
	background: #edf1f4;
	padding: 120px 0px;
}
.base-block .container .row{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	padding: 0px 7.33%;
}
.base-block .container .row .col-md-6:nth-child(1){
	padding-right: 4.4%;
}
.base-block .container .row .col-md-6:nth-child(2){
	padding-left: 4.4%;
}
.base-block .base-head{
	float:left;
	width: 100%;
	min-height: 120px;
}
.base-block p{
	color: #003A63;
	font-size: 14px;
	line-height: 20px;
}
.base-block h3{
	color: #003A63;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.71px;
	line-height: 28px;
	max-width: 370px;
}
.base-block .base-text{
	height: 100%;
	position: relative;
	padding-bottom: 30px;
}
.base-block .base-text:before{
	content:'';
	width: 120px;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom:0px;
	background: #003A63;
}
.base-block .base-text p:last-child{
	margin: 0px;
}
.base-block .visit-us-wrap{
	float:left;
	width: 100%;
	margin-top: 50px;
}
.base-block .visit-us-wrap h6{
	color: #003A63;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
}
.base-block .visit-us-wrap a{
	font-weight: 600;
	color: #003A63;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 22px;
}
footer{
	float:left;
	width: 100%;
	background: #003a63;
	padding: 55px 0px;
	min-height: 290px;
}
footer .footer-center h3{
	text-align: center;
	color: #fff;
	font-size: 24px;	
	font-weight: 600;	
	letter-spacing: 1.71px;	
	line-height: 28px;
	text-transform: uppercase;
	margin: 0px;
}
ul.social-icons{
	display: block;
	text-align: center;
	width: 276px;
	margin: 21px auto;
	position: relative;
	padding: 0px;
}
ul.social-icons:after{
	content:'';
	position: absolute;
	left: -50%;
	right:-50%;
	bottom:-50px;
	margin: auto;
	height:2px;
	width:120px;
	background: #fff;
}
ul.social-icons > li{
	display: inline-block;
	margin: 10px;
	list-style: none;
}
ul.social-icons > li a{
	display: flex;
	height: 69px;
	width: 69px;
	border: 1.6px solid #FFFFFF;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition:all 0.3s ease;
	-webkit-transition: background-color 0.3s ease-out;
  	-moz-transition: background-color 0.3s ease-out;
 	 -o-transition: background-color 0.3s ease-out;
     transition: background-color 0.3s ease-out;
}
ul.social-icons > li a i:before{
	margin: 0px;
	font-size: 26px;
}
ul.social-icons > li a:hover{
	background: #fff;
	color: #003a63;
}
.site-base{
	float:Left;
	width: 100%;
	background: #fff;
	height: 96px;
	padding: 35px 0px;
}
.site-base ul{
	margin: 0px;
	padding: 0px;
}
.site-base ul > li{
	float:left;
	list-style: none;
	margin-right: 36px;
}
.site-base ul > li a{
	color: #003A63;
	font-size: 12px;
	letter-spacing: 0.86px;
	line-height: 15px;
	text-transform: uppercase;
}
.site-base .container{
	max-width: 1014px;
	position: relative;
}
.site-base .container .k-logo{
	position: absolute;
	right:0px;
	top:0px;
	width:62px;
}
.section-highlight.highligh-social ul.social-icons{
	margin: 2px 0px 0px 0px!important;
    float: left;
}
.section-highlight.highligh-social ul.social-icons > li{
	float:left;
}
.section-highlight.highligh-social ul.social-icons > li:first-child{
	margin-left: 0px;
}
.section-highlight.highligh-social ul.social-icons:after{
	left: 0px;
	right:auto;
}
.section-highlight.highligh-social .col-md-6{
	padding-left: 0px;
}
/*in*/
header.inner{
	height: 280px;
}
header.inner .container{
	position: relative;
}
header .inner-banner{
	height: calc(130px - 40px);
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
}
header .inner-banner h1{
	color: #FFFFFF;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.073em;
	line-height: 44px;
	margin: 0px;
}
header.inner nav h1.logo img{
	top: 38px;
    left: 47px;
}
header.inner nav .nav-wrap{
	margin: 17px 0px;
}
header.inner ul.secondary-nav > li{
	margin-right: 31px;
}
header.inner ul.secondary-nav > li:last-child{
	margin: 0px;
}
header.inner ul.secondary-nav > li a.login{
	padding: 12px 32px 12px 63px;
}
header.inner ul.primary-nav{
	margin-top: 33px;
	margin-right: -4px;
}
header.inner ul.primary-nav > li{
	margin-left: 33px;
}
header.inner ul.primary-nav > li.parent > a{
	padding-right: 10px;
}
header.inner ul.primary-nav > li.parent > a:after{
	right: -4px;
    top: 8px;
}
header.inner h1{
	position: relative;
	width: auto;
	text-transform: uppercase;
}
header.inner .print{
	float: right;
	height: 40px;	
	width: 40px;	
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right:-2px;
	top:4px;
}
section.data-header{
	float:left;
	width: 100%;
	padding: 85px 0px 100px;
	background: #f0f3f5;
}
section.data-header .container{
	padding: 0px;
}
section.data-header .data-intro{
	float:left;
	max-width: 600px;
	color: #003A63;
	font-size: 18px;
	line-height: 26px;
	width: 100%;
}
section.data-header .data-intro h3{
	color: #003A63;
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	margin: 0px 0px 24px;
}
section.data-header .data-intro p{
	color: #003A63;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 24px;
}
section.data-header .data-intro p:last-child{
	margin: 0px;
}
section.data-header .btn-data{
	float: right;
}
section.data-header .btn-data .btn-ico{
	display: flex;
	flex-wrap: wrap;
	width: 216px;
	height: 148px;
	padding: 22px 28px;
	align-items: center;
	justify-content: center;
	border: 1px solid #003A63;
	text-align: center;
	color: #003A63;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	transition:all 0.3s ease;
}
section.data-header .btn-data .btn-ico:hover{
	background: #003A63;
}
section.data-header .btn-data .btn-ico span{
	letter-spacing: 0.04em;
}
section.data-header .btn-data .btn-ico:hover span{
	color: #fff;
}
section.data-header .btn-data i{
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 6px;
}
section.data-header .btn-data i.ico-methodology{
	background:url(../images/icon-flowchart.svg) no-repeat center;
	background-size: 52px;
}

section.data-header .btn-data i.ico-question{
	background:url(../images/icon-questionnaire.svg) no-repeat center ;
	background-size: 38px;
}
section.data-header .btn-data:hover i{
	filter: invert(9) grayscale(1) brightness(2);
}

.data-header .data-filter{
	clear: both;
	margin-top: 60px;
	float:left;
	width: 100%;
}
.data-header .data-filter .row{
	margin-left: -10px;
	margin-right: -10px;
}
.data-header .data-filter .row .filter-col{
	padding:10px;
}
.data-header .data-filter .row .filter-col .search-wrap{
	float:Left;
	width: 100%;
}
.data-header .data-filter .row .filter-col .search-wrap input[type="text"]{
	background:url(../images/search.png) no-repeat 18px 14px #E0E6EB;
	height: 52px;
	padding: 10px 20px 10px 60px;
	width: 100%;
	border:none;
	color: #003A63;
	font-size: 20px;
	letter-spacing: 1px;
}
.data-header .data-filter .row .filter-col .search-wrap input[type="text"]::placeholder{
	color: #003A63;
}
.data-header.library-header{
	padding-bottom: 50px;
}
.data-header.library-header .data-intro h3{
	margin-bottom: 10px;
}
.data-header.library-header .data-filter{
	margin-top: 0px;
}

.data-filter .select-box .bootstrap-select{
	width: 100%!important;
}
.data-filter .select-box .bootstrap-select button{
	width: 100%;
	height: 52px;
	border: 1px solid #003A63;
	background: #F0F3F5;
	color: #003A63;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: center!important;
	border-radius: 0px;
	text-transform: uppercase!important;
	outline: none!important;
	box-shadow: none!important;
}
.data-filter .select-box .bootstrap-select .filter-option{
	text-align: center!important;
}
.data-filter .dropdown-toggle::after{
	content:'\f104';
	font-family: Flaticon;
	border: none!important;
	font-size: 28px;
	width: 25px;
	right:24px;
	top:0px;
	height: 24px;
	position: absolute;
	right:25px;
	top:16px;
	transition:all 0.3s ease;
}
.data-filter .bootstrap-select.show .dropdown-toggle:after{
	transform: rotateX(180deg);
	top:11px;
}
.bootstrap-select .dropdown-menu{
	border-radius: 0px;
	padding: 0px!important;
}
.bootstrap-select .dropdown-menu li{
	font-size: 18px;
	font-weight: 600;
}
.bootstrap-select .dropdown-menu li.active, .bootstrap-select .dropdown-menu li.active a.active,
.bootstrap-select .dropdown-menu li a:active{
	background: #003a63;
}
.data-filter .dropdown-menu li{
	text-transform: uppercase!important;
}
.bootstrap-select .dropdown-menu li a{
	padding: .50rem 1.5rem;
}
.filter-col.country-range-filter{
	display: flex;
}
.filter-col.country-range-filter .select-wrap{
	width: 42%;
}
.filter-col.country-range-filter > span{
	display: block;
	text-align: center;
	font-size: 18px;	
	font-weight: 600;	
	letter-spacing: 2px;	
	line-height: 54px;
	color: #003A63;
	width: 16%;
}

section.data-content{
	float:left;
	width: 100%;
	clear: both;
	padding-bottom: 130px;
	background:url(../images/waveb.png) no-repeat bottom left;
}
section.grey-bg{
	background-color: #eff3f6;
}
section.grey-bg .country-head{
	background: #fff;
	position: relative;
}
section.grey-bg .country-head:before{
	content:'';
	position: absolute;
	background: #fff;
	left:-50%;
	right:-50%;
	margin: auto;
	width: 100vw;
	height: calc(100% + 80px);
	top:0px;
	pointer-events: none;
	z-index: 0;
}
section.data-content .col-md-12{
	padding: 0px;
}
section.data-content.news-content .col-md-7,
section.data-content.news-content .col-md-4{
    padding: 0px;
}
section.data-content.contact-content .col-md-7,
section.data-content.contact-content .col-md-4{
    padding: 0px;
}
section.data-content .country-head{
	float:left;
	width: 100%;
	position: relative;
	padding-top: 106px;
	padding-bottom: 66px;
}
section.data-content .country-head .flag{
	position: absolute;
	top:-53px;
	left: 0px;
	width: 162px;
	height: 110px;
	background: #fff;
	padding: 6px;
}
.country-head .title-wrap{
	float:left;
}
.country-head .title-wrap h2{
	color: #003A63;
	font-size: 58px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 56px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 25px;
}
.country-head .title-wrap h2:before{
	content:'';
	position: absolute;
	left: 0px;
	bottom:0px;
	width:94px;
	height: 4px;
	background: #003A63;
}
.country-head .title-wrap p{
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	color: #003A63;
}
.country-head .title-wrap p:last-child{
	margin-bottom: 0px;
}
.select-wrap.country-select .bootstrap-select{
	width: auto!important;
	margin-bottom: 40px;
	margin-top: 5px;
}
.select-wrap.country-select .bootstrap-select .filter-option{
	color: #003A63;
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 42px;
	text-align: right;
	padding-right: 5px;
}
.country-head .col-md-3{
	text-align: right;
	padding-left: 0px;
}
.select-wrap.country-select button.dropdown-toggle{
	background:none;
	padding: 0px;
	border:none!important;
	outline: none!important;
	box-shadow:none!important;
}
.select-wrap.country-select button.dropdown-toggle::after{
	border-top: .45em solid #003A63;
    border-right: .45em solid transparent;
    border-bottom: 0;
    border-left: .45em solid transparent;
	border-radius: 6px;
}
.country-head .select-wrap.country-select{
	text-align: right;
}
.country-head .select-wrap.country-select ul.dropdown-menu{
	overflow: visible!important;
}
.country-head .select-wrap.country-select + .btn-white{
	max-width: none;
	float: right;
}
.select-wrap.country-select .bootstrap-select .filter-option-inner,
.select-wrap.country-select .bootstrap-select .filter-option-inner-inner{
	padding-right: 0px;
}
.country-head .col-md-3 .primary-btn{
	float:right;
	width: auto;
	max-width: none;
}
.country-head .col-md-3 .primary-btn i:before{
	font-weight: 500;
    margin-left: -6px;
    margin-right: 11px;
    margin-top: 3px;    
	font-size: 18px;
    top: 2px;
    position: relative;
}
.country-head .country-select .selected-years{
	display: block;
	font-size: 38px;	
	letter-spacing: 1px;	
	line-height: 42px;
	font-weight: 400;
	color: #a9b1b4;
	margin-top: 6px;
}
.country-head .country-select .selected-years span{
	color: #003A63;
}
button.infoQ{
	background: #fff;
	padding: 0px;
	border-radius: 20px;
	width: 17px;
	height: 17px;
	display: inline-block;
	border:none;
	margin: -3px 0px 3px 5px;
	overflow: hidden;
	vertical-align: middle;
}
button.infoQ i:before{
	margin: 0px;
	color:#003A63;
	opacity: 0.6;
	font-size: 17px;
	line-height: 0px;
    position: relative;
    top: -2px;
}
button.infoQ:hover{
	background: #bfeaff;
}
button.infoQ:hover i:before{
	opacity: 1;
}
.summary-accordion-wrap{
	float:left;
	width: 100%;
	margin-bottom: 150px;
}
.summary-accordion-wrap .summary-ac-item{
	float:Left;
	width: 100%;	
	border: 1px solid #003A63;	
	background-color: rgba(255,255,255,0.7);
	padding: 16px 34px;
	margin-bottom: 20px;
}
.summary-accordion-wrap .summary-ac-item .ac-title h3 {
	color: #003A63;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.67px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0px;
	display: inline-block;
	cursor: pointer;
}
.summary-accordion-wrap .summary-ac-item .ac-title{
	padding: 15px 124px 15px 0px;
	width: 100%;
	float: left;
	position: relative;
}
.summary-accordion-wrap .summary-ac-item .ac-title .count{
	width: 52px;
	height: 52px;
	color: #FFFFFF;
	font-size: 21.6px;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 52px;
	text-align: center;
	background: #003a63;
	border-radius: 100%;
	display: block;
	position: absolute;
	right:74px;
	top:0px;
	cursor: pointer;
}

.summary-accordion-wrap .summary-ac-item .ac-title h3::after{
	content:'\f104';
	font-family: Flaticon;
	border: none!important;
	font-size: 30px;
	width: 25px;
	height: 24px;
	position: absolute;
	right:6px;
	top:16px;
	transition:all 0.3s ease;
	color: #003A63;
}
.summary-accordion-wrap .summary-ac-item .ac-title.active h3:after{
	transform: rotateX(180deg);
	top:12px;
}
.summary-accordion-wrap .ac-content{
	float:left;
	display: none;
	margin-top: 40px;
	width: calc(100% - 80px);
	margin-bottom: 12px;
}
.ac-content ul.indicator-list{
	padding-left: 24px;
	margin: 0px 0px 24px 0px;
	float:left;
	width: 100%;
}
.ac-content > ul.indicator-list{
	padding: 0px;
}
.ac-content ul.indicator-list > li{
	list-style: none;
	float:left;
	width: 100%;
}
.ac-content ul.indicator-list > li .ind-title{
	float:left;
	width: 100%;
	position: relative;
}
.ac-content ul.indicator-list > li .ind-title .label-wrap{
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 5px 10px 5px 0px;
    width: calc(100% - 40px);
}
.ac-content ul.indicator-list > li .ind-title .label-wrap .label{
	width: 150px;
	display: inline-block;
	vertical-align: top;
	color: #333333; 	
	padding-right: 10px;
	font-size: 16px;	
	letter-spacing: 0.89px;	
	line-height: 21px;
	text-transform: uppercase;
	vertical-align: bottom;
}
.ac-content ul.indicator-list > li .ind-title .label-wrap .title{
	color: #003A63;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	vertical-align: bottom;
}
.ac-content ul.indicator-list .sub-indicator-list{
	margin-top: 16px;
}
.ac-content ul.indicator-list .sub-indicator-list > li{
	padding-left: 42px;
	margin: 12px 0px;
}
.ac-content ul.indicator-list .sub-indicator-list > li .label-wrap .label{
	font-size: 12px;	
	letter-spacing: 0.67px;	
	line-height: 17px;
	position: relative;
}
.ac-content ul.indicator-list .sub-indicator-list > li .label-wrap .label:before{
	content:'';
	position: absolute;
	left: -40px;
    top: -22px;
	width:30px;
	height: 30px;
	border:solid 1px #333;
	border-width: 0px 0px 1px 1px;
}
.ac-content ul.indicator-list .sub-indicator-list > li .label-wrap .title{
	font-size: 18px;	
	line-height: 22px;
	font-weight: 500;
}
.ac-content ul.indicator-list > li .ind-title .count{
	position: absolute;
	right: 0px;
	top:-8px;
	width: 40px;
	height: 40px;
	border:solid 2px #ccc;
	color: #003A63;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 20px;
	text-align: center;
	display: block;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 1px 0px 0px 1px;
	z-index: 0;
}
.ac-content ul.indicator-list > li .ind-title .count:before{
	content:'';
	width: 800px;
	right: 0px;
	border-bottom:dashed 2px #F9E042;
	height: 2px;
    position: absolute;
    right: 36px;
    z-index: 2;
}
.ac-content ul.indicator-list > li .ind-title.ind-yellow .count{
	border-color:#F9E042;
}
.ac-content ul.indicator-list > li .ind-title.ind-red .count{
	border-color:#DF0000;
}
.ac-content ul.indicator-list > li .ind-title.ind-green .count{
	border-color:#41B649;
}
.ac-content ul.indicator-list > li .ind-title.ind-orange .count{
	border-color:#ff9813;
}
.ac-content ul.indicator-list > li .ind-title.ind-darkgreen .count{
	border-color:#006907;
}
.ac-content ul.indicator-list > li .ind-title.ind-red .count:before{
	border-color:#DF0000;
}
.ac-content ul.indicator-list > li .ind-title.ind-green .count:before{
	border-color:#41B649;
}
.ac-content ul.indicator-list > li .ind-title.ind-orange .count:before{
	border-color:#ff9813;
}
.ac-content ul.indicator-list > li .ind-title.ind-darkgreen .count:before{
	border-color:#006907;
}

.ac-content ul.indicator-list > li .sub-indicator-list .ind-title .count{
	width: 31px;
	height: 31px;
	border-width: 1px;
	font-size: 12px;
	right:5px;
	top:-2px;
}
.ac-content ul.indicator-list > li .sub-indicator-list .ind-title .count:before{
	right:30px;
}

.promo-btn-wrap{
	float:left;
	width: calc(100% + 20px);
	margin: 0px -10px;
	padding: 0px;
	display: flex;
}
.promo-btn-wrap > li{
	padding: 0px 10px;
	width:33.33%;
	list-style: none;
}
.promo-btn-wrap > li a{
	display: flex;
	width: 100%;
	border: 1px solid #003A63;
	height: 178px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 25px 80px;
	transition:all 0.4s ease;
	background: rgba(255,255,255,0);
}
.promo-btn-wrap > li a span{
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	color: #003a63;
	line-height: 18px;
	transition:all 0.4s ease;
}
.promo-btn-wrap > li a i{
	height: 50px;
}
.promo-btn-wrap > li a i img{
	height: 46px;
}
.promo-btn-wrap > li a:hover{
	background: #003A63;
}
.promo-btn-wrap > li a:hover span{
	color: #fff;
}
.promo-btn-wrap > li a:hover img{
	filter: invert(9) grayscale(1) brightness(2);
}

.questions-content{
	float:left;
	width: 100%;
}
.questions-content .indicator-list > li{
	list-style: none;
}
.questions-content ul.indicator-list .sub-indicator-list > li{
	position: relative;
}
.questions-content ul.indicator-list .sub-indicator-list > li:before{
	content:'';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 2px;
	top:33px;
	background: #333;
	z-index: 2;
}
.questions-content ul.indicator-list .sub-indicator-list > li:last-child:before{
	content:none;
}
.questions-content > ul.indicator-list > li > .ind-title .label-wrap .label{
	font-size: 20px;	
	letter-spacing: 1px;	
	line-height: 24px;
	padding-bottom: 4px;
}
.questions-content > ul.indicator-list > li > .ind-title .label-wrap .title{
	font-size: 32px;	
	font-weight: bold;	
	line-height: 39px;
}
.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .label{
	font-size: 16px!important;	
	letter-spacing: 0.89px!important;	
	line-height: 20px!important;
    width: 180px!important;
	float: left;
}
.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .label + .title{
	float: left;
	width:calc(100% - 335px);
	margin-top: -3px;
}
.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .label-wrap + .qa-progress {
	margin-top:-3px;
}
.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .label:before{
	top:-21px!important;
}
.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .title{
	font-size: 22px!important;	
	line-height: 27px!important;
}
.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list{
	padding-left:18px;
}

.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list > li .label-wrap .label{
	width: 122px!important;
	font-size: 13px!important;	
	letter-spacing: 0.78px!important;	
	line-height: 17px!important;
	vertical-align: top!important;
	margin-top: 5px;
}
.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list > li .label-wrap .title{
	font-size: 18px!important;	
	line-height: 22px!important;
	vertical-align: top!important;
	width:calc(100% - 180px);
	display: inline-block;
}
.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list > li:before{
	content:none;
}
.questions-content .toggle-Question{
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}
.questions-content .toggle-Question:before{
	content: "\f107";
	font-family: "Flaticon";
	margin: 0px;
	position: absolute;
	left: -2px;
	top:0px;
}
.questions-content .toggle-Question.active:before{
	content: "\f109";
	top:0px;
}
.questions-content .toggle-Question.active{
	font-weight: bold;
}
.questions-content .toggle-Qcontent{
	float:left;
	width: 100%;
	margin: 18px 0px 30px 0px;
	padding-left: 145px;
	display: none;
}
.questions-content .toggle-Qcontent h4{
	display: inline-block;
	color: #333;
	font-size: 16px;	
	font-weight: bold;	
	line-height: 21px;
	margin: 0px 0px 6px;
}
.questions-content .toggle-Qcontent p{
	margin-bottom: 10px;
}
.questions-content .toggle-Qcontent p, .questions-content .toggle-Qcontent li{
	clear: both;
	color: #333;
	width: 100%;
	font-size: 16px;	
	line-height: 21px;
}
.questions-content .toggle-Qcontent ul{
	padding-left: 17px;
}
.questions-content .toggle-Qcontent ul > li{
	list-style: disc;
	list-style-position: outside;
}

.metrics-tab-wrap{
	float:left;
	width: 100%;
}
.metrics-tab-wrap .nav-tabs{
	display: flex;
	padding: 0px;
	width: 100%;
}
.metrics-tab-wrap .nav-tabs > .nav-item{
	border:none;
	list-style: none;
	width: 50%;
}
.metrics-tab-wrap .nav-tabs > .nav-item a{
	background: #e1e6ec;
	border:none;
	border-radius: 0px;
	display: flex;
	flex-wrap: wrap;
	height: 80px;
	align-items: center;
	justify-content: flex-start;
	padding-left: 100px;
	position: relative;
	transition:all 0.3s ease;
}
.metrics-tab-wrap .nav-tabs.tab-sml > .nav-item a{
	height: 60px;
	padding-left: 30px;
}
.metrics-tab-wrap .nav-tabs > .nav-item a i{
	position: absolute;
	left: 35px;
	top:20px;
	opacity: 0.6;
}
.metrics-tab-wrap .nav-tabs > .nav-item a i img{
	width: 38px;
}
.metrics-tab-wrap .nav-tabs > .nav-item a strong{
	display: block;
	color: #003A63;
	opacity: 0.6;
	font-size: 22px;	
	font-weight: bold;	
	letter-spacing: 1.38px;	
	line-height: 27px;
	text-transform: uppercase;
}
.metrics-tab-wrap .nav-tabs > .nav-item a span{
	display: block;
	color: #003A63;
	opacity: 0.6;
	font-size: 16px;	
	line-height: 20px;
	margin-top: -14px;
}
.metrics-tab-wrap .nav-tabs > .nav-item a.active{
	background: #013a65;
}
.metrics-tab-wrap .nav-tabs > .nav-item a.active strong,
.metrics-tab-wrap .nav-tabs > .nav-item a.active span{
	opacity: 1;
	color: #fff;
}
.metrics-tab-wrap .nav-tabs > .nav-item a.active i{
	filter: invert(9) grayscale(1) brightness(2);
	opacity: 1;
}
.risk-progress-wrap{
	float:left;
	width: 100%;
	padding: 60px 0px 50px;
	position: relative;
	background: #013a65;
}
.risk-progress-wrap:before{
	content:'';
	position: absolute;
	top:0px;
	left:-50vw;
	right:-50vw;
	margin: auto;
	width: 100vw;
	height: 100%;
	background: #013a65;
}
.risk-progress-wrap .result-idicator{
	width: 200px;
	height: 200px;
	padding: 26px;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.risk-progress-wrap .result-idicator span{
	color: #003A63;	
	font-size: 12px;	
	letter-spacing: 0.86px;	
	line-height: 15px;	
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 0px;
	margin-top: -5px;
}
.risk-progress-wrap .result-idicator span strong{
	font-weight: 700;
}
.risk-progress-wrap p{
	color: #FFFFFF;	
	font-size: 18px;	
	line-height: 26px;
	font-weight: 400;
}
.risk-progress-wrap .btn-ico-info{
	float: right;
}
.btn-ico-info{
	padding: 10px 12px 10px 34px;
    background: url(../images/icon-info.svg) no-repeat 0px 0px rgba(255,255,255,0.1);
    background-size: 16px;
    background-position: 10px 8px;
    transition: all 0.3s ease;
	color: #FFFFFF;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.38px;
    line-height: 13px;
    text-transform: uppercase;
}
.btn-ico-info:hover {
    background-color: #BFEAFF;
    color: #003A63;
    background-image: url(../images/icon-info2.svg);
}



.circle-chart {
  width: 100px;
  height: 100px;
}

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
  transition:all 1s ease;
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #37607c;
  stroke-width: 2;
  fill: none; 
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3.6px;
	font-weight: 700;
	text-transform: uppercase;
	fill:#fff;
}

.d-green {
  stroke: #236710;
}
.vl-green {
  stroke: #4eae33;
}

.m-yellow {
  stroke: #fae144;
}
.h-orange {
  stroke: #f07f09;
}
.vh-red {
  stroke: #df0100;
}
.circle-chart__circle.d-green + .circle-chart__info .circle-chart__subline{
	fill:#236710;
}
.circle-chart__circle.vl-green + .circle-chart__info .circle-chart__subline{
	fill:#4eae33;
}
.circle-chart__circle.m-yellow + .circle-chart__info .circle-chart__subline{
	fill:#fae144;
}
.circle-chart__circle.h-orange + .circle-chart__info .circle-chart__subline{
	fill:#f07f09;
}
.circle-chart__circle.vh-red + .circle-chart__info .circle-chart__subline{
	fill:#df0100;
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.progress-circle-wrap{
	float:left;
	width: 100%;
}
.progress-circle-wrap ul{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.progress-circle-wrap ul > li{
	float:left;
	list-style: none;
	width: 22%;
	text-align: center;
	padding: 0px 15px;
	padding-top:70px; 
}
.progress-circle-wrap ul > li > span{
	display: block;
	color: #fff;
	font-size: 10px;	
	font-weight: bold;	
	letter-spacing: 0.71px;	
	line-height: 12px;	
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}
.progress-circle-wrap .circle-chart__percent{
	font-size: 8px;	
	font-weight: bold;	
	line-height: 29px;	
	text-align: center;
	fill: #fff;
}
.progress-circle-wrap .highlight{
	width: 24%;
	padding-left: 0px;
	padding-top: 0px;
}
.progress-circle-wrap .highlight .circle-chart{
	width: 170px;
	height: 170px;
}
.progress-circle-wrap .highlight > span{
	font-size: 18px;
	padding-top: 16px;
}
.progress-circle-wrap .pg-circle-sml .circlechart .circle-chart__circle{
	stroke: #fff!important;
}
.progress-circle-wrap .pg-circle-sml .circlechart .circle-chart__subline{
	fill:#fff!important;
}
.progress-circle-wrap.disabled{
	opacity: 0.6;
}

.graphic-content-wrap{
	float:left;
	width: 100%;
	padding: 50px 0px;
	margin-bottom: 90px;
}
.graphic-content-wrap .col-slider{
	width: 75%;
	padding-top: 15px;
}
.graphic-content-wrap .col-results{
	width: 25%;
}
.graphic-content-wrap .graph-intro{
	width: 100%;
	max-width: 600px;
}
.graphic-content-wrap .graph-intro p{
	color: #003A63;	
	font-size: 22px;	
	line-height: 27px;
}
.slider-results-wrap{
	float:left;
	width: 100%;
	display: flex;
	margin: 20px 0px 0px;
}
.slider-results-wrap .col-results{
	position: relative;
	display: inline-table;
}
.slider-results-wrap .col-results:before{
	width: 36px;
	height: 36px;
	content:'';
	position: absolute;
	left: -40px;
	top:calc(50% - 18px);
	background:url(../images/ICON-arrow-full.svg) no-repeat center;
}
.slider-results-wrap .circlechart{
	float:right;
	position: relative;
	width: 250px;
}
.slider-results-wrap .circlechart .circle-chart{
	width: 250px;
	height: 250px;
}
.slider-results-wrap .circle-chart__background{
	stroke:#cad1d6;
}
.slider-results-wrap .circle-chart__percent{
	font-size: 2px;
	width:200px;
}
.col-results .circlechart .subline-text{
	position: absolute;
	top:80px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding: 0px 30px;
	line-height: 18px;
	font-size: 17px;
	color: #003A63;
}
.col-slider .slider-item{
	display: flex;
	width: 100%;
	padding: 32px 0px;
}
.col-slider .slider-item.disabled{
	opacity: 0.25;
	/*pointer-events: none;*/
}
.col-slider .slider-item.disabled .slideBlock{
	pointer-events: none;
}
.col-slider .slider-item .customCheckbox{
	width: 30%;
	padding-right: 15px;
}
.col-slider .slider-item .slideBlock{
	width: 70%;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 50px;
	max-width: 520px;
	position: relative;
}
.col-slider .slider-item .slideBlock:before{
	content:'0';
	font-size: 16px;
    color: #003A63;
    font-weight: 500;
	position: absolute;
	left: 8px;
	top:13px;
}
.col-slider .slider-item .slideBlock:after{
	content:'100';
	font-size: 16px;
    color: #003A63;
    font-weight: 500;
	position: absolute;
	right: 20px;
	top:13px;
}
.col-slider .slider-item .slideBlock .range-wrap{
	height: 36px;
    overflow: hidden;
    width: 100%;
    padding: 25px 20px 2px 10px;
}
.customCheckbox input{
	opacity: 0;
	position: absolute;
}
.customCheckbox > label{
	display: block;
	position: relative;
	float:left;
	margin: 7px 0px;
	cursor: pointer;
}
.customCheckbox > label:before{
	content:'';
	position: absolute;
	left: 2px;
	top:8px;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 100%;
	transition:all 0.3s ease;
	z-index: 1;
}
.customCheckbox > label:after{
	width: 30px;
	height: 17px;
	background: #013a65;
	border-radius: 13px;
	content:'';
	position: absolute;
	left: 0px;
	top:6px;
	z-index: 0;
}
.customCheckbox > input + label:after{
	background: #a7bbc9;
}
.customCheckbox > input:checked + label:after,
.customCheckbox.checked > input + label:after{
	background: #013a65;
}
.customCheckbox > input:checked + label:before,
.customCheckbox.checked > input + label:before{
	left:15px;
}
.customCheckbox span{
	float:left;
	margin-left: 40px;
	font-size: 20px;	
	line-height: 31px;
	color: #003A63;
}


.slideBlock .range-wrap + .reset-slider{
	width: 16px;
	height: 16px;
	background:url(../images/icon-reset.svg) no-repeat center;
	position: absolute;
	right: -10px;
    top: 10px;
	filter: invert(1);
    opacity: 0.4;
	margin-top: 5px;
}
.info-message{
	float:left;
	width: 100%;
	padding: 18px 18px 18px 48px;
	background: #bdeaff;
	line-height: 100%;
	max-width: 780px;
	position: relative;
}
.info-message:before{
	content:'\f10c';
	font-family: Flaticon;
	margin: 0px;
	position: absolute;
	font-size: 20px;
	left: 18px;
	top:18px;
	color: #013a65;
}
.info-message span{
	color: #003A63;
	font-size: 12px;	
	font-weight: 600;	
	letter-spacing: 0.86px;	
	line-height: 100%;
	text-transform: uppercase;
}
.col-slider .info-message{
	margin-top: 40px;
}
.risk-progress-wrap .info-message{
	position: absolute;
	left: 0px;
	bottom:-25px;
}

/**/


.slideBlock .range-slider{
	 position: relative;
	 padding: 0px;
	font-size: 16px;
	color: #003A63;
	font-weight: 500;
	height: 2px;
	background: #9c9e9f;
	margin-top: 0px;
}
.slideBlock .range-slider .ui-slider-handle{
	width:20px!important;
	height: 40px!important;
	border:none!Important;
	background:none!important;
	border-radius: 100%;
	top:-31px;
	color: #003964;
	font-size: 20px;
    font-weight: 700;
	font-family: proxima-nova, sans-serif;
	line-height: 27px;
	text-indent: 0px;
}
.slideBlock .range-slider .ui-slider-handle:before{
	content:'';
	position: absolute;
	right:16px;
	top:30px;
	width:500px;
	height:2px;
	background: #003964;
}
.slideBlock .range-slider .ui-slider-handle:after{
	background: #003964;
	width: 20px!important;
	height: 20px!important;
	border:solid 3px #eff3f6!important;
	content:'';
	position: absolute;
	left: 0px;
	top:21px;
	border-radius: 30px;
	
}
.custom-rangeslider .custom-rangeslider__label{
	position: absolute;
	pointer-events: none;
	left: -22px;
    top: -2px;
    width: calc(100% + 60px);
}
 .custom-rangeInput {
	 width: 100%;
	 background: transparent;
	 appearance: none;
	 box-sizing: border-box;
	 cursor: pointer;
	 outline: 0;
	 border: 0;
	 padding: 0;
	 margin: 0;
	 background-color: transparent;
	 height: 20px;
}
 

.chart-row{
	clear: both;
	margin-top: 75px;
}
.chart-row .col-md-5{
	padding-right: 50px;
}
.bar-chart-wrap{
	float:left;
	width: 450px;
	clear: left;
}

.chart-tools-wrap{
	float:left;
	width: 100%;
	margin-top: 25px;
}
.chart-tools-wrap ul.stepper-ul{
	float:left;
	width: 100%;
	padding: 0px;
}
.chart-tools-wrap ul.stepper-ul > li{
	list-style: none;
	float:left;
	width: 100%;
	margin: 0px;
	padding: 2px 0px;
}
.chart-stepper{
	float:left;
	width: 100%;
	display: flex;
	padding: 8px 40px 10px 10px;
	align-items: center;
	position: relative;
	transition:all 0.3s ease;
	min-height: 54px;
}
.chart-stepper.active-indicator .stepper-input button,
.chart-stepper.active-indicator .stepper-input input{
    color: #003A63!important;	
	
}
.chart-stepper:hover{
	background: #bfeaff;
}
.chart-stepper .reset{
	width: 16px;
	height: 16px;
	background:url(../images/icon-reset.svg) no-repeat center;
	position: absolute;
	right: 12px;
    top: calc(50% - 10px);
	filter: invert(1);
	border:none;
    opacity: 0.4;
}
.chart-stepper label{
	margin: 0px;
	width: 82%;
	font-size: 16px;	
	line-height: 18px;
	color: #003A63;
}
.chart-stepper .stepper-input{
	width: 74px;
}
.chart-stepper .stepper-input input{
	width:36px;
	text-align: center;
	text-align: center;
	color: #A6AEB3;
	background: none;
	border:none;
	float:left;
	font-size: 18px;	
	font-weight: bold;
	transition:all 0.3s ease;
}
.chart-stepper .stepper-input button{
	width: 17px;
	text-align: center;
	color: #A6AEB3;
	border:none;
	background: none;
	height: 28px;
	font-size: 22px;	
	font-weight: bold;
	float:left;
	line-height: 24px;
	transition:all 0.3s ease;
}
.chart-stepper:hover .stepper-input button,
.chart-stepper:hover .stepper-input input{
	color: #003A63;
}
ul.stepper-ul.stepper-twocol > li{
	display: inline-block;
	width: 50%;
	padding: 0px 10px;
	margin-bottom: 12px;
	position: relative;
}
ul.stepper-ul.stepper-twocol > li:before{
	content:'';
	position: absolute;
	left: 0px;
	top: 23%;
    height: calc(100% - 46%);
	width:12px;
	border:solid 1px #c9cdce;
	border-width: 1px 0px 1px 1px;
}
ul.stepper-ul.stepper-twocol > li:nth-child(odd){
	clear: left;
}
ul.stepper-ul.stepper-twocol > li .chart-stepper{
	padding-right: 36px;
}
ul.stepper-ul.stepper-twocol .chart-stepper .stepper-input input{
	width: 32px;
}
/*.graphic-content-wrap .chart-row:last-child{
	margin-bottom: 100px;
}*/
.radar-chart-wrap, .bar-chart-wrap{
	float:left;
	width: 100%;
	position: relative;
	height: 380px;
}
#country_details .bar-chart-wrap canvas{
	pointer-events: auto!important;
}

.line-filter-wrap{
	float:left;
	width: 100%;
	margin-top: 30px;
}
.line-filter-wrap h6.line-label{
	font-size: 14px;	
	letter-spacing: 2px;	
	color: #003A63;
	font-weight: 400;
	line-height: 17px;
	text-transform: uppercase;
}
.line-filter-wrap ul{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.line-filter-wrap ul > li{
	list-style: none;
	width: 100%;
	float:left;
	display: flex;
	padding: 12px 0px;
}
.line-filter-wrap ul > li .line-legend{
	width: 76px;
	margin-right: 35px;
	position: relative;
	height: 16px;
	margin-top: 2px;
}
.line-filter-wrap ul > li .line-legend:before{
	content:'';
	width: 16px;
	height: 16px;
	background: #013a65;
	border-radius: 16px;
	position: absolute;
	left: -50%;
	right:-50%;
	margin: auto;
}
.line-filter-wrap ul > li .line-legend:after{
	content:'';
	width: 100%;
	position: absolute;
	left: 0px;
	top:7px;
	border-bottom:solid 2px #013a65;
	background:none!important;
}
.line-filter-wrap ul > li.custom-color-01 .line-legend:before,
.line-filter-wrap ul > li.custom-color-01 .line-legend:after,
.line-filter-wrap ul > li.custom-color-01 .customCheckbox > input:checked + label:after,
.line-filter-wrap ul > li.custom-color-01 .customCheckbox label span:before,
.line-filter-wrap ul > li.custom-color-01 .customCheckbox.checked > input + label:after{
	background: #2946c8;
	border-color: #2946c8!important;
}
.line-filter-wrap ul > li.custom-color-02 .line-legend:before,
.line-filter-wrap ul > li.custom-color-02 .line-legend:after,
.line-filter-wrap ul > li.custom-color-02 .customCheckbox > input:checked + label:after,
.line-filter-wrap ul > li.custom-color-02 .customCheckbox label span:before,
.line-filter-wrap ul > li.custom-color-02 .customCheckbox.checked > input + label:after{
	background: #28a9be;
	border-color: #28a9be!important;
}
.line-filter-wrap ul > li.custom-color-03 .line-legend:before,
.line-filter-wrap ul > li.custom-color-03 .line-legend:after,
.line-filter-wrap ul > li.custom-color-03 .customCheckbox > input:checked + label:after,
.line-filter-wrap ul > li.custom-color-03 .customCheckbox label span:before,
.line-filter-wrap ul > li.custom-color-03 .customCheckbox.checked > input + label:after{
	background: #a100bf;
	border-color: #a100bf!important;
}
.line-filter-wrap ul > li.custom-color-04 .line-legend:before,
.line-filter-wrap ul > li.custom-color-04 .line-legend:after,
.line-filter-wrap ul > li.custom-color-04 .customCheckbox > input:checked + label:after,
.line-filter-wrap ul > li.custom-color-04 .customCheckbox label span:before,
.line-filter-wrap ul > li.custom-color-04 .customCheckbox.checked > input + label:after{
	background: #b66f03;
	border-color: #b66f03!important;
}
.line-filter-wrap ul > li.custom-color-05 .line-legend:before,
.line-filter-wrap ul > li.custom-color-05 .line-legend:after,
.line-filter-wrap ul > li.custom-color-05 .customCheckbox > input:checked + label:after,
.line-filter-wrap ul > li.custom-color-05 .customCheckbox label span:before,
.line-filter-wrap ul > li.custom-color-05 .customCheckbox.checked > input + label:after{
	background: #a6d121;
	border-color: #a6d121!important;
}
.line-filter-wrap ul > li.disabled{
	pointer-events: none;
	filter:grayscale(0);
	opacity: 0.4;
}
#tab-subindicators li .sub-indicator-wrap.liunchecked span:before,
#tab-subindicators li .sub-indicator-wrap.liunchecked span:after{
    background: #a7bbc9;
    border-bottom-color: #a7bbc9!important;
}
#tab-subindicators li .sub-indicator-wrap.liunchecked .subIndicatorFiltercheck label > span{
    color: #a7bbc9;
}
.line-filter-wrap ul > li.liunchecked .customCheckbox > label span{
	color: #a7bbc9!important;
}
.line-filter-wrap ul > li.liunchecked .line-legend:before,
.line-filter-wrap ul > li.liunchecked .line-legend:after{
	background: #a7bbc9;
	border-color:#a7bbc9!important;
}
.line-filter-wrap ul > li .line-legend.line-dashed:after{
	border-bottom:dashed 2px #013a65;
}
.line-filter-wrap ul > li .line-legend.line-dotted:after{
	border-bottom:dotted 4px #013a65;
	top:6px;
}
.line-filter-wrap .customCheckbox > label{
	margin: 0px;
}
.line-filter-wrap .customCheckbox > label span{
	font-size: 16px;	
	font-weight: 500;	
	letter-spacing: 1px;	
	line-height: 20px;
	color: #003A63;
	text-transform: uppercase;
}
.line-filter-wrap .customCheckbox > label:after{
	top:1px;
}
.line-filter-wrap .customCheckbox > label:before{
	top:3px;
}
.line-chart-wrap{
	float:left;
	width: 100%;
	margin-top: 40px;
}
.line-chart-wrap > canvas{
	padding-left:62px;
	background:url(../images/chart-legend.jpg) no-repeat 0px 6px;
	background-size: 78px;
	height:526px!important;
}
#tab-indicators .line-chart-wrap > canvas, #tab-subindicators .line-chart-wrap > canvas{
	background:url(../images/chart-legend-des.jpg) no-repeat 0px 5px;
	background-size: 78px;
}

.metrics-tab-wrap .nav-tabs#subTab{
	width: auto;
	border-radius: 26px;	
	background-color: #003A63;
	padding: 6px;
	display: inline-block;
	margin-top: 30px;
}
.metrics-tab-wrap .nav-tabs#subTab > li{
	float:left;
	display: inline-block;
	width: auto;
}
.metrics-tab-wrap .nav-tabs#subTab > li a{
	border-radius: 26px;
	height: 38px;
	text-align: center!important;
	min-width: 240px;
	padding: 0px 20px;
	color: #bdeaff;
	background: none;
}
.metrics-tab-wrap .nav-tabs#subTab > li a strong{
	font-size: 18px!important;	
	font-weight: 600!important;	
	letter-spacing: 2px!important;	
	line-height: 22px!important;
	text-align: center;
	width: 100%;
	text-align: center!important;
	color: #bdeaff;
}
.metrics-tab-wrap .nav-tabs#subTab > li a.active{
	background: #bdeaff;
	color: #013a65;
}
.metrics-tab-wrap .nav-tabs#subTab > li a.active strong{
	color: #013a65;
}
.sub-filter-wrap ul > li{
	display: inline-block!important;
}
.sub-filter-wrap .indicator-label{
	color: #003A63;
	font-size: 16px;	
	font-weight: 500;	
	letter-spacing: 1px;	
	line-height: 20px;
	opacity: 0.3;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding-left: 115px;
	text-transform: uppercase;
}
.sub-filter-wrap .sub-indicator-wrap{
	width: 100%;
	display: flex;
	position: relative;
	margin: 12px 0px;
}
.sub-filter-wrap .sub-indicator-wrap.disabled{
	pointer-events: none;
	filter:grayscale(0);
	opacity: 0.4;
}
.sub-filter-wrap .sub-indicator-wrap .customCheckbox label{
	margin-left: 36px;
	margin-top: 2px;
}
.sub-filter-wrap .sub-indicator-wrap .customCheckbox label span{
	font-size: 14px;
	margin-left: 55px;
}
.sub-filter-wrap .sub-indicator-wrap .customCheckbox label span:before{
	content:'';
	width: 24px;
	height: 18px;
	position: absolute;
	left: -32px;
    top: -7px;
	border:solid 1px #333;
	border-width: 0px 0px 1px 1px;
	background:none!important;
}

.modal-backdrop{
	opacity: 0.8!important;	
	background-color: #003A63!important;
}
.modal.modalRight {
	padding-right: 0px!important;
}
.modalRight .modal-dialog{
	float: right;
	margin: 0px;
	height: 100vh;
	border:none;
	width: 550px;
	max-width: 550px;
}
.modalRight .modal-content{
	border-radius: 0px;
	border:none;
	height: 100vh;
	background: #eff3f6;
}
.modalRight .modal-content .modal-body{
	padding: 50px;
	padding-top: 125px;
	position: relative;
}
.modalRight .modal-content button.close{
	width: 35px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top:50px;
	opacity: 1;
	background:url(../images/icon-close.svg) no-repeat center;
}
.modalRight .modal-content button.close span{
	display: none;
}
.modalRight .modal-content h2{
	font-size: 24px;	
	font-weight: bold;	
	letter-spacing: 1.09px;	
	color: #003A63;
	line-height: 29px;
	text-transform: uppercase;
}
.modalRight h3{
	font-size: 20px;	
	font-weight: bold;	
	letter-spacing: 0.9px;	
	color: #003A63;
	margin: 30px 0px 15px 0px;
}
.modalRight .scroll-content h3:first-child{
	margin-top: 0px;
}
.modalRight .scroll-content{
	max-height: calc(100vh - 270px);
	float:Left;
	width: 100%;
	margin-top: 30px;
}
.modalRight p{
	margin: 0px 0px 12px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.mCSB_scrollTools{
	width: 6px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 1px;
	background: #003a60;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #003a60!important;
	width: 5px;
	border-radius: 0px;
}
.modal.modalRight{
	transition:all 0.6s;
}
.modal.modalRight .modal-dialog{
	transform: translate(100%,0%);
	transition:all 0.6s;
}
.modal.modalRight.show .modal-dialog{
	transform: translate(0%,0%);
}
body.com_questionnaires, body.com_country{
	margin-right: 0px;
}
#site-wrapper{
	transition:all 0.3s ease;
}
body.model-cls-opened #site-wrapper{
	margin-right: 530px;
	transition:all 0.6s ease 0.16s;
}
.country-profile-container{
	float:left;
	width: 100%;
	margin-bottom: 40px;
}
.country-profile-container .country-filter-wrap{
	float:left;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.country-profile-container .country-filter-wrap .region{
	float:left;
	display: flex;
	align-items: center;
	width: 100%;
}
.country-profile-container .country-filter-wrap .region span{
	opacity: 0.5;	
	color: #003A63;
	font-size: 14px;	
	letter-spacing: 1.08px;	
	line-height: 17px;
	text-transform: uppercase;
}
.country-profile-container .country-filter-wrap .region ul{
	padding: 0px;
	margin: 0px;
}
.country-profile-container .country-filter-wrap .region ul > li{
	float:left;
	list-style: none;
	margin: 0px 0px 0px 30px;
}
.country-profile-container .country-filter-wrap .region ul > li a{
	font-size: 18px;	
	letter-spacing: 3px;	
	line-height: 22px;
	color: #003A63;
	text-transform: uppercase;
	padding: 2px 0px;
}
.country-profile-container .country-filter-wrap .region ul > li a.active{
	border-bottom:solid 1px #003A63;
	font-weight: 700;
}
.country-profile-container .country-filter-wrap .search-wrap{
	float: right;
	position: relative;
}
.country-profile-container .country-filter-wrap .search-wrap input{
	width: 390px;
	height: 42px;
	background: #e0e5eb;
	padding: 5px 10px 5px 50px;
	border:none;
	color: #003A63;
	font-weight: 400;
	font-size: 18px;
}
.country-profile-container .country-filter-wrap .search-wrap input::placeholder{
	opacity: 0.5;
	color: #003A63;
	font-size: 18px;
	font-weight: 400;
}
.country-profile-container .country-filter-wrap .search-wrap:before{
	content:'';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 14px;
	top:8px;
	background:url(../images/search.png) no-repeat center;
	background-size: 20px;
	opacity: 0.5;
	pointer-events: none;
}
.country-list-wrap{
	float:Left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul#country-list{
	float:left;
	padding: 0px;
	margin: 0px -4px;
	width:calc(100% + 8px);
}
ul#country-list > li{
	list-style: none;
	padding: 4px;
	float:left;
	width:25%;
}
ul#country-list > li a{
	display: flex;
	width:100%;
	height: 150px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	padding: 25px;
	text-align: center;
	transition:all 0.3s ease;
}
ul#country-list > li a:hover{
	background: #bdeaff;
}
ul#country-list > li a span{
	display: block;
	font-size: 20px;	
	line-height: 20px;
	color: #003A63;
	width: 100%;
	padding-top: 10px;
}
ul#country-list > li a img{
	max-height: 42px;
}
#country-modal.modal{
	display: block!important;
	pointer-events: none!important;
}
#country-modal .modal-body{
  overflow: scroll;
  overflow-x: hidden!important;
}
.modalRight#country-modal .scroll-content{
  max-height: none!important;
}
#country-modal.modal.show{
	pointer-events: auto!important;
}
#country-modal #country-list{
	margin: -6px -6px 0px -6px;
    width: calc(100% + 12px);
}
#country-modal #country-list > li{
	width: 50%;
	padding: 6px;
}
#country-modal #country-list > li a{
	height: 64px;
	padding: 14px 16px;
	flex-wrap: nowrap;
}
#country-modal #country-list > li a img{
	max-height: 28px;
}
#country-modal #country-list > li a span{
	text-transform: none;
	font-size: 16px;	
	line-height: 18px;
	padding: 0px;
	text-align: left;
	padding-left: 14px;
}
.modalRight#country-modal .scroll-content{
	margin-top: 20px;
}
#country-modal .country-filter{
	float:left;
	margin-top: 10px;
	width: 100%;

}
#country-modal .country-filter .select-wrap{
	float:left;
}
#country-modal .country-filter .region{
	float:left;
	position: relative;
}
#country-modal .country-filter .region span{
	padding: 10px 20px 10px 0px;
	width:auto;
	background: none;
	border:none;
	outline: none!important;
	box-shadow: none!important;
	cursor: pointer;
	position: relative;
	font-size: 11px;	
	font-weight: 600;	
	letter-spacing: 2px;	
	line-height: 13px;
	color: #003A63;
	text-transform: uppercase;
}
#country-modal .country-filter .region span:after {
    content: '\f104';
    font-family: Flaticon;
    border: none!important;
    font-size: 12px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
	color: #003A63;
    top: 9px;
	font-weight: 600;
    transition: all 0.3s ease;
}
#country-modal .country-filter .region #sort-country{
	border:solid 1px #ccc;
	position: absolute;
	top:26px;
	left: 0px;
	z-index: 2;
	width: 100%;
	display: none;
}
#country-modal .country-filter .region #sort-country > li a{
	font-size: 12px;
    padding: 8px 10px;
	background: #fff;
    text-transform: uppercase;
	display: block
}
#country-modal .country-filter .region #sort-country > li a:hover{
	background: #003a63;
	color: #fff!important;
}
#country-modal .country-filter .bootstrap-select{
	width:auto;
}

#country-modal .country-filter .search-wrap{
	float:right;
	position: relative;
}
#country-modal .country-filter .search-wrap input{
	width: 210px;
	height: 32px;
	background: #e0e5eb;
	padding: 5px 10px 5px 34px;
	border:none;
	color: #003A63;
	font-weight: 400;
	font-size: 14px;
}
#country-modal .country-filter .search-wrap input::placeholder{
	opacity: 0.5;
	color: #003A63;
	font-size: 14px;
	font-weight: 400;
}
#country-modal .country-filter .search-wrap:before{
	content:'';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 12px;
	top:8px;
	background:url(../images/search.png) no-repeat center;
	background-size: 16px;
	opacity: 0.5;
	pointer-events: none;
}




.country-detail-wrap{
	float:left;
	width: 100%;
	clear: both;
}
.country-detail-wrap .country-analysis{
	background: #013a65;
	padding: 25px 20px 25px 0px;
	position: relative;
}
.country-detail-wrap .country-analysis:before{
	content:'';
	position: absolute;
	right:0px;
	top:0px;
	width: calc(100vw - 50vw);
	height: 100%;
	background: #013a65;
	z-index: -1;
}
.country-detail-wrap .col-md-3 .btn-white{
	margin-top: 10px;
	width: 100%;
	max-width: none;
}
.country-detail-wrap .country-analysis ul{
	width:100%;
	padding: 0px;
	margin: 0px;
}
.country-detail-wrap .country-analysis ul > li{
	list-style: none;
	width: 100%;
	padding: 7px 0px;
}
.country-detail-wrap .country-analysis ul > li strong{
	font-size: 12px;	
	font-weight: 600;	
	letter-spacing: 0.5px;	
	color: #fff;
	line-height: 15px;
	width: 100%;
	display: block;
}
.country-detail-wrap .country-analysis ul > li span{
	font-size: 18px;	
	font-weight: 300;	
	letter-spacing: 1px;	
	line-height: 22px;	
	width: 100%;
	display: block;
	color: #fff;
}
.country-analysis button.infoQ{
	background: none!important;
	margin-left: 2px;
	overflow: visible;
}
.country-analysis button.infoQ i:before{
	top:3px;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
}
.country-analysis button.infoQ{
	width: 13px;
	height: 13px;
	background:url(../images/info.png) no-repeat 0px -14px!important;
	background-size: 13px!important;
	margin-bottom: 0px!important;
}
.country-analysis button.infoQ:hover{
	content:''!important;
	background-position: 0px 0px!important;
}
.country-analysis button.infoQ i{
	display:none!important;
}
.country-analysis button.infoQ:hover i:before{
	background: #bdeaff;
	color: #013a65;
	border-radius: 10px;
}
.popover.bs-popover-right{
	box-shadow: 0 15px 20px -5px rgba(0,0,0,0.3);
	max-width: 360px;
	margin-left: 1rem;
}
.popover.bs-popover-right .popover-header, .popover.bs-popover-right .popover-body{
	background: #bdeaff;
	color: #013a65;
	padding: 28px;
}
.popover.bs-popover-right .popover-header{
	padding-bottom: 0px;
	font-size: 18px;
	float: left;
	width: 100%;
	display: block;
	padding-top: 20px;
}
.popover.bs-popover-right .popover-body{
	padding-top: 10px;
	font-size: 14px;
	float: left;
	width: 100%;
}
.popover.bs-popover-right .popover-body a{
	text-decoration: underline;
    color: #013a65;	
}
.popover.bs-popover-right .arrow{
	left: calc((1rem + 1px) * -1);
	height: 2rem;
}
.popover.bs-popover-right .arrow:after{
	border-width: 1rem 1rem 1rem 0;
}
.popover.bs-popover-right .arrow:after{
	border-right-color:#bdeaff;
}

.country-report-wrap{
	float:left;
	width: 100%;
	margin-bottom: 130px;
}
.country-report-wrap .report-row{
	border-top:solid 1px #b2c4d0;
	padding: 60px 0px;
	width: 100%;
	float:left;
}
.country-report-wrap .report-row:first-child{
	border:none;
	padding-top: 0px;
}
.country-report-wrap .report-row .report-intro{
	max-width: 670px;
	margin-top: -5px;
}
.country-report-wrap .report-row h3{
	font-size: 26px;	
	font-weight: 600;	
	line-height: 32px;
	color: #003A63;
	margin-bottom: 20px;
}
.country-report-wrap .report-row h3 span{
	font-weight: 900;
}
.country-report-wrap .report-row p{
	font-size: 16px;	
	line-height: 21px;
}
.country-report-wrap .report-row p:last-child{
	margin: 0px;
}
.country-report-wrap .report-row h4{
	font-size: 24px;	
	font-weight: bold;	
	letter-spacing: 1.71px;	
	line-height: 28px;
	color: #003A63;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.country-report-wrap .report-row .report-two-col{
	display: flex;
}
.country-report-wrap .report-row .report-two-col > div{
	width: 50%;
}
.country-report-wrap .report-row .report-two-col > .report-desc{
	padding-right:30px;
}
.country-report-wrap .report-row .report-two-col > .report-desc p{
	max-width: 380px;
}
.country-detail-wrap .promo-btn-wrap > li a{
	padding: 25px 30px;
}
.progress-country.progress-circle-wrap{
	margin-top: 90px;
}
.progress-country .circle-chart__background{
	stroke: #d8dfe5;
}
.progress-country .circle-chart__circle{
	stroke: #003d64;
}
.progress-country .circle-chart__circle{
	stroke: #003d64;
	transition:all 2.2s ease;
}
.progress-country .staticstroke .circle-chart__circle{
	stroke-dasharray: 0,100;
	opacity: 0;
}
.progress-country .animate .circle-chart__circle{
	opacity: 1;
}
.progress-country.progress-circle-wrap .circle-chart__percent{
	font-size: 9px;	
	font-weight: bold;	
	line-height: normal;
	fill:#003d64;
}
.progress-circle-wrap.progress-country .highlight > span{
	font-size: 14px;	
	font-weight: bold;	
	letter-spacing: 1px;	
	line-height: 17px;
	color: #003A63;
	padding-top: 20px;
}
.progress-circle-wrap.progress-country ul > li{
	width: 33.33%;
	padding: 0px 25px;
}
.country-head .switch-wrap{
	position: absolute;
	right:0px;
	top:-34px;
}
.country-head .switch-wrap .country-switch{
	width: 68px;
	float: right;
}
.country-head .switch-wrap .country-switch i{
	width:68px;
	height: 68px;
	background:url(../images/icon-countries.svg) no-repeat center #bdeaff;
	border-radius: 100%;
	display: block;
	transition:all 0.3s ease;
}
.country-head .switch-wrap .country-switch:hover i{
	background-color: #dae3e8;
}
.country-head .switch-wrap .country-switch span{
	display: block;
	text-align: center;
	font-size: 12px;	
	font-weight: 500;	
	letter-spacing: 1.5px;	
	color: #003A63;
	line-height: 14px;
	text-transform: uppercase;
	padding-top: 8px;
}
.library-header .toggle-filter{
	margin-top: 15px;
	padding: 10px 25px 10px 10px;
	display: inline-block;
	line-height: 100%;
	font-size: 13px;		
	letter-spacing: 2.36px;	
	color:#003A63;
	text-transform: uppercase;
	position: relative;
}
.library-header .toggle-filter:after {
    content: '\f104';
    font-family: Flaticon;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 10px;
    color: #003A63;
    transoform: rotate(0deg);
	font-weight: 600;
	transition:all 0.3s ease;
}
.library-header .toggle-filter[aria-expanded="true"]:after{
	transform: rotateX(180deg);
}

.toggle-filter{
	display: inline-block;
}
#lib-filters{
	width: 100%;
	float:left;
}
#lib-filters .misc-filters{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.library-content .library-list{
	float:left;
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 70px -10px;
}
.library-content .library-list > li{
	list-style: none;
	width: calc(50% - 20px);
	margin:10px;
	background: #eff3f6;
	padding: 40px 40px 110px;
	position: relative;
	transition:all 0.4s ease;
}
.library-content .library-list > li .primary-btn{
	position: absolute;
	left: 40px;
	bottom:40px;
}
.library-content .primary-btn{
	background: #eff3f6;
	width: 240px;
}
.library-content .library-list > li h3{
	color: #003A63;	
	font-size: 20px;	
	font-weight: bold;	
	line-height: 24px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.library-content .library-list > li h3 a{
	color: #003A63;	
}
.library-content .library-list > li p{
	font-size: 14px;	
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.library-content .library-list > li:hover{
	background: #BFEAFF;
}
.library-content .library-list > li:hover .primary-btn{
	border: 1px solid #003A63;	
	background-color: #003A63;
	color: #fff;
}
.library-content .library-list > li .btn-ico i{
	left: 22px;
}
.pagination-wrap{
	float:left;
	width: 100%;
	text-align: center;
	clear: both;
}
.pagination-wrap .pagination-list{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.pagination-wrap .pagination-list > li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	overflow: hidden;
	position: relative;
}
.pagination-wrap .pagination-list > li > *{
	display: block;
	width: 34px;
	height: 34px;
	background: #fff;
	text-align: center;
	border:solid 1px;
	color: #033d65;
	font-weight: 600;
	font-size: 16px;
	line-height: 33px;
	overflow: hidden;
	position: relative;
}
.pagination-wrap .pagination-list > li > .current{
	color: #fff;
	background: #033d65;
}
.pagination-wrap .pagination-list > li:first-child > .current,
.pagination-wrap .pagination-list > li:last-child > .current{
	background: none!important;
}
.pagination-wrap .pagination-list > li .prev{
	border:none;
	position: relative;
}
.pagination-wrap .pagination-list > li .prev:before,
.pagination-wrap .pagination-list > li.Prev:before{
	content: '\f104';
    font-family: Flaticon;
    font-size: 20px;
    position: absolute;
    right: -43px;
    top: -48px;
	z-index: 9;
    color: #033d65;
    transform: rotate(90deg)!important;
	margin: 0px;
	font-weight: 700;
}
.pagination-wrap .pagination-list > li.Prev *,
.pagination-wrap .pagination-list > li.Next *{
	border:none!important;
}
.pagination-wrap .pagination-list > li .next{
	border:none;
	position: relative;
}
.pagination-wrap .pagination-list > li .next:before,
.pagination-wrap .pagination-list > li.Next:before{
	content: '\f104';
    font-family: Flaticon;
    font-size: 20px;
    position: absolute;
    right: -42px;
    top: 50px;
    color: #033d65;
    transform: rotate(-90deg)!important;
	margin: 0px;
	z-index: 2;
}
.pagination-wrap .pagination-list > li.Prev, .pagination-wrap .pagination-list > li .prev, .pagination-wrap .pagination-list > li .next, .pagination-wrap .pagination-list > li.Next{
	text-indent: 100px;	
	color:transparent;
}

.pagination-wrap .pagination-list .disabled.hidden-phone.Next{
  display:none;
}

.modal.modalGen .modal-dialog{
	max-width: 890px;
	border-radius: 0px;
	border:none;
	margin-top: 12vh;
    transform: translate(0,0) scale(0.7);
    opacity: 0;	
	transition: all 0.3s;
}
.modal.modalGen.show .modal-dialog{
	transform: translate(0,0) scale(1);
    opacity: 1;	
}
.modal.modalGen .modal-content{
	background: #eff3f6;
	border-radius: 0px;
	border:none;
}
.modal.modalGen .modal-content .modal-body{
	padding: 45px;
}
.modal.modalGen .login-row p{
	color: #003A63;	
	font-size: 14px;	
	line-height: 19px;
	margin: 0px 0px 12px 0px;
}
.modal.modalGen .login-row .scroll-content{
	max-height: 382px;
}
.message-login-popup {
    float: left;
    width: auto;
    padding: 3px 10px;
    background: #e4d7d7;
    border-radius: 3px;
    color: rosybrown;
	max-width: 360px;
	position: absolute;
	left: 0px;
	top:0px;
}
.login-header{
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: -15px;
	margin-bottom: 25px;
}
.login-header h3{  
	font-size: 20px;	
	line-height: 24px;
	text-align: center;
	color: #003A63;
	margin: 0px 0px 10px;
	font-weight: 500;
}
.login-header h2{  
	font-size: 24px;	
	font-weight: bold;	
	letter-spacing: 1.89px;	
	line-height: 29px;	
	text-align: center;
	color: #003A63;
	text-transform: uppercase;
	margin: 0px 0px 5px;
}
.modal.modalGen h4{ 
	font-size: 18px;	
	font-weight: bold;	
	letter-spacing: 1.42px;	
	line-height: 22px;
	color: #003A63;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.login-header i:before{
	font-size: 50px;
	color: #003A63;
	margin: 0px;
}
.modalGen .modal-content button.close{
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top:30px;
	opacity: 1;
	background:url(../images/icon-close.svg) no-repeat center;
}
.modalGen .modal-content button.close span{
	display: none;
}
.login-row .form-wrap, .contact-content .form-wrap{
	float:left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 16px 0px;
}
.login-row .form-wrap > label, .contact-content .form-wrap > label{
	display: block;
	text-align: left;
	font-size: 10px;	
	font-weight: 600;	
	letter-spacing: 1.82px;	
	line-height: 12px;
	color: #003A63;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.login-row .form-wrap input.form-field, .contact-content .form-wrap input.form-field,
.contact-content .form-wrap textarea.form-field{
	border: 1px solid #003A63;	
	background-color: #FFFFFF;
	text-align: center;
	height: 58px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #7e8b94;
	letter-spacing: 1px;
}
.login-row .form-wrap input.form-field.error, .contact-content .form-wrap input.form-field.error{
	border:solid 1px #f25b5b;
	
}
.login-row .form-wrap label.error{
	display: none!important;
}
.login-row .form-wrap:last-child, .contact-content .form-wrap:last-child{
	margin: 0px;
}
.form-wrap .fgt-pwd{
	font-size: 14px;	
	font-weight: 500;	
	line-height: 17px;	
	text-align: center;
	color: #A6AEB3;
	text-decoration: underline;
}
.form-wrap .primary-btn{
	background: #eff3f6;
	max-width: 162px;
	float: none;
	margin: auto;
}
.form-wrap .custom-check{
	display: inline-block;
	position: relative;
}
.form-wrap .custom-check input[type="checkbox"]{
	position: absolute;
	opacity: 0;
}
.form-wrap .custom-check label{
	font-size: 10px;	
	font-weight: 600;	
	letter-spacing: 1px;	
	line-height: 12px;
	color: #003A63;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
}
.form-wrap .custom-check label:before{
	content:'';
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	top:-1px;
	border:solid 1px #003A63;
	border-radius: 2px;
}
.form-wrap .custom-check input.error + label:before,
.form-wrap .custom-check input + label.error + label:before{
	border-color:#fe0000;
}
.form-wrap .custom-check input[type=checkbox]:checked + label + label:after{
	border: solid 1px #003A63;
}
.form-wrap .custom-check input[type=checkbox]:checked + label:after,
.form-wrap .custom-check input[type=checkbox]:checked + label + label:after{
	content: '';
    width: 10px;
    height: 5px;
    border: solid 1px #003A63;
    border-width: 0px 0px 2px 2px;
    position: absolute;
    left: 2px;
    top: 1px;
    transform: rotate(-45deg);
	box-shadow: 1px 1px 0px 1px #eff3f6;
	border-radius: 1px;	
}
.form-wrap .custom-check label a{
	text-decoration: underline;
	color: #003A63;
}
.form-wrap .request-access{
	display: block;
	width: 100%;
	color: #003A63;	
	font-size: 14px;	
	line-height: 24px;	
	text-align: center;
	margin-top: 45px;
}
.form-wrap .request-access a{
	color: #003A63;	
	text-decoration: underline;
	text-align: center;
}
.data-content.news-content, .data-content.contact-content{
	padding: 80px 0px 180px 0px;
}
.news-content .news-list{
	float:left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px 0px 75px;
}
.news-content .news-list > li{
	list-style: none;
	width: 100%;
	margin:0px;
	background:rgba(255,255,255,0);
	position: relative;
	transition:all 0.4s ease;
	padding: 40px 40px 40px 20px;
	display: flex;
	align-items: flex-start;
}
.news-content .news-list > li:hover{
	background: #bfe9ff;
}
.news-content .news-list > li .news-date{
	width: 140px;
	font-size: 12px;	
	font-weight: 500;	
	letter-spacing: 1px;	
	line-height: 15px;
	color: #003A63;
	font-weight: 500;
	padding-top: 12px;
}
.news-content .news-list > li .news-desc{
	width: 100%;
}
.news-content .news-list > li .news-desc img{
	float:left;
	margin: 5px 20px 10px 0px;
}
.news-content .news-list > li .news-desc h3{
	font-size: 26px;	
	font-weight: bold;	
	letter-spacing: 1px;	
	line-height: 32px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}
.news-content .news-list > li .news-desc h3 a{
	color: #003A63;
	text-decoration: none;
	text-transform: uppercase;
}
.news-content .news-list > li .news-desc p{
	color: #333333;	
	font-size: 14px;	
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
a.read-more{
	position: relative;
	font-size: 11px;	
	font-weight: 600;	
	letter-spacing: 2px;	
	line-height: 13px;
	padding:5px 5px 5px 0px;
	color: #003A63;
	text-transform: uppercase;
	transition:all 0.4s ease;
}
a.read-more i:before{
	margin: 0px;
	position: absolute;
	left: -8px;
	top:5px;
	font-size: 10px;
	color: #003A63;
	transition:all 0.4s ease;
	opacity: 0;
}
.news-content .news-list > li:hover a.read-more{
	padding-left: 16px;
}
.news-content .news-list > li:hover a.read-more i:before{
	opacity: 1;
	left: -2px;
}
.news-content .load-more{
	margin-left: 106px;
}
.tweets-wrap{
	background: #013a65;
	padding: 40px 0px 40px 40px;
	position: relative;
	float:left;
	width: 100%;
	min-height: 460px;
}
.tweets-wrap:after{
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width: calc(100vw - 50vw);
	height: 100%;
	background: #013a65;
	z-index: -1;
}
.tweets-wrap .tweet-title{
	position: relative;
	width: 100%;
	font-size: 22px;	
	font-weight: bold;	
	letter-spacing: 1.74px;
	line-height: 27px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tweet-title:after{
	content: "\f100";
	position: absolute;
	right:0px;
	top:0px;
	color: #fff;
	font-family: Flaticon;
	font-weight: 100;
	font-size: 26px;
}
.tweets-wrap .follow-url{
	display: block;
	color: #BFEAFF;
	font-size: 16px;
	font-weight: 600;
}
.tweets-wrap .follow-url a{
	color: #BFEAFF;
}
.tweets-wrap ul.tw-list{
	float:left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px;
}
.tweets-wrap ul.tw-list > li{
	list-style: none;
	float:left;
	width: 100%;
	padding: 22px 0px;
	position: relative;
}
.tweets-wrap ul.tw-list > li:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 66px;
	height: 2px;
	background: #fff;
}
.tweets-wrap ul.tw-list > li:first-child:after{
	content:none;
}
.tweets-wrap ul.tw-list > li span{
	display: block;
	font-size: 14px;	
	line-height: 17px;
	color: #fff;
	font-weight: 400;
}
.tweets-wrap ul.tw-list > li:last-child{
	padding-bottom: 0px;
}
.contact-content .container .row:first-child{
	margin-bottom: 60px;
}
.data-content.contact-content{
	padding-top: 120px;
}
.contact-content h3{
	text-transform: uppercase;
	color: #003A63;
	font-size: 22px;	
	font-weight: bold;	
	letter-spacing: 1.57px;	
	line-height: 28px;
	margin: 0px 0px 30px 0px;
}
.contact-content ul.social-icons{
	margin: -10px;
}
.contact-content ul.social-icons > li a{
	color: #013a65;
	border-color: #013a65;
}
.contact-content ul.social-icons > li a:hover{
	background: #013a65;
	color: #fff;
}
.contact-content .address{
	width: 100%;
	font-size: 20px;	
	line-height: 24px;
	color: #013a65;
}
.contact-content .address p{
	font-size: 20px;	
	line-height: 24px;
	color: #013a65;
}
.contact-content .address strong{
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}
.contact-content .form-wrap input.form-field{
	text-align: left;
	padding-left: 20px;
}
.contact-content .form-wrap .custom-check label,
.contact-content .form-wrap .custom-check label a{
	color:#333;
}
.contact-content .form-wrap.form-wrap-cbase{
	margin-top: 2px;
}
.form-wrap-cbase .primary-btn{
	float: left;
	width: 200px;
	background-color: #fff;
	max-width: none;
	clear: both;
}
.contact-content .form-wrap.form-wrap-cbase .custom-check{
	float: left;
	padding: 15px 0px;
}
.contact-content .select-box .bootstrap-select{
	width: 100%!important;
}
.contact-content .select-box .bootstrap-select button{
	width: 100%;
	height: 58px;
	border: 1px solid #003A63;
	background: #fff;
	font-size: 16px;
    line-height: 20px;
    color: #7e8b94;
	text-align: left!important;
	border-radius: 0px;
	outline: none!important;
	box-shadow: none!important;
	letter-spacing: 1px;
	padding-left: 20px;
}
.contact-content .select-box .bootstrap-select .filter-option{
	text-align: left!important;
}
.contact-content .dropdown-toggle::after{
	content:'\f104';
	font-family: Flaticon;
	border: none!important;
	font-size: 28px;
	width: 25px;
	right:22px;
	top:20px;
	height: 24px;
	position: absolute;
	transition:all 0.3s ease;
	color: #013a65;
}
.contact-content.bootstrap-select.show .dropdown-toggle:after{
	transform: rotateX(180deg);
	top:11px;
}
.contact-content .select-wrap.select-box .bootstrap-select > .dropdown-menu{
	border:solid 1px #013a65!important;
	margin: 0px!important;
}
.contact-content .form-wrap textarea.form-field{
	height: 175px;
	text-align: left;
	padding: 15px 15px 15px 20px;
}
.contact-content .form-wrap textarea.form-field::placeholder{
	color: rgba(51,51,51,0.6);
}
.contact-content .tweets-wrap{
	margin-top: 75px;
}
.contact-content .form-wrap{
	margin-bottom: 20px;
}
.contact-content .form-wrap.priv_wrap{
	margin: 0px;
}
.contact-form, .news-page-list{
	float: left;
	width: 100%;
	position: relative;
}
.contact-form.processing:after{
	content:'';
	position: absolute;
	left: -50%;
	right:-50%;
	margin: auto;
	bottom:20px;
	width: 30px;
	height: 30px;
	background:url(../images/loader.gif) no-repeat center;
	background-size: 32px;
}
.news-page-list.processing:after{
	content:'';
	position: absolute;
	left: -50%;
	right:-75%;
	margin: auto;
	bottom:10px;
	width: 30px;
	height: 30px;
	background:url(../images/loader.gif) no-repeat center;
	background-size: 32px;
}
.library_content_section{
	float:left;
	width: 100%;
	position: relative;
}
.library_content_section.processing:after{
	content:'';
	position: absolute;
	left: -50%;
	right:-50%;
	margin: auto;
	top:96px!important;
	width: 30px;
	height: 30px;
	background:url(../images/loader.gif) no-repeat center;
	background-size: 32px;
}
.contact-form.processing > form, .library_content_section.processing .library-list{
	pointer-events: none;
	opacity: 0.5;
}
.article-page{
	padding-top: 140px;
}
.article-page .container{
	position: relative;
}
.article-page .col-md-9{
	position: static;
}
.article-page article{
	float:left;
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}
.article-page article p{
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	line-height: 26px;
	margin: 0px 0px 30px 0px;
	max-width: 680px;
}
.article-page article p:last-child{
	margin: 0px;
}
.article-page article h2{
	font-size: 26px;	
	line-height: 32px;
	color: #003A63;
	font-weight: 500;
	margin: 80px 0px 20px 0px;
	max-width: 500px;
}
.article-page article h2:first-child{
	margin-top: 0px;
}
.article-page article h2:before{
	content:'';
	width: 95px;
	height: 4px;
	background: #003A63;
	position: absolute;
	left: 0px;
	margin-top: 54px;
}
article > img, article > p > img{
	margin:30px 0px;
}
.article-page .accordion-wrap:before{
	content:'';
	width: 95px;
	height: 4px;
	background: #003A63;
	position: absolute;
	left: 0px;
	margin-top: 0px;
}


.accordion-wrap{
	float:left;
	width: 100%;
	margin-top: 50px;
}
.accordion-wrap .ac-item{
	float:Left;
	width: 100%;	
	border: 1px solid #003A63;	
	background-color: rgba(255,255,255,0.7);
	padding: 16px 34px;
	margin-bottom: 20px;
}
.accordion-wrap .ac-item .ac-title h3 {
	color: #003A63;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.67px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0px;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}
.accordion-wrap .ac-item .ac-title{
	padding: 15px 124px 15px 0px;
	width: 100%;
	float: left;
	position: relative;
}
.ac-item .ac-title h3::after{
	content:'\f104';
	font-family: Flaticon;
	border: none!important;
	font-size: 30px;
	width: 25px;
	height: 24px;
	position: absolute;
	right:6px;
	top:16px;
	transition:all 0.3s ease;
	-webkit-transition:none;
	color: #003A63;
}
.ac-item .ac-title.active h3:after{
	transform: rotateX(180deg);
	top:12px;
}
.accordion-wrap .ac-content{
	float:left;
	display: none;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.accordion-wrap .ac-content p{
	max-width: none;
}
.accordion-wrap .ac-content img{
	float: right;
	margin: 5px 0px 30px 30px;
}
.accordion-wrap .ac-item p{  
	color: #003A63;
}
.accordion-wrap .ac-item ul li{
	color: #003A63;
	margin-bottom: 15px;
}

ul.resource-list{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.resource-list > li{
	list-style: none;
	margin: 8px 0px;
	width: 100%;
	float: left;
}
ul.resource-list > li a{
	display: inline-block;
	position: relative;
	color: #003A63;
	font-size: 18px;
	line-height: 22px;
	padding-left: 40px;
}
ul.resource-list > li a:before{
	font-family: Flaticon;
	content:'\f103';
	width: 30px;
	height: 30px;
	border:solid 1px #003A63;
	color: #003A63;
	display: block;
	border-radius: 30px;
	position: absolute;
	left: 0px; 
	top: -4px;
    text-align: center;
    font-size: 14px;
    padding: 2px 0px;
    text-indent: 1px;
	transition:all 0.3s ease;
}
ul.resource-list > li a.ico-link:before{
	content:'\f114';
}

ul.resource-list > li a:hover:before{
	color:#fff;
	background-color: #003A63;
	border-color:#003A63;
}


/*MEMBER AREA*/

#site-wrapper.login-page{
	background:url(../images/wave-dark.jpg) no-repeat center #003A63;
	background-blend-mode: luminosity;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
}
.login-page .login-wrap{
	width: 100%;
	max-width: 364px;
	margin: auto;
}
.login-page .login-wrap .form-wrap{
	float:left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 16px 0px;
}
.login-page .login-wrap .form-wrap label{
	display: block;
	text-align: left;
	font-size: 10px;	
	font-weight: 600;	
	letter-spacing: 1.82px;	
	line-height: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.login-page .login-wrap .form-wrap input.form-field{
	border: 1px solid #dce6ec;	
	background-color: #FFFFFF;
	text-align: center;
	height: 58px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #7e8b94;
	letter-spacing: 1px;
}
.login-logo{
	width: 214px;
	display: block;
	text-align: center;
	margin: 0px auto 10vh auto;
}
.login-logo strong{
	color: #FFFFFF;
    display: block;
    font-weight: 100;
    text-align: center;
    font-size: 80px;
    letter-spacing: 18px;
    text-transform: uppercase;
    text-indent: -5px;
    line-height: 100%;
	margin-bottom: 10px;
}
.login-logo span{
	color: #FFFFFF;
	font-size: 9.69px;
	letter-spacing: 0.82px;
	line-height: 8px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
}
.login-page .fgt-pwd{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.login-page .primary-btn{
	color: #fff;
	border:solid 1px #fff;
	background:rgba(255,255,255,0);
	margin-top: 20px;
	line-height: 9px;
}
.login-page .primary-btn:hover{
	background: #fff;
	color: #013a65;
	border-color: #fff;
}
.login-page .backtopublic{
	width: 210px;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: auto;
	bottom:35px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
}
.login-page .backtopublic a{
	font-weight: 700;
	color: #fff;
	font-size: 14px;
}

header.member-header{
	background:url(../images/wave-dark.jpg) no-repeat center #00162b!important;
	background-blend-mode: lighten;
	background-size: 80%!important;
}
header.member-header .banner .container{
	padding: 0px;
}
.download-questionnaire{
	float:right;
	margin-bottom: 6px;
	position: relative;
}
.download-questionnaire .toggle-report{
	padding-right: 24px;
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	position: relative;
}
.download-questionnaire .toggle-report:after{
	content:'\f104';
	font-family: Flaticon;
	font-size: 14px;
	position: absolute;
	right:0px;
	top:0px;
	color: #fff;
	transoform:rotate(0deg);
	transition:all 0.3s ease;
}
.download-questionnaire .toggle-report[aria-expanded="true"]:after{
	transform: rotateX(180deg);
}
.download-questionnaire ul#qa-list.collapse.show{
	display: block!important;
	opacity: 1!important;
}
.download-questionnaire ul#qa-list{
	float:left;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top:25px;
	background: #eff3f6;
	z-index: 2;
	padding: 0px;
}
.download-questionnaire ul > li{
	list-style: none;
	margin-top: 10px;
	width: 100%;
	padding: 12px 16px;
}
.download-questionnaire ul > li:first-child{
	margin: 0px;
}
.download-questionnaire ul > li a{
	display: inline-block;
	position: relative;
	color: #003A63;
	font-size: 13px;
	line-height: 17px;
	padding-left: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.download-questionnaire ul > li a:before{
	font-family: Flaticon;
	content:'\f103';
	width: 22px;
	height: 22px;
	border:solid 1px #003A63;
	color: #003A63;
	display: block;
	border-radius: 22px;
	position: absolute;
	left: -2px; 
	top: -3px;
    text-align: center;
    font-size: 10px;
    padding: 0px 0px;
	line-height: 19px;
    text-indent: 0px;
	transition:all 0.3s ease;
}
.download-questionnaire ul > li a:hover:before{
	color:#003A63;
	background-color: #9EDBFA;
	border-color:#9EDBFA;
}
.member-content .country-head .btn-ico{
	letter-spacing: 1.13px;
}
.member-content .country-head i{
	top: 16px;
    left: 25px;
}
.member-content .country-head .primary-btn.btn-white{
	padding-left: 56px;
    padding-right: 30px;
}
section.data-content.member-content{
	background: #fff;
	padding-bottom: 0px!important;
    min-height: calc(100vh - 380px);
}

/*QA TABS*/

.qa-tab-wrap{
	float:left;
	width: 100%;
	position: relative;
}
.qa-tab-wrap:before{
	content:'';
	z-index: 0;
	background: #eff3f6;
	position: absolute;
	left: 0px;
	top:50px;
	width: 150vw;
	height: calc(100% - 50px);
	left: -32%;
}
.qa-tab-wrap .nav-tabs{
	display: flex;
	padding: 0px;
	width: 100%;
	border:none;
}
.qa-tab-wrap .nav-tabs > .nav-item{
	border:none;
	list-style: none;
	width: auto;
}
.qa-tab-wrap .nav-tabs > .nav-item a{
	background: #fff;
	border:none;
	border-radius: 0px;
	display: flex;
	flex-wrap: wrap;
	height: 80px;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	transition:all 0.3s ease;
	padding:2px 30px 0px 30px;
}
.qa-tab-wrap .nav-tabs.tab-sml > .nav-item a{
	height: 50px;
	border:solid 1px #eff3f6;
	border-width: 2px 2px 1px 0px;
}
.qa-tab-wrap .nav-tabs.tab-sml > .nav-item:first-child a{
	border-width: 2px 2px 1px 2px;
}
.qa-tab-wrap .nav-tabs > .nav-item a i{
	position: absolute;
	left: 35px;
	top:20px;
	opacity: 0.6;
}
.qa-tab-wrap .nav-tabs > .nav-item a i img{
	width: 38px;
}
.qa-tab-wrap .nav-tabs > .nav-item a strong{
	display: block;
	color: #A6AEB3;
	opacity: 0.6;
	font-size: 20px;	
	font-weight: 700;	
	letter-spacing: 1.38px;	
	line-height: 27px;
	text-transform: uppercase;
}
.qa-tab-wrap .nav-tabs > .nav-item a span{
	display: inline-block;
	color: #C4C9CC;
	font-size: 20px;	
	letter-spacing: 1.58px;	
	line-height: 23px;
	font-weight: 400;
	padding-left: 14px;
}
.qa-tab-wrap .nav-tabs > .nav-item a.active{
	background: #eff3f6;
}
.qa-tab-wrap .nav-tabs > .nav-item a.active strong{
	opacity: 1;
	color: #003A63;
}
.member-content .qa-tab-wrap .tab-pane{
	padding: 65px 0px;
}
.qa-tab-wrap .ac-content ul.indicator-list > li .ind-title .label-wrap{
	background: none;
}
.qa-tab-wrap .qa-progress{
	float: right;
	margin-top: 8px;
}
.qa-tab-wrap .qa-progress i{
	float:left;
	font-size: 18.2px;	
	font-weight: 500;	
	line-height: 22px;
	color: #A6AEB3;
	text-transform: uppercase;
	font-style: normal;
	padding: 4px 10px 0px 0px;
}
.questions-content > .indicator-list .qa-progress.qa-done{
	padding-right: 0px;
}
.questions-content > .indicator-list .qa-progress.qa-done svg{
	opacity: 0;
}
.questions-content > .indicator-list .qa-progress.qa-done:after{
	font-size: 26px;
	right:0px;
	top:3px;
}
.questions-content .indicator-list.sub-indicator-list > li > div > span.qa-progress.qa-done:after{
	font-size: 21px;
    right: 3px;
    top: -5px;
}

.qa-pie {
  width: 28px;
  background: #c2c7ca;
  border-radius: 50%;
	transform:rotate(-90deg);
}

.qa-pie circle {
  fill: none;
  stroke: #013a65;
  stroke-width: 32;
  animation: rotate 1.5s ease-in;
}
.qa-tab-wrap .sub-indicator-list .qa-progress{
	margin-right: 3px;
}
.qa-tab-wrap .sub-indicator-list .qa-progress .qa-pie{
	width:22px;
}
.qa-tab-wrap .sub-indicator-list .qa-progress i{
	font-size: 14px;
}
.qa-tab-wrap .qa-done{
	padding-right: 20px;
}
.qa-tab-wrap .qa-done:after{
	content: "\f113";
	font-family: Flaticon;
	font-size: 14px;
	color: #003A63;
	position: absolute;
	right: 6px;
	top:2px;
}
.qa-tab-wrap .qa-inprogress:after{
	content: "";
	color: #003A63;
	position: absolute;
	right: 6px;
	top:4px;
	width: 14px;
	height: 14px;
	border-radius: 12px;
	border:solid 2px #cbccce;
}
.qa-tab-wrap .current-title.qa-done:after{
	top:12px;
}
.qa-tab-wrap .qa-inprogress.current-title:after{
	top:16px;
}
.qa-tab-wrap .indicator-list .toggle-Question.active{
	font-weight: 700!important;
}
.qa-tab-wrap .questions-content .toggle-Qcontent{
	margin: 0px;
	padding: 18px 0px 30px 0px;
	position: relative;
}
.qa-tab-wrap .questions-content .ind-title{
	transition:all 0.3s ease;
}
.qa-tab-wrap .questions-content .current-title{
	padding-top: 12px;
}
.qa-tab-wrap .questions-content .current-title:before{
	content:'';
	background: #fff;
	position: absolute;
	pointer-events: none;
	width: 150vw;
	top:0px;
	left: -50%;
	height: 100%;
	z-index: 0;
}
.qa-tab-wrap .questions-content .toggle-Qcontent{
	margin-left: 148px;
	width:calc(100% - 148px);
}
.qa-tab-wrap .answer-wrap{
	float:left;
	width: 100%;
}
.qa-tab-wrap .answer-wrap .choose-answer{
	float:left;
	width: 100%;
	margin: 6px 0px 10px 0px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.qa-tab-wrap .answer-wrap .choose-answer .ans-item{
	margin-right: 24px;
	position: relative;
	width: calc(33.3% - 24px);
	margin-bottom: 10px;
}
.qa-tab-wrap .answer-wrap .choose-answer .ans-item label{
	display: block;
	padding-left: 34px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;	
	color: #333333;
	line-height: 21px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}
.qa-tab-wrap .answer-wrap .choose-answer .ans-item label:before{
	content:'';
	width: 20px;
	height: 20px;
	border:solid 1px #00375d;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top:2px;
}
.qa-tab-wrap .answer-wrap .choose-answer .ans-item input:checked + label:after{
	content:'';
	position: absolute;
	left: 4px;
	top:6px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #00375d;
		
}
.qa-tab-wrap .answer-wrap .choose-answer .ans-item input{
	position: absolute;
	left: 0px;
	opacity: 0;
}
.qa-tab-wrap .answer-wrap .answer-field{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.qa-tab-wrap .answer-wrap .answer-field textarea{
	border: 1px solid #003A63;
	padding: 20px;
	width: 100%;
	color: #00375d;
}
.qa-tab-wrap .answer-wrap .ans-tools{
	float: left;
	width: 100%;
	position: relative;
}
.qa-tab-wrap .answer-wrap .ans-tools .uploaded_files{
	float: left;
	width: 100%;
    margin: -10px 0px 10px 0px;
}
.qa-tab-wrap .answer-wrap .ans-tools .uploaded_files .doc-icon{
	text-align: left;
	float: left;
	width: auto;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.qa-tab-wrap .answer-wrap .ans-tools.processing:after{
	content:'';
	position: absolute;
	left:160px;
	bottom:10px;
	width: 30px;
	height: 30px;
	background:url(../images/loader.gif) no-repeat center;
	background-size: 32px;
}
.qa-tab-wrap .answer-wrap .ans-tools .btn-white{
	min-width: 125px;
	float: left;
}
.qa-tab-wrap .answer-wrap .ans-tools .tools-right{
	float: right;
	margin-top: 12px;
}
.qa-tab-wrap .answer-wrap .ans-tools .tools-right > a{
	text-transform: uppercase;
	font-size: 10px;	
	font-weight: 600;	
	letter-spacing: 1px;	
	line-height: 12px;
	color: #003A63;
	padding: 4px 0px 4px 22px;
	position: relative;
	margin-left: 26px;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.qa-tab-wrap .answer-wrap .ans-tools .upload_container{
	float: left;
}
.ajax-file-upload input[type="file"]{
	width: calc(100% + 25px)!important;
    height: 20px!important;
    top: -5px!important;
	left: -25px!important;
	cursor: pointer!important;
}
.ajax-file-upload{
	position:relative;
	overflow:visible!important;
	cursor:pointer!important;
}
.ajax-file-upload:before{
	content:'';
	position:absolute;
	left:-22px;
	top:0px;
	width:calc(100% + 22px);
	height:100%;
	color:transparent;
	cursor:pointer;
}
.qa-tab-wrap .answer-wrap .ans-tools .tools-right .btn-attach{
	text-transform: uppercase;
	font-size: 10px;	
	font-weight: 600;	
	letter-spacing: 1px;	
	line-height: 12px;
	color: #003A63;
	padding: 4px 0px 4px 22px;
	position: relative;
	margin-left: 26px;
	opacity: 0.5;
	transition: all 0.3s ease;
	float: right;
	margin-top: 3px;
}
.qa-tab-wrap .answer-wrap .ans-tools .tools-right .btn-attach + div{
	float: left;
	width: 100%;
}
.doc-icon{
    font-size: 13px;
    line-height: 16px;
    color: #003A63;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 10px;
    padding-right: 20px;
	position: relative;
}
.doc-icon a{
	color:#003A63!important;
}
.doc-icon a.download_doc{
    background: url(../images/icon-attach.svg) no-repeat left;
	padding-left: 20px;
	background-size: 14px;
}
.doc-icon a.remove_doc{
	width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top:1px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: #fff!important;
    font-size: 14px;
    line-height: 13px;
	text-indent: 100px;
}
.doc-icon a.remove_doc:before{
	content:"\f117";
	font-family: Flaticon;
	text-indent: 0px;
	font-size: 14px;
	color: #003A63;
	width:20px;
	height: 20px;
	position: absolute;
	left: -2px;
	top:1px;
}
.qa-tab-wrap .answer-wrap .ans-tools .tools-right > a:hover, .qa-tab-wrap .answer-wrap .ans-tools .tools-right .btn-attach:hover{
	opacity: 1;
}
.qa-tab-wrap .answer-wrap .ans-tools .tools-right > a[aria-expanded="true"]{
	opacity: 1;
}
.qa-tab-wrap .answer-wrap .ans-tools .btn-attach{
	content:'';
	background: url(../images/icon-attach.svg) no-repeat left;
	background-size: 14px;
}
.qa-tab-wrap .answer-wrap .ans-tools .btn-answer{
	content:'';
	background: url(../images/icon-past.svg) no-repeat left;
	background-size: 16px;
}
.qa-tab-wrap .answer-wrap .primary-btn.btn-saved{
	background: url(../images/tick.png) no-repeat 15px 12px #003A63;
	color: #fff;
	pointer-events: none;
	padding-left: 40px;
}
.qa-tab-wrap .past-answers{
	float:left;
	width: 100%;
	background: #e1e6ec;
	padding: 20px 130px 20px 20px;
	margin-top: 15px;
	position: relative;
	min-height: 150px;
	display: none;
}
.qa-tab-wrap .past-answers.collapse.show{
	display: block!important;
}
.qa-tab-wrap .past-answers:before{
	content: '';
    width: 16px;
    height: 16px;
    background: #e1e6ec;
    position: absolute;
    top: -8px;
    right: 10%;
    transform: rotate(45deg);
}
.qa-tab-wrap .past-answers .past-answer{
	float:left;
	width: 100%;
	max-width: 650px;
}
.qa-tab-wrap .past-answers .past-answer p{
	color: #333;
	font-size: 16px;
	line-height: 21px;
	margin: 0px 0px 20px 0px;
}
.qa-tab-wrap .past-answers .past-answer p:last-child{
	margin: 0px;
}
.qa-tab-wrap .past-answers .copy-btn{
	width: 82px;
	height: 72px;
	text-align: center;
	position: absolute;
	right: 20px;
	top:70px;
	padding-top: 36px;
	background-color: #e1e6ec;
}
.qa-tab-wrap .close-answer{
	position: absolute;
	width: 18px;
	height: 18px;
	border:none;
	right:20px;
	top:20px;
	background:url(../images/icon-close.svg) no-repeat center;
	background-size: 18px;
}
.copy-btn{
	background-color: #e1e6ec;
}
.copy-btn:hover{
	background-color: #003A63!important;
}
.qa-tab-wrap .past-answers .copy-btn i{
	position: absolute;
    left: 36px;
    top: 14px;
}
.modal.modal-submit .modal-dialog{
	max-width: 630px
}
.modal.modal-submit .modal-body{
	padding: 50px;
	
}
.modal.modal-submit .modal-body .submit-btns{
	text-align: center;
	width: 366px;
	margin: auto;
}
.modal.modal-submit .modal-body .submit-btns a{
	margin: 0px 10px;
	float: left;
	width: 162px;
	height: 50px;
	background: #eff3f6;
}
.modal.modal-submit .modal-body .submit-btns a:hover{
	background: #013a65;
}
.modal.modal-submit .modal-content .modal-body{
	padding: 50px!important;
}
.modal.modal-submit .login-header{
	margin-top: 0px!important;
}
.modal.modal-submit .modal-content h3{
	margin: 15px 0px 40px 0px;
}
.modal.modal-submit .modal-dialog{
	margin-top: 24vh;
}
#modal-profile .modal-dialog{
	max-width: 630px;
}
#modal-profile h2{
	font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 27px;
    color: #003A63;
	text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 30px;
}
#modal-profile .profile-edit{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#modal-profile .modal-body{
	padding: 70px 60px 60px;
}
#modal-profile .profile-edit dt{
	float:left;
	width: 30%;
	font-size: 16px;	
	line-height: 20px;
	font-weight: 400;
	color: #003A63;
	margin: 15px 0px 0px;
}
#modal-profile .profile-edit dd{
	float:left;
	width: 70%;
	margin: 12px 0px;
}
#modal-profile .profile-edit input[type="text"],
#modal-profile .profile-edit input[type="password"]{
	border:none;
	background: none;
	border-bottom: solid 1px #d0d0d0;
	padding: 0px 0px 4px;
	font-size: 18px;	
	line-height: 22px;
	color: #333333;
	width: 100%;
}
#modal-profile .profile-edit dt:nth-child(7),
#modal-profile .profile-edit dt:nth-child(11),
#modal-profile .profile-edit dd:nth-child(8),
#modal-profile .profile-edit dt:nth-child(12){
	margin-top:40px;
}

#modal-profile .submit-btns{
	float:left;
	width: 100%;
	display: flex;
	margin-top: 30px;
	justify-content: flex-end;
}
#modal-profile .submit-btns a {
    margin: 0px 0px 0px 10px;
    float: none;
    width: 124px;
    height: 50px;
    background: #eff3f6;
}
#modal-profile .submit-btns a:hover{
	background: #003A63;
	color: #fff;
}
#modal-profile .submit-btns a[data-dismiss="modal"]{
	opacity: 0.5;
}

.custom-radio{
	float:left;
	width: 100%;
	margin: 0px;
	display: flex;
	align-items: flex-start
}
.custom-radio .radio-item{
	margin-right: 24px;
	position: relative;
}
.custom-radio .radio-item label{
	display: block;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 16px;	
	color: #333333;
	line-height: 21px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}
.custom-radio .radio-item label:before{
	content:'';
	width: 20px;
	height: 20px;
	border:solid 1px #00375d;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top:2px;
}
.custom-radio .radio-item input:checked + label:after{
	content:'';
	position: absolute;
	left: 4px;
	top:6px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #00375d;
		
}
.custom-radio .radio-item input{
	position: absolute;
	left: 0px;
	opacity: 0;
}

/*CMS*/
.article-page article img{
	margin-bottom: 30px;
}
.article-page article img.pull-right, .article-page article img[style="float: left;"]{
    margin-left: 0px!important;
    margin-right: 30px!important;
	margin-bottom: 30px!important;
}
.article-page article img[style="float: right;"]{
    margin-left: 30px!important;
    margin-right: 0px!important;
	margin-bottom: 30px!important;
}
.article-page article img[style="display: block; margin-left: auto; margin-right: auto;"]{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
	margin-bottom: 30px!important;
}
.article-page .video{
	float: left;
	width: 100%;
	max-width: 680px;
	margin: 20px 0px 40px 0px;
}
.article-page .video iframe{
	width: 100%;
	min-height: 380px;
}
article p a{
	color: #5b8fb3;
}
.com_contactform #contactModal button.close{
	background:url(../images/icon-close.svg) no-repeat center !important;
	background-size: 20px!important;
	margin: 0px;
	right:10px;
	top:10px;
}
.no-item-found, h4.no-item-found, .no-item{
	width: 100%;
	background: url(../images/noitem.png) no-repeat 16px center #f0f3f5!important;
	padding: 20px 20px 20px 55px;
	margin-bottom: -40px!important;
	margin-top: 80px!important;
	font-weight: 400;
	font-size: 17px;
	color: #999;
	font-style: italic;
	border-top:solid 1px #f2f2f2f1;
	border-bottom:solid 1px #f2f2f2f1;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.15);
	background-size: 30px!important;
}

#system-message > div {
	position: relative;
	z-index: 99;
	background:#bfeaff;
	margin: 0px;
	border:none;
	border-radius: 0px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	clear: both;
}
#system-message .alert-heading{
	display:none;
}
#system-message .alert-message {
    color: #5c6c73;
}
.alert .close{
	color: #003A63!important;
	opacity: 1;
}

.error-page .banner{
	display: none!important;
}
.error-page .page-404{
	width: 100%;
    min-height: calc(100vh - 540px);
	padding: 50px 0px;
}
.error-page .page-404-wrap{
	text-align: center;
}
.error-page .page-404-wrap .primary-btn{
	display: block;
	float:none;
	width:200px;
	margin: auto;
	line-height: 26px;
}
.error-page .page-404-wrap h2{
	font-size: 40px;
	color: #003a63;
	margin: 30px 0px 35px 0px;
}
.error-page .page-404-wrap p{
	font-size: 18px;
	font-style: italic;
	color: #989898;
	margin-top: 20px;
}
.reset-complete .control-group{
	margin-top: 12px;
}

/**/

/* contact Form */
.rcaptcha_error{
		border: solid 1px #fe0000 !important;
		display:inline-block;
		float:left;
	}
	#contact_message.form-field.error{
		border: solid 1px #fe0000;
	}
	
	#contactModal .modal-content{
		background: #eff3f6;
		padding: 20px 30px;
		border-radius: 0px;
		text-align: center;
		border:none;
	}
	#contactModal .modal-dialog{
		margin-top:18%;
		max-width: 750px;
		border-radius: 0px;
		border: none;
	}
	#contactModal .modal-header{
		border:none;
		padding: 0px;
	}
	#contactModal h3{
		color:#005288;
		font-size: 27px;
	}
	#contactModal p{
		color:#003a63;
		margin-bottom:0px;
	}
	.com_contactform #contactModal button > span{
		display:none;
	}
	.com_contactform #contactModal button.close {
		content: '';
		position: absolute;
		top:10px;
		right:10px;
		width: 35px;
		height: 35px;
		overflow: hidden;
		text-indent: -100px;
		opacity: 1;
		cursor: pointer;
	}
    
/* Profile */
	#member-profile h2 {
		color: #003a63;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 27px;
		margin: 0 0 30px;
		text-align: left;
		text-transform: uppercase;
	}
	#member-profile .profile-edit {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#member-profile .profile-edit dt {
		color: #003a63;
		float: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		margin: 15px 0 0;
		width: 30%;
	}
	#member-profile .profile-edit dd {
		float: left;
		margin: 12px 0;
		width: 70%;
	}
	#member-profile .profile-edit input[type="text"],
	#member-profile .profile-edit input[type="password"],
	#member-profile .profile-edit input[type="email"]{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-color: currentcolor currentcolor #d0d0d0;
		border-image: none;
		border-style: none none solid;
		border-width: medium medium 1px;
		color: #333333;
		font-size: 18px;
		line-height: 22px;
		padding: 0 0 4px;
		width: 100%;
	}	
#member-profile .custom-radio .radio-item label{
		margin-right: 25px;
}
	#member-profile .submit-btns {
		display: flex;
		float: left;
		justify-content: flex-end;
		margin-top: 30px;
		width: 100%;
	}
	#member-profile .submit-btns a, #member-profile .submit-btns .primary-btn{
		background: #eff3f6 none repeat scroll 0 0;
		float: none;
		height: 50px;
		margin: 0 0 0 10px;
		width: 124px;
	}
	#member-profile .submit-btns a:hover,
	#member-profile .submit-btns .primary-btn:hover{
		background: #033a63 none repeat scroll 0 0;
	}
	.custom-radio .radio-item label{
		display:inline;
	}
	.alert-danger{display:none;}

	.tab-content>.active{
		opacity: 1!important;
	}

	.ajax-upload-dragdrop{
		border-color:#fff!important;
	}

.cancelBTN{
    position: absolute!important;
    right: 200px;
    bottom:97px;
    height: 50px;
    background: #eff3f6!important;
}
.cancelBTN:hover{
    background: #033a63!important;
}
.com_users-profile{
  display: inline-block;
  width: 100%;
  min-height: 600px;
}
.com_users-profile .primary-btn{
  position: absolute;
  right:0px;
  bottom:30px;
}

.nav-wrap .nav-toggle{
	display: none;
}
.news-content .news-list.review-list{
	margin-bottom:20px;
}
.news-content .news-list.review-list > li{
  background:#eff3f5;
  margin: 20px 0px;
  padding:30px 35px;
}
.news-content .news-list.review-list > li:hover{
	background-color:#acebff;
}
.review-list > li:hover .btn-ico{
	background-color:#acebff;
}
.news-content.review-list-wrap{
  padding:0px;
}
.news-content.review-list-wrap .news-list > li .news-desc h3{
  font-size:20px;
  line-height: 24px;
  color: #003A63;
}
.news-content.review-list-wrap .news-list > li .news-date{
	padding-top:7px;
}
.review-list .btn-ico{
	background-color:#eff3f5;
	float:left;
	word-break: break-all;
}
.review-list .btn-ico:hover{
	background:#005378!important;
}
.review-list-wrap .btn-comment .flaticon-comment{
	background:url(../images/comment.png) no-repeat 0px 0px;
	width:22px;
	height:22px;
	background-size: 20px;
	left:14px!important;
	top:14px!important;
}
.review-list-wrap .btn-comment:hover .flaticon-comment{
  background-position: 0px -36px;
}
.review-list-wrap > p{
	color:#003A63;
	font-size: 14px;
  line-height: 20px;
}
.review-list-wrap > .pub-date{
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:40px;
}
.review-list-wrap h4{
  color: #003A63;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}
.doc-btn-wrap{
  margin:0px 0px 0px;
  float:left;
  width:100%;
}
.doc-btn-wrap .primary-btn{
  min-width: 0px;
  float:left;
  margin:0px 40px 40px 0px!important;
}
.review-publisher{
  float:left;
  width:100%;
}
.review-publisher h5{
  text-align: center;
  color: #003A63;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin:0px 0px 12px 0px;
}
.review-publisher .reviewer-img{
  display: block;
  width:176px;
  height:176px;
  margin:auto;
  border-radius: 100%;
  overflow: hidden;
}
.review-publisher .reviewer-img img{
  min-width: 100%;
  min-height: 176px;
  max-width: none;
  margin: auto;
  max-height: 176px;
  float: none;
}
.review-publisher .reviewer-desc{
  text-align: center;
  width:100%;
  margin-top:15px;
  color: #003A63;
  font-size: 16px;
  font-weight: bold;
}
.review-publisher .reviewer-desc h5{
  text-transform: uppercase;
  margin:0px;
}
.filter-review .select-box .bootstrap-select button{
  background:#fff;
  font-size:14px;
  height:50px;
  text-align:left!important;
}
.filter-review .select-box .dropdown-item{
  font-size:14px;
}
.filter-review .select-box .bootstrap-select button .filter-option {
  text-align: left!important;
  padding-left:10px;
}
.review_section .news-desc > p:last-child{
	margin:0px!important;
}
.comment-form-wrap{
  float:left;
  width:100%;
  margin-bottom:20px;
}
.comment-form-wrap textarea{
  border: 1px solid #003A63;
  padding: 20px;
  width: 100%;
  color: #00375d;
  float:left;	
  margin:0px 0px 10px 0px;
}
.comment-form-wrap .primary-btn{
  float:right;
  min-width: 200px;
}
.comment-closed{
  float:left;
  width:100%;
  text-align: center;
  border:solid 1px #ffc0e8;
  color:#ff9e9e;
  text-transform: uppercase;
  height:46px;
  font-size:12px;
  letter-spacing: 2px;
  padding:12px;
}
.title-wrap.title-no-stroke h2{
  padding:0px;
  margin:0px 0px 10px 0px!important;
}
.title-wrap.title-no-stroke h2:before{
  content:none;
}
.title-wrap.title-no-stroke h3{
  font-size:38px;
  color:#003764;
  font-weight: bold;
}
.review-comment-wrap{
	float:left;
	width:100%;
	position:relative;
}
.review-comment-wrap .attachment_sec{
	position: absolute;
	left:0px;
	bottom:28px;
	padding-top:40px;
	width:100%;
	max-width: 400px;
}
.review-comment-wrap .attachment_sec input[type="file"]{
	opacity:0;
	pointer-events: none;
	position:absolute;
}
.review-comment-wrap .attachment_sec input[type="file"] + label{
	margin:0px;
	padding-left:40px;
	cursor: pointer;
	position:absolute;
	left:0px;
	top:0px;
	width:240px;
}
.review-comment-wrap .attachment_sec input[type="file"] + label i{
	left: 35px;
    top: 8px;
    transform: rotate(-90deg);
}
.review-comment-wrap #temp_file_sec{
	position:absolute;
	left:0px;
	top:60px;
	font-size: 12px;
	color: #003A63;
	padding-right:20px;
}
#temp_file_sec a.remove_doc {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 2px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: #fff!important;
    font-size: 14px;
    line-height: 13px;
    text-indent: 100px;
}
#temp_file_sec a.remove_doc:before {
    content: "\f117";
    font-family: Flaticon;
    text-indent: 0px;
    font-size: 14px;
    color: #003A63;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -2px;
    top: 1px;
}
.review-comment-wrap #processing{
	position: absolute;
	left: -50%;
	right:-50%;
	margin: auto;
	bottom:30px;
	width: 30px;
	height: 30px;
	background:url(../images/loader.gif) no-repeat center;
	background-size: 32px;
}
header ul.secondary-nav > li a.btn-review{
	padding:12px 20px 12px 50px;
	background:rgba(255,255,255,0.1);
	background-position: 15px -26px;
	transition:all 0.3s ease;
	margin:0px -13px 0px 20px;
	position:relative;

}
header ul.secondary-nav > li a.btn-review:before{
	content:'';
	width:20px;
	height:20px;
	position: absolute;
	left:15px;
	background:url(../images/comment.png) no-repeat 0px -36px;
	background-size: 20px;
	top:10px;
}
header ul.secondary-nav > li a.btn-review:hover:before{
	background-position:0px 0px;
}
header ul.secondary-nav > li a.btn-review:hover{
	background-color: #BFEAFF;
	color: #003A63;
}
header ul.secondary-nav > li a.btn-review.review-ext{
	margin-right:0px!important;
}
.filter-review .dropdown .dropdown-menu ul.dropdown-menu{
	overflow:hidden !important;
}

/*@media - Karakas*/

@media only screen and (min-width : 1100px) and (max-width : 2000px) {		
	.push-1{
		left: 8.333333%;
	}
	.push-3{
		left: 25%;
	}
	.content-box.content-blue{
		position: relative;
		left: 25%;
	}
	.content-box.content-blue:before{
		content:'';
		position: absolute;
		left: 0px;
		top:0px;
		width: 100vw;
		height: 100%;
		background: #003A63;
		z-index: -1;
	}
}

@media only screen and (max-width: 1300px) {
	.container{
		max-width:92%;
	}	
	section.landing .container > .row {
		margin-top: 110px;
	}
}
@media only screen and (max-width: 1200px) {
	
	.content-box.content-blue{
		padding: 60px;
	}
	.content-box .title-box h2{
		font-size: 32px;
	}
	h3{
		font-size: 24px;
	}
	.base-block .container .row{
		padding: 0px 3%;
	}
	.site-base .container{
		max-width: 90%;
	}
	section.data-content{
		padding-bottom: 80px;
	}
	.article-page{
		padding-top: 80px;
	}
	.section-highlight .push-1{
		left: 0px;
	}
	body.model-cls-opened #site-wrapper{
		margin-right: 0px!important;
	}
	.section-highlight{
		padding-left:30px!important;
		padding-right:30px!important;
	}
	.country-profile-container .country-filter-wrap .region ul > li{
		margin-left: 20px;
	}
	section.data-header .data-intro{
		max-width: 750px;
	}
	.content-box.content-blue{
		left: 0px;
	}
	.content-box .push-1{
		left: 0px!important;
	}
	.content-box.content-blue{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.content-box.content-blue::before{
		left: -4.3%;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title h3{
		display: inline-flex;
		max-width: calc(100% - 40px);
	}
	.ac-content ul.indicator-list > li .ind-title .count::before {    
    	width: calc(100vw/2);
	}
	.graphic-content-wrap .col-slider{
		width: 65%;
	}
	.graphic-content-wrap .col-results {
		width: 35%;
	}
	.slider-results-wrap .col-results::before{
		left: 20px;
	}
	.chart-row > div[class^="col-"]{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.chart-stepper label{
		font-size: 14px;
		line-height: 15px;
	}
	.chart-row .col-md-5{
		padding-right: 15px;
	}
	ul.stepper-ul.stepper-twocol > li .chart-stepper{
		padding-right: 26px;
	}
	ul.stepper-ul.stepper-twocol .chart-stepper .stepper-input input{
		width: 30px;
		font-size: 16px;
	}
	.chart-stepper .stepper-input button{
		width: 14px;
		padding: 0px;
	}
	.chart-stepper .reset{
		right:5px;
	}
}
@media only screen and (max-width: 1099px) {
	.container {
		max-width: 94%;
	}
	.content-box.content-blue{
		position: relative;
	}
	.content-box.content-blue::before {
		content: '';
		position: absolute;
		left: -3.11%;
		top: 0px;
		width: 100vw;
		height: 100%;
		background: #003A63;
		z-index: -1;
	}
	nav h1.logo a.eira{
		background-position: 14px 14px;
		width: 265px;
		left: 160px;
	}
	nav h1.logo > a.charter{
		padding: 0px;
		width: 210px;
		height: 150px;
	}
	header.inner nav h1.logo img{
		left: 40px;
	}
	header.inner ul.primary-nav > li{
		margin-left: 25px;
	}
	header.inner ul.primary-nav > li:first-child{
		margin: 0px;
	}
	.country-profile-container .country-filter-wrap .region{
		flex-wrap: wrap;
	}
	.country-profile-container .country-filter-wrap .region > span{
		width: 100%;
		font-size: 12px;
	}
	.country-profile-container .country-filter-wrap .region ul > li:first-child{
		margin-left:0px; 
	}
	.country-report-wrap .report-row .report-two-col{
		flex-wrap: wrap;
	}
	.country-report-wrap .report-row .report-two-col > div{
		width:100%;
	}
	.country-report-wrap .report-row .report-two-col > div.report-graph{
		padding-top: 50px;
	}
	.country-report-wrap .report-row .report-two-col > .report-desc p{
		max-width: none;
	}
	.country-head .title-wrap h2{
		font-size: 44px;
		line-height: 46px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.section-highlight{
		padding-left: 15px;
		padding-right: 15px;
	}
	.base-block{
		padding: 60px 0px;
	}
	.base-block .container .row {
		padding: 0px 1%;
	}
	header ul.primary-nav > li.parent ul{
		width: 650px;
		padding: 0px!important;
	}
	.questions-content > ul.indicator-list > li > .ind-title .label-wrap .title{
		font-size: 22px;
	}
	.qa-tab-wrap .qa-progress i{
		font-size: 14px;
	}
	.questions-content > ul.indicator-list > li > .ind-title .label-wrap .label{
		font-size: 18px;
		line-height: 21px;
	}
	.questions-content > ul.indicator-list > li > .ind-title .label-wrap .title{
		line-height: 30px;
	}
	
	.qa-tab-wrap .nav-tabs > .nav-item a strong, .qa-tab-wrap .nav-tabs > .nav-item a span{
		font-size: 18px;
	}
}
@media only screen and (max-width: 970px) {
	.article-page .row .col-md-3, .article-page .row .col-md-9{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.accordion-wrap{
		position: relative;
	}
	.article-page .accordion-wrap::before{
		top:-45px;
	}
	.inner-banner .row{
		margin: 0px!important;
	}
	header.inner ul.secondary-nav > li a.login,
	header ul.secondary-nav > li a.btn-profile{
		padding: 12px 10px 12px 36px;
		background-position: 10px 8px;
	}
	header.inner ul.secondary-nav > li{
		margin-right: 20px;
	}
	nav h1.logo a.eira{
		background-size: 180px!important;
		background-position: 14px 0px!important;
		top: 83px!important;
		width: 195px!important;
		height: 25px!important;
		left: 160px!important;
	}
	
	.row.chart-row > div[class^="col-"], .risk-progress-wrap .row > div[class^="col-"]{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a{
		padding-left: 54px;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a i{
		left: 15px;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a i img{
		width: 26px;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a span{
		font-size: 14px;
	}
	.slider-results-wrap .circlechart, .slider-results-wrap .circlechart .circle-chart{
		width: 220px;
	}
	.country-head .country-select .selected-years{
		font-size: 30px;
	}
	.modalRight .modal-content .modal-body{
		padding: 30px;
		padding-top: 65px;
	}
	.modalRight .modal-content button.close{
		left: 30px;
		top: 15px;
	}
	.modalRight .scroll-content{
		max-height: calc(100vh - 185px);
	}
	.com_questionnaires .qa-tab-wrap .nav-tabs > .nav-item a{
		padding: 0px 15px;
	}
	.qa-tab-wrap .nav-tabs > .nav-item a strong{
		font-size: 18px;
	}
	
	.article-page article h2{
		position: relative;
		margin-top: 0px!important;
	}
	.article-page article h2::before{
		margin: 0px;
		bottom:-8px;
		height: 2px;
		top:auto;
	}
	.article-page article p{
		max-width: none;
	}
}
@media only screen and (max-width: 899px) {
	nav .nav-wrap{
		position: relative;
		width: 100%!important;
	}
	.nav-wrap .nav-toggle{
		display: block;
		position: absolute;
		right:0px;
		top:65px;
		cursor: pointer;
		z-index: 2;
	}
	span.mobilemenu{
		display:block;
		width:28px;
		height:2px;
		background:#fff;
		z-index:100;
		cursor:none;
		position:absolute;
		top:12px;
		right:0px;
	}

	span.mobilemenu:after, span.mobilemenu:before {
		background-color: #fff;
		content: "";
		display: block;
		height: 2px;
		position: absolute;
		transition: all 0.4s ease 0s;
		width:28px;
		z-index:100;
	}
	span.mobilemenu:before{
		top:-10px;
	}
	span.mobilemenu:after{
		top:10px;
	}
	.nav-toggle{
		width:28px;
		height: 28px;
		position: absolute;
		right: 35px;
		top:40px;
		cursor: none;
	}
	span.mobilemenu.active{
		height:0px;
	}
	span.mobilemenu.active:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top:0px;
	}
	span.mobilemenu.active:before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top:0px;
	}
	
	header nav ul.primary-nav{
		position: absolute;
		top:120px;
		width: 100%;
		background: #fff;
		padding: 2px 20px;
		box-shadow: 0px 0px 3px #ccc;
		display: none;
		margin: 0px!important;
		transition:none!important;
	}
	header nav ul.primary-nav li{
		width: 100%;
		float:left;
		text-align: left;
		margin: 0px!important;
	}
	header nav ul.primary-nav li a{
		color:#003A63;
		font-size: 18px;
		display: block;
		font-weight: 700;
		padding: 8px 0px;
		text-align: left;
	}
	header ul.primary-nav > li.parent ul{
		opacity: 1;
		display: block;
		pointer-events: auto;
		position: static!important;
		float: left;
		height: auto!important;
		width: 100%;
		box-shadow: none!important;
		margin-bottom: 15px;
	}
	header ul.primary-nav > li.parent{
		height: auto!important;
	}
	header ul.primary-nav > li.parent ul > li a{
		color:#003A63!important;
		font-size: 15px!important;
		display: block!important;
		font-weight: 500!important;
		padding: 8px 12px!important;
		background:none;
		width: 100%!important;
		height: auto!important;
		text-align: left!important;
		background-position: 6px center !important;
		background-size: 20px !important;
		padding: 12px 35px!important;
	}
	header ul.primary-nav > li.parent ul > li a span{
		display: inline;
	}
	header ul.primary-nav > li.parent ul > li.active > a{
		background-color: #fff;
	}
	#site-wrapper nav{
		height: 140px;
	}
	header .inner-banner{
		margin-top: 0px;
		height: auto;
	}
	header.inner{
		min-height: 215px;
		height: auto;
	}
	header ul.primary-nav > li.parent > a::after{
		display: none;
	}
	.content-box .title-box h2{
		font-size: 24px;
		letter-spacing: 2px;
	}
	.row.content-box > div[class^="col-"]{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row.content-box > div[class^="col-"]:last-child{
		padding-top: 20px;
	}
	section.landing .container > .row, section.landing .container > .row:first-child{
		margin-top: 70px;
	}
	.summary-accordion-wrap .summary-ac-item{
		padding: 12px 18px;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title h3{
		font-size: 18px;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title{
		padding-right: 65px;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title .count{
		right: 50px;
	}
	.summary-accordion-wrap .ac-content{
		width: calc(100% - 50px);
	}
	section.data-header{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.promo-btn-wrap > li a{
		padding: 20px;
	}
	.promo-btn-wrap > li{
		width: 100%;
	}
	.base-block .base-text p strong{
		display: block!important;
	}
	.base-block .base-text p a strong{
		display: inline!important;
	}
	.base-block .container .row .col-md-6:nth-child(2){
		padding-top: 0px!important;
	}
	
}

@media only screen and (max-width: 899px) {
	.col-sm-12{
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.login-row .col-sm-12{
		flex: 0 0 50%!important;
		max-width: 50%!important;
	}
	.base-block .container .row .col-md-6:nth-child(1) {
    	padding-right: 15px;
	}
	.base-block .container .row .col-md-6:nth-child(2){
		padding-left: 15px;
		padding-top: 30px!important;
	}
	header nav ul.primary-nav > li{
		border-bottom:solid 1px #eee;
	}
	header nav ul.primary-nav > li:last-child{
		border: none;
	}
	header nav ul.primary-nav li a{
		padding: 12px 0px;
	}
	.section-highlight.highligh-social .col-md-4{
		padding-left:0px;
	}
	.section-highlight.highligh-social .col-md-6 + .col-md-4{
		padding-top: 40px;
	}
	.section-highlight{
		padding-top: 40px;
	}
	header .inner-banner h1{
		font-size: 30px;
		line-height: normal;
	}
	.country-profile-container .country-filter-wrap{
		flex-wrap: wrap;
		margin-top:20px;
	}
	.country-profile-container .country-filter-wrap .search-wrap{
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	.country-profile-container .country-filter-wrap .region{
		margin-bottom: 10px;
	}
	.country-profile-container .country-filter-wrap{
		margin-bottom: 30px;
	}
	.country-profile-container .country-filter-wrap .search-wrap input{
		width: 100%;
	}
	ul#country-list > li a span{
		font-size: 18px;
	}
	.country-head .col-md-3{
		text-align: left;
		padding-left: 15px;
	}
	.country-head .select-wrap.country-select{
		text-align: left;
	}
	.select-wrap.country-select .bootstrap-select{
		margin-bottom: 10px;
	}
	section.data-content .country-head{
		padding-top: 90px;
		padding-bottom: 30px;
	}
	.country-detail-wrap .country-analysis{
		padding-left: 25px;
	}
	.country-detail-wrap .country-report-wrap{
		margin-top: 40px;
	}
	section.data-content .col-md-12{
		padding: 0px 6px!important;
	}
	
	.library-content .library-list > li{
		width: 100%;
		margin: 6px 0px;
	}
	.library-content .library-list{
		width: 100%;
		margin: 50px 0px;
	}
	.library-content .library-list > li{
		padding: 30px 30px 90px;
	}
	.data-header.library-header{
		padding-bottom: 30px;
	}
	.tweets-wrap{
		padding: 20px;
		min-height: 0px;
	}
	.progress-circle-wrap ul > li, .progress-circle-wrap .highlight{
		width: 25%;
	}
	.risk-progress-wrap .result-idicator{
		float: none;
		margin: auto;
	}
	.risk-progress-wrap .result-idicator{
		width: 150px;
		height: 150px;
		padding: 20px;
	}
	.risk-progress-wrap .result-idicator span{
		font-size: 9px;
		line-height: 9px;
	}
	.col-slider .slider-item{
		flex-wrap: wrap;
		padding: 10px 0px;
	}
	.col-slider .slider-item .customCheckbox{
		width: 100%;
	}
	.col-slider .slider-item .slideBlock{
		width: 100%;
	}
	.customCheckbox span{
		font-size: 18px;
	}
	.slider-results-wrap .col-results::before{
		content:none;
	}
	header.member-header .member-title{
		margin-top: 2px;
	}
	header.member-header .member-title h2{
		font-size: 18px;
	}
	header.member-header ul.secondary-nav{
		margin-bottom: 6px;
	}
	section.data-content .country-head .flag{
		height: 78px;
		width: 100px;
		padding: 4px;
		top: -35px;
	}
	section.data-content .country-head {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.select-wrap.country-select .bootstrap-select .filter-option{
		font-size: 30px;
	}
	.country-head .select-wrap.country-select{
		float: left;
	}
	.country-head .title-wrap{
		width: 100%;
		margin-bottom: 12px;
	}
	.member-header .nav-wrap .nav-toggle{
		display: none;
	}
	.com_questionnaires .qa-tab-wrap .nav-tabs > .nav-item a{
		padding: 0px 10px;
	}
	.com_questionnaires .qa-tab-wrap .nav-tabs > li{
		width: 25%;
	}
	.qa-tab-wrap .nav-tabs > .nav-item a strong, .qa-tab-wrap .nav-tabs > .nav-item a span{
		font-size: 17px;
	}
	.qa-tab-wrap .nav-tabs > .nav-item a span{
		padding-left: 6px;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a strong{
		line-height: 100%;
		margin-bottom: 0px;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a span{
		margin-top: 0px;
		line-height: 100%;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap{
		width: auto;
		max-width: calc(100% - 50px);
		display: inline-block;
	}
	.ac-content ul.indicator-list > li .sub-indicator-list .ind-title .count{
		top:2px;
	}
	.ac-content ul.indicator-list > li .ind-title .count{
		top:-4px;
	}
	.section-highlight.highligh-social .col-md-6 + .col-md-4{
		padding-top: 30px;
	}
	ul.social-icons > li{
		margin: 0px 6px;
	}
	ul.social-icons > li a{
		width: 46px;
		height: 46px;
	}
	ul.social-icons > li a i::before{
		font-size: 21px;
	}
	.download-report p{
		margin: 0px;
	}
	
	.data-content.contact-content{
		padding-top: 30px;
	}
	.contact-content ul.social-icons{
		width: auto;
		text-align: left;
	}
	.news-content .load-more {
		margin-left: 0px;
		margin-top: 20px;
	}
	.news-content .news-list{
		margin-bottom: 60px;
	}
	
	.ac-content ul.indicator-list > li .ind-title .label-wrap{
		background: none;
	}
}
@media only screen and (max-width: 750px) {
	.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list{
		padding-left: 0px;
	}
	.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .label::before{
		top:-15px!important;
	}
	.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .label{
		font-size: 14px;
		margin-bottom: 6px!important;
	}
	.questions-content > ul.indicator-list > li > ul.sub-indicator-list > li .title {
		font-size: 20px !important;
		line-height: 23px !important;
	}
	.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list > li .label-wrap .label,
	.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list > li .label-wrap .title{
		width: 100%!important;
	}
	.qa-tab-wrap .questions-content .toggle-Qcontent {
		margin-left: 0px;
		width: 100%;
	}
	.qa-tab-wrap .answer-wrap .choose-answer .ans-item{
		margin-right: 15px;
		width: calc(50% - 15px);
	}
	.accordion-wrap .ac-item{
		padding: 10px 15px;
		margin-bottom: 12px;
	}
	.accordion-wrap .ac-item .ac-title{
		padding: 5px 50px 5px 0px;
	}
	.accordion-wrap .ac-item .ac-title h3{
		font-size: 18px;
	}
	.ac-item .ac-title h3::after{
		right: 0px;
		top: 7px;
		font-size: 24px;
	}
	section.data-header .btn-data{
		width: 100%;
		margin-top: 15px;
	}
	section.data-header .btn-data .btn-ico{
		width: 100%;
		height: auto;
		padding: 10px;
	}
	section.data-header .btn-data i{
		width: 34px;
		height: 34px;
		margin: 0px 12px 0px 0px;
		background-size: 34px!important;
	}
	.data-header .data-filter{
		margin-top: 30px;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title .count{
		width: 34px;
		height: 34px;
		font-size: 20px;
		line-height: 35px;
		right:35px;
		top:8px;
	}
	.summary-accordion-wrap{
		margin-bottom: 50px;
	}
	.ac-content ul.indicator-list{
		padding-left: 5px;
	}
	.ac-content ul.indicator-list > li .ind-title{
		padding-right: 40px;
	}
	.member-content .ac-content ul.indicator-list > li .ind-title{
		padding-right: 0px;
	}
	.summary-accordion-wrap .ac-content{
		width: 100%;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap .label{
		width: 135px;
	}
	.ac-content ul.indicator-list .sub-indicator-list > li{
		padding-left: 25px;
	}
	.ac-content ul.indicator-list .sub-indicator-list > li .label-wrap .label::before{
		left: -30px;
		top: -14px;
		transform: scale(0.6);
	}
	header.inner .print{
		display: none;
	}
	.metrics-tab-wrap .nav-tabs.tab-sml > .nav-item a{
		padding-left: 12px;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a strong{
		font-size: 18px;
		line-height: 100%;
	}
	.progress-circle-wrap.progress-country ul > li{
		width: 100%;
		margin-bottom: 50px;
	}
	.country-report-wrap .report-row .report-two-col > .report-desc{
		padding-right: 0px;
	}
	.country-report-wrap .report-row{
		padding: 30px 0px;
	}
	.modal.modalGen .modal-dialog{
		margin-top: 0px!important;
	}
	.modal.modalGen .modal-content .modal-body, #modal-profile .modal-body{
		padding: 30px;
	}
	.graphic-content-wrap .col-results{
		width: 45%;
	}
	.graphic-content-wrap .col-slider{
		width: 55%;
	}
	#submit-modal.modal.modalGen .modal-dialog{
		margin-top: 5px !important;
	}
	#modal-profile.modalGen .modal-dialog {
		margin-top: 10% !important;
	}
	.profile-edit .custom-radio .radio-item label{
		float: left;
	}
	.modal.modal-submit .modal-content .modal-body{
		padding: 30px 20px!important;
	}
	#submit-modal.modal.modalGen.show .modal-dialog, #submit-modal.modal.modalGen .modal-content, #modal-profile.modalGen .modal-dialog, #modal-profile.modalGen .modal-content {
		height: auto;
	}
	.cancelBTN{
		bottom:67px;
	}
	.line-filter-wrap .customCheckbox.indicatorFilterCheck {
		width: 78%;
	}
	.line-filter-wrap .customCheckbox.riskAreas {
		width: 78%;
	}
	.col-slider .slider-item.disabled {
		opacity: 0.6;
	}
	
	/*Hover*/
	a:hover, a:focus, a:active, button:hover, button:focus, input.primary-btn:hover{
		background-color:inherit!important;
		color: inherit-from-hover!important;
		transition:none!important;
	}
	.primary-btn.btn-white:hover{
		color:#003A63!important;
	}
	.primary-btn.btn-white:hover, .btn-ico:hover, .promo-btn-wrap > li a:hover, .promo-btn-wrap > li a:hover span, .contact-content ul.social-icons > li a:hover, section.data-header .btn-data .btn-ico:hover span{
		color:#003A63!important;
	}
	.promo-btn-wrap > li a:hover img, section.data-header .btn-data:hover i{
		filter:none!important;
	}
	.content-box.content-blue .primary-btn:hover, ul.social-icons > li a:hover, .login-page .primary-btn:hover{
		color: #fff!important;
	}
	header.inner ul.secondary-nav > li a.login:hover{
		background-image: url(../images/icon-profile.svg);
		color: #FFFFFF!important;
	}
	ul#country-list > li a:hover{
		background: #fff!important;
	}
	.library-content .library-list > li:hover{
		background: #eff3f6!important;
	}
	.news-content .news-list > li:hover{
		background: #fff!important;
	}
	.section-highlight .report-wrap .download-report:hover::before{
		background: transparent!important;
		color: #fff!important;
		border-color:#fff!important;
	}
	header ul.secondary-nav > li a:hover{
		color: #fff!important;
		transition:none;
		background-color:rgba(255,255,255,0.1)!important;
	}
}
@media only screen and (max-width: 650px) {
	.ac-content ul.indicator-list {
		padding-left: 0px;
	}
	.questions-content > ul.indicator-list > li > ul > li{
		padding-left: 26px!important;
	}
	.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list{
		margin-left: -25px;
		width: calc(100% + 25px);
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap > span{
		width: 100%!important;
	}
	.qa-tab-wrap .qa-progress {

		float: left;
		clear: both;
		width: 100%;

	}
	.qa-tab-wrap .nav-tabs > .nav-item a strong, .qa-tab-wrap .nav-tabs > .nav-item a span{
		font-size: 16px;
	}
	.login-row .col-sm-12{
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.login-row .scroll-content{
		max-height: none!important;
	}
	.login-row{
		flex-direction: column-reverse;
	}
	.login-row .form-wrap input.form-field, .contact-content .form-wrap input.form-field, .contact-content .form-wrap textarea.form-field{
		height: 50px;
	}
	iframe.loginForm{
		height: 100%;
	}
	.modal.modalGen.show .modal-dialog, .modal.modalGen .modal-content{
		height: 100%;
	}
	.progress-circle-wrap ul > li{
		width: 50%;
	}
	.progress-circle-wrap .highlight{
		width: 100%!important;
		padding-right: 0px;
	}
	.progress-circle-wrap ul > li.pg-circle-sml{
		padding-top: 28px;
	}
	.risk-progress-wrap .result-idicator {
		width: 150px;
		height: 150px;
		padding: 20px;
		position: absolute;
		bottom: 0px;
		right: calc(20vw - 50px);
		transform: scale(0.8);

	}
	.metrics-tab-wrap .nav-tabs > .nav-item a strong{
		font-size: 16px;
		line-height: 100%;
	}
	.graphic-content-wrap .graph-intro p{
		font-size: 18px;
		line-height: normal;
	}
	.graphic-content-wrap{
		margin-bottom: 20px!important;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item a span {

		font-size: 13px;
		line-height: 100%;

	}
	.country-head .title-wrap p{
		font-size: 18px;
		line-height: normal;
	}
	header ul.secondary-nav > li a.btn-public{
		width: 46px;
		height: 37px;
		color: transparent!important;
		padding: 0px;
		overflow: hidden;
	}
	header.member-header{
		min-height: 180px;
		padding-top: 135px;
	}
	header.member-header .download-questionnaire{
		margin: 10px 0px 0px 0px;	
	}
	header.member-header .member-title{
		top:100px;
		right:0px;
		position: absolute;
	}
	header.member-header nav h1.logo > a.charter{
		height: 134px;
	}
	header.member-header nav h1.logo img{
		top:37px;
	}
	header.member-header nav h1.logo a.charter::after{
		bottom:12px;
	}
	header.member-header nav h1.logo a.eira{
		top:75px;
	}
	header.member-header .inner-banner{
		margin-top: 4px;
		margin-bottom: 12px;
	}
	.qa-tab-wrap .nav-tabs > .nav-item a span{
		padding-left: 0px;
	}
	.questions-content .toggle-Qcontent{
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.upload_container div[style="color:red;"]{
		display: block;
		max-width: 176px;
		word-break: break-all;
		white-space: normal;	
	}
	.section-highlight .past-reports{
		margin-top: 20px;
		min-height: 35px;
	}
	.section-highlight.highligh-social ul.social-icons::after{
		content:none;
	}
}
@media only screen and (max-width: 580px) {
	.container {
		max-width: 97%;
	}
	.inner-page section .container{
		max-width: 92%;
	}
	#site-wrapper.home-page .banner .banner-intro h1{
		width: 70%;
		letter-spacing: 10vw;
		font-size: 15vw;
	}
	#site-wrapper.home-page .banner .banner-intro span{
		font-size: 2.6vw;
	}
	nav .container{
		max-width: 90%;
	}
	.section-highlight {
		padding:15px!important;
		min-height: 220px;
	}
	.base-block {
		padding: 40px 0px;
	}
	.base-block .base-head{
		min-height: 0px;
		margin-bottom: 20px!important;
	}
	footer{
		padding: 30px 0px;
		min-height: 0px;
	}
	footer ul.social-icons{
		margin-bottom: 0px;
	}
	.base-block h3{
		font-size: 20px;
		line-height: 24px;
	}
	.content-box.content-blue::before{
		left: -1.6vw;
	}
	.content-box.content-blue{
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.promo-btn-wrap{
		width: 100%;
		flex-wrap: wrap;
		margin: 0px;
	}
	.promo-btn-wrap > li{
		padding: 10px 0px;
	}
	.promo-btn-wrap > li a{
		height: auto;
	}
	.country-head .title-wrap h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.metrics-tab-wrap .nav-tabs{
		flex-wrap: wrap;
	}
	.metrics-tab-wrap .nav-tabs > .nav-item{
		width: 100%;
	}
	.country-head .col-md-3 {

		text-align: left;
		padding-left: 15px;

	}
	.country-head .country-select .selected-years {
		font-size: 24px;
		line-height: normal;
		margin: 0px!important;
	}
	section.data-content .country-head{
		padding-bottom: 30px;
	}
	.risk-progress-wrap{
		padding: 25px 0px!important;
	}
	.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
		line-height: 30px;
		padding-right: 24px;
	}
	.data-filter .select-box .bootstrap-select button{
		font-size: 16px;
		height: 44px;
		padding: 5px 8px;
	}
	.data-filter .dropdown-toggle::after{
		top:11px;
		right: 10px; 	
		font-size: 18px;
	}
	.filter-col.country-range-filter .select-wrap {
		width: 44%;
	}
	.filter-col.country-range-filter > span{
		font-size: 14px;
		width: 12%;
		line-height: 44px;
	}
	section.data-content .country-head{
		padding-top: 70px;
	}
	.line-filter-wrap .customCheckbox.riskAreas{
		width: 78%;
	}
	.modalRight .modal-dialog{
		width: 100%;
		max-width: 100%;
	}
	.metrics-tab-wrap .nav-tabs#subTab > li{
		width: 100%;
	}
	.modalRight .scroll-content{
		margin-top: 0px;
	}
	.line-filter-wrap .customCheckbox{
		width: 100%;
	}
	.line-chart-wrap > canvas{
		height: 355px!important;
		padding-left: 33px;
		background-size: 50px!important;
		background-position: 0px 7px!important;
	}
	header .inner-banner {

		margin-top: 0px;
		height: auto;
		max-width: calc(100% - 50px);

	}
	ul#country-list > li{
		width: 50%;
	}
	.country-profile-container .country-filter-wrap .region ul > li{
		margin: 0px 20px 6px 0px;
	}
	.country-report-wrap .report-row h3{
		font-size: 24px;
	}
	.radar-chart-wrap, .bar-chart-wrap{
		height: 300px;
	}
	.library-content .library-list > li {
		padding: 20px 20px 80px;
	}
	.pagination-wrap .pagination-list > li{
		max-width: 40px;
		margin: 0px 2px;
	}
	.pagination-wrap .pagination-list > li > *{
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.news-content .load-more{
		margin-left: 0px;
	}
	.news-content .news-list > li{
		flex-wrap: wrap;
		padding: 20px;
	}
	.news-content .news-list > li .news-date{
		width: 100%;
	}
	.news-content .news-list > li .news-desc h3{
		font-size: 20px;
		line-height: 24px;
	}
	.news-content .news-list > li .news-date{
		margin-bottom: 6px;
	}
	.article-page h3{
		font-size: 20px;
	}
	.metrics-tab-wrap .nav-tabs{
		margin: 0px -20px;
		width: calc(100% + 40px);
	}
	.slider-results-wrap{
		flex-wrap: wrap;
	}
	.graphic-content-wrap .col-results{
		width: 100%;
	}
	.graphic-content-wrap .col-slider{
		width: 100%;
	}
	.slider-results-wrap .circlechart, .slider-results-wrap .circlechart .circle-chart{
		float: none;
		margin: auto;
	}
	.slideBlock .range-slider .ui-slider-handle{
		font-size: 15px;
	}
	header ul.secondary-nav > li a{
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 12px;
	}
	header ul.secondary-nav > li a.login, header ul.secondary-nav > li a.btn-profile{
		padding: 8px 10px 8px 30px!important;
		background-position: 6px 4px!important;
	}
	header.inner ul.secondary-nav > li a.login{
		margin-left: 5px!important;
		margin-right: 5px!important;
	}
	header ul.secondary-nav{
		position: relative;
		z-index: 1;
	}
	header ul.secondary-nav > li a.btn-public{
		height: 28px;
		width: 38px;
		background-position: 8px 5px;
	}
	header.inner.member-header .inner-banner{
		max-width: calc(100% - 20px);
	}
	.member-content .qa-tab-wrap .tab-pane {
		padding: 30px 0px;
		float: left;
	}
	.com_questionnaires .qa-tab-wrap .nav-tabs > li {
		width: 50%;
	}
	.qa-tab-wrap .nav-tabs > .nav-item a span {
		padding-left: 6px;
	}
	.qa-tab-wrap .answer-wrap .ans-tools.processing::after{
		left: 0px!important;
	}
	.site-base ul > li{
		margin-right: 15px;
	}
	.site-base .container{
		padding: 0px;
	}
	.modal.modal-submit .modal-content h3{
		font-size: 17px;
	}
	.sub-filter-wrap .indicator-label{
		padding-left: 0px;
	}
	.line-filter-wrap ul > li .line-legend{
		margin-right: 15px;
	}
	.sub-filter-wrap .sub-indicator-wrap{
		flex-wrap: wrap;
	}
	.line-filter-wrap ul > li .line-legend{
		margin-bottom: 10px!important;
	}
	.country-report-wrap{
		margin-bottom: 40px!important;
	}
	.accordion-wrap .ac-item{
		padding: 8px 10px;
	}
	.accordion-wrap .ac-content{
		font-size: 15px;
	}
	.accordion-wrap .ac-item .ac-title h3{
		font-size: 16px;
		line-height: 22px;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap{
		background: none;
		width: auto!important;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap .label{
		width: auto!important;
		background: #fff!important;
		display: inline-block!important;
		padding-right: 6px!important;
	}
	.ac-content.questions-content ul.indicator-list > li .ind-title .label-wrap .label{
		background: none!important;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap .title{
		display: block!important;
	}
	.ac-content ul.indicator-list > li .ind-title .count{
		top:-2px;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap{
		max-width: none!important;
	}
	.ac-content ul.indicator-list .sub-indicator-list > li {
		margin: 5px 0px;
	}
	.ac-content ul.indicator-list.sub-indicator-list button.infoQ{
		position: absolute;
		left: -22px;
		margin: 0px;
		top:31px;
		z-index: 1;
	}
	.ac-content ul.indicator-list > li .sub-indicator-list .ind-title .count{
		top:5px;
	}
	.ac-content ul.indicator-list .sub-indicator-list{
		margin-top: 6px;
		margin-bottom: 10px;
	}
	article img{
		height: auto!important;
	}
	.section-highlight h3{
		font-size: 20px;
		line-height: normal;
	}
	.data-content.news-content, .data-content.contact-content{
		padding: 20px 0px 60px 0px;
	}
	section.data-header{
		padding-top: 30px;
	}
	section.data-header .data-intro h3{
		font-size: 22px;
		margin-bottom: 20px;
		line-height: normal;
	}
	.news-content .news-list > li .news-date{
		padding-top: 0px;
	}
	#country-modal.modalRight .modal-content{
		min-height: 90%;
	}
}

@media only screen and (max-width: 500px) {
	.member-content .submit_questionnaire{
		width: 100%!important;
	}
	.summary-accordion-wrap .summary-ac-item {
		padding: 5px 10px;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title h3{
		font-size: 16px;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title h3{
		max-width:100%;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title .count{
		height: 34px;
		font-size: 20px;
		line-height: 35px;
		right: -2px;
		top: 41px;
	}
	.summary-accordion-wrap .summary-ac-item .ac-title h3{
		display: inline;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap .label{
		width: 100%;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap .title, .ac-content ul.indicator-list .sub-indicator-list > li .label-wrap .title{
		font-size: 16px;
	}
	.data-filter .select-box .bootstrap-select button{
		font-size: 16px;
	}
	header.inner h1.logo{
		transform:scale(0.8);
		margin-top: -12px;
	}
	header.inner {
		min-height: 170px;
		height: auto;
	}
	header.inner{
		padding-top: 100px;
	}
	header.inner nav .nav-wrap{
		margin: 13px 0px 6px;
	}
	header.inner nav .nav-toggle{
		top:92px;
	}
	header .inner-banner h1{
		font-size: 24px;
	}
	header nav ul.primary-nav{
		left: -20px;
		width: calc(100% + 40px);
		top:110px;
	}
	header.inner nav ul.primary-nav{
		top:122px!important;
	}
	.pagination-wrap .pagination-list > li > * {

		width: 25px;
		height: 25px;
		font-size: 13px;
		line-height: 24px;

	}
	.library-list table{
		width: 100%;
	}
	.pagination-wrap .pagination-list > li{
		max-width: 26px;
	}
	.library-list table{
		width: 100%!important;
	}
	.data-content.contact-content {
		padding-top: 60px;
	}
	.login-page .login-wrap{
		max-width: 90%!important;
	}
	.login-row .form-wrap .primary-btn{
		max-width: none;
		width: 100%;
	}
	.login-row h2 {
		font-size: 20px;
	}
	header.member-header{
		padding-top: 0px;
	}
	header.member-header .member-title {
		top: 94px;
		left: 0px;
		position: absolute;
	}
	#site-wrapper header.member-header nav{
		position: static;
	}
	.qa-tab-wrap .answer-wrap .choose-answer .ans-item {
		margin-right: 0px;
		width: 100%;
	}
	.qa-tab-wrap .answer-wrap .ans-tools .tools-right{
		float:right;
		text-align: right;
	}
	.qa-tab-wrap .answer-wrap .ans-tools .tools-right > *{
		width: 100%;
	}
	.qa-tab-wrap .answer-wrap .ans-tools .tools-right > a{
		width: auto;
		float: right;
		clear: both;
	}
	.ac-content ul.indicator-list > li .ind-title .label-wrap{
		padding: 5px 0px 0px 0px!important;
		width: 100%;
		float: left;
	}
	.questions-content > ul.indicator-list > li ul.second-level.sub-indicator-list > li .label-wrap .title{
		font-size: 16px!important;
		line-height: 20px!important;
	}
	.site-base{
		height: auto;
		padding: 20px 0px;
	}
	.site-base ul{
		text-align: center;
	}
	.site-base ul > li{
		display: inline-block;
		float: none;
		margin: 0px;
		text-align: center;
		width: 100%;
	}
	.site-base .container .k-logo{
		display: block;
		margin: auto;
		position: static;
	}
	.modal.modal-submit .modal-body .submit-btns{
		width: 100%;
	}
	.modal.modal-submit .modal-body .submit-btns a{
		width:100%;
		margin: 5px 0px!important;
		max-width: none;
	}
	#member-profile .profile-edit dt, #member-profile .profile-edit dd{
		width: 100%;
	}
	#member-profile .profile-edit dt{
		margin-top: 5px;
	}
	#member-profile .profile-edit dt label{
		margin: 0px!important;
	}
	#member-profile .profile-edit dd{
		margin-top: 2px!important;
		margin-bottom: 8px!important;
	}
	.profile-edit br {
		display: none;
	}
	#member-profile h2{
		font-size: 20px;
		line-height: 100%;
		margin-bottom: 10px;
	}
	.com_users-profile .primary-btn{
		bottom:7px;
	}
	.cancelBTN{
		right: 180px!important;
		bottom:44px!important;
	}
	.modalRight .modal-content button.close{
		right: 15px;
		left: auto;
		top:12px;
	}
	.modalRight .modal-content .modal-body{
		padding-top:55px;
	}
	.modalRight .scroll-content{
		max-height: none;
	}
	.modalRight .modal-content{
		height: auto;
	}
	#site-wrapper{
		overflow: hidden;
	}
	.profile-edit dt:nth-child(2){
		width: 25%!important;
		float: left;
	}
	.profile-edit dd:nth-child(3){
		width: 75%!important;
		float: left;
	}
	.country-report-wrap .report-row h4{
		font-size: 20px;
	}
	.country-report-wrap .report-row h3 {
		font-size: 20px;
	}
	.country-report-wrap .report-row {
		padding: 15px 0px;
	}
	.country-report-wrap .report-row h3 br {
		display: none;
	}
	.library-list table{
		font-size: 15px;
	}
	.library-content .library-list > li .primary-btn{
		left: 20px;
		bottom:20px;
	}
	.article-page .accordion-wrap .ac-content img{
		float: none!important;
		margin: 0px auto 20px!important;
		display: block;
	}
	.stepper-twocol .chart-stepper label{
		font-size: 12px;
	}
	.stepper-twocol ul.stepper-ul.stepper-twocol > li .chart-stepper {
		padding-right: 17px !important;
	}
	.stepper-twocol .chart-stepper .reset{
		right: 0px!important;
	}
	.stepper-twocol .chart-stepper .stepper-input{
		width:22px;
	}
	.stepper-twocol .chart-stepper .stepper-input button{
		width: 100%;
		text-align: center;
		font-size: 20px;
		line-height: 20px;
		height: 20px;
	}
	ul.stepper-ul.stepper-twocol .chart-stepper .stepper-input input{
		width: 20px;
		font-size: 14px;
	}
	.popover.tour-popover{
		padding: 12px!important;
		max-width: 100%!important;
	}
	.popover.tour-popover .popover-title{
		padding-bottom: 8px!important;
	}
	.popover.tour-popover .popover-content span{
		margin-bottom: 4px!important;
	}
	.popover.tour-popover .popover-navigation{
		padding-top: 6px!important;
	}
	.no-item-found, h4.no-item-found, .no-item{
		margin-top: 30px!important;
	}
	header ul.primary-nav > li.parent ul > li a span{
		display: block;
	}
	ul.primary-nav > li.active > a{
		position: relative;
		z-index: 2;
	}
	ul.primary-nav > li.active > a:before{
		content:'';
		position: absolute;
		background-color: #bfeaff!important;
		width:100vw;
		height: 100%;
		left:-50%;
		right:-50%;
		margin: auto;
		z-index: -1;
		top:0px;
	}
	ul.primary-nav li.current > a{
		background-color: #bfeaff!important;
	}
	header ul.primary-nav > li.active > a{
		width: 100%;
	}
	section.data-header .btn-data i{
		margin: 0px 0px 10px 0px;
	}
	ul#country-list > li a{
		height: auto;
	}
}
@media only screen and (max-width: 400px) {
	ul#country-list > li{
		width: 100%;
	}
	.modalRight .modal-content .modal-body{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	#country-modal #country-list > li{
		width: 100%;
	}
	#country-modal .country-filter .search-wrap{
		width: 100%;
		margin:  12px 0px 0px 0px
	}
	#country-modal .country-filter .search-wrap input{
		width: 100%;
	}
	.pagination-wrap .pagination-list > li{
		margin: 0px 1px;
	}
	.pagination-list > li:first-child,
	.pagination-list > li:last-child{
		max-width: 20px;
	}
	.pagination-wrap .pagination-list > li .prev::before, .pagination-wrap .pagination-list > li.Prev::before{
		right: -53px;
		top: -52px;
	}
	section.data-header .data-intro p{
		font-size: 16px;
		line-height: 24px;
	}
	header.inner.member-header .inner-banner {
		max-width: calc(100% - 0px);
	}
	.com_questionnaires .qa-tab-wrap .nav-tabs > li {
		width: 100%;
	}
	.qa-tab-wrap::before{
		top:0px;
		height: 100%;
	}
	.ac-content ul.indicator-list{
		margin-bottom: 4px!important;
	}
	header.inner nav .nav-wrap{
		margin-right: -4px!important;
	}
	#country-modal #country-list > li a img{
		max-width: 35px;
		max-height: none;
	}
}

.topmenu .report-wrap {
  position: absolute;
  top: 74px;
  right: 580px;
}
.topmenu .report-wrap .download-report{
  padding-left: 65px;
  max-width: 400px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  min-height: 44px;
  position: relative;
  display: flex;
  align-items: center;
}
.topmenu .report-wrap .download-report:before{
  font-family: Flaticon;
  content:'\f103';
  width: 44px;
  height: 44px;
  border:solid 1px #fff;
  color: #fff;
  display: block;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 20px;
  padding: 11px 0px;
  transition:all 1s ease;
}
.topmenu .report-wrap .download-report:hover:before{
  color:#003A63;
  background-color: #9EDBFA;
  border-color:#9EDBFA;
}

.report-wrap a p {
  margin-bottom: 2px;
}
@media only screen and (max-width: 899px) {
  .topmenu .report-wrap {
    display: none;
  }
}