body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif !important;
  color: #113053 !important;
  font-size: 14px;
  background-color: #fff;
  font-weight: normal;
}
html {
  width: 100%;
  height: 100%;
}
a {
  color: #00AEEF;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #113053;
  text-shadow: none;
  outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'andesbold';
  line-height: 1.1;
  color: inherit;
}
p {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
  line-height: 22px;
}
p a {
  font-weight: bold;
}
li a {
  font-weight: bold;
}
/* Others Style */
.navbar-brand {
  float: left;
  height: auto;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.sticky {
  position: fixed !important;
  top: 0;
  z-index: 99;
  background: white;
  width: 100%;
}
.text-overflow-1,.text-overflow-2,.text-overflow-3,.text-overflow-4 {
  width:250px;
  height:120px;
  display:block; 
  overflow:hidden;
  word-break: break-word;
  word-wrap: break-word;
}

.navbar {
  position: relative;
  min-height: 20px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  color: #0071BC;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  border-bottom: 4px solid transparent;
  padding-bottom: 3px;
}
.navbar-default .navbar-nav > li > span {
  font-size: 14px;
  color: #0071BC;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  border-bottom: 4px solid transparent;
  padding-bottom: 3px;
  cursor: pointer;
}
.submenuSecondChild{
  border: 2px solid #00AEEF !important;
  border-radius: 0;
  min-width: 260px !important;
  margin: 0;
  padding: 0;
  padding: 8px;
}
.navbar-nav>li>.dropdown-menu {
  padding: 0;
}
/* Commented having conflict with sub menus
.navbar-nav>li>.dropdown-menu {
  width : 510px;
  height: 100%;
}
*/
.submenuSecondChild li.menu-item--expanded div.dropdown-menu {
  min-width:0;
}
.submenuSecondChild li.menu-item--expanded div.dropdown-menu .submenuSecondChild{
  position: absolute;
  left: 310px;
  z-index: 999;
  background: #FFFF;
  border: 2px solid #00AEEF !important;
  border-radius: 0;
  padding: 5px;
  top: -20px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dps::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #113053;
  margin-top: 6px;
  margin-right: -5px;
}
.menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}
header .navbar-nav .mega-menu:hover a.dropdown-toggle:before {
  content: "";
  border-color: transparent;
  border-width: 18px;
  display: -moz-inline-box;
  display: inline-block;
  position: absolute;
  left: 35%;
  z-index: 105;
  top: 144%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQ2IiB3aWR0aD0iNTgiIHk9IjAiIHg9IjAiLz4gIDxnIGRpc3BsYXk9Im5vbmUiIG92ZXJmbG93PSJ2aXNpYmxlIiB5PSIwIiB4PSIwIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiBpZD0iY2FudmFzR3JpZCI+ICAgPHJlY3QgZmlsbD0idXJsKCNncmlkcGF0dGVybikiIHN0cm9rZS13aWR0aD0iMCIgeT0iMCIgeD0iMCIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPiAgPC9nPiA8L2c+IDxnPiAgPHBhdGggc3Ryb2tlPSIjZTVlNWU1IiBpZD0ic3ZnXzQiIGQ9Im0xLjUsNDEuNDk5OTlsMjUuNSwtMzkuOTk5OTlsMjUuNSwzOS45OTk5OWwtNTAuOTk5OTksMHoiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0iI2Y2ZjZmNiIvPiA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 35px 16px ;
  width: 35px;
  height: 14px;
}
.global-header .navbar-collapse .navbar-nav>li>a:focus {    
    color: #0071bc;
    background-color: transparent;
    border-bottom: 3px solid #0071bc;
    padding-bottom: 5px;
}
.main-navigation .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .5em solid;
  border-right: .5em solid transparent;
  border-bottom: 0;
  border-left: .5em solid transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #113053;
  background-color: transparent;
  border-bottom: 4px solid #00AEEF;
  padding-bottom: 3px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #113053;
  background-color: transparent;
  border-bottom: 4px solid #00AEEF;
  padding-bottom: 3px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 0px;
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 0;
  float: right;
  padding-right: 0;
}
.navbar-form .input-group > .form-control {
  height: 30px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #113053;
  background-color: transparent;
}
.nav > li > a {
  padding: 0;
}
.navbar-default .navbar-nav > li > a.cont {
	background-color: #EBECED;
	border-radius: 22px;
  border-bottom: none;
  padding: 2px 10px;
}
.mainBanner {
  margin-bottom: 15px;
}
.mt1 {
  margin-top: 10px;
}
.mt2 {
  margin-top: 20px;
}
.mt3 {
  margin-top: 30px;
}
.mt4 {
  margin-top: 40px;
}
.mb1 {
  margin-bottom: 10px;
}
.mb2 {
  margin-bottom: 20px;
}
.mb3 {
  margin-bottom: 30px;
}
.mb4 {
  margin-bottom: 40px;
}
.aboutSec {
  padding: 15px;
  border: 2px solid #EBECED;
  border-top: 8px solid #2955A6;
  width: 100%;
  float: left;
  margin: 20px 0 30px 0;
}
.aboutSec h2 {
  margin-top: 0;
}
.aboutSec p {
  margin-bottom: 25px;
}
.aboutSec p:last-child {
  margin-bottom: 0;
}
.aboutSec ul {
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
}
.h-customize-sec-reading .aboutSec ul li {
  margin: 0;
  padding: 0 30px;
  list-style-type: none;
  width: 100%;
}
.aboutSec ul li {
  margin: 0;
  padding: 0 30px;
  list-style-type: none;
  width: 50%;
}
.aboutSec ul li h6 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.aboutSec ul li img {
  display: block;
  margin: 0 auto;
}
#edit-submit-custom-matrix-page--2, .btn-download {
  border: none;
  color: #fff;
  background-color: #00AEEF;
  border-radius: 28px;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 15px;
  text-decoration: none;
  outline: none;
  margin: 15px auto;
  display: block;
  width: 140px;
  text-align: center;
}
.btn-download:hover, .btn-download:focus {
  color: #fff;
  background-color: #113053;
  text-decoration: none;
  outline: none;
}
.col-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.h-approach-sec {
  background-color: #f7f7f8;
  padding: 15px 0 30px 0;
}
.h-approach-sec h2 {
  border-bottom: 3px solid #00AEEF;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 8%;
}
.key-compo-box {
  background-color: #fff;
  padding: 10px;
  height: 100%;
  min-height: 100%;
  border: 2px solid #EBECED;
}
.key-compo-box p {
  font-size: 12px;
  line-height: 19px;
}
.key-compo-box p a {
  color: #00AEEF;
  text-decoration: none;
  font-weight: bold;
}
.key-compo-box p a:hover {
  color: #113053;
}
.key-compo-box h6 {
  font-size: 13px;
  margin-bottom: 0;
}
.key-compo-box h6 a {
  color: #00AEEF;
  text-decoration: none;
}
.key-compo-box h6 a:hover {
  color: #113053;
}
.key-compo-box span.snap-txt {
  font-style: italic;
  font-size: 12px;
}
.readMore {
  font-size: 12px;
  color: #00AEEF;
  text-align: right;
  display: block;
  margin: 5px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.key-bdr1 {
  border-top: 8px solid #F78C29 !important;
}
.key-bdr2 {
  border-top: 8px solid #2955A6 !important;
}
.key-bdr3 {
  border-top: 8px solid #F0404F !important;
}
.key-bdr4 {
  border-top: 8px solid #882D8E !important;
}
.key-bdr5 {
  border-top: 8px solid #00644F !important;
}
.key-bdr6 {
  border-top: 8px solid #3DC1F2 !important;
}
.key-bdr7 {
  border-top: 8px solid #E03F52 !important;
}
.key-bdr8 {
  border-top: 8px solid #F78C29 !important;
}
.key-bdr9 {
  border-top: 8px solid #882D8E !important;
}
.modal-open .modal {
  background: rgba(0, 174, 239, 0.5);
}
.modal-content {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.close {
  filter: alpha(opacity=100);
  opacity: 1;
  float: inherit;
}
.close:focus, .close:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-body {
  padding: 0;
}
.modal-header {
  padding: 8px 0;
  border-bottom: none;
}
.header-info {
  float: right;
}
.print-modal {
  display: inline-block;
  margin-right: 20px;
}
.link-img {
  margin-top: 40px;
  display: block;
}
.key-compo-box ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.key-compo-box ul li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.key-compo-box ul li a img {
  margin-right: 10px;
}
.fieldset-wrapper{
  float: left;
  width: 230px;
}
.key-compo-box ul li div {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: 'andesbold' !important;
}
.key-compo-box ul li a {
  display: block;
  font-size: 16px;
  color: #00AEEF;
  font-weight: bold;
  font-family: 'andesbold' !important;
}

.key-compo-box ul li a:hover {
  color: #113053;
}
.key-compo-box ul li div img {
  margin-right: 10px;
}
.h-customize-sec {
  margin: 20px 0 40px 0;
}
.landing-page-h-customize-sec .key-compo-box ul li {
  display: inline-block;
  margin: 20px;
}
.h-customize-sec h2 {
  border-bottom: 3px solid #00AEEF;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 8%;
}
.h-customize-sec p {
  margin-bottom: 30px;
}
.h-reading-sec {
  background-color: #f7f7f8;
  padding: 15px 0 30px 0;
}
.h-reading-sec h2 {
  border-bottom: 3px solid #00AEEF;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 8%;
}
.h-reading-sec img {
  display: block;
  margin-top: 20px;
}
.h-reading-sec ul {
  margin: 30px 0 0 60px;
  padding: 0;
}
.h-reading-sec ul li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.h-reading-sec ul li h5 {
  margin-bottom: 0;
}
.h-reading-sec ul li h5 a {
  display: block;
  font-size: 16px;
  color: #00AEEF;
  font-weight: bold;
  font-family: 'andesbold' !important;
}
.h-reading-sec ul li h5 a:hover {
  color: #113053;
  text-decoration: none;
}
.h-reading-sec ul li p {
  font-size: 12px;
  line-height: 19px;
}
.h-looking-sec {
  padding: 15px 0 30px 0;
}
.h-looking-sec h2 {
  border-bottom: 3px solid #00AEEF;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 8%;
}
.h-looking-box {
  background-color: #fff;
  padding: 15px 15px 5px 15px;
  height: 100%;
  min-height: 100%;
  border: 2px solid #EBECED;
}

/* ///////////////////////////////// Home Page Style End ///////////////////////////////// */
/* ///////////////////////////////// ------------------------ ///////////////////////////////// */
/* ///////////////////////////////// Inner Pages Style Starts ///////////////////////////////// */
.bg-img {
  background: url("../images/bg-img-cloud.png") repeat-y;
}
.inner-main-title-sec, .inner-content-sec {
  display: flex;
  align-items: flex-start;
}
.inner-main-title-sec .title-icon ,.inner-content-sec .title-icon {
  width: 80px;
  margin-right: 10px;
}
.inner-main-title-sec .title-txt , .inner-content-sec .title-txt {
  width: calc(100% - 100px);
}
.inner-main-title-sec .title-txt h2, .inner-content-sec .title-txt h2 {
  border-bottom: 3px solid #00AEEF;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
}
.inner-main-title-sec .title-txt h3 {
  margin-top: 5px;
}
.common-cont-sec {
  padding-left: 90px;
}
.footnotes-cont-sec {
  padding-left: 90px;
  font-size: 12px;
}
.common-cont-sec p {
  margin-bottom: 20px;
}
.references-sec {
  margin: 30px 0;
}
.references-sec h5 {
  color: #00AEEF;
  margin: 0 0 0 0;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #EBECED;
  padding-bottom: 10px;
}
.references-sec h5:after {
  content: "";
  background: url("../images/toggle-arrow.png") no-repeat;
  width: 18px;
  height: 11px;
  position: absolute;
  left: 10%;
  top: 3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.references-sec ol {
  padding: 15px 0 15px 50px;
  border-bottom: 2px solid #EBECED;
}
.references-sec ol li {
  margin: 0;
  padding: 3px 0;
}
.box3-sec {
  background-color: #f7f7f8;
  padding: 20px 0;
  margin-bottom: 30px;
}
.box3-info {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #EBECED;
}
.box3-info h2 {
  border-bottom: 3px solid #00AEEF;
  padding-bottom: 5px;
  display: inline-block;
  padding-right: 8%;
}
.box3-info h4 {
  margin-top: 5px;
}
.indicators-sec {
  background-color: #f7f7f8;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.indicators-info {
  background-color: #fff;
  border: 2px solid #EBECED;
  border-top: none !important;
}
.indicators-info h3 {
  display: block;
  background-color: #01AEF0;
  padding: 8px;
  margin: 0;
}
.indicators-info img {
  vertical-align: bottom;
  margin-right: 10px;
}
.indicators-info h3 span {
  font-size: 21px;
  color: #fff;
}
.indicators-info-item {
  padding: 10px 20px;
}
.indicators-item {
  padding: 10px 0;
}
.indicators-item h5 {
  font-size: 19px;
  margin: 0 0 5px 0;
}
.indicators-item ul {
  margin: 0;
  padding: 0;
}
.indicators-item ul li {
  margin: 0;
  padding: 5px 8px;
  list-style-type: none;
  font-size: 12px;
}
.indicators-item ul li:nth-child(even) {
  background: #fff
}
.indicators-item ul li:nth-child(odd) {
  background: #f7f7f8
}
.legend-sec {
  margin: 30px 0;
}
.legend-sec h5 {
  color: #00AEEF;
  margin: 0 0 0 0;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #EBECED;
  padding-bottom: 10px;
}
.legend-sec h5:after {
  content: "";
  background: url("../images/toggle-arrow.png") no-repeat;
  width: 18px;
  height: 11px;
  position: absolute;
  left: 6%;
  top: 3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
sub {
  vertical-align: super !important;
  font-size: 8px;
}
.legend-sec ul.leg-one {
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: 2px solid #EBECED;
}
.legend-sec ul.leg-one li {
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
  display: inline-block;
}
.legend-sec ul.leg-one li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  margin: 0 auto;
}
.legend-sec ul.leg-one li span.legend1 {
  background-color: #ED6A55;
}
.legend-sec ul.leg-one li span.legend2 {
  background-color: #57B1E4;
}
.legend-sec ul.leg-one li span.legend3 {
  background-color: #EC82B4;
}
.legend-sec ul.leg-one li span.legend4 {
  background-color: #FDB736;
}
.legend-sec ul.leg-one li span.legend5 {
  background-color: #579542;
}
.legend-sec ul.leg-one li span.legend6 {
  background-color: #F78D28;
}
.legend-sec ul.leg-one li span.legend7 {
  background-color: #7E484D;
}
.legend-sec ul.leg-one li p {
  font-size: 11px;
  margin-bottom: 0;
}
.legend-sec ul.leg-two {
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  text-align: center;
}
.legend-sec ul.leg-two li {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  display: inline-block;
}
.legend-sec ul.leg-two li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  margin: 0 auto;
}
.legend-sec ul.leg-two li span.legend8 {
  background-color: #B88D2D;
  border: 1px solid #113053;
}
.legend-sec ul.leg-two li span.legend9 {
  background-color: transparent;
  border: 1px solid #113053;
  background: rgb(184, 141, 45);
  background: -webkit-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.legend-sec ul.leg-two li span.legend10 {
  background-color: #fff;
  border: 1px solid #113053;
}
.legend-sec ul.leg-two li span.no-legend {
  background-color: transparent;
  border: none;
}
.legend-sec ul.leg-two li p {
  font-size: 11px;
  margin-bottom: 0;
}
.table {
  margin: 10px 0 0 0;
}
.table-bordered > tbody > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #EBECED;
  border-bottom: 2px solid #EBECED;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9fa;
}
.table-bordered > thead > tr {
  background-color: #00AEEF;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.table-bordered > thead > tr > th.col-clr2 {
  background-color: #F78D28;
  text-transform: uppercase;
}
.table-bordered > thead > tr > th {
  border: none;
}
.table-bordered > tbody > tr > td {
  vertical-align: middle;
  font-size: 14px;
}
.table-bordered > tbody > tr > td h6 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
  margin: 0;
  font-weight: bold;
}
.table-bordered > tbody > tr > td a {
  font-weight: bold;
  color: #00AEEF;
  text-decoration: none;
}
.table-bordered > tbody > tr > td a:hover {
  font-weight: bold;
  color: #113053;
  text-decoration: none;
}
.table-bordered > tbody > tr > td span.legend9 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 1px solid #113053;
  background: rgb(184, 141, 45);
  background: -webkit-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.table-bordered > tbody > tr > td span.legend7 {
  background-color: #7E484D;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.table-bordered > tbody > tr > td img {
  display: block;
  margin: 0 auto;
}
.table-bordered > tbody > tr > td p {
  margin: 0;
}
.table-bordered > tbody > tr > td a.readMore {
  margin: 0;
}
.showMore {
  font-size: 12px;
  color: #00AEEF;
  display: table;
  margin: 10px auto;
  font-weight: bold;
  text-transform: uppercase;
}
.iDesignMatrixSec {
  position: relative;
  margin: 100px 0;
}
.iDesignMatrixSec .click-here{
  display:inline-block;
  color:#ffffff;
}
.iDesignMatrixInfo {
  background-color: #00AEEF;
  padding: 15px;
}
.iDesignMatrixSec .IDM-img {
  position: absolute;
  top: -140px;
  left: -15px;
}
.iDesignMatrixInfo h4 {
  color: #fff;
  font-size: 24px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  display: inline-block;
  padding-right: 8%;
}
.iDesignMatrixInfo h6 {
  color: #fff;
  font-size: 15px;
}
.iDesignMatrixInfo p {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
.iDesignMatrixInfo a {
  display: block;
  margin-top: 10px;
}
.iDesignMatrixInfo a img {
  display: block;
  margin: 0 auto;
}
.BII-sec h5 {
  border-bottom: 2px solid #00AEEF;
  padding-bottom: 5px;
  display: inline-block;
  padding-right: 15%;
  margin-bottom: 10px;
  font-size: 18px;
}
.BII-sec ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 15px;
}
.BII-sec ul li {
  margin-bottom: 6px;
}
.BII-sec ul li::before {
  content: "\2022";
  color: #00AEEF;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 16px;
  font-weight: bold;
}
.design-intro-list-sec ol {
  padding: 0;
  margin: 0 0 15px 15px;
}
.design-intro-list-sec ol li {
  margin-bottom: 6px;
  padding: 5px;
}
.design-intro-list-sec ol li::marker {
  color: #00AEEF;
  /* display: inline-block; */
  width: 2px;
  /* margin-left: 8px; */
  /* font-size: 12px; */
  font-weight: bold;
}
.sIndicators-sec {
  background-color: #f7f7f8;
  padding: 20px 0;
  margin-top: 15px;
}
.sIndicators-info {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #EBECED;
}
.sIndicators-info h3 {
  margin: 0 0 30px 0;
  padding: 0;
}
.SII-sec {
  background-color: #33BEF2;
  padding: 15px 0;
}
.SII-title-sec {
  display: flex;
  align-items: flex-start;
}
.SII-title-sec .title-icon {
  width: 80px;
  margin-right: 10px;
}
.SII-title-sec .title-txt {
  width: calc(100% - 100px);
}
.SII-title-sec .title-txt h2 {
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  display: inline-block;
  padding-right: 15%;
  margin-bottom: 0;
  color: #fff;
}
.SII-sec ul {
  margin: 10px 0 10px 13%;
  padding: 0;
}
.SII-sec ul li {
  color: #fff;
  list-style-type: none;
}
.SII-sec ul li::before {
  content: "\2022";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 16px;
  font-weight: bold;
}
 
/* ///////////////////////////////// Inner Pages Style End ///////////////////////////////// */
/* ///////////////////////////////// ------------------------ ///////////////////////////////// */
/* ///////////////////////////////// Matrix Page Style Starts ///////////////////////////////// */
.matrix-right-col .nav > li {
  position: inherit;
  display: block;
}
.path-matrix .bef-exposed-form fieldset legend span{
    font-size: 20px;
    padding-bottom: 6px;
}
.path-matrix .bef-exposed-form .js-form-type-checkbox label {
  padding : 2px;
  font-size: 12px;
}
.path-matrix .bef-exposed-form .js-form-type-checkbox {
    width: 260px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #00AEEF;
    font-weight: normal;
    margin: 8px 0;
}

.matrix-right-col h2 {
  margin-bottom: 10px;
}

.tabbable-panel .nav > li {
  position: inherit;
  display: block;
}

.nav-tabs > li > a {
  line-height: 1.6;
  border: none;
  border-radius: 0;
  padding: 5px;
  font-weight: 600;
  color: #fff;
}
.nav-tabs > li > a img {
  width: 20px;
  margin-right: 3px;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  float: left;
  border-radius: 10px 10px 0 0;
  margin: 0 10px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  color: #fff;
}
.nav-tabs > li > a:hover {
  border-color: none;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
.nav-tabs > li:after {
  z-index: 1;
  content: "";
  width: calc(100% - 30px);
  display: block;
  background: inherit;
  height: 8px;
  position: absolute;
  left: 15px;
  visibility: hidden;
}
.nav-tabs > li.active {
  z-index: 2;
  visibility: visible;
}
.nav-tabs > li.active:after {
  z-index: 3;
  visibility: visible;
}
.nav-tabs > li:nth-child(1) {
  background-color: #B88D2D;
}
.nav-tabs > li:nth-child(2) {
  background-color: #00AEEF;
}
.nav-tabs > li:nth-child(3) {
  background-color: #2955A6;
}
.nav-tabs > li:nth-child(4) {
  background-color: #F0404F;
}
.barriers-info {
  padding: 15px;
  border: 2px solid #EBECED;
  margin-bottom: 30px;
}
.barriers-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 15px;
}
.barriers-info ul li {
  margin-bottom: 6px;
}
.barriers-info ul li::before {
  content: "\2022";
  color: #00AEEF;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 16px;
  font-weight: bold;
}
.img-sm {
  width: 22px;
}
.img-sm-1 {
  width: 57px;
}
.img-sm-2 {
  width: 44px;
  height: 57px;
}
.img-md {
  width: 70px;
}
.img-xs {
  width: 100%;
  height: 500px;
}
.toolkit-margin{
	margin: 20px;
}
.img-pagination {
	width: 10px;
}
.anc-float-right{
	text-align:right;
}
.anc-float-left{
	text-align:left;
}
.field--name-field-previous-page, .field--name-field-next-page {
  display: inline;
}
.img-30 {
  width: 30px;
}
.img-icon {
	width: 44px;
	height: 57px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.matrix-main-content {
  position: relative;
}
.matrix-right-col {
  min-height: 900px;
  padding-left: 30px;
  border-left: 2px solid #00AEEF;
  position: relative;
  padding-top: 10px;
}
.sidebar-active #sidebar {
  width: 280px;
  opacity: 1;
  transition: .2s ease;
}
.sidebar-active #main {
  margin-left: 280px;
}
.matrix-left-col {
  padding: 10px 0 0 0;
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: .2s ease;
  background-color: #fff;
  opacity: 0;
}
.form-composite > legend, .label {
  border: none;
}
.fieldset-wrapper-image{
  float: right;
  margin: 6px;
}
h4 {
  font-size: 20px;
  border-bottom: 1px solid #EBECED;
  padding-bottom: 6px;
}
#main {
  transition: .2s ease;
}
.toggle-btn {
  position: absolute;
  left: -20px;
  bottom: calc(100% - 230px);
  background: url("../images/toggle-arrow-one.png") no-repeat;
  width: 37px;
  height: 37px;
  display: block;
  cursor: pointer;
  z-index: 999;
  transition: transform .5s linear;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-active .toggle-btn {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform .5s linear;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.path-matrix .matrix-left-col img {
  width: 18px;
  display: inline-block;
  float: right;
}
img.ifc-img {
  width: 40px;
  margin-top: 10px;
}
span.leg {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  margin: 6px;
}
span.leg-region-filter {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  margin-bottom: 10px;
}
span.legend1 {
  background-color: #ED6A55;
}
span.legend2 {
  background-color: #57B1E4;
}
span.legend3 {
  background-color: #EC82B4;
}
span.legend4 {
  background-color: #FDB736;
}
span.legend5 {
  background-color: #579542;
}
span.legend6 {
  background-color: #F78D28;
}
span.legend7 {
  background-color: #7E484D;
}
span.legend8 {
  background-color: #B88D2D;
  border: 1px solid #113053;
}
span.legend9 {
  background-color: transparent;
  border: 1px solid #113053;
  background: rgb(184, 141, 45);
  background: -webkit-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
span.legend10 {
  background-color: #fff;
  border: 1px solid #113053;
}
span.no-legend {
  background-color: transparent;
  border: none;
}
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #00AEEF;
  font-weight: normal;
  margin: 8px 0;
}
.checkbox input:checked + .label-for-check {
  color: #113053;
  font-weight: bold;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #EBECED;
}
.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
input:checked ~ .checkmark:after {
  display: block;
}
span.checkmark:after {
  left: 3px;
  top: -5px;
  width: 20px;
  height: 16px;
  background: url("/gender_toolkit/sites/gender_toolkit/themes/barrier/images/checkmark-icon.png") no-repeat;
}
.tabbable-panel {
  margin-bottom: 30px;
}
.readMoreModalSec {
  background-color: #fff;
  padding: 30px;
  border: 3px solid #113053;
}
.readMoreModalSec h3 {
  font-size: 21px;
  margin: 0;
}
.readMoreModalSec h4 {
  font-size: 16px;
  margin: 5px 0 0 0;
}
hr.mdl-dvdr {
  margin-top: 6px;
  margin-bottom: 0;
  border: 0;
  border-top: 2px solid #00AEEF;
}
hr.mdl-dvdr1 {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #EBECED;
}
.rmSecItem {
  margin: 20px 0;
}
.rmSecItem h5 {
  margin: 0;
  text-transform: uppercase;
}
.rmSecItem h6 {
  margin: 0;
}
.rmSecItem p {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}
.rmSecItem a {
  font-weight: bold;
  font-size: 12px;
}
.rmSecItem ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.rmSecItem ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
ul.reg-item {
  margin: 0;
  padding: 0;
}
ul.reg-item li {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
ul.reg-item li .reg-item-img {
  display: inline-block;
  margin-right: 5px;
	width: 22px;
}
ul.reg-item li .reg-item-img span.legend9 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 1px solid #113053;
  background: rgb(184, 141, 45);
  background: -webkit-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to top, rgba(184, 141, 45, 1) 0%, rgba(184, 141, 45, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
ul.reg-item li .reg-item-img span.legend7 {
  background-color: #7E484D;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
ul.reg-item li .reg-item-info {
  display: inline-block
}
ul.reg-item li .reg-item-info p {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}
ul.reg-item li .reg-item-info h6 {
  margin: 0;
}
.fotter-bottom p {
  font-size: 12px;
}
/* ///////////////////////////////// ------------------------ ///////////////////////////////// */
/* ///////////////////////////////// Matrix Page Style End ///////////////////////////////// */

/* ///////////////////////////////// @FONT-FACE Starts ///////////////////////////////// */
@font-face {
  font-family: 'andesbold';
  src: url('../fonts/andes/andes-bold-webfont.woff2') format('woff2'), url('../fonts/andes/andes-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'andesextralight';
  src: url('../fonts/andes/andes-extralight-webfont.woff2') format('woff2'), url('../fonts/andes/andes-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'andesregular';
  src: url('../fonts/andes/andes-regular-webfont.woff2') format('woff2'), url('../fonts/andes/andes-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* ///////////////////////////////// Media Quries Starts ///////////////////////////////// */
@media screen and (min-width: 60em) {
  .pr6 {
    padding-right: 6px;
  }
  .pl6 {
    padding-left: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-nav > li {
    float: left !important;
    margin-right: 40px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .global-header .navbar-nav > li {
    float: none;
    margin: 0 15px !important;
    padding-top: 20px;
  }
 /* commented creating issue in child menus
  .navbar-nav > li a {
    padding-top: 40px;
  }
  */
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav {
    float: none;
    margin: 3px 0;
  }
  .global-header .navbar-nav {
    float: right;
    margin: 3px 0;
  }
  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
  .navbar-nav > li {
    margin: 0 12px !important;
  }
  .navbar-nav > li a {
    padding-top: 15px !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .aboutSec ul li {
    margin: 0 5px;
    padding: 0 13px;
  }
  .btn-download {
    font-size: 16px;
    padding: 6px 10px;
    width: 124px;
  }
  .iDesignMatrixSec .IDM-img {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .iDesignMatrixSec {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
  .col-eq-height {
    display: flex !important;
  }
  .aboutSec ul li {
    margin: 0 5px;
    padding: 0 15px;
  }
  .iDesignMatrixSec .IDM-img {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .iDesignMatrixSec {
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .navbar-nav > li {
    margin: 0 25px !important;
  }
  .navbar-nav > li a {
    padding-top: 0 !important;
  }
  .col-eq-height {
    display: block;
  }
  .key-compo-box, .h-looking-box {
    margin-bottom: 10px;
  }
  .key-compo-box img {
    margin: 0 auto;
  }
  .img-middle {
    margin: 0 auto;
  }
  .navbar-nav {
    float: left;
  }
  .ipd-mt2 {
    margin-top: 20px
  }
  .iDesignMatrixSec .IDM-img {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .iDesignMatrixSec {
    margin: 0 0 30px 0;
  }
	.references-sec h5:after, .legend-sec h5:after {
    left: 20%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {
  .navbar-nav > li {
    margin: 0 25px !important;
  }
  .navbar-nav > li a {
    padding-top: 0 !important;
  }
  .col-eq-height {
    display: block;
  }
  .key-compo-box, .h-looking-box {
    margin-bottom: 10px;
  }
  .key-compo-box img {
    margin: 0 auto;
  }
  .img-middle {
    margin: 0 auto;
  }
  .navbar-nav {
    float: left;
  }
  .ipd-mt2 {
    margin-top: 20px
  }
  .iDesignMatrixSec .IDM-img {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .iDesignMatrixSec {
    margin: 0 0 30px 0;
  }
	.references-sec h5:after, .legend-sec h5:after {
    left: 20%;
  }
}
@media only screen and (max-width:767px) {
  .nav > li {
    margin-top: 10px;
  }
  .matrix-right-col .nav-tabs > li {
    width:100%;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .wbgm_menu__toggle {
    margin-top: 25px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #113053;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
  .aboutSec ul li {
    padding: 0 16px;
  }
  .col-eq-height {
    display: block;
  }
  .key-compo-box {
    margin-bottom: 10px;
  }
  .h-reading-sec ul {
    margin: 30px 0 0 0;
  }
  .img-middle {
    margin: 0 auto;
  }
  .key-compo-box img, .h-looking-box img {
    margin: 0 auto;
  }
  .iDesignMatrixSec .IDM-img {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .iDesignMatrixSec .IDM-img img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .iDesignMatrixSec {
    margin: 0 0 30px 0;
  }
  .common-cont-sec {
    padding-left: 0;
  }
  .references-sec h5:after, .legend-sec h5:after {
    left: 30%;
  }
  .legend-sec ul.leg-two li {
    margin: 6px 0;
    display: block;
  }
  .h2, h2 {
    font-size: 21px;
  }
  .h3, h3 {
    font-size: 18px;
  }
}

/* Recent Updates Style */

.recentUpdatesSec {
  background: #F78C2A;
  height: 64px;
  position: relative;
  margin-top: 5px;
}
.recentUpdatesSec::after {
  content: "";
  background: url("../images/RU-arrow.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 20%;
  width: 51px;
  height: 64px;
}
.recentUpdatesSecInner {
  width: 100%;
  padding: 0;
}
.recentUpdatesSecInner li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px;
  vertical-align: middle;
}
.recentUpdatesSecInner li.listOne {
  width: 20%;
}
.recentUpdatesSecInner li.listTwo {
  width: 25%;
}
.recentUpdatesSecInner li.listThree {
  width: 45%;
}
.recentUpdatesSecInner li h4 {
  font-size: 21px;
  color: #FFF;
  margin: 0;
  padding: 0;
  border: none;

}
.recentUpdatesSecInner li h5 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  margin-left: 75px;
  position: relative;
}
.recentUpdatesSecInner li h5 span {
  margin-top: 4px;
  display: inline-block;
}
.recentUpdatesSecInner li h5::before {
  content: "";
  background: url(../images/dashboard-icon.png) no-repeat center;
  position: absolute;
  top: 0;
  left: -54px;
  width: 47px;
  height: 45px;
}
.recentUpdatesSecInner li a {
  display: block;
  width: 45px;
  height: 45px;
}
.recentUpdatesSecInner li p {
    font-weight: 600;
    color: #002F53;
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  .recentUpdatesSec {
  height: auto;
}
  .recentUpdatesSecInner li {
  display: block;
}
  .recentUpdatesSecInner li.listOne, .recentUpdatesSecInner li.listTwo, .recentUpdatesSecInner li.listThree {
  width: 100%;
}
  .recentUpdatesSec::after {
  display: none;
}
  .recentUpdatesSecInner li h5 {
    margin-left: 55px;
}
  .recentUpdatesSecInner {
    padding: 20px 0;
}
}

.blogOverviewSec h2 {
  border-bottom: 3px solid #00AEEF;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 8%;
}
.blogOverviewSec h6 {
  font-size: 14px;
  color: #002F53;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}
.blogOverviewSec h6 span {
  display: inline-block;
  margin: 10px 7px;
}
.blogVideoSec {
  background-color: #f7f7f8;
  padding: 40px 0;
  margin-bottom: 30px;
}
.blogVideoSec h6 {
  font-size: 16px;
  color: #002F53;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  font-style: italic;
  margin: 15px 0 0 0;
}
.imgBoxSec {
  position: relative;
  margin: 0 0 30px 0;
}
.imgBoxSec a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media only screen and (max-width:320px) {}



