/* Sticky footer styles
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Open+Sans+Condensed:wght@300;700&display=swap');

html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased !important;
}

body {
  /* Margin bottom by footer height */
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 350px;
  font-size: 18px;
  color: #4c4c4c;
  -webkit-font-smoothing: antialiased !important;
}

.camelize {
  text-transform: capitalize;
}

button:focus {
  outline: 0 !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 350px;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-toggle {
  position: absolute;
  top: 0px;
  right: 10px;
}

.txt-cyan {
  color: #2194c6;
}

.txt-blue {
  color: #0084be;
}

.bg-gray {
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
}

.container.bg-gray {
  width: 100%;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: transparent;
}

.nav-bg {
  background-image: url(../images/header-logo-big.jpg);
  background-repeat: no-repeat;
}

.text-18 {
  font-size: 18px;
}

.text-24 {
  font-size: 24px;
}

.inner-nav {
  float: right;
}

.report-sub-nav {
  background-color: #fff;
}

.report-sub-nav .nav {
  margin-top: 0;
}

.report-sub-nav .nav li {
  text-align: center;
}

.nav-right {
  color: #e3f7ff;
  font-size: 12px;
}

.nav-left li {
  margin-right: 20px;
  position: relative;
}

.nav-left>li:first-child {
  padding-right: 20px;
}

.nav-left>li:first-child>a::after {
  position: absolute;
  content: "";
  right: -8px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
}

.nav-left>li:first-child>a:hover::after,
.nav-left>li:first-child>a:active::after,
.nav-left>li:first-child>a:focus::after {
  border-top: 8px solid #000;
}

.nav-left li .sumenu_tools {
  position: absolute;
  width: 230px;
  background-color: #0084be;
  top: 73px;
  left: 0px;
  z-index: 4;
  padding-bottom: 15px;
}

.nav-left li .sumenu_tools.hidden {
  display: none;
}

.nav-left li .sumenu_tools span {
  width: calc(100% - 25px);
  margin-left: 25px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

.nav-left li .sumenu_tools span a {
  text-decoration: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.nav-left li .sumenu_tools span a:hover {
  color: #000;
}

.nav-right li {
  background-color: #2194c6;
}

.footer .content {
  display: table;
  margin: auto;
  margin-top: 45px;
  position: relative;
}

.footer .content .menu-footer {
  list-style: none;
  padding: 0px;
  display: inline-block;
  float: left;
}

.footer .content .menu-footer li {
  width: 180px;
  font-size: 12px;
  display: inline-blog;
  float: left;
}

.footer .content .menu-footer li strong {
  display: block;
  margin-bottom: 15px;
}

.footer .content .menu-footer li span {
  display: block;
  margin-top: 8px;
}

.footer .content .menu-footer li a {
  font-size: 12px;
  color: #808080;
}

.footer .content .menu-footer::after {
  content: '';
  width: 1px;
  height: 130px;
  background-color: #808080;
  position: absolute;
  top: 40px;
}

.footer .content .logos {
  display: inline-block;
  margin-left: 90px;
  vertical-align: top;
}

.footer .content .logos .footerIfc {
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.footer .content .logos .footerWWF {
  display: inline-block;
}

.footer .content .logos .footerGmap {
  display: block;
  clear: both;
  margin-top: 25px;
}

.footer .content .copyright {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #808080;
  clear: both;
  margin-top: 70px;
}

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

body>.main-container {
  /*padding-bottom: 100px;*/
}

.report-inner {
  padding-top: 50px;
}

.text-muted {
  margin: 20px 0;
}

.xs-margin {
  margin: 20px 0;
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-80 {
  padding: 80px 0;
}

.img-center {
  margin: 0 auto;
}

.row-odd {
  background-color: #fff;
}

.row-even {
  background-color: #f5f5f5;
}

.row-even hr {
  padding: 0;
  margin: 0 0 40px 0;
  height: 1px;
  color: #e6e6e6;
  background-color: #e6e6e6;
}

h1,
h2,
h3 {
  font-weight: 300;
}

h2 {
  font-size: 40px;
  color: #1d1d1d;
  /*#2194c6;*/
}

h3 {
  color: #4c4c4c;
  font-size: 26px;
}

.btn {
  border: 1px solid #ade3fb;
  border-radius: 20px;
  color: #0d90c9;
  padding: 10px 20px;
  font-size: 16px;
}

.btn-small {
  padding: 0;
}

.btn-large {
  padding: 10px 50px;
}

.btn-transparent {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  /*text-shadow: 1px 1px 5px #000;*/
}

.btn-fav {
  background-color: rgba(255, 255, 255, 0.7);
  color: #1f2020;
  border-color: #fff;
}

.space-50 {
  padding: 25px 0;
}

.odd {
  background-color: #f5f5f5;
}

.even {
  background-color: #fafafa;
}

.navbar {
  z-index: 9999;
}

.main-nav {
  background-color: #0084be;
  color: #fff;
}

.main-nav .navbar-nav {
  /*margin-left: 100px;*/
}

.main-nav .navbar-nav>li>a,
.main-nav .navbar-text,
.main-nav .navbar-brand {
  color: #fff;
}

.navbar-brand {
  padding: 0;
}

.inner-nav .navbar-nav>li>a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-left li {
  margin-right: 0px;
}

.inner-nav .nav-left>li+li::before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 25px;
}

.second-nav .navbar-toggle .icon-bar {
  background-color: #0084bd;
}

.report ul.nav li.active a {
  height: 72px;
}

.report-sub-nav .nav li.active a {
  height: 40px !important;
}

.report-sub-nav .nav li a {
  height: 40px;
}

.report nav {
  background-color: #fff;
}

.report ul.nav li a {
  color: #4c4c4c;
  font-size: 12px;
}

.report ul.nav li a {
  color: #4c4c4c;
  font-size: 12px;
}

.report ul.nav li.active a {
  color: #0084be;
  background-color: #ffffff;
}

.overview h2,
.analysis h2 {
  color: #0084be;
}

/*************************************
******** LANGUAGE
*************************************/

.main-nav .navbar-nav {
  margin: 0;
}

.nav-right li.language-simple {
  background-color: transparent;
  display: block;
}

.nav-right li.language-simple a {
  display: inline-block;
}

.nav-right li.language-switcher {
  background-color: transparent;
  position: relative;
  z-index: 100;
  display: none;
}

.nav-right li.language-switcher .glyphicon {
  font-size: 10px;
  font-weight: 100;
  margin-left: 3px;
  opacity: 0.8;
}

.nav-right li.language-switcher a,
.nav-right li.language-switcher a:hover {
  background-color: #0084bd;
  position: relative;
  z-index: 100;
}

.nav-right li.language-switcher ul {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #0084bd;
  height: 73px;
  line-height: 73px;
  color: #fff;
  padding: 0;
  margin: 0;
  z-index: 50;
  top: 0px;
}

.nav-right li.language-switcher ul li {
  list-style-type: none;
  color: #fff;
  background-color: transparent;
}

.nav-right li.language-switcher ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.nav-right li.language-switcher ul li a:hover {
  text-decoration: none;
  color: #333;
}

.nav-right li.language-switcher.simplified {}

/*************************************
******** MAP
*************************************/
.adbmap {
  margin-bottom: 40px !important;
}

#vmap {
  margin: auto;
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#vmap>svg {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

#vmap-570 {
  height: 570px;
  width: 100%;
  background-color: #86d4f6;
}

.wrap-dd-select ul.dropdown .all-commodities {
  background-color: #f5f5f5;
}

.scroll-info {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 999;
  width: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  padding: 20px 0 20px 65px;
  background-image: url(../images/tool/scroll-down-icon.png);
  background-repeat: no-repeat;
  background-position: center left 16px;
}

.loader {
  opacity: 0;
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 999;
  width: 130px;
  border: 1px solid #f1f2f2;
  background-color: #fff;
  color: #1385bc;
  font-size: 14px;
  padding: 20px;
  background-image: url(../images/tool/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center right 20px;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}

/*************************************
******** REPORT
*************************************/

.search-bar {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background-color: rgba(255, 255, 255, .8);
  z-index: 100;
  width: 100%;
  height: 35px;
  padding: 4px 0 4px 20px;
}

.search-bar img {
  cursor: pointer;
  padding: 5px 0 4px 20px;
}

.report .header {
  width: 100%;
  min-height: 700px;
}

.report .header-small {
  width: 100%;
  min-height: 220px;
}

.report .header-small .header-bg {
  width: 100%;
  min-height: 220px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.report .header .header-overlay,
.report .header .header-bg {
  width: 100%;
  min-height: 700px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.report .header .header-overlay {
  z-index: 2;
}

.report .header .header-bg {
  z-index: 1;
}

.report .header .header-content {
  padding-top: 100px;
  width: 100%;
  position: absolute;
  min-height: 700px;
  z-index: 3;
}

.report .header .title {
  color: #fff;
}

.report .header .title p {
  font-size: 18px;
}

.report .header .title h1 {
  font-size: 60px;
}

.report .header .header-map {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height: 310px;
  opacity: 0.8;
  padding-top: 100px;
}

.report .header .header-map svg {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}

.report .header .save-fav {
  margin-top: 50px;
}

.report h2 {}

.report,
.partnership {
  margin-top: 73px;
}

.report .eval {}

.report .eval .subsection {
  text-transform: uppercase;
  font-size: 12px;
  color: #4c4c4c;
}

.report .eval .title {
  /*font-weight: 700;*/
  font-weight: 500;
  font-size: 26px;
  color: #4c4c4c;
}

.report .eval .question {
  color: #0084bd;
  font-size: 20px;
  margin-bottom: 10px;
  font-style: italic;
}

.report .eval .body {
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}

.report .eval {}

.report text {
  font-weight: bold !important;
}

.report .space {
  margin-top: 100px;
}

.category {
  margin-bottom: 100px;
}

.report .eval .references-btn {
  text-decoration: none;
}

.report .eval .references-btn {
  color: #0d90c9;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  cursor: pointer;
}

.report .eval .references-btn.closed {
  background-image: url(../images/report/see-ref-btn.svg);
}

.report .eval .references-btn.opened {
  background-image: url(../images/report/close-ref-btn.svg);
}

.report .references-list {
  margin-top: 20px;
  width: 100%;
  padding: 30px;
  background-color: #fafafa;
}

.report .references-list .col-md-11>div {
  color: #0d90c9;
}

select {
  border-radius: 0px;
  background: #fff;
  color: #888;
}

.filter-container p,
.filter-container select {
  margin-right: 20px;
  max-width: 110px;
}

.report .references-list ul {
  padding-left: 20px;
}

.report .references-list ul li {
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 10px;
}

.aved-reports-list {
  width: 100%;
}

.summary-row {
  min-height: 60px;
  line-height: 60px;
  color: #268fc6;
  width: 100%;
}

.summary-row .score {
  line-height: 0;
}

.form-errors ul {
  list-style: none;
  margin-top: 20px;
}

h3.labor {
  background-image: url(../images/report/labor-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 80px;
  background-size: 30px;
}

h3.biodiversity {
  background-image: url(../images/report/biodiverstity-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 80px;
  background-size: 30px;
}

.overview,
.risk,
.score-summary,
.analysis,
.about,
.login {
  padding-top: 73px;
}

/******315545*****/

.select-country .wrap-dd-select,
.select-commodity .wrap-dd-select,
.report .wrap-dd-select,
.report-nav .search-bar {
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 24px;
}

/*************************************
******** REPORT OVERVIEW
*************************************/

.overview {
  /*padding-top: 50px;*/
}

.overview .mapa {
  padding: 0;
  margin: 0;
  height: 200px;
  background-color: #6ebce0;
}

.overview .question {
  color: #6ebce0;
  font-style: italic;
}

.overview .category {
  padding-bottom: 40px;
}

.overview .reference {
  color: #4c4c4c;
  font-size: 14px;
  margin: 20px 0 15px;
  text-transform: uppercase;
}

.overview .references-list {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.overview .references-list li {
  font-size: 14px;
  font-style: italic;
}

.no-overflow {
  overflow: initial !important;
}

/*************************************
******** TOOL
*************************************/

/* SELECTOR */

.select-country,
.select-commodity {
  position: relative;
  background-repeat: repeat-y;
  background-position: bottom right;
  background-image: url(../images/tool/charts-col-bg.png);
  height: 35px;
  margin-top: 2px;
}

.tool-select .select-country {
  background: inherit;
}

.tool-select {
  pointer-events: auto;
}

@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
}

.download-btn-cont {
  text-align: center;
  margin-bottom: 40px;
  display: none;
}

.select-country .loading,
.select-commodity .loading {
  position: absolute;
  top: 6px;
  right: 28px;
  background-color: #fff;
  z-index: 120;
  color: #8c8c8c;
  pointer-events: none;
  opacity: 0;
}

.select-country.disabled,
.select-commodity.disabled {
  pointer-events: none;
}

.select-country.disabled .loading,
.select-commodity.disabled .loading {
  opacity: 1;
}

.tool-select .container .row {
  /*padding-right:165px;*/
}

.tool-select .container .view-report-cont {
  /*position: absolute;
  top: 0px;
  right: 15px;

  height: 68px;
  width: 140px;*/
  text-align: right;
}

.tool-select .container .view-report-cont a.btn {
  /*margin-top: 12px;*/
  pointer-events: auto;
  opacity: 1;
}

.tool-select .container .view-report-cont a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.select-country .wrap-dd-select {
  background-image: url(../images/tool/selector-globe.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right 40px center;
}

.select-country .all-countries {
  background-image: url(../images/tool/selector-globe.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right 40px center;
  background-color: #f5f5f5;
  z-index: 999;
}

.select-commodity .all-commodities {
  background-image: url(../images/tool/selector-commodity.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right 40px center;
  background-color: #f5f5f5;
}

.select-commodity .wrap-dd-select {
  background-image: url(../images/all-commodities-palm.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 40px center;
}

.select-commodity .free-commodities {
  background-image: url(../images/tool/selector-star.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right 40px center;
  background-color: #f5f5f5;
}

.tool {
  padding-top: 73px;
}

.tool-select {
  position: fixed;
  background-color: #fff;
  height: 68px;
  width: 100%;
  z-index: 99;
  padding-top: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.comparative {
  border-top: 1px solid #e8e8e8;
  height: 68px;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 13px;
}

.tool-help-button {
  position: relative;
  bottom: 200px;
  float: right;
  right: 20%;
}

/* POPIN HOW TO */

.popin-how-to {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  width: 720px;
  font-size: 16px;
  position: relative;
  margin: 20px auto;
}

.popin-how-to .tool-how-to-start {
  padding: 20px 0;
}

.popin-how-to .block {
  padding: 20px 100px;
}

.popin-how-to .fluid {
  margin: 0;
}

.popin-how-to h2 {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 10px;
}

.popin-comparision h3 {
  color: #0084be;
}

.popin-comparision p {
  width: 80%;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

.popin-comparision img {
  width: 100%;
}

/* POPIN HELP */

.popin-help {
  background-color: #fff;
  width: 980px;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  top: 0;
}

.popin-help .inner {
  width: 600px;
  margin: auto;
}

.popin-help .btn-close {
  margin-right: 100px;
}

.popin-help .btn-close a {
  font-size: 14px;
}

.popin-help .btn-close a img {
  padding-right: 10px;
}

.mfp-content {
  /*top:0;*/
}

.mfp-bg {
  /*top: 118px;*/
}

.white-popup {}

.mfp-fade.mfp-bg {
  background-color: #fff;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.4;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wrapper {
  position: fixed;
  width: 100%;
  top: 73px;
  height: 74px;
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.report-nav {
  position: relative;
  height: 73px;
  background-color: #fff;
}

.mobile-nav {
  display: block;
}

.desktop-nav {
  display: none;
}

.div1,
.div2 {
  width: 100%;
  height: 73px;
  position: absolute;
  background-color: #fff;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.div2 {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.menu-anim-hide {
  top: -70px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.menu-anim-show {
  top: 0px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

#tooltip {
  z-index: 99999;
  position: absolute;
  height: 50px;
  height: auto;
  padding: 5px 10px;
  background-color: white;
  border: 1px solid #cccccc;
  color: #4d4d4d;
  font-size: 14px;
}

#tooltip .value,
#tooltip .text {
  float: left;
}

#tooltip .value {
  padding-top: 5px;
}

#tooltip .text {
  padding-left: 20px;
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
}

#tooltip .text span {
  display: block;
  margin-top: -10px;
}

#tooltip .flag {
  position: absolute;
  left: 15px;
  bottom: -15px;
}

.tooltip-hidden {
  opacity: 0;
}

.risk {
  padding-top: 0px;
}

.risk .block {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.risk .block .item p {
  padding-top: 20px;
}

.risk .block .item .inner {
  margin: 50px 50px;
  padding: 50px;
  min-height: 300px;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.risk .certification {
  /*min-height: 200px;*/
  background-repeat: repeat;
  background-color: #86d4f6;
  background-image: url(../images/report/risk-certification-bg.jpg);
}

.risk .certification h2 {
  color: #fff;
}

.methodology .matrix {
  font-size: 24px;
}

.methodology .item p {
  padding-top: 20px;
}

.methodology .title {
  font-size: 24px;
}

.methodology .text {
  font-size: 17px;
}

.methodology .legend {
  font-size: 14px;
}

.methodology .row-odd.p-40 {
  padding-bottom: 0px;
}

/*************************************
******** HOME
*************************************/

.section-content img {
  width: 100%;
}

.home .header {
  width: 100%;
  min-height: 940px;
  min-height: 750px;
}

.home .header .header-content {
  width: 100%;
  position: absolute;
  min-height: 940px;
  min-height: 750px;
  z-index: 3;
}

.home .header .header-content .box-container {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: 320px;
  margin-top: 240px;
  position: absolute;
  width: 250px;
  color: #fff;
  margin-left: 20px;
}

.home .header .header-content .box-container .title {
  display: block;
  width: 100%;
}

.home .header .header-content .box-container .title img {
  width: 100%;
}

.home .header .header-content .container h1 {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}

.home p {
  font-size: 18px;
}

.home .header .header-bg {
  width: 100%;
  min-height: 940px;
  min-height: 750px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-row-2 .col {
  height: 380px;
  background-repeat: no-repeat;
}

.home-row-2 .col .btn {
  position: absolute;
  bottom: 20px;
}

.home-row-2 .col-left {
  background-position: right 5px center;
}

.home-row-2 .col-right {
  background-position: left 5px center;
}

.home-row-2 .col-left .btn {
  right: 40px;
}

.home-row-2 .col-right .btn {
  left: 40px;
}

.partnership {
  font-size: 18px;
}

.partnership-footer {
  height: 270px;
}

.container-new {
  width: 100%;
  padding: 0px;
}

.home .intro {
  margin-top: 145px;
}

.home .intro ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.home .intro ul li {
  width: 50%;
  background-color: #fee7b6;
}

.home .intro ul li:first-child {
  background-color: #ffffff;
}

.home .intro ul li:first-child>div {
  float: right;
  display: block;
  width: 515px;
  margin-right: 80px;
  margin-top: 30px;
}

.home .intro ul li .contenido {
  width: 450px;
  font-weight: bold;
  color: #026089;
  font-size: 28px;
  line-height: 30px;
  margin-left: 23px;
  margin-top: 22px;
  position: relative;
}

.home .intro ul li .contenido a {
  display: block;
  width: 180px;
  height: 56px;
  text-align: center;
  font-size: 11.5px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all 500ms;
}

.home .intro ul li .contenido a i {
  display: inline-block;
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  background-size: 10px 9px;
}

.home .intro ul li .contenido a:hover {
  opacity: 0.7;
}

.home .intro ul li .contenido .orange {
  position: absolute;
  top: -60px;
  left: 440px;
  background-repeat: no-repeat;
  width: 109px;
  height: 101px;
  background-size: 109px 101px;
}

.home .intro ul li .contenido .orange.bottom {
  bottom: -60px;
  top: auto;
  left: 250px;
}

.home .therisk {
  width: 100%;
  background-color: #0084be;
  padding-top: 70px;
  margin-top: 80px;
}

.home .therisk h2 {
  color: #fff;
  font-size: 32px;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

.home .therisk h3 {
  display: table;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  margin-top: 10px;
  font-weight: bold;
}

.home .therisk p {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 690px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  margin-top: 30px;
}

.home .therisk ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 60px;
}

.home .therisk ul li {
  font-size: 12px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  margin-right: 5px;
}

.home .therisk ul li .circle {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.home .therisk ul li .circle span {
  display: block;
  line-height: 48px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

.home .therisk ul li .circle.green {
  background-color: #44b58f;
}

.home .therisk ul li .circle.red {
  background-color: #c4435f;
}

.home .therisk .example {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.home .therisk .example img {
  width: 100%;
  height: auto;
}

.home .discover {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home .discover a {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 430px;
  height: 56px;
  text-align: center;
  font-size: 12px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 500ms;
  font-weight: bold;
}

.home .discover a:hover {
  opacity: 0.7;
}

.home .tools {
  width: 100%;
  background-color: #fae390;
}

.home .tools .contenido {
  width: 660px;
  background-color: #fff;
  margin-left: calc(50% - 660px);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.home .tools .contenido h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-left: 50px;
}

.home .tools .contenido h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 50px;
}

.home .tools .contenido p {
  display: block;
  width: 440px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-top: 30px;
  margin-left: 50px;
}

.home .tools .contenido .lemons {
  position: absolute;
  top: 30px;
  right: -250px;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  width: 293px;
  height: 221px;
}

.home .tools .contenido .lemon {
  position: absolute;
  bottom: -60px;
  right: -450px;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  width: 149px;
  height: 178px;
}

.home .themapview {
  width: 100%;
  margin-top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .themapview .contenido {
  width: 660px;
  background-color: #fff;
  margin-left: calc(50% - 660px);
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
}

.home .themapview .contenido h2 {
  font-size: 32px;
  color: #000;
  margin-left: 10px;
}

.home .themapview .contenido h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 10px;
}

.home .themapview .contenido p {
  display: block;
  width: 440px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-top: 30px;
  margin-left: 10px;
}

.home .themapview .contenido>a {
  display: block;
  width: 80%;
  max-width: 210px;
  height: 56px;
  text-align: center;
  font-size: 12px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 500ms;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 60px;
}

.home .themapview .contenido>a:hover {
  opacity: 0.7;
}

.home .themapview .contenido p+p {
  margin-top: 25px;
}

.home .themapview .pictures {
  width: 45%;
}

.home .themapview .pictures img {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
}

.home .themapview .pictures img+img {
  margin-top: 20px;
}

.home .thelistview {
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: 9% center;
  background-size: 524px;
}

.home .thelistview .contenido {
  margin-left: 50%;
  width: 550px;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
}

.home .thelistview .contenido h2 {
  font-size: 32px;
  color: #000;
  margin-left: 10px;
}

.home .thelistview .contenido h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 10px;
}

.home .thelistview .contenido p {
  display: block;
  width: 440px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-top: 30px;
  margin-left: 10px;
}

.home .thelistview .contenido>a {
  display: block;
  width: 80%;
  max-width: 210px;
  height: 56px;
  text-align: center;
  font-size: 12px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 500ms;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 60px;
}

.home .thelistview .contenido>a:hover {
  opacity: 0.7;
}

.home .thelistview .contenido p+p {
  margin-top: 25px;
}

.home .thelistview>img {
  display: none;
}

.home .comparision {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e8e8e8;
}

.home .comparision .contenido {
  width: 90%;
  max-width: 1145px;
  margin: auto;
}

.home .comparision .contenido h2 {
  font-size: 40px;
  color: #242424;
  width: 80%;
  max-width: 615px;
  margin: auto;
  text-align: center;
}

.home .comparision .contenido h3 {
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: bold;
  width: 80%;
  max-width: 615px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

.home .comparision .contenido p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  font-weight: 300;
  width: 80%;
  max-width: 615px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}

.home .comparision .contenido img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.home .comparision .contenido>a {
  display: block;
  width: 80%;
  max-width: 210px;
  height: 56px;
  text-align: center;
  font-size: 12px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 500ms;
  font-weight: bold;
  margin: auto;
  margin-top: 50px;
}

.home .comparision .contenido>a:hover {
  opacity: 0.7;
}

.home .schemes {
  padding-bottom: 140px;
}

.home .schemes .contenido {
  padding-top: 10px;
}

.home .schemes .contenido>a {
  max-width: 270px;
}

.home .comparision ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  list-style: none;
  margin: auto;
  width: 80%;
  max-width: 1130px;
  padding: 0px;
}

.home .comparision ul li {
  width: 45%;
}

.home .comparision ul li h2 {
  font-size: 32px;
  color: #000;
}

.home .comparision ul li h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
}

.home .comparision ul li p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-top: 30px;
}

.home .comparision ul li img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.home .comparision ul li>a {
  display: block;
  width: 80%;
  max-width: 210px;
  height: 56px;
  text-align: center;
  font-size: 12px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 500ms;
  font-weight: bold;
  margin: auto;
  margin-top: 40px;
}

.home .comparision ul li>a:hover {
  opacity: 0.7;
}

.home .idafcs {
  width: 90%;
  border-top: 1px solid #e8e8e8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center -6px;
  margin: auto;
}

.home .idafcs .contenido {
  margin-left: 50%;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 50px;
}

.home .idafcs .contenido h2 {
  font-size: 32px;
  color: #000;
  margin-left: 40px;
}

.home .idafcs .contenido h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
  margin-left: 40px;
}

.home .idafcs .contenido p {
  display: block;
  width: 100%;
  max-width: 440px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-top: 30px;
  margin-left: 40px;
}

.home .idafcs .contenido>a {
  display: block;
  width: 80%;
  max-width: 210px;
  height: 56px;
  text-align: center;
  font-size: 12px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 500ms;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 60px;
}

.home .idafcs .contenido>a:hover {
  opacity: 0.7;
}

.home .idafcs .contenido p+p {
  margin-top: 25px;
}

.home .idafcs>img {
  display: none;
}

.report .wrap-dd-select {
  background-color: rgba(255, 255, 255, 1);
}

/*************************************
******** MEDIA QUERIES
*************************************/

@media (max-width: 1400px) {
  .home .tools .contenido {
    width: 50%;
    margin-left: 5%;
  }

  .home .tools .contenido p {
    width: 70%;
  }

  .home .themapview .contenido {
    width: 50%;
    margin-left: 5%;
  }

  .home .themapview .contenido p,
  .home .themapview .contenido h2,
  .home .themapview .contenido h3,
  .home .themapview .contenido>a {
    margin-left: 50px;
  }

  .home .themapview .contenido p {
    width: 70%;
    margin-left: 50px;
  }
}

@media (max-width: 1340px) {

  .report-sub-nav .download-report-bar,
  .report-sub-nav .btn-print-nav {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container-970 {
    max-width: 970px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .wrap-dd-select:after {
    content: none;
  }

  .inner-nav {
    float: none;
    text-align: center;
  }

  .nav-left li {
    margin: 0;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .nav-left>li:first-child {
    padding-right: 0px;
  }

  .nav-left>li:first-child>a::after {
    content: none;
  }

  .nav-left li .sumenu_tools {
    position: relative;
    top: 0px;
    margin: auto;
    background-color: #2194c6;
    padding-top: 15px;
    width: 100%;
  }

  .nav-left li .sumenu_tools span:first-child {
    margin-top: 0px;
  }

  .nav-left li .sumenu_tools.hidden {
    display: block !important;
    visibility: visible !important;
  }

  .nav-left li .sumenu_tools span {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.show {
    display: block !important;
    visibility: visible;
  }


  .navbar-fixed-top .navbar-collapse {
    max-height: 430px;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner-nav .nav-left>li+li::before {
    content: none;
  }

  .collapse.in {
    display: block !important;
  }

  .home .intro {
    width: 100%;
    margin: auto;
    margin-top: 100px;
  }

  .home .intro ul {
    flex-direction: column;
    width: 100%;
    padding: 0px;
  }

  .home .intro ul li {
    width: 100%;
    margin-top: 80px;
  }

  .home .intro ul li:first-child>div {
    margin: auto;
    float: none;
    width: 80%;
    max-width: 650px;
    text-align: center;
    margin-top: 0px;
  }

  .home .intro ul li .contenido {
    margin: auto;
    width: 80%;
    max-width: 550px;
    margin-top: 30px;
    text-align: center;
  }

  .home .intro ul li .contenido a {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .home .intro ul li .contenido .orange {
    left: 110%;
  }

  .home .intro ul li .contenido .orange.bottom {
    left: 75%;
  }

  .home .themapview .contenido {
    padding-top: 40px;
  }

  .home .thelistview {
    background-position: -5% center;
  }

  .about .gmap_can .content_mask {
    width: 70% !important;
    margin-left: 30% !important;
  }
}

@media (max-width: 1024px) {
  .home .tools .contenido .lemon {
    right: -290px;
  }
}

@media (max-width: 1000px) {
  .home .thelistview {
    background: none;
    background-image: none !important;
    background-color: #f5f5f5;
    padding-bottom: 0px;
  }

  .home .thelistview .contenido {
    width: 80%;
    max-width: 550px;
    margin: auto;
  }

  .home .thelistview .contenido h2,
  .home .thelistview .contenido h3,
  .home .thelistview .contenido p {
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }

  .home .thelistview .contenido a {
    margin: auto;
    margin-top: 50px;
  }

  .home .thelistview>img {
    display: block;
    width: 60%;
    max-width: 500px;
    height: auto;
    margin: auto;
    margin-top: 60px;
  }

  .about .gmap_can .content_mask {}

  .about .gmap_can .content_mask .content {
    width: 90% !important;
  }
}

@media (max-width: 850px) {
  .home .intro ul li .contenido .orange {
    display: none;
  }

  .home .intro ul li .contenido .orange.bottom {
    display: block;
  }

  .home .comparision ul {
    flex-direction: column;
  }

  .home .comparision ul li {
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin-top: 80px;
  }

  .home .comparision ul li:first-child {
    margin-top: 0px;
  }

  .home .comparision ul li h2,
  .home .comparision ul li h3,
  .home .comparision ul li p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .home .header .header-content .container {
    top: 220px;
    left: inherit;
    margin-left: inherit;
    position: absolute;
    width: inherit;
    padding: 10px 50px 20px 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .home-row-2 .col-left {
    background-position: right center;
  }

  .home-row-2 .col-right {
    background-position: left center;
  }

  .nav-bg {
    background-position: -70px top;
  }

  .container {
    width: 100% !important;
  }

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

  .home .tools .contenido {
    width: 100%;
    margin-left: 0%;
    display: block;
    padding: 0px;
  }

  .home .tools .contenido h2 {
    width: 90%;
    text-align: center;
    display: block;
    margin: auto;
  }

  .home .tools .contenido h3 {
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
  }

  .home .tools .contenido p {
    width: 80%;
    max-width: 679px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
  }

  .home .tools .contenido .lemons {
    position: relative;
    top: 10px;
    left: auto;
    float: right;
    right: 10px;
  }

  .home .tools .contenido .lemon {
    display: none;
  }

  .home .themapview {
    display: block;
    flex-direction: column;
  }

  .home .themapview .contenido {
    width: 80%;
    margin: auto;
    padding-top: 180px;
  }

  .home .themapview .contenido h2,
  .home .themapview .contenido h3,
  .home .themapview .contenido p,
  .home .themapview .contenido>a {
    margin-left: 0px;
    text-align: center;
  }

  .home .themapview .contenido p {
    margin: auto;
    margin-top: 30px;
  }

  .home .themapview .contenido>a {
    margin: auto;
    margin-top: 40px;
  }

  .home .themapview .pictures {
    width: 90%;
    margin: auto;
  }

  .footer .content .menu-footer li {
    width: 160px;
  }

  .footer .content .logos {
    margin-left: 50px;
  }
}

@media (max-width: 760px) {
  .risk .block .item .inner {
    margin-right: 0;
    margin-left: 0;
  }

  .home .idafcs {
    background-image: none !important;
  }

  .home .idafcs>img {
    display: block;
  }

  .home .idafcs>img,
  .home .idafcs .contenido {
    width: 90%;
    margin: auto;
  }

  .home .idafcs>img {
    width: 100%;
  }

  .home .idafcs .contenido h2,
  .home .idafcs .contenido h3,
  .home .idafcs .contenido p {
    text-align: center;
    width: 100%;
    margin: auto;
  }

  .home .idafcs .contenido h3 {
    margin-top: 10px;
  }

  .home .idafcs .contenido p {
    margin-top: 30px;
  }

  .home .idafcs .contenido>a {
    margin: auto;
    margin-top: 40px;
  }

  .about .gmap_can .content_mask {
    width: 100% !important;
    margin-left: 0% !important;
    padding-top: 0px !important;
  }

  .about .gmap_can .content_mask .content {
    width: 90%;
    padding-left: 5%;
    margin-top: 25px;
  }

  .about .gmap_can .content_mask .content .gmapCan {
    display: none;
  }

  .about .gmap_can .content_mask .gmapCanResponsive {
    display: block !important;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0084be;
  }

  .about .gmap_can .content_mask .gmapCanResponsive img {
    width: 100px;
    margin-left: 10%;
  }

  .footer .content .menu-footer {
    float: none;
    display: block;
  }

  .footer .content .menu-footer li {
    width: auto;
    margin-left: 60px;
  }

  .footer .content .menu-footer li:first-child {
    margin-left: 0px;
  }

  .footer .content .menu-footer::after {
    content: none;
  }

  .footer .content .logos {
    float: none;
    clear: both;
    display: table;
    margin: auto;
    padding-top: 40px;
  }

  .footer .content .logos .footerGmap {
    margin: auto;
    margin-top: 25px;
  }
}

@media (max-width: 550px) {
  .home .header .header-content .box-container {
    margin-top: 160px;
    width: 190px;
    margin-left: 14px;
  }

  .home .header,
  .home .header .header-content,
  .home .header .header-bg {
    min-height: 500px;
  }

  .home .intro ul li .contenido {
    font-size: 23px;
  }

  .home .intro ul li .contenido .orange {
    background-size: 80px 74px;
    width: 80px;
    height: 74px;
  }

  .home .therisk .example {
    width: 100%;
  }

  .home .discover {
    width: 300px;
    margin: auto;
  }

  .home .discover a {
    line-height: 16px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home .tools .contenido .lemons {
    width: 196px;
    height: 148px;
  }

  .home .thelistview>img {
    width: 80%;
    margin-top: 40px;
  }
}

/*************************************
******** TOOL CHARTS
*************************************/

.charts .title {
  color: #4c4c4c;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}

.charts {
  padding: 40px 0;
  /*min-height: 300px;*/
}

.charts .data {
  background-image: url(../images/tool/charts-col-bg.png);
  background-repeat: repeat-y;
  background-position: center;
  padding: 10px 0;
}

.charts-remove {
  cursor: pointer;
  margin-right: 5px;
  flex-shrink: 0;
}

.close-name-wrap {
  display: flex;
  align-items: center;
}

/*************************************
******** LOGIN
*************************************/

.login .forget-password {
  font-size: 14px;
  color: #0084be;
  text-align: right;
  margin-bottom: 30px;
  cursor: pointer;
}

.login .forget-password:hover {
  color: #23527c;
}

.login input {
  height: 60px;
  border: 1px solid #d4d4d4;
}

.login input,
.login textarea {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  border: 1px solid #d4d4d4;
}

.login label {
  font-weight: 300;
  text-transform: uppercase;
  color: #4c4c4c;
  font-size: 12px;
}

.login ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  padding-bottom: 0px;
  color: #c50606;
}

.inner-login-form {
  background-color: #fff;
  padding: 30px 50px 0 50px;
  border: 1px solid #e8e8e8;
}

.account-content p.register-form-errors {
  color: red;
  font-weight: bold;
  font-size: 11px;
}

.login .register-button {
  color: #248cc1;
  font-size: 15px;
}

.login .register-button a {
  text-decoration: underline;
}

.register-content .section-button {
  padding-top: 30px;
}

.register-content #register-form div.has-error label {
  color: #e64c57;
}

.register-content #register-form div.has-error input {
  border: solid 1px #dc0008;
  background-color: #ffe3e5;
}

/*************************************
******** ABOUT
*************************************/

.about-list li {
  padding: 10px 0;
  list-style-image: url(../images/list-bullet.png);
  padding-left: 1em;
}

.about-header {
  min-height: 200px;
  background-size: cover;
  background-color: #abdcf2;
  background-position: center;
}

.about .intro,
.about .partnership,
.about .content-expertise {
  width: 80% !important;
  max-width: 1200px !important;
  margin: auto;
}

.about .intro-header h2,
.about .intro-partnership h2,
.about .intro-expertise h2,
.about .theprocess h2 {
  color: #2e2f2f;
  margin-bottom: 4px;
  text-align: center;
}

.about .intro-header p,
.about .intro-partnership p,
.about .intro-expertise p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.about .gmap_can {
  width: 100%;
  background-color: #0084be;
  margin-top: 100px;
}

.about .gmap_can .content_mask {
  display: block;
  width: 60%;
  margin-left: 40%;
  background-color: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 30px;
}

.about .gmap_can .content_mask .gmapCanResponsive {
  display: none;
}

.about .gmap_can .content_mask .content {
  display: block;
  width: 676px;
  position: relative;
}

.about .gmap_can .content_mask .content .gmapCan {
  position: absolute;
  top: 20px;
  left: -210px;
}

.about .gmap_can .content_mask .content .gmapCan img {
  width: 160px;
}

.about .gmap_can .content_mask .content>p {
  margin-left: 75px;
}

.about .gmap_can .content_mask .content>p strong {
  display: none;
}

.about .gmap_can .content_mask .content>ul {
  margin-left: 20px;
}

.about .intro-partnership p {
  margin-bottom: 30px;
}

.methodology .container {
  width: 80%;
  max-width: 1200px;
}

.methodology .method-quad {
  width: 100%;
  max-width: 760px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.methodology .method-quad ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.methodology .method-quad ul li {
  width: 48%;
  background-color: #b94e69;
  padding: 55px 0px;
}

.methodology .method-quad ul li p {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 15px;
}

.methodology .method-quad ul li p.title {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: 0px;
}

.methodology .method-quad ul li p.title svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.methodology .info-cicle {
  cursor: pointer;
}

.commodity-overview h2 {
  color: #2194c6;
}

.commodity-overview>.container {
  max-width: 830px !important;
}

.commodity-overview>.container .category {
  margin-bottom: 50px;
}

.commodity-overview>.container .category .container {
  padding: 0px;
}

.commodity-overview>.container .category .container h3 {
  font-weight: bold;
}

.commodity-overview>.container .category .container hr {
  margin: 0 0 20px 0;
}

.commodity-overview>.container .category .container p.reference {
  color: #0084bd;
  font-size: 14px;
  text-transform: capitalize;
}

/*
    COMPARE WITH GMAPS
*/

.compare-header.header-small {
  width: 100%;
  min-height: 220px;
  padding-top: 74px;
  /* Header */
}

.compare-header.header-small .header-bg {
  width: 100%;
  min-height: 220px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #abdcf2;
}

.compare-with .no-results {
  font-size: 22px;
  line-height: 1;
  color: #414141;
  text-align: center;
  font-weight: 300;
  margin: 0 0 60px;
}

/*************************************
******** POPIN
*************************************/

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.btn-print-nav {
  border: 1px solid #ade3fb;
  border-radius: 10px;
  color: #0d90c9;
  padding: 5px 10px;
  font-size: 14px;
  margin-top: 22px;
}

/*************************************
******** POPIN
*************************************/

/*************************************
********    MAIN
*************************************/

.horizontal-module {
  position: relative;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.horizontal-module-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.separator {
  clear: both;
  font-size: 1px;
  line-height: 0px;
  height: 1px;
}

.box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/*************************************
********    REPORTS
*************************************/

.nav-block {
  float: left;
  padding-right: 40px;
  padding-left: 20px;
}

.nav-block-title {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  height: 13px;
  text-align: center;
}

.nav-block-title p {
  position: relative;
  font-size: 14px;
  color: #979999;
  background-color: #fff;
  display: inline-block;
  padding: 0 8px;
}

.nav-block ul {
  margin: 0;
  padding: 0;
}

.nav-block ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-block ul li a {
  font-size: 14px;
  color: #4c4c4c;
  text-decoration: none;
  padding: 0 5px;
}

.nav-block ul li a:hover {
  font-size: 14px;
  color: #0084be;
}

.nav-block ul li.active a {
  color: #0084be;
}

.nav-block-content {
  padding-top: 10px;
}

.mobile-nav {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  height: auto;
  margin: 0;
  padding: 0;
}

#report-nav {
  /*
    padding-right:0px;
    padding-left:0px;
    */
}

.mobile-nav ul {}

.mobile-nav ul li {
  width: 100%;
  height: 34px;
  padding-left: 19px;
}

.mobile-nav ul li a {}

.container-fluid {
  overflow: hidden;
}

.container-fluid.comparative {
  overflow: inherit;
}

.container-fluid.tool-select {
  overflow: inherit;
}

.container-fluid.no-overlay {
  overflow: inherit !important;
}

/*************************************
********    ACCOUNT
*************************************/

#account-bar {
  position: fixed;
  height: 52px;
  width: 100%;
  background-color: #ffffff;
  top: 70px;
  border-bottom: 1px solid #e6e6e6;
  z-index: 9998;
}

#account-bar a:hover {
  text-decoration: none;
}

.account-bar-title {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 15px;
  line-height: 31px;
  font-size: 24px;
  margin: 10px 0;
  border-right: 1px solid #cccccc;
}

ul.account-submenu {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}

ul.account-submenu li {
  display: inline-block;
}

ul.account-submenu li a {
  display: inline-block;
  padding: 0 10px;
  height: 51px;
  line-height: 51px;
  font-size: 12px;
  font-weight: 400;
  color: #4c4c4c;
  width: 100%;
}

ul.dropdown-menu li {
  width: 160px;
}

ul.account-submenu li a.active {
  color: #2194c6;
  background-color: transparent;
}

ul.account-submenu li a:hover {
  background-color: #f5f5f5;
}

ul.account-submenu li a.active:hover {
  background-color: transparent;
}

.section-content {
  width: 100%;
  margin: 0 auto;
}

.section-header {
  padding-top: 120px;
  text-align: center;
  padding-bottom: 30px;
}

#account-reports table {
  width: 100%;
}

#account-reports table tr {
  background-color: #fafafa;
  height: 55px;
}

#account-reports table tr:nth-child(odd) {
  background: #f5f5f5;
}

.number {
  font-size: 22px;
  line-height: 45px;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 45px;
  text-align: center;
  float: left;
  margin-left: 20px;
}

.table-title {
  float: left;
  line-height: 45px;
  padding-left: 20px;
}

.action-buttons {
  float: right;
  height: 45px;
  margin-top: 7px;
  padding-right: 15px;
}

.updated-icon {
  float: right;
  padding-top: 12px;
  padding-right: 25px;
}

a.action-button,
a.action-button:active {
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 12px;
  border: 1px solid #ade3fb;
  text-decoration: none;
}

a.action-button:hover {
  text-decoration: none;
  border-color: #adadad;
  background-color: #e6e6e6;
  color: #333;
}

.section-button {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 40px;
}

.account-content .form {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.account-content .header-image {
  width: 100%;
  height: 250px;
  background-image: url("../images/register-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 70px;
}

.form .form-group label {
  text-transform: uppercase;
  font-size: 12px;
  color: #4c4c4c;
  font-weight: 400;
}

.form .form-group input.form-input {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  border: none;
  padding-left: 20px;
  line-height: 60px;
  outline: none;
  border: 1px solid #d4d4d4;
}

.form .form-group input.error {
  border: 1px solid #d00606;
}

.account-content .error-message {
  padding: 20px;
  text-align: center;
  color: #337ab7;
  /*border: 1px solid #DCDCDC;*/
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto 40px;
}

.account-content .error-message.error {
  padding: 20px;
  color: #d00606;
  text-align: center;
  /*border: 1px solid #D00606;*/
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto 40px;
}

.form .form-group select {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  border: none;
  padding-left: 20px;
  line-height: 60px;
  outline: none;
  border: 1px solid #d4d4d4;
}

.captcha-container {
  padding-top: 15px;
  padding-bottom: 40px;
  position: relative;
}

.captcha-container input.captcha-input {
  float: right;
  width: 240px;
  border: 1px solid #d4d4d4;
  background-color: #f5f5f5;
  height: 60px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.captcha-container ul li {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #f00;
  list-style: none;
}

.section-button a.submit-btn {
  min-width: 210px;
}

.form .form-group .text {
  height: 40px;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 35px;
}

.form-group input.disabled {
  background-color: #fff !important;
}

/*************************************
********    RISK
*************************************/

.risk p.subtitle {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.risk .border-top {
  border-top: 1px solid #e6e6e6;
}

.risk .nav-options {
  height: auto;
  padding-top: 20px;
}

.risk .nav-options ul {
  text-align: center;
}

.risk .nav-options li {
  position: relative;
  display: inline-block;
  list-style: none;
  position: relative;
  display: block;
  list-style: none;
  height: 45px;
}

.risk .nav-options li:after {
  content: ' ';
  background-image: url("../images/report/assets-risk.png");
  width: 7px;
  height: 33px;
  background-position: -8px -8px;
  display: inline-block;
  position: absolute;
  right: -6px;
  top: -1px;
}

.risk .nav-options li:last-child:after {
  content: none;
}

.risk .nav-options li a {
  font-size: 20px;
  color: #4c4c4c;
  position: relative;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 24px;
  text-decoration: none;
  padding-left: 58px;
  border: 1px solid #fff;
}

.risk .nav-options li a.active {
  border: 1px solid #0084be;
  color: #0084be;
  margin: 0 10px;
}

.risk .nav-options li a:hover {
  color: #0084be;
}

.risk .nav-options li a:before {
  content: ' ';
  background-image: url("../images/report/risk-icon-1.jpg");
  width: 30px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 20px;
}

.risk .nav-options li a.risk-1:before {
  background-image: url("../images/report/risk-icon-2.jpg");
}

.risk .nav-options li a.risk-2:before {
  background-image: url("../images/report/risk-icon-3.jpg");
}

.category-options-block {
  position: relative;
  height: 215px;
}

.category-options-wrapper:after {
  content: ' ';
  background-image: url("../images/report/assets-risk.png");
  width: 23px;
  height: 15px;
  background-position: -126px -20px;
  display: inline-block;
  position: absolute;
  bottom: -14px;
  left: 24%;
}

.category-options-wrapper ul {
  text-align: center;
  padding-left: 0px;
}

.category-options-wrapper li {
  display: inline-block;
  list-style: none;
}

.light-blue {
  background-color: #86d4f6;
}

.dark-blue {
  background-color: #1995c9;
}

.risk .category-nav-title {
  float: left;
  color: #fff;
  font-size: 40px;
  line-height: 130px;
  background-image: url("../images/report/risk-big-icon-1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.risk .category-nav-title.cat-0 {
  background-image: url("../images/report/risk-big-icon-1.png");
}

.risk .category-nav-title.cat-1 {
  background-image: url("../images/report/risk-big-icon-2.png");
}

.risk .category-nav-title.cat-2 {
  background-image: url("../images/report/risk-big-icon-3.png");
}

.category-options-block .arrow {
  float: left;
  background-image: url("../images/report/assets-risk.png");
  height: 135px;
  width: 31px;
  height: 81px;
  background-position: -10px -72px;
  display: inline-block;
  margin-bottom: 26px;
  margin-right: 30px;
  cursor: pointer;
}

.risk .category-options li:first-child {
  margin-left: 14px;
}

.risk-section {
  padding-bottom: 30px;
}

.risk-section .light-gray {
  margin-top: 25px;
}

.red {
  color: #f00;
}

.category-options-block .arrow.right-arrow {
  background-position: -79px -72px;
  float: right;
}

.category-options {
  float: left;
  padding-bottom: 25px;
  width: 100%;
}

.category-options ul {
  position: relative;
  margin-left: 9px;
  padding-left: 49px;
}

.category-options ul:before {
  content: none;
  background-image: url("../images/report/assets-risk.png");
  width: 1px;
  height: 28px;
  background-position: -53px -14px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 14px;
}

.category-options li {
  position: relative;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  margin-right: 60px;
}

.category-options li:after {
  content: ' ';
  background-image: url("../images/report/assets-risk.png");
  width: 16px;
  height: 8px;
  background-position: -79px -20px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: -40px;
}

.category-options li:last-child:after {
  content: none;
}

.category-options li .category-option {
  position: relative;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
}

.category-options li:hover .category-option {
  color: #86d4f6;
  background-color: #fff;
}

.category-options li.active .category-option {
  color: #86d4f6;
  background-color: #fff;
}

.category-option-title {
  position: absolute;
  top: -40px;
  font-size: 12px;
  color: #4d4d4d;
  text-transform: uppercase;
  left: -10px;
  width: 70px;
  text-align: center;
}

.category-content-bar-num {
  float: left;
  position: relative;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background-color: #1995c9;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
}

.category-content-bar {
  height: 100px;
  padding-top: 33px;
}

.category-content-bar-name {
  text-transform: uppercase;
  font-size: 14px;
  color: #1995c9;
  line-height: 14px;
  float: left;
  display: inline-block;
  margin-top: 13px;
  padding: 3px 15px;
}

.category-content-bar-title {
  font-size: 24px;
  color: #1995c9;
  line-height: 40px;
  float: left;
  display: inline-block;
  padding-left: 20px;
}

.bullet-points {
  float: right;
  margin-top: 10px;
}

.bullet-points ul {}

.bullet-points ul li {
  display: inline-block;
  list-style: none;
  padding: 0 3px;
}

.bullet-points ul li a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 14px;
  height: 14px;
  background-color: #86d4f6;
  display: inline-block;
}

.bullet-points ul li a.active {
  background-color: #1995c9;
}

.bullet-points ul li a:hover {
  background-color: #1995c9;
}

.category-content-description p {
  margin: 0px;
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 10px;
  line-height: 28px;
}

.category-content-description h3 {
  font-size: 24px;
  color: #1995c9;
}

.category-content-description h3 strong {
  font-size: 16px;
}

.light-gray {
  background-color: #f5f5f5;
}

.category-content-references {
  padding: 20px 0px;
}

.category-content-references h3 {
  text-transform: uppercase;
  color: #1493c8;
  font-size: 14px;
  padding-bottom: 15px;
}

.category-content-references li {
  color: #86d4f6;
}

.category-content-references li p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.category-content-references li a {
  font-size: 14px;
  line-height: 28px;
  color: #1493c8;
}

.category-option-content {
  position: relative;
}

.category-option-content .arrow {
  position: absolute;
  background-image: url("../images/report/assets-risk.png");
  height: 135px;
  width: 17px;
  height: 30px;
  top: 120px;
  left: -40px;
  background-position: -11px -190px;
  display: inline-block;
  cursor: pointer;
}

.category-option-content .arrow.right-arrow {
  position: absolute;
  background-image: url("../images/report/assets-risk.png");
  height: 135px;
  width: 17px;
  height: 30px;
  top: 120px;
  right: -40px;
  background-position: -66px -190px;
  display: inline-block;
  cursor: pointer;
  left: auto;
}

li.category-options-list-container {
  position: absolute;
  width: 100%;
  top: 130px;
  left: 0px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .nav-options ul {
    padding: 0px;
  }

  .category-options ul {
    padding-left: 0px;
  }

  .category-options li {
    margin-right: 50px;
  }

  .category-options li .category-option {
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 16px;
  }

  .category-options li:after {
    top: 14px;
  }

  .category-option-title {
    top: -30px;
    left: -20px;
  }

  .risk .category-nav-title {
    background: none !important;
    font-size: 28px;
  }

  .category-options-block .arrow {
    margin-right: 10px;
  }
}

/*************
 *
 *      CONTACT
 *
 */

.g-recaptcha {
  width: 308px !important;
  margin: 20px auto 20px !important;
}

/*************
 *
 *      COMPARE
 *
 */

.ui-loading-left {
  background: white url("../images/ui-anim_basic_16x16.gif") left center no-repeat;
  background-origin: content-box;
  text-indent: 20px;
}

.ui-loading-right {
  background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
  background-origin: content-box;
  text-indent: 20px;
}

.compare-with .row.no-gutters {
  /* margin-right: 0;
    margin-left: 0; */
}

.compare-with .row.no-gutters>[class^="col-"],
.compare-with .row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.reports-list .compare-selector,
.compare-with .compare-selector {
  border-bottom: 1px solid #e5e4e5;
  border-top: 1px solid #e5e4e5;
  padding-top: 14px;
  padding-bottom: 13px;
  margin-bottom: 65px;
}

.compare-with .compare-search,
.reports-list .compare-search {
  display: table;
  margin: auto;
}

.compare-with select,
.reports-list select {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #414141;
  background-color: #fff;
  border: 0px;
}

.compare-with .for-compare-select,
.compare-with .compare-search-btn,
.compare-with .view-report-btn,
.reports-list .for-compare-select,
.reports-list .report-search-btn,
.reports-list .view-report-btn {
  display: table;
  float: left;
}

.compare-with .for-compare-select,
.reports-list .for-compare-select {
  padding-right: 34px;
}

.compare-with .for-compare-select.left,
.reports-list .for-compare-select.left {
  border-right: 1px solid #e5e4e5;
}

.compare-with .for-compare-select.right,
.reports-list .for-compare-select.right {
  padding-left: 18px;
}

.compare-with .view-report-btn,
.reports-list .view-report-btn {
  padding-left: 18px;
}

.compare-with .nav-tabs,
.reports-list .nav-tabs {
  margin: auto;
  display: table;
  border-bottom: 0px;
  margin-bottom: 20px;
}

.compare-with .nav-tabs li {
  width: 230px;
}

.compare-with #byname {
  min-height: 800px;
}

.compare-with #byname .list.name {
  padding: 30px 0;
}

.compare-with .nav-tabs li .button {
  width: 100%;
  border: 1px solid #0084bd;
  border-right: transparent;
  text-align: center;
}

.compare-with .form-group {
  position: relative;
}

.compare-with .has-search .form-control {
  font-weight: normal;
  font-size: 18px;
  padding: 10px 15px 10px 45px;
  border-radius: 0;
  height: auto;
}

.compare-with .has-search .form-control-feedback {
  font-size: 20px;
  left: 5px;
  top: 7px;
}

.compare-with .nav-tabs li:last-of-type .button {
  border-right: 1px solid #0084bd;
}

.compare-with .nav-tabs li .button,
.compare-with .nav-tabs li .button a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #0084bd;
  line-height: 55px;
  text-decoration: none;
}

.compare-with .nav-tabs li a {
  border: 0px;
}

.compare-with .nav-tabs li:hover .button,
.compare-with .nav-tabs li .button a.active{
  background-color: #0084bd !important;
  color: #fff !important;
}

.compare-with .nav-tabs li:hover .button a,
.compare-with .nav-tabs li.active .button a {
  color: #fff;
  background-color: transparent;
  border: 0px;
}

.compare-with .nav-tabs li .button a:hover {
  text-decoration: none;
}

.compare-with .nav-tabs li img {
  display: none;
  margin-left: calc(50% - 8px);
}

.compare-with .nav-tabs .nav-item:has(.nav-link.active) img,
.compare-with .nav-tabs li:hover img {
  display: table;
}

.compare-with .tab-content {
  width: 100%;
}

.compare-with .tab-content .sort,
.compare-with .tab-content .filter {
  display: table;
  margin: 0 auto;
  padding: 0 0 25px;
  line-height: 21px;
}

.compare-with .tab-content .sort h4,
.compare-with .tab-content .filter h4 {
  font-size: 18px;
  color: #414141;
  font-weight: 300;
  float: left;
  margin: 0;
  padding: 0;
}

.compare-with .tab-content .sort .sort-list,
.compare-with .tab-content .filter .filter-list {
  display: table;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.compare-with .tab-content .filter .custom-checkbox {
  margin-bottom: 0;
}

.compare-with .tab-content .sort .sort-list li,
.compare-with .tab-content .filter .filter-list li {
  display: table;
  width: auto;
  float: left;
  padding: 0 10px;
  border-right: solid #e5e4e5 1px;
}

.compare-with .tab-content .sort .sort-list li:last-child,
.compare-with .tab-content .filter .filter-list li:last-child {
  border-right: none;
}

.compare-with .tab-content .sort .sort-list li a {
  font-size: 16px;
  color: #1e89bf;
  text-decoration: none;
}

.compare-with .tab-content .sort .sort-list li a.active {
  font-weight: bold;
}

.compare-with .tab-content h3 {
  color: #1e89bf;
  font-size: 28px;
  font-weight: 300;
}

.compare-with .list-indicator {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}

/* .compare-with .list-indicator-collapse {
    height: 0px;
} */

.compare-with .list {
  list-style-type: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  max-width: 1130px;
  margin: 0 auto;
}

.compare-with #bycompatibility .list {
  display: none;
}

.compare-with #bycompatibility .list.active {
  display: block;
}

.compare-with #bycompatibility .list .page {
  display: none;
}

.compare-with #bycompatibility .list .page.active {
  display: block;
}

.compare-with .block_ifc {
  width: 100%;
  border: 1px solid #e5e4e5;
  padding: 25px 25px;
  border-top: 0px;
}

.compare-with .block_ifc:first-child,
.compare-with .block_ifc.first {
  border-top: 1px solid #e5e4e5;
}

.compare-with .block_ifc ul,
.compare-with .table-list ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.compare-with .table-list .r_ps i {
  display: table;
  float: left;
  width: 17px;
  height: 14px;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: -5px;
}

.compare-with .block_ifc li,
.compare-with .table-list li {
  display: block;
  float: none;
  width: 100%;
  min-height: 30px;
  font-size: 13px;
  color: #666666;
  font-weight: 300;
  margin: 8px 0;
  padding-left: 0;
  padding-right: 40px;
  position: relative;
}

.compare-with .table-list li {
  width: 50%;
  float: left;
  margin: 5px 0 2px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.compare-with .table-list li:nth-child(odd) {
  clear: left;
}

.compare-with .block_ifc .border-left {
  border-left: 1px solid #e5e4e5;
}

.compare-with .block_ifc .item-container {
  display: table;
  width: 100%;
}

.compare-with .block_ifc .item-left {
  width: 118px;
  display: table-cell;
}

.compare-with .block_ifc h2 {
  font-size: 20px;
  color: #1e89bf;
  font-weight: normal;
  margin-top: 0px;
}

.compare-with .block_ifc .iseal {
  font-size: 16px;
  font-weight: bold;
  color: #1e89bf;
  margin-bottom: 10px;
}

.compare-with .block_ifc .iseal strong {
  font-weight: normal;
}

.compare-with .block_ifc .content p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  font-weight: 300;
}

.compare-with .block_ifc .item-right {
  display: table-cell;
  padding-top: 5px;
  padding-left: 25px;
}

.compare-with .block_ifc .logo {
  width: 118px;
  /* height: 118px; */
  /* DE MOMENTO MIENTAS NO TENGAMOS LOGO */
  /* background-color: #e5e4e5; */
  margin-bottom: 15px;
}

.compare-with .block_ifc .logo img {
  width: 100%;
  height: auto;
}

.compare-with .block_ifc h3 {
  font-size: 16px;
  color: #1e89bf;
  font-weight: normal;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e89bf;
  position: relative;
}

.compare-with .block_ifc h3 span {
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 2px;
}

.compare-with .block_ifc .r_ps span {
  display: table;
  /* margin-top: -1px; */
}

.compare-with .block_ifc .r_ps i {
  display: table;
  float: left;
  width: 17px;
  height: 14px;
  background-image: url("../images/tick-ok-v3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10px;
  position: absolute;
  right: 13px;
  top: 2px;
}

.compare-with .block_ifc .r_ps i.ko {
  background-image: url("../images/tick-ko-v3.png");
}

.compare-with .block_ifc .r_ps i.circle,
.compare-with .table-list .r_ps i.circle {
  background: none;
  font-style: normal;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
  margin-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.compare-with .table-list .r_ps i.circle {
  display: inline-block;
}

.compare-with .pagination-container {
  display: table;
  width: auto;
  margin: 0 auto;
}

/*
.compare-with .block_ifc .l {
    width: 118px;
    padding-right:21px;
}

.compare-with .block_ifc .l .logo {
    width: 118px;
    height: 118px;
    background-color: #e5e4e5;
} */

.compare-with .block_ifc .m {
  width: 370px;
  border-right: 1px solid #e5e4e5;
}

.compare-with .block_ifc .m .content {
  width: 90%;
}

/*
.compare-with .block_ifc .m .content h2, .compare-with .block_ifc .r .content h2 {
    font-size: 20px;
    color: #1e89bf;
    font-weight: normal;
    margin-top: 0px;
}

 .compare-with .block_ifc .m .content p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    font-weight: 300;
} */

.compare-with .block_ifc .r {
  padding-left: 21px;
}

.compare-with .block_ifc .r .r_ps {
  display: table;
  float: left;
  width: 230px;
}

.compare-with .block_ifc .r .ps6 {
  margin-left: 25px;
}

/* .compare-with .block_ifc .r .r_ps h3 {
    font-size: 16px;
    color: #1e89bf;
    font-weight: normal;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e89bf;
} */

.compare-with .block_ifc .r .r_ps ul,
.compare-with .block_ifc .r .r_ps ul li {
  width: 100%;
}

.compare-with .block_ifc .r .r_ps ul li {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  margin-bottom: 8px;
}

.compare-with .block_ifc .r .r_ps ul li i {
  display: table;
  float: left;
  width: 17px;
  height: 14px;
  background-image: url("../images/tick-ok-v3.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: 100%;
}

.compare-with .block_ifc .r .r_ps ul li i.ko {
  background-image: url("../images/tick-ko-v3.png");
}

.compare-with .block_ifc .r .r_ps ul li i.circle {
  background: none;
  font-style: normal;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.compare-with .block_ifc .r .r_ps ul li span {
  display: table;
  margin-top: -1px;
}

.compare-with .compare-indicator {
  width: 100%;
  margin-top: 40px;
  background-color: #ebebeb;
  padding-top: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
  display: table;
}

.compare-with .compare-indicator ul {
  margin: 0px;
  padding: 0px;
}

.compare-with .compare-indicator ul li {
  display: inline-table;
  float: left;
  width: calc(100% - 300px);
}

.compare-with .compare-indicator ul li:first-child {
  width: 277px;
  margin-right: 23px;
}

.compare-with .compare-indicator ul li h3 {
  font-weight: 800;
  color: #414141;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
}

.compare-with .compare-indicator ul li h3 b,
.compare-with .compare-indicator ul li h3 strong {
  font-weight: normal;
}

.compare-with .risk-indicator {
  padding: 50px 0;
}

.compare-with .risk-indicator.high-risk {
  padding-top: 0;
}

.compare-with .low-risk {
  background-color: #f5f5f5;
}

.compare-with .gmap_indicator {
  /* position: relative; */
}

.compare-with .gmap_indicator .value {
  display: block;
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #45b58f;
  float: left;
  margin-right: 10px;
}

.compare-with .gmap_indicator .risk {
  background-color: #c4435f;
  padding-top: 0px;
}

.compare-with .gmap_indicator .value span {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 43px;
  text-align: center;
  width: 100%;
  display: block;
}

.compare-with .gmap_indicator_text {
  display: table-cell;
  padding-top: 9px;
  font-weight: 300;
  color: #414141;
  font-size: 16px;
  line-height: 1.4;
}

.compare-with .show-indicator-content {
  width: 100%;
  height: 45px;
  background-color: #dfdfdf;
  padding-left: 35px;
  padding-top: 10px;
}

.compare-with .show-indicator-content a {
  font-size: 14px;
  color: #414141;
  margin-top: 10px;
  text-decoration: none;
}

.compare-with .show-indicator-content a img {
  margin-left: 4px;
}

.compare-with .gmap-results h3 {
  font-size: 16px;
  color: #1e89bf;
  font-weight: normal;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e89bf;
}

.compare-with .gmap-results {
  background: #f4f4f4;
  padding: 0 0 0;
  margin: 25px 0 35px;
}

.compare-with .gmap-results .list {
  padding: 0 15px;
}

.compare-with .gmap-results .title {
  background: #eaeaea;
  padding: 10px 0;
}

.compare-with .gmap-results .title h4 {
  position: relative;
  padding: 0 15px;
}

.compare-with .title a {
  position: absolute;
  top: 0;
  right: 15px;
  color: #414141;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
}

.compare-with .comparer-container .title a {
  color: #fff;
}

.compare-with .title a .l1 {
  display: inline-block;
}

.compare-with .title a .l0 {
  display: none;
}

.compare-with .title a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compare-with .title a.closed i {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.compare-with .title a.closed .l1 {
  display: none;
}

.compare-with .title a.closed .l0 {
  display: inline-block;
}

.compare-with .gmap-results .title a i,
.compare-with .comparer-container .title a i {
  width: 15px;
  line-height: 1;
  display: block;
  float: right;
  margin-left: 5px;
}

.compare-with .gmap-results .title a i {
  height: 22px;
}

.compare-with .comparer-container .title a i {
  height: 16px;
}

.compare-with .title a img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.compare-with .gmap-results .table-list {
  padding: 20px 0;
}

.compare-with .gmap-results h4 {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0px;
  color: #1e89bf;
  font-weight: bold;
}

.compare-with .layer-comparer {
  width: 100%;
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  background: #0084bd;
  z-index: 25;
  /*display: none;*/
}

.compare-with .layer-comparer .title {
  background: #026d9b;
  padding: 10px 0;
}

.compare-with .layer-comparer h4 {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.compare-with .layer-comparer .comparation {
  display: table;
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}

.compare-with .layer-comparer .comparation>* {
  margin: 0 10px;
  float: left;
}

.compare-with .layer-comparer .comparation .btn {
  padding: 6px 30px;
  margin-top: 4px;
}

.compare-with .layer-comparer .comparation {
  counter-reset: compare-items;
}

.compare-with .layer-comparer .comparation .item:after {
  counter-increment: compare-items;
  content: counter(compare-items);
  color: #89bed5;
  font-size: 24px;
  font-weight: bold;
}

.compare-with .layer-comparer .comparation .item {
  border-radius: 5px;
  background-color: #0074a6;
  padding: 10px 15px;
  color: #1e89bf;
  position: relative;
  border: dashed #89bed5 1px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  width: 180px;
  height: 48px;
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.compare-with .layer-comparer .comparation .item.selected {
  background-color: #fff;
  border: solid #fff 1px;
  padding-right: 35px;
  text-align: left;
}

.compare-with .layer-comparer .comparation .item.selected:after {
  content: "";
  visibility: none;
}

.compare-with .layer-comparer .comparation .item .close-btn {
  position: absolute;
  right: 7px;
  top: 5px;
  font-size: 14px;
  line-height: 1;
  color: #414141;
  display: none;
}

.compare-with .layer-comparer .comparation .item.selected .close-btn {
  display: block;
}

.compare-with .layer-comparer .comparation .btn.disabled {
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* COMPARE WITH TABLE */

.compare-with-table .compare-table {
  display: table;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
}

.compare-with-table .compare-table .table-header {
  text-align: center;
  padding-bottom: 40px;
}

.compare-with-table .compare-table .table-header p {
  margin: 20px 0;
}

.compare-with-table .compare-table .table-header h3 {
  color: #0084bd;
  font-weight: 300;
  font-size: 30px;
}

.compare-with-table .compare-table .table-content table {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

.compare-with-table .compare-table .table-content table .header th {
  padding: 10px 25px;
  color: #0084bd;
}

.compare-with-table .compare-table .table-content table .header th a {
  text-decoration: underline;
  color: #0084bd;
}

.compare-with-table .compare-table .table-content table .header th a:hover {
  color: #333;
}

.compare-with-table .compare-table .table-content table .header th:first-child {
  background-color: #e5f2f8;
  border: solid #d7d7d7 1px;
}

.compare-with-table .compare-table .table-content table .group {
  background-color: #0084bd;
}

.compare-with-table .compare-table .table-content table .group td {
  padding: 10px 25px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.compare-with-table .compare-table .table-content table .data {
  background-color: #f3f3f3;
}

.compare-with-table .compare-table .table-content table .data td {
  padding: 10px 25px;
  border: solid #d7d7d7 1px;
  color: #0084bd;
  font-size: 16px;
  font-weight: 300;
  min-height: 80px;
}

.compare-with-table .compare-table .table-footer {
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}

.compare-with-table .compare-table .table-footer .btn {
  margin-left: 10px;
}

.compare-with-table .compare-table i {
  width: 28px;
  height: 28px;
  display: block;
}

.compare-with-table .compare-table i.yes {
  background: url('../images/compare-table-yes.png') no-repeat center center;
  background-size: 100%;
}

.compare-with-table .compare-table i.no {
  background: url('../images/compare-table-no.png') no-repeat center center;
  background-size: 100%;
}

.block_ifc_legend {
  display: flow-root;
  max-width: 1130px;
  margin: auto;
  margin-bottom: 25px;
}

.block_ifc_legend ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
}

.block_ifc_legend ul li {
  display: inline-table;
  float: left;
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  margin-left: 10px;
}

.block_ifc_legend ul li:first-child {
  margin-left: 0px;
}

.block_ifc_legend ul li i {
  display: table;
  float: left;
  width: 20px;
  height: 20px;
  background-color: #ededed;
  border-radius: 10px;
  margin-right: 5px;
}

.block_ifc_legend ul li i.hrisk {
  background-color: #ad4660;
}

.block_ifc_legend ul li i.lrisk {
  background-color: #3aa37b;
}

.block_ifc_legend ul li i.covered,
.block_ifc_legend ul li i.not-covered {
  background-image: url("../images/tick-ok-v2.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.block_ifc_legend ul li i.not-covered {
  background-image: url("../images/tick-ko-v2.png");
}

/* REPORTS LIST */

.reports-list .section-header h2 {}

.reports-list .section-header p {
  width: 80%;
  max-width: 460px;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.reports-list .table-report-list {
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
  padding: 30px 0 10px;
}

.reports-list .table-report-list table {
  border-collapse: collapse;
}

.reports-list table,
.reports-list th,
.reports-list td {
  border: 1px solid #e1e1e1;
}

.reports-list th,
.reports-list td {
  padding: 15px 25px;
  position: relative;
}

.reports-list th {
  text-align: center;
  color: #0084bd;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
}

.reports-list th.ui-loading-left {
  text-indent: unset;
}

.ui-loading-center {
  background: #f3f2f2 url("../images/tool/ajax-loader.gif") center center no-repeat;
  background-origin: content-box;
}

.reports-list th i {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 13px;
  height: 6px;
}

.reports-list th .sort-icon {
  display: block;
  position: absolute;
  opacity: .3;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.reports-list th .sort-icon.asc {
  margin-top: -5px;
}

.reports-list th .sort-icon.desc {
  margin-top: 6px;
}

.reports-list th .sort-icon.active,
.reports-list th .sort-icon:hover {
  opacity: 1;
}

.reports-list th i.sort-asc {
  display: block;
  background-image: url(../images/order-up.png);
}

.reports-list th i.sort-desc {
  display: block;
  background-image: url(../images/order-down.png);
}

.reports-list .table-report-list table td {
  font-weight: 300;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.reports-list .table-report-list table td .risk-ball {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: white;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
}

.reports-list .table-report-list table td .new_dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #018fc5;
  display: block;
  position: absolute;
  top: 22px;
  left: 3px;
  color: white;
  text-align: center;
  line-height: 28px;
}

.reports-list .joinus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.reports-list .joinus a {
  display: block;
  width: 180px;
  height: 56px;
  text-align: center;
  font-size: 11.5px;
  line-height: 56px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-color: #0084be;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all 500ms;
  font-weight: bold;
}

.reports-list .joinus a i {
  display: inline-block;
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  background-size: 10px 9px;
  margin-left: 5px;
}

.reports-list .joinus a:hover {
  opacity: 0.7;
}

.reports-list .joinus span {
  width: 245px;
  font-size: 14px;
  color: #0084be;
  font-weight: bold;
  line-height: 18px;
  margin-left: 13px;
  border-left: 1px solid #0084be;
  padding-left: 13px;
}

/* report list loader */
.report-list-inner {
  background: none !important;
  position: relative;
}

.report-list-inner.ui-loading-center:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/tool/ajax-loader.gif) no-repeat center 23.5px rgba(243, 242, 242, 0.5);
  background-size: 20px;
}

/*328110*/
.adb-text-logo {
  padding: 20px 20px 0;
  text-align: center;
}

.adb-text-logo .text-logo {
  display: inline;
}

.adb-text-logo .flag-logo {
  margin-left: 10px;
  display: inline;
}

.adb-text-logo .flag-logo img {
  padding-top: 0 !important;
}

.saved-reports-list text {
  text-rendering: geometricPrecision;
}

@media screen and (min-width: 600px) {
  .account-content .form {
    width: 600px;
  }

  .home .header .header-content .box-container {
    /*top: 50%;
        left: 50%;
        margin-left: -375px;
        margin-top: -50px;
        position: absolute;
        width: 750px;
        padding: 10px 50px 20px 50px;
        background-color: rgba(0,0,0,0.7);
        color: #fff;*/
  }

  .compare-with .compare-search-btn {
    clear: both;
  }

  .compare-with .for-compare-select {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 800px) {
  .horizontal-module-container {
    width: 800px;
  }

  .account-bar-title {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 130px;
    line-height: 31px;
    font-size: 24px;
    margin: 10px 0;
    border-right: 1px solid #cccccc;
  }

  ul.account-submenu {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 40px;
  }

  .risk .nav-options li {
    position: relative;
    display: inline-block;
    list-style: none;
  }

  .risk .nav-options {
    height: 69px;
    padding-top: 20px;
  }

  li.category-options-list-container {
    position: relative;
    width: auto;
    top: 0px;
    left: 0px;
    text-align: auto;
  }

  .category-options ul:before {
    content: ' ';
  }

  .category-options-wrapper ul {
    text-align: center;
    padding-left: 30px;
  }

  .category-options-block {
    position: relative;
    height: 135px;
  }
}

@media screen and (min-width: 1000px) {
  .horizontal-module-container {
    width: 1000px;
  }

  .section-content {
    width: 1000px;
  }

  .mobile-nav {
    display: none;
  }

  .desktop-nav {
    display: block;
  }

  .compare-with .compare-search-btn {
    clear: none;
  }

  .compare-with .for-compare-select {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .horizontal-module-container {
    width: 1200px;
  }

  #dashboard .horizontal-module-container {
    width: 1000px;
  }

  .section-content img {
    width: auto;
  }

  .nav-right li.language-simple {
    display: none;
  }

  .nav-right li.language-switcher {
    display: block;
  }
}

/* COMPARE WITH MEDIA */

@media screen and (max-width: 600px) {
  .compare-with .section-header {
    padding: 0 15px;
  }

  .compare-with .nav-tabs li {
    width: 100%;
  }

  .compare-with .nav-tabs li .button {
    border-right: 1px solid #0084bd;
  }

  .compare-with .nav-tabs li img {
    display: none !important;
  }

  .compare-with .tab-content {
    padding: 0 15px;
  }
}

/* CUSTOM SELECT */

/* The container */

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #1e89bf;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: #fff;
  border: solid #e5e4e5 1px;
}

/* On mouse-over, add a grey background color */

.custom-checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.custom-checkbox input:checked~.checkmark {
  background-color: #0084bd;
  border: solid #0084bd 1px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.custom-checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  NEW STYLES TOOL
*/

.comparision-top h2 {
  color: #1d1d1d;
}

.score-compare .section-header p {
  width: 80%;
  max-width: 460px;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.score-compare .charts {
  max-width: 1300px;
  padding-top: 0px;
}

.score-compare .charts .row-titles {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100px;
}

.score-compare .charts .row-titles .title-min {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  background-image: url(../images/tool/charts-col-bg.png);
  background-repeat: repeat-y;
  background-position: center;
  height: 100%;
}

.score-compare .charts #headertext_0 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 14px;
  padding-left: 140px;
  margin-top: 45px;
}

.score-compare .charts .title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #4c4c4c;
}

.score-compare .charts .row-titles #headertext_2 {
  left: 10.3%;
  top: 45px;
}

.score-compare .charts .row-titles #headertext_3 {
  left: 20.6%;
}

.score-compare .charts .row-titles #headertext_4 {
  left: 30.8%;
  top: 45px;
}

.score-compare .charts .row-titles #headertext_5 {
  left: 41.1%;
}

.score-compare .charts .row-titles #headertext_6 {
  left: 51.5%;
  top: 45px;
}

.score-compare .charts .row-titles #headertext_7 {
  left: 61.7%;
}

.score-compare .charts .row-titles #headertext_8 {
  left: 71.95%;
  top: 45px;
}

.score-compare .charts .row-titles #headertext_9 {
  left: 82.2%;
}

.score-compare .charts .row-titles #headertext_10 {
  left: 92.4%;
  top: 45px;
}

.score-compare .charts a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #4c4c4c;
  text-transform: uppercase;
}

/******** Changes from 31-05-23 register form ********/

.password-field {
  position: relative;
}

.info-icon {
  position: absolute;
  left: 90px;
  top: 0;
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  background: url('../images/registration/info_icon.png') no-repeat center;
  background-size: 18px;
  cursor: pointer;
}

.info-icon:hover {
  background: url('../images/registration/info_icon_hover.png') no-repeat center;
}

.help-text {
  position: absolute;
  top: 32%;
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.2);
}

.help-text::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 95px;
  display: block;
  width: 12px;
  height: 14px;
  background: url('../images/registration/arrow_with_shadow-1.png') no-repeat center;
}

.help-text {
  display: none;
}

.info-icon:hover~.help-text {
  display: block;
  pointer-events: auto;
}

label.text-danger,
.login ul {
  color: #dc3545;
}

.login ul {
  font-size: 18px;
}

.login label.text-danger {
  font-size: 18px;
  padding-bottom: 20px;
  text-transform: unset;
}

.btn-disabled {
  opacity: 0.8;
  pointer-events: none;
}

/* map anchor color change */

.datamap .info-cicle a:hover text {
  fill: #0084be !important;
}

.datamap .info-cicle a {
  text-decoration: none !important;
}

/******** End of changes from 31-05-23 register form ********/

/* Registration success flas msg */
.flash-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    background-color: white;
    color: black;
    font-weight: bold;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 90px;
}
.flash-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 24px;
    color: black;
    line-height: 1;
}
/* End of Registration success flas msg */


/* Report print correction */
@media print {

  .footer,
  .report-nav,
  .report-sub-nav,
  .mobile-nav,
  .nav-btn {
    display: none;
  }

  .wrapper {
    border-bottom: 0;
  }
}
